|
1 | | -<?xml version="1.0" encoding="utf-8"?> |
| 1 | +<?xml version="1.0" encoding="utf-8"?> |
2 | 2 | <Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 | 3 | <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> |
4 | 4 | <PropertyGroup> |
|
30 | 30 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> |
31 | 31 | <DebugSymbols>true</DebugSymbols> |
32 | 32 | <OutputPath>bin\x86\Debug\</OutputPath> |
33 | | - <DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants> |
| 33 | + <DefineConstants>TRACE;DEBUG;NETFX_CORE;WINDOWS_UWP;DISABLE_XAML_GENERATED_MAIN</DefineConstants> |
34 | 34 | <NoWarn>;2008</NoWarn> |
35 | 35 | <DebugType>full</DebugType> |
36 | 36 | <PlatformTarget>x86</PlatformTarget> |
|
41 | 41 | </PropertyGroup> |
42 | 42 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> |
43 | 43 | <OutputPath>bin\x86\Release\</OutputPath> |
44 | | - <DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants> |
| 44 | + <DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP;DISABLE_XAML_GENERATED_MAIN</DefineConstants> |
45 | 45 | <Optimize>true</Optimize> |
46 | 46 | <NoWarn>;2008</NoWarn> |
47 | 47 | <DebugType>pdbonly</DebugType> |
|
55 | 55 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|ARM'"> |
56 | 56 | <DebugSymbols>true</DebugSymbols> |
57 | 57 | <OutputPath>bin\ARM\Debug\</OutputPath> |
58 | | - <DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants> |
| 58 | + <DefineConstants>TRACE;DEBUG;NETFX_CORE;WINDOWS_UWP;DISABLE_XAML_GENERATED_MAIN</DefineConstants> |
59 | 59 | <NoWarn>;2008</NoWarn> |
60 | 60 | <DebugType>full</DebugType> |
61 | 61 | <PlatformTarget>ARM</PlatformTarget> |
|
66 | 66 | </PropertyGroup> |
67 | 67 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|ARM'"> |
68 | 68 | <OutputPath>bin\ARM\Release\</OutputPath> |
69 | | - <DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants> |
| 69 | + <DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP;DISABLE_XAML_GENERATED_MAIN</DefineConstants> |
70 | 70 | <Optimize>true</Optimize> |
71 | 71 | <NoWarn>;2008</NoWarn> |
72 | 72 | <DebugType>pdbonly</DebugType> |
|
80 | 80 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|ARM64'"> |
81 | 81 | <DebugSymbols>true</DebugSymbols> |
82 | 82 | <OutputPath>bin\ARM64\Debug\</OutputPath> |
83 | | - <DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants> |
| 83 | + <DefineConstants>TRACE;DEBUG;NETFX_CORE;WINDOWS_UWP;DISABLE_XAML_GENERATED_MAIN</DefineConstants> |
84 | 84 | <NoWarn>;2008</NoWarn> |
85 | 85 | <DebugType>full</DebugType> |
86 | 86 | <PlatformTarget>ARM64</PlatformTarget> |
|
92 | 92 | </PropertyGroup> |
93 | 93 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|ARM64'"> |
94 | 94 | <OutputPath>bin\ARM64\Release\</OutputPath> |
95 | | - <DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants> |
| 95 | + <DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP;DISABLE_XAML_GENERATED_MAIN</DefineConstants> |
96 | 96 | <Optimize>true</Optimize> |
97 | 97 | <NoWarn>;2008</NoWarn> |
98 | 98 | <DebugType>pdbonly</DebugType> |
|
106 | 106 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> |
107 | 107 | <DebugSymbols>true</DebugSymbols> |
108 | 108 | <OutputPath>bin\x64\Debug\</OutputPath> |
109 | | - <DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants> |
| 109 | + <DefineConstants>TRACE;DEBUG;NETFX_CORE;WINDOWS_UWP;DISABLE_XAML_GENERATED_MAIN</DefineConstants> |
110 | 110 | <NoWarn>;2008</NoWarn> |
111 | 111 | <DebugType>full</DebugType> |
112 | 112 | <PlatformTarget>x64</PlatformTarget> |
|
117 | 117 | </PropertyGroup> |
118 | 118 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> |
119 | 119 | <OutputPath>bin\x64\Release\</OutputPath> |
120 | | - <DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants> |
| 120 | + <DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP;DISABLE_XAML_GENERATED_MAIN</DefineConstants> |
121 | 121 | <Optimize>true</Optimize> |
122 | 122 | <NoWarn>;2008</NoWarn> |
123 | 123 | <DebugType>pdbonly</DebugType> |
|
156 | 156 | <Compile Include="Helpers\StringExtensions.cs" /> |
157 | 157 | <Compile Include="Helpers\NegateConverter.cs" /> |
158 | 158 | <Compile Include="Helpers\ThemeHelper.cs" /> |
| 159 | + <Compile Include="Program.cs" /> |
159 | 160 | <Compile Include="ResourceController.cs" /> |
160 | 161 | <Compile Include="UserControls\NavigationToolbar\INavigationToolbar.cs" /> |
161 | 162 | <Compile Include="UserControls\NavigationToolbar\ModernNavigationToolbar.xaml.cs"> |
|
497 | 498 | <Version>6.0.0</Version> |
498 | 499 | </PackageReference> |
499 | 500 | <PackageReference Include="Microsoft.UI.Xaml"> |
500 | | - <Version>2.4.0-prerelease.200113001</Version> |
| 501 | + <Version>2.4.0</Version> |
501 | 502 | </PackageReference> |
502 | 503 | <PackageReference Include="Microsoft.Win32.Registry"> |
503 | 504 | <Version>5.0.0-preview.1.20120.5</Version> |
|
0 commit comments