|
17 | 17 | <ProjectTypeGuids>{A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
18 | 18 | <WindowsXamlEnableOverview>true</WindowsXamlEnableOverview>
|
19 | 19 | <AppxPackageSigningEnabled>false</AppxPackageSigningEnabled>
|
| 20 | + <NoWarn>$(NoWarn);2008</NoWarn> |
20 | 21 | </PropertyGroup>
|
21 | 22 |
|
22 | 23 | <PropertyGroup Condition="'$(Configuration)' == 'Release'">
|
|
26 | 27 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
|
27 | 28 | <DebugSymbols>true</DebugSymbols>
|
28 | 29 | <OutputPath>bin\x86\Debug\</OutputPath>
|
29 |
| - <DefineConstants>$(DefineConstants);DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants> |
30 |
| - <NoWarn>;2008</NoWarn> |
| 30 | + <DefineConstants>$(DefineConstants);DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants> |
31 | 31 | <DebugType>full</DebugType>
|
32 | 32 | <PlatformTarget>x86</PlatformTarget>
|
33 | 33 | <UseVSHostingProcess>false</UseVSHostingProcess>
|
|
39 | 39 | <OutputPath>bin\x86\Release\</OutputPath>
|
40 | 40 | <DefineConstants>$(DefineConstants);TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
|
41 | 41 | <Optimize>true</Optimize>
|
42 |
| - <NoWarn>;2008</NoWarn> |
43 | 42 | <DebugType>pdbonly</DebugType>
|
44 | 43 | <PlatformTarget>x86</PlatformTarget>
|
45 | 44 | <UseVSHostingProcess>false</UseVSHostingProcess>
|
|
51 | 50 | <DebugSymbols>true</DebugSymbols>
|
52 | 51 | <OutputPath>bin\ARM\Debug\</OutputPath>
|
53 | 52 | <DefineConstants>$(DefineConstants);DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
|
54 |
| - <NoWarn>;2008</NoWarn> |
55 | 53 | <DebugType>full</DebugType>
|
56 | 54 | <PlatformTarget>ARM</PlatformTarget>
|
57 | 55 | <UseVSHostingProcess>false</UseVSHostingProcess>
|
|
63 | 61 | <OutputPath>bin\ARM\Release\</OutputPath>
|
64 | 62 | <DefineConstants>$(DefineConstants);TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
|
65 | 63 | <Optimize>true</Optimize>
|
66 |
| - <NoWarn>;2008</NoWarn> |
67 | 64 | <DebugType>pdbonly</DebugType>
|
68 | 65 | <PlatformTarget>ARM</PlatformTarget>
|
69 | 66 | <UseVSHostingProcess>false</UseVSHostingProcess>
|
|
75 | 72 | <DebugSymbols>true</DebugSymbols>
|
76 | 73 | <OutputPath>bin\ARM64\Debug\</OutputPath>
|
77 | 74 | <DefineConstants>$(DefineConstants);DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
|
78 |
| - <NoWarn>;2008</NoWarn> |
79 | 75 | <DebugType>full</DebugType>
|
80 | 76 | <PlatformTarget>ARM64</PlatformTarget>
|
81 | 77 | <UseVSHostingProcess>false</UseVSHostingProcess>
|
|
87 | 83 | <OutputPath>bin\ARM64\Release\</OutputPath>
|
88 | 84 | <DefineConstants>$(DefineConstants);TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
|
89 | 85 | <Optimize>true</Optimize>
|
90 |
| - <NoWarn>;2008</NoWarn> |
91 | 86 | <DebugType>pdbonly</DebugType>
|
92 | 87 | <PlatformTarget>ARM64</PlatformTarget>
|
93 | 88 | <UseVSHostingProcess>false</UseVSHostingProcess>
|
|
99 | 94 | <DebugSymbols>true</DebugSymbols>
|
100 | 95 | <OutputPath>bin\x64\Debug\</OutputPath>
|
101 | 96 | <DefineConstants>$(DefineConstants);DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
|
102 |
| - <NoWarn>;2008</NoWarn> |
103 | 97 | <DebugType>full</DebugType>
|
104 | 98 | <PlatformTarget>x64</PlatformTarget>
|
105 | 99 | <UseVSHostingProcess>false</UseVSHostingProcess>
|
|
111 | 105 | <OutputPath>bin\x64\Release\</OutputPath>
|
112 | 106 | <DefineConstants>$(DefineConstants);TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
|
113 | 107 | <Optimize>true</Optimize>
|
114 |
| - <NoWarn>;2008</NoWarn> |
115 | 108 | <DebugType>pdbonly</DebugType>
|
116 | 109 | <PlatformTarget>x64</PlatformTarget>
|
117 | 110 | <UseVSHostingProcess>false</UseVSHostingProcess>
|
|
0 commit comments