|
21 | 21 | </PropertyGroup>
|
22 | 22 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
|
23 | 23 | <DebugSymbols>true</DebugSymbols>
|
24 |
| - <DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants> |
| 24 | + <DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UAP</DefineConstants> |
25 | 25 | <DebugType>full</DebugType>
|
26 | 26 | <PlatformTarget>x86</PlatformTarget>
|
27 | 27 | <UseVSHostingProcess>false</UseVSHostingProcess>
|
28 | 28 | <ErrorReport>prompt</ErrorReport>
|
29 | 29 | <Prefer32Bit>true</Prefer32Bit>
|
30 | 30 | </PropertyGroup>
|
31 | 31 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
|
32 |
| - <DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants> |
| 32 | + <DefineConstants>TRACE;NETFX_CORE;WINDOWS_UAP</DefineConstants> |
33 | 33 | <Optimize>true</Optimize>
|
34 | 34 | <DebugType>pdbonly</DebugType>
|
35 | 35 | <PlatformTarget>x86</PlatformTarget>
|
|
40 | 40 | </PropertyGroup>
|
41 | 41 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|ARM'">
|
42 | 42 | <DebugSymbols>true</DebugSymbols>
|
43 |
| - <DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants> |
| 43 | + <DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UAP</DefineConstants> |
44 | 44 | <DebugType>full</DebugType>
|
45 | 45 | <PlatformTarget>ARM</PlatformTarget>
|
46 | 46 | <UseVSHostingProcess>false</UseVSHostingProcess>
|
47 | 47 | <ErrorReport>prompt</ErrorReport>
|
48 | 48 | <Prefer32Bit>true</Prefer32Bit>
|
49 | 49 | </PropertyGroup>
|
50 | 50 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|ARM'">
|
51 |
| - <DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants> |
| 51 | + <DefineConstants>TRACE;NETFX_CORE;WINDOWS_UAP</DefineConstants> |
52 | 52 | <Optimize>true</Optimize>
|
53 | 53 | <DebugType>pdbonly</DebugType>
|
54 | 54 | <PlatformTarget>ARM</PlatformTarget>
|
|
59 | 59 | </PropertyGroup>
|
60 | 60 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|ARM64'">
|
61 | 61 | <DebugSymbols>true</DebugSymbols>
|
62 |
| - <DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants> |
| 62 | + <DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UAP</DefineConstants> |
63 | 63 | <DebugType>full</DebugType>
|
64 | 64 | <PlatformTarget>ARM64</PlatformTarget>
|
65 | 65 | <UseVSHostingProcess>false</UseVSHostingProcess>
|
66 | 66 | <ErrorReport>prompt</ErrorReport>
|
67 | 67 | <Prefer32Bit>true</Prefer32Bit>
|
68 | 68 | </PropertyGroup>
|
69 | 69 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|ARM64'">
|
70 |
| - <DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants> |
| 70 | + <DefineConstants>TRACE;NETFX_CORE;WINDOWS_UAP</DefineConstants> |
71 | 71 | <Optimize>true</Optimize>
|
72 | 72 | <DebugType>pdbonly</DebugType>
|
73 | 73 | <PlatformTarget>ARM64</PlatformTarget>
|
|
78 | 78 | </PropertyGroup>
|
79 | 79 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
80 | 80 | <DebugSymbols>true</DebugSymbols>
|
81 |
| - <DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants> |
| 81 | + <DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UAP</DefineConstants> |
82 | 82 | <DebugType>full</DebugType>
|
83 | 83 | <PlatformTarget>x64</PlatformTarget>
|
84 | 84 | <UseVSHostingProcess>false</UseVSHostingProcess>
|
85 | 85 | <ErrorReport>prompt</ErrorReport>
|
86 | 86 | <Prefer32Bit>true</Prefer32Bit>
|
87 | 87 | </PropertyGroup>
|
88 | 88 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
89 |
| - <DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants> |
| 89 | + <DefineConstants>TRACE;NETFX_CORE;WINDOWS_UAP</DefineConstants> |
90 | 90 | <Optimize>true</Optimize>
|
91 | 91 | <DebugType>pdbonly</DebugType>
|
92 | 92 | <PlatformTarget>x64</PlatformTarget>
|
|
0 commit comments