|
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'"> |
|
27 | 28 | <DebugSymbols>true</DebugSymbols> |
28 | 29 | <OutputPath>bin\x86\Debug\</OutputPath> |
29 | 30 | <DefineConstants>$(DefineConstants);DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants> |
30 | | - <NoWarn>;2008</NoWarn> |
31 | 31 | <DebugType>full</DebugType> |
32 | 32 | <PlatformTarget>x86</PlatformTarget> |
33 | 33 | <UseVSHostingProcess>false</UseVSHostingProcess> |
34 | | - <ErrorReport>prompt</ErrorReport> |
35 | | - <Prefer32Bit>true</Prefer32Bit> |
36 | 34 | </PropertyGroup> |
37 | 35 |
|
38 | 36 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> |
39 | 37 | <OutputPath>bin\x86\Release\</OutputPath> |
40 | 38 | <DefineConstants>$(DefineConstants);TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants> |
41 | 39 | <Optimize>true</Optimize> |
42 | | - <NoWarn>;2008</NoWarn> |
43 | 40 | <DebugType>pdbonly</DebugType> |
44 | 41 | <PlatformTarget>x86</PlatformTarget> |
45 | 42 | <UseVSHostingProcess>false</UseVSHostingProcess> |
|
51 | 48 | <DebugSymbols>true</DebugSymbols> |
52 | 49 | <OutputPath>bin\ARM\Debug\</OutputPath> |
53 | 50 | <DefineConstants>$(DefineConstants);DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants> |
54 | | - <NoWarn>;2008</NoWarn> |
55 | 51 | <DebugType>full</DebugType> |
56 | 52 | <PlatformTarget>ARM</PlatformTarget> |
57 | 53 | <UseVSHostingProcess>false</UseVSHostingProcess> |
|
63 | 59 | <OutputPath>bin\ARM\Release\</OutputPath> |
64 | 60 | <DefineConstants>$(DefineConstants);TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants> |
65 | 61 | <Optimize>true</Optimize> |
66 | | - <NoWarn>;2008</NoWarn> |
67 | 62 | <DebugType>pdbonly</DebugType> |
68 | 63 | <PlatformTarget>ARM</PlatformTarget> |
69 | 64 | <UseVSHostingProcess>false</UseVSHostingProcess> |
|
75 | 70 | <DebugSymbols>true</DebugSymbols> |
76 | 71 | <OutputPath>bin\ARM64\Debug\</OutputPath> |
77 | 72 | <DefineConstants>$(DefineConstants);DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants> |
78 | | - <NoWarn>;2008</NoWarn> |
79 | 73 | <DebugType>full</DebugType> |
80 | 74 | <PlatformTarget>ARM64</PlatformTarget> |
81 | 75 | <UseVSHostingProcess>false</UseVSHostingProcess> |
|
87 | 81 | <OutputPath>bin\ARM64\Release\</OutputPath> |
88 | 82 | <DefineConstants>$(DefineConstants);TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants> |
89 | 83 | <Optimize>true</Optimize> |
90 | | - <NoWarn>;2008</NoWarn> |
91 | 84 | <DebugType>pdbonly</DebugType> |
92 | 85 | <PlatformTarget>ARM64</PlatformTarget> |
93 | 86 | <UseVSHostingProcess>false</UseVSHostingProcess> |
|
99 | 92 | <DebugSymbols>true</DebugSymbols> |
100 | 93 | <OutputPath>bin\x64\Debug\</OutputPath> |
101 | 94 | <DefineConstants>$(DefineConstants);DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants> |
102 | | - <NoWarn>;2008</NoWarn> |
103 | 95 | <DebugType>full</DebugType> |
104 | 96 | <PlatformTarget>x64</PlatformTarget> |
105 | 97 | <UseVSHostingProcess>false</UseVSHostingProcess> |
|
111 | 103 | <OutputPath>bin\x64\Release\</OutputPath> |
112 | 104 | <DefineConstants>$(DefineConstants);TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants> |
113 | 105 | <Optimize>true</Optimize> |
114 | | - <NoWarn>;2008</NoWarn> |
115 | 106 | <DebugType>pdbonly</DebugType> |
116 | 107 | <PlatformTarget>x64</PlatformTarget> |
117 | 108 | <UseVSHostingProcess>false</UseVSHostingProcess> |
|
0 commit comments