|
1 | 1 | <?xml version="1.0" encoding="utf-8"?>
|
2 | 2 | <Project DefaultTargets="Build" ToolsVersion="14.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>
|
|
127 | 119 | <ClCompile Include="Src\pch.cpp">
|
128 | 120 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
|
129 | 121 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
|
130 |
| - <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">Create</PrecompiledHeader> |
131 | 122 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">Create</PrecompiledHeader>
|
132 |
| - <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">Create</PrecompiledHeader> |
133 | 123 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">Create</PrecompiledHeader>
|
134 | 124 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
|
135 | 125 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
|
|
221 | 211 | <UseDebugLibraries>true</UseDebugLibraries>
|
222 | 212 | <PlatformToolset>v142</PlatformToolset>
|
223 | 213 | </PropertyGroup>
|
224 |
| - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Configuration"> |
225 |
| - <ConfigurationType>StaticLibrary</ConfigurationType> |
226 |
| - <UseDebugLibraries>true</UseDebugLibraries> |
227 |
| - <PlatformToolset>v142</PlatformToolset> |
228 |
| - </PropertyGroup> |
229 | 214 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="Configuration">
|
230 | 215 | <ConfigurationType>StaticLibrary</ConfigurationType>
|
231 | 216 | <UseDebugLibraries>true</UseDebugLibraries>
|
|
241 | 226 | <UseDebugLibraries>false</UseDebugLibraries>
|
242 | 227 | <PlatformToolset>v142</PlatformToolset>
|
243 | 228 | </PropertyGroup>
|
244 |
| - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Configuration"> |
245 |
| - <ConfigurationType>StaticLibrary</ConfigurationType> |
246 |
| - <UseDebugLibraries>false</UseDebugLibraries> |
247 |
| - <PlatformToolset>v142</PlatformToolset> |
248 |
| - </PropertyGroup> |
249 | 229 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="Configuration">
|
250 | 230 | <ConfigurationType>StaticLibrary</ConfigurationType>
|
251 | 231 | <UseDebugLibraries>false</UseDebugLibraries>
|
|
267 | 247 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
268 | 248 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
269 | 249 | </ImportGroup>
|
270 |
| - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'"> |
271 |
| - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
272 |
| - </ImportGroup> |
273 | 250 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="PropertySheets">
|
274 | 251 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
275 | 252 | </ImportGroup>
|
276 |
| - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|ARM'"> |
277 |
| - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
278 |
| - </ImportGroup> |
279 | 253 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="PropertySheets">
|
280 | 254 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
281 | 255 | </ImportGroup>
|
|
299 | 273 | <TargetName>DirectXTK</TargetName>
|
300 | 274 | <GenerateManifest>false</GenerateManifest>
|
301 | 275 | </PropertyGroup>
|
302 |
| - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'"> |
303 |
| - <OutDir>Bin\Windows10_2019\$(Platform)\$(Configuration)\</OutDir> |
304 |
| - <IntDir>Bin\Windows10_2019\$(Platform)\$(Configuration)\</IntDir> |
305 |
| - <TargetName>DirectXTK</TargetName> |
306 |
| - <GenerateManifest>false</GenerateManifest> |
307 |
| - </PropertyGroup> |
308 | 276 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
|
309 | 277 | <OutDir>Bin\Windows10_2019\$(Platform)\$(Configuration)\</OutDir>
|
310 | 278 | <IntDir>Bin\Windows10_2019\$(Platform)\$(Configuration)\</IntDir>
|
311 | 279 | <TargetName>DirectXTK</TargetName>
|
312 | 280 | <GenerateManifest>false</GenerateManifest>
|
313 | 281 | </PropertyGroup>
|
314 |
| - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'"> |
315 |
| - <OutDir>Bin\Windows10_2019\$(Platform)\$(Configuration)\</OutDir> |
316 |
| - <IntDir>Bin\Windows10_2019\$(Platform)\$(Configuration)\</IntDir> |
317 |
| - <TargetName>DirectXTK</TargetName> |
318 |
| - <GenerateManifest>false</GenerateManifest> |
319 |
| - </PropertyGroup> |
320 | 282 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
|
321 | 283 | <OutDir>Bin\Windows10_2019\$(Platform)\$(Configuration)\</OutDir>
|
322 | 284 | <IntDir>Bin\Windows10_2019\$(Platform)\$(Configuration)\</IntDir>
|
|
381 | 343 | <GenerateWindowsMetadata>false</GenerateWindowsMetadata>
|
382 | 344 | </Link>
|
383 | 345 | </ItemDefinitionGroup>
|
384 |
| - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'"> |
385 |
| - <ClCompile> |
386 |
| - <PrecompiledHeader>Use</PrecompiledHeader> |
387 |
| - <ForcedUsingFiles /> |
388 |
| - <CompileAsWinRT>false</CompileAsWinRT> |
389 |
| - <SDLCheck>true</SDLCheck> |
390 |
| - <AdditionalIncludeDirectories>$(ProjectDir)Inc;$(ProjectDir)Src;$(ProjectDir)Src\Shaders\Compiled;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
391 |
| - <FloatingPointModel>Fast</FloatingPointModel> |
392 |
| - <ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName> |
393 |
| - <WarningLevel>EnableAllWarnings</WarningLevel> |
394 |
| - <PreprocessorDefinitions>_CRT_STDIO_ARBITRARY_WIDE_SPECIFIERS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
395 |
| - <ConformanceMode>true</ConformanceMode> |
396 |
| - <AdditionalOptions>/Zc:__cplusplus /ZH:SHA_256 %(AdditionalOptions)</AdditionalOptions> |
397 |
| - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
398 |
| - <SupportJustMyCode>false</SupportJustMyCode> |
399 |
| - <ExternalWarningLevel>Level4</ExternalWarningLevel> |
400 |
| - </ClCompile> |
401 |
| - <Link> |
402 |
| - <SubSystem>Console</SubSystem> |
403 |
| - <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries> |
404 |
| - <GenerateWindowsMetadata>false</GenerateWindowsMetadata> |
405 |
| - </Link> |
406 |
| - </ItemDefinitionGroup> |
407 | 346 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
|
408 | 347 | <ClCompile>
|
409 | 348 | <PrecompiledHeader>Use</PrecompiledHeader>
|
|
428 | 367 | <GenerateWindowsMetadata>false</GenerateWindowsMetadata>
|
429 | 368 | </Link>
|
430 | 369 | </ItemDefinitionGroup>
|
431 |
| - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'"> |
432 |
| - <ClCompile> |
433 |
| - <PrecompiledHeader>Use</PrecompiledHeader> |
434 |
| - <ForcedUsingFiles /> |
435 |
| - <CompileAsWinRT>false</CompileAsWinRT> |
436 |
| - <SDLCheck>true</SDLCheck> |
437 |
| - <AdditionalIncludeDirectories>$(ProjectDir)Inc;$(ProjectDir)Src;$(ProjectDir)Src\Shaders\Compiled;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
438 |
| - <FloatingPointModel>Fast</FloatingPointModel> |
439 |
| - <ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName> |
440 |
| - <WarningLevel>EnableAllWarnings</WarningLevel> |
441 |
| - <PreprocessorDefinitions>_CRT_STDIO_ARBITRARY_WIDE_SPECIFIERS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
442 |
| - <ConformanceMode>true</ConformanceMode> |
443 |
| - <AdditionalOptions>/Zc:__cplusplus /ZH:SHA_256 %(AdditionalOptions)</AdditionalOptions> |
444 |
| - <ExternalWarningLevel>Level4</ExternalWarningLevel> |
445 |
| - </ClCompile> |
446 |
| - <Link> |
447 |
| - <SubSystem>Console</SubSystem> |
448 |
| - <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries> |
449 |
| - <GenerateWindowsMetadata>false</GenerateWindowsMetadata> |
450 |
| - </Link> |
451 |
| - </ItemDefinitionGroup> |
452 | 370 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
|
453 | 371 | <ClCompile>
|
454 | 372 | <PrecompiledHeader>Use</PrecompiledHeader>
|
|
0 commit comments