|
2 | 2 | <Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
3 | 3 |
|
4 | 4 | <ItemGroup Label="ProjectConfigurations">
|
5 |
| - <!-- MOBILE (ARM) NOT SUPPORTED (...) |
6 | 5 | <ProjectConfiguration Include="Debug|ARM">
|
7 | 6 | <Configuration>Debug</Configuration>
|
8 | 7 | <Platform>ARM</Platform>
|
9 | 8 | </ProjectConfiguration>
|
10 |
| - - --> |
11 | 9 | <ProjectConfiguration Include="Debug|Win32">
|
12 | 10 | <Configuration>Debug</Configuration>
|
13 | 11 | <Platform>Win32</Platform>
|
|
16 | 14 | <Configuration>Debug</Configuration>
|
17 | 15 | <Platform>x64</Platform>
|
18 | 16 | </ProjectConfiguration>
|
19 |
| - <!-- MOBILE (ARM) NOT SUPPORTED (...) |
20 | 17 | <ProjectConfiguration Include="Release|ARM">
|
21 | 18 | <Configuration>Release</Configuration>
|
22 | 19 | <Platform>ARM</Platform>
|
23 | 20 | </ProjectConfiguration>
|
24 |
| - - --> |
25 | 21 | <ProjectConfiguration Include="Release|Win32">
|
26 | 22 | <Configuration>Release</Configuration>
|
27 | 23 | <Platform>Win32</Platform>
|
|
53 | 49 | <UseDebugLibraries>true</UseDebugLibraries>
|
54 | 50 | <PlatformToolset>v141</PlatformToolset>
|
55 | 51 | </PropertyGroup>
|
56 |
| - <!-- MOBILE (ARM) NOT SUPPORTED (...) |
57 | 52 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Configuration">
|
58 | 53 | <ConfigurationType>DynamicLibrary</ConfigurationType>
|
59 | 54 | <UseDebugLibraries>true</UseDebugLibraries>
|
60 | 55 | <PlatformToolset>v141</PlatformToolset>
|
61 | 56 | </PropertyGroup>
|
62 |
| - - --> |
63 | 57 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
64 | 58 | <ConfigurationType>DynamicLibrary</ConfigurationType>
|
65 | 59 | <UseDebugLibraries>true</UseDebugLibraries>
|
|
71 | 65 | <WholeProgramOptimization>true</WholeProgramOptimization>
|
72 | 66 | <PlatformToolset>v141</PlatformToolset>
|
73 | 67 | </PropertyGroup>
|
74 |
| - <!-- MOBILE (ARM) NOT SUPPORTED (...) |
75 | 68 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Configuration">
|
76 | 69 | <ConfigurationType>DynamicLibrary</ConfigurationType>
|
77 | 70 | <UseDebugLibraries>false</UseDebugLibraries>
|
78 | 71 | <WholeProgramOptimization>true</WholeProgramOptimization>
|
79 | 72 | <PlatformToolset>v141</PlatformToolset>
|
80 | 73 | </PropertyGroup>
|
81 |
| - - --> |
82 | 74 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
83 | 75 | <ConfigurationType>DynamicLibrary</ConfigurationType>
|
84 | 76 | <UseDebugLibraries>false</UseDebugLibraries>
|
|
104 | 96 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
105 | 97 | </ImportGroup>
|
106 | 98 |
|
107 |
| - <!-- MOBILE (ARM) NOT SUPPORTED (...) |
108 | 99 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
|
109 | 100 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
110 | 101 | </ImportGroup>
|
111 |
| - - --> |
112 | 102 |
|
113 |
| - <!-- MOBILE (ARM) NOT SUPPORTED (...) |
114 | 103 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
|
115 | 104 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
116 | 105 | </ImportGroup>
|
117 |
| - - --> |
118 | 106 |
|
119 | 107 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
120 | 108 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
135 | 123 | <GenerateManifest>false</GenerateManifest>
|
136 | 124 | </PropertyGroup>
|
137 | 125 |
|
138 |
| - <!-- MOBILE (ARM) NOT SUPPORTED (...) |
139 | 126 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
|
140 | 127 | <GenerateManifest>false</GenerateManifest>
|
141 | 128 | </PropertyGroup>
|
142 |
| - - --> |
143 | 129 |
|
144 |
| - <!-- MOBILE (ARM) NOT SUPPORTED (...) |
145 | 130 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
|
146 | 131 | <GenerateManifest>false</GenerateManifest>
|
147 | 132 | </PropertyGroup>
|
148 |
| - - --> |
149 | 133 |
|
150 | 134 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
151 | 135 | <GenerateManifest>false</GenerateManifest>
|
|
189 | 173 | </Link>
|
190 | 174 | </ItemDefinitionGroup>
|
191 | 175 |
|
192 |
| - <!-- MOBILE (ARM) NOT SUPPORTED (...) |
193 | 176 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
|
194 | 177 | <ClCompile>
|
195 | 178 | <PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
206 | 189 | <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
|
207 | 190 | </Link>
|
208 | 191 | </ItemDefinitionGroup>
|
209 |
| - - --> |
210 | 192 |
|
211 |
| - <!-- MOBILE (ARM) NOT SUPPORTED (...) |
212 | 193 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
|
213 | 194 | <ClCompile>
|
214 | 195 | <PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
226 | 207 | <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
|
227 | 208 | </Link>
|
228 | 209 | </ItemDefinitionGroup>
|
229 |
| - - --> |
230 | 210 |
|
231 | 211 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
232 | 212 | <ClCompile>
|
|
0 commit comments