|
22 | 22 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
|
23 | 23 | <DebugSymbols>true</DebugSymbols>
|
24 | 24 | <OutputPath>bin\x86\Debug\</OutputPath>
|
25 |
| - <DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants> |
| 25 | + <DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UAP</DefineConstants> |
26 | 26 | <DebugType>full</DebugType>
|
27 | 27 | <PlatformTarget>x86</PlatformTarget>
|
28 | 28 | <UseVSHostingProcess>false</UseVSHostingProcess>
|
|
31 | 31 | </PropertyGroup>
|
32 | 32 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
|
33 | 33 | <OutputPath>bin\x86\Release\</OutputPath>
|
34 |
| - <DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants> |
| 34 | + <DefineConstants>TRACE;NETFX_CORE;WINDOWS_UAP</DefineConstants> |
35 | 35 | <Optimize>true</Optimize>
|
36 | 36 | <DebugType>pdbonly</DebugType>
|
37 | 37 | <PlatformTarget>x86</PlatformTarget>
|
|
43 | 43 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|ARM'">
|
44 | 44 | <DebugSymbols>true</DebugSymbols>
|
45 | 45 | <OutputPath>bin\ARM\Debug\</OutputPath>
|
46 |
| - <DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants> |
| 46 | + <DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UAP</DefineConstants> |
47 | 47 | <DebugType>full</DebugType>
|
48 | 48 | <PlatformTarget>ARM</PlatformTarget>
|
49 | 49 | <UseVSHostingProcess>false</UseVSHostingProcess>
|
|
52 | 52 | </PropertyGroup>
|
53 | 53 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|ARM'">
|
54 | 54 | <OutputPath>bin\ARM\Release\</OutputPath>
|
55 |
| - <DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants> |
| 55 | + <DefineConstants>TRACE;NETFX_CORE;WINDOWS_UAP</DefineConstants> |
56 | 56 | <Optimize>true</Optimize>
|
57 | 57 | <DebugType>pdbonly</DebugType>
|
58 | 58 | <PlatformTarget>ARM</PlatformTarget>
|
|
64 | 64 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|ARM64'">
|
65 | 65 | <DebugSymbols>true</DebugSymbols>
|
66 | 66 | <OutputPath>bin\ARM64\Debug\</OutputPath>
|
67 |
| - <DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants> |
| 67 | + <DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UAP</DefineConstants> |
68 | 68 | <DebugType>full</DebugType>
|
69 | 69 | <PlatformTarget>ARM64</PlatformTarget>
|
70 | 70 | <UseVSHostingProcess>false</UseVSHostingProcess>
|
|
73 | 73 | </PropertyGroup>
|
74 | 74 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|ARM64'">
|
75 | 75 | <OutputPath>bin\ARM64\Release\</OutputPath>
|
76 |
| - <DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants> |
| 76 | + <DefineConstants>TRACE;NETFX_CORE;WINDOWS_UAP</DefineConstants> |
77 | 77 | <Optimize>true</Optimize>
|
78 | 78 | <DebugType>pdbonly</DebugType>
|
79 | 79 | <PlatformTarget>ARM64</PlatformTarget>
|
|
85 | 85 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
86 | 86 | <DebugSymbols>true</DebugSymbols>
|
87 | 87 | <OutputPath>bin\x64\Debug\</OutputPath>
|
88 |
| - <DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants> |
| 88 | + <DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UAP</DefineConstants> |
89 | 89 | <DebugType>full</DebugType>
|
90 | 90 | <PlatformTarget>x64</PlatformTarget>
|
91 | 91 | <UseVSHostingProcess>false</UseVSHostingProcess>
|
|
94 | 94 | </PropertyGroup>
|
95 | 95 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
96 | 96 | <OutputPath>bin\x64\Release\</OutputPath>
|
97 |
| - <DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants> |
| 97 | + <DefineConstants>TRACE;NETFX_CORE;WINDOWS_UAP</DefineConstants> |
98 | 98 | <Optimize>true</Optimize>
|
99 | 99 | <DebugType>pdbonly</DebugType>
|
100 | 100 | <PlatformTarget>x64</PlatformTarget>
|
|
0 commit comments