2021-07-04 08:16:36 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
<ItemGroup Label="ProjectConfigurations">
|
|
|
|
<ProjectConfiguration Include="DebugFast|ARM64">
|
|
|
|
<Configuration>DebugFast</Configuration>
|
|
|
|
<Platform>ARM64</Platform>
|
|
|
|
</ProjectConfiguration>
|
|
|
|
<ProjectConfiguration Include="DebugFast|x64">
|
|
|
|
<Configuration>DebugFast</Configuration>
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
</ProjectConfiguration>
|
|
|
|
<ProjectConfiguration Include="Debug|ARM64">
|
|
|
|
<Configuration>Debug</Configuration>
|
|
|
|
<Platform>ARM64</Platform>
|
|
|
|
</ProjectConfiguration>
|
|
|
|
<ProjectConfiguration Include="Debug|x64">
|
|
|
|
<Configuration>Debug</Configuration>
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
</ProjectConfiguration>
|
|
|
|
<ProjectConfiguration Include="ReleaseLTCG|ARM64">
|
|
|
|
<Configuration>ReleaseLTCG</Configuration>
|
|
|
|
<Platform>ARM64</Platform>
|
|
|
|
</ProjectConfiguration>
|
|
|
|
<ProjectConfiguration Include="ReleaseLTCG|x64">
|
|
|
|
<Configuration>ReleaseLTCG</Configuration>
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
</ProjectConfiguration>
|
|
|
|
<ProjectConfiguration Include="Release|ARM64">
|
|
|
|
<Configuration>Release</Configuration>
|
|
|
|
<Platform>ARM64</Platform>
|
|
|
|
</ProjectConfiguration>
|
|
|
|
<ProjectConfiguration Include="Release|x64">
|
|
|
|
<Configuration>Release</Configuration>
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
</ProjectConfiguration>
|
2023-08-21 12:38:55 +00:00
|
|
|
<ProjectConfiguration Include="DebugFast-Clang|ARM64">
|
|
|
|
<Configuration>DebugFast-Clang</Configuration>
|
|
|
|
<Platform>ARM64</Platform>
|
|
|
|
</ProjectConfiguration>
|
|
|
|
<ProjectConfiguration Include="DebugFast-Clang|x64">
|
|
|
|
<Configuration>DebugFast-Clang</Configuration>
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
</ProjectConfiguration>
|
|
|
|
<ProjectConfiguration Include="Debug-Clang|ARM64">
|
|
|
|
<Configuration>Debug-Clang</Configuration>
|
|
|
|
<Platform>ARM64</Platform>
|
|
|
|
</ProjectConfiguration>
|
|
|
|
<ProjectConfiguration Include="Debug-Clang|x64">
|
|
|
|
<Configuration>Debug-Clang</Configuration>
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
</ProjectConfiguration>
|
|
|
|
<ProjectConfiguration Include="ReleaseLTCG-Clang|ARM64">
|
|
|
|
<Configuration>ReleaseLTCG-Clang</Configuration>
|
|
|
|
<Platform>ARM64</Platform>
|
|
|
|
</ProjectConfiguration>
|
|
|
|
<ProjectConfiguration Include="ReleaseLTCG-Clang|x64">
|
|
|
|
<Configuration>ReleaseLTCG-Clang</Configuration>
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
</ProjectConfiguration>
|
|
|
|
<ProjectConfiguration Include="Release-Clang|ARM64">
|
|
|
|
<Configuration>Release-Clang</Configuration>
|
|
|
|
<Platform>ARM64</Platform>
|
|
|
|
</ProjectConfiguration>
|
|
|
|
<ProjectConfiguration Include="Release-Clang|x64">
|
|
|
|
<Configuration>Release-Clang</Configuration>
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
</ProjectConfiguration>
|
2021-07-04 08:16:36 +00:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
<PropertyGroup Label="Globals">
|
|
|
|
<ProjectName>$(MSBuildProjectName)</ProjectName>
|
|
|
|
<RootNamespace>$(MSBuildProjectName)</RootNamespace>
|
|
|
|
<Keyword>Win32Proj</Keyword>
|
|
|
|
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
|
|
|
|
</PropertyGroup>
|
2021-07-04 09:08:55 +00:00
|
|
|
|
2021-07-04 08:16:36 +00:00
|
|
|
<PropertyGroup Label="UserMacros">
|
|
|
|
<RootBuildDir>$(SolutionDir)build\$(Configuration)-$(Platform)\</RootBuildDir>
|
|
|
|
</PropertyGroup>
|
2022-11-19 04:49:08 +00:00
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<UseMultiToolTask>true</UseMultiToolTask>
|
|
|
|
<EnforceProcessCountAcrossBuilds>true</EnforceProcessCountAcrossBuilds>
|
|
|
|
</PropertyGroup>
|
2021-07-04 08:16:36 +00:00
|
|
|
</Project>
|