|
1 | 1 | <?xml version="1.0" encoding="utf-8"?>
|
2 | 2 | <Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
3 | 3 | <ItemGroup Label="ProjectConfigurations">
|
4 |
| - <ProjectConfiguration Include="Debug|ARM"> |
5 |
| - <Configuration>Debug</Configuration> |
6 |
| - <Platform>ARM</Platform> |
7 |
| - </ProjectConfiguration> |
8 | 4 | <ProjectConfiguration Include="Debug|ARM64">
|
9 | 5 | <Configuration>Debug</Configuration>
|
10 | 6 | <Platform>ARM64</Platform>
|
|
17 | 13 | <Configuration>Debug</Configuration>
|
18 | 14 | <Platform>x64</Platform>
|
19 | 15 | </ProjectConfiguration>
|
20 |
| - <ProjectConfiguration Include="Release|ARM"> |
21 |
| - <Configuration>Release</Configuration> |
22 |
| - <Platform>ARM</Platform> |
23 |
| - </ProjectConfiguration> |
24 | 16 | <ProjectConfiguration Include="Release|ARM64">
|
25 | 17 | <Configuration>Release</Configuration>
|
26 | 18 | <Platform>ARM64</Platform>
|
|
45 | 37 | <WindowsTargetPlatformVersion>10.0.19041.0</WindowsTargetPlatformVersion>
|
46 | 38 | <WindowsTargetPlatformMinVersion>10.0.17763.0</WindowsTargetPlatformMinVersion>
|
47 | 39 | <ApplicationTypeRevision>10.0</ApplicationTypeRevision>
|
| 40 | + <PlatformToolset>v142</PlatformToolset> |
48 | 41 | </PropertyGroup>
|
49 | 42 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
50 | 43 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
51 | 44 | <ConfigurationType>DynamicLibrary</ConfigurationType>
|
52 | 45 | <UseDebugLibraries>true</UseDebugLibraries>
|
53 |
| - <PlatformToolset>v141</PlatformToolset> |
54 |
| - </PropertyGroup> |
55 |
| - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Configuration"> |
56 |
| - <ConfigurationType>DynamicLibrary</ConfigurationType> |
57 |
| - <UseDebugLibraries>true</UseDebugLibraries> |
58 |
| - <PlatformToolset>v141</PlatformToolset> |
59 | 46 | </PropertyGroup>
|
60 | 47 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="Configuration">
|
61 | 48 | <ConfigurationType>DynamicLibrary</ConfigurationType>
|
62 | 49 | <UseDebugLibraries>true</UseDebugLibraries>
|
63 |
| - <PlatformToolset>v141</PlatformToolset> |
64 | 50 | </PropertyGroup>
|
65 | 51 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
66 | 52 | <ConfigurationType>DynamicLibrary</ConfigurationType>
|
67 | 53 | <UseDebugLibraries>true</UseDebugLibraries>
|
68 |
| - <PlatformToolset>v142</PlatformToolset> |
69 | 54 | </PropertyGroup>
|
70 | 55 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
71 | 56 | <ConfigurationType>DynamicLibrary</ConfigurationType>
|
72 | 57 | <UseDebugLibraries>false</UseDebugLibraries>
|
73 | 58 | <WholeProgramOptimization>true</WholeProgramOptimization>
|
74 |
| - <PlatformToolset>v141</PlatformToolset> |
75 |
| - </PropertyGroup> |
76 |
| - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Configuration"> |
77 |
| - <ConfigurationType>DynamicLibrary</ConfigurationType> |
78 |
| - <UseDebugLibraries>false</UseDebugLibraries> |
79 |
| - <WholeProgramOptimization>true</WholeProgramOptimization> |
80 |
| - <PlatformToolset>v141</PlatformToolset> |
81 | 59 | </PropertyGroup>
|
82 | 60 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="Configuration">
|
83 | 61 | <ConfigurationType>DynamicLibrary</ConfigurationType>
|
84 | 62 | <UseDebugLibraries>false</UseDebugLibraries>
|
85 | 63 | <WholeProgramOptimization>true</WholeProgramOptimization>
|
86 |
| - <PlatformToolset>v141</PlatformToolset> |
87 | 64 | </PropertyGroup>
|
88 | 65 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
89 | 66 | <ConfigurationType>DynamicLibrary</ConfigurationType>
|
90 | 67 | <UseDebugLibraries>false</UseDebugLibraries>
|
91 | 68 | <WholeProgramOptimization>true</WholeProgramOptimization>
|
92 |
| - <PlatformToolset>v141</PlatformToolset> |
93 | 69 | </PropertyGroup>
|
94 | 70 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
95 | 71 | <ImportGroup Label="ExtensionSettings">
|
|
102 | 78 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
103 | 79 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
104 | 80 | </ImportGroup>
|
105 |
| - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'"> |
106 |
| - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
107 |
| - </ImportGroup> |
108 |
| - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|ARM'"> |
109 |
| - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
110 |
| - </ImportGroup> |
111 | 81 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
|
112 | 82 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
113 | 83 | </ImportGroup>
|
|
128 | 98 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
129 | 99 | <GenerateManifest>false</GenerateManifest>
|
130 | 100 | </PropertyGroup>
|
131 |
| - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'"> |
132 |
| - <GenerateManifest>false</GenerateManifest> |
133 |
| - </PropertyGroup> |
134 |
| - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'"> |
135 |
| - <GenerateManifest>false</GenerateManifest> |
136 |
| - </PropertyGroup> |
137 | 101 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
|
138 | 102 | <GenerateManifest>false</GenerateManifest>
|
139 | 103 | </PropertyGroup>
|
|
177 | 141 | <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
|
178 | 142 | </Link>
|
179 | 143 | </ItemDefinitionGroup>
|
180 |
| - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'"> |
181 |
| - <ClCompile> |
182 |
| - <PrecompiledHeader>Use</PrecompiledHeader> |
183 |
| - <PreprocessorDefinitions>_WINRT_DLL;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
184 |
| - <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile> |
185 |
| - <PrecompiledHeaderOutputFile>$(IntDir)pch.pch</PrecompiledHeaderOutputFile> |
186 |
| - <AdditionalUsingDirectories>$(WindowsSDK_WindowsMetadata);$(AdditionalUsingDirectories)</AdditionalUsingDirectories> |
187 |
| - <AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions> |
188 |
| - <DisableSpecificWarnings>28204</DisableSpecificWarnings> |
189 |
| - </ClCompile> |
190 |
| - <Link> |
191 |
| - <SubSystem>Console</SubSystem> |
192 |
| - <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries> |
193 |
| - <AdditionalDependencies>WindowsApp.lib;Mmdevapi.lib;%(AdditionalDependencies)</AdditionalDependencies> |
194 |
| - </Link> |
195 |
| - </ItemDefinitionGroup> |
196 |
| - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'"> |
197 |
| - <ClCompile> |
198 |
| - <PrecompiledHeader>Use</PrecompiledHeader> |
199 |
| - <PreprocessorDefinitions>_WINRT_DLL;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
200 |
| - <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile> |
201 |
| - <PrecompiledHeaderOutputFile>$(IntDir)pch.pch</PrecompiledHeaderOutputFile> |
202 |
| - <AdditionalUsingDirectories>$(WindowsSDK_WindowsMetadata);$(AdditionalUsingDirectories)</AdditionalUsingDirectories> |
203 |
| - <AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions> |
204 |
| - <DisableSpecificWarnings>28204</DisableSpecificWarnings> |
205 |
| - </ClCompile> |
206 |
| - <Link> |
207 |
| - <SubSystem>Console</SubSystem> |
208 |
| - <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries> |
209 |
| - </Link> |
210 |
| - </ItemDefinitionGroup> |
211 | 144 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
|
212 | 145 | <ClCompile>
|
213 | 146 | <PrecompiledHeader>Use</PrecompiledHeader>
|
|
283 | 216 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
|
284 | 217 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">Create</PrecompiledHeader>
|
285 | 218 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">Create</PrecompiledHeader>
|
286 |
| - <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">Create</PrecompiledHeader> |
287 |
| - <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">Create</PrecompiledHeader> |
288 | 219 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
|
289 | 220 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
|
290 | 221 | </ClCompile>
|
|
0 commit comments