2021-07-18 17:27:30 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
<ItemGroup Label="ProjectConfigurations">
|
|
|
|
<ProjectConfiguration Include="Debug|x64">
|
|
|
|
<Configuration>Debug</Configuration>
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
</ProjectConfiguration>
|
2024-04-24 12:17:39 +00:00
|
|
|
<ProjectConfiguration Include="Debug AVX2|x64">
|
|
|
|
<Configuration>Debug AVX2</Configuration>
|
2021-07-18 17:27:30 +00:00
|
|
|
<Platform>x64</Platform>
|
|
|
|
</ProjectConfiguration>
|
2022-12-25 06:47:26 +00:00
|
|
|
<ProjectConfiguration Include="Debug Clang|x64">
|
|
|
|
<Configuration>Debug Clang</Configuration>
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
</ProjectConfiguration>
|
2024-04-24 12:17:39 +00:00
|
|
|
<ProjectConfiguration Include="Debug Clang AVX2|x64">
|
|
|
|
<Configuration>Debug Clang AVX2</Configuration>
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
</ProjectConfiguration>
|
|
|
|
<ProjectConfiguration Include="Devel|x64">
|
|
|
|
<Configuration>Devel</Configuration>
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
</ProjectConfiguration>
|
2024-03-21 06:19:17 +00:00
|
|
|
<ProjectConfiguration Include="Devel AVX2|x64">
|
2024-04-24 12:17:39 +00:00
|
|
|
<Configuration>Devel AVX2</Configuration>
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
</ProjectConfiguration>
|
2022-12-25 06:47:26 +00:00
|
|
|
<ProjectConfiguration Include="Devel Clang|x64">
|
|
|
|
<Configuration>Devel Clang</Configuration>
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
</ProjectConfiguration>
|
2024-04-24 12:17:39 +00:00
|
|
|
<ProjectConfiguration Include="Devel Clang AVX2|x64">
|
|
|
|
<Configuration>Devel Clang AVX2</Configuration>
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
</ProjectConfiguration>
|
|
|
|
<ProjectConfiguration Include="Release AVX2|x64">
|
|
|
|
<Configuration>Release AVX2</Configuration>
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
</ProjectConfiguration>
|
|
|
|
<ProjectConfiguration Include="Release|x64">
|
|
|
|
<Configuration>Release</Configuration>
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
</ProjectConfiguration>
|
2022-12-25 06:47:26 +00:00
|
|
|
<ProjectConfiguration Include="Release Clang|x64">
|
|
|
|
<Configuration>Release Clang</Configuration>
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
</ProjectConfiguration>
|
2024-04-24 12:17:39 +00:00
|
|
|
<ProjectConfiguration Include="Release Clang AVX2|x64">
|
|
|
|
<Configuration>Release Clang AVX2</Configuration>
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
</ProjectConfiguration>
|
2024-03-21 06:19:17 +00:00
|
|
|
<ProjectConfiguration Include="Debug Clang|ARM64">
|
|
|
|
<Configuration>Debug Clang</Configuration>
|
|
|
|
<Platform>ARM64</Platform>
|
|
|
|
</ProjectConfiguration>
|
|
|
|
<ProjectConfiguration Include="Devel Clang|ARM64">
|
|
|
|
<Configuration>Devel Clang</Configuration>
|
|
|
|
<Platform>ARM64</Platform>
|
|
|
|
</ProjectConfiguration>
|
|
|
|
<ProjectConfiguration Include="Release Clang|ARM64">
|
|
|
|
<Configuration>Release Clang</Configuration>
|
|
|
|
<Platform>ARM64</Platform>
|
|
|
|
</ProjectConfiguration>
|
2021-07-18 17:27:30 +00:00
|
|
|
</ItemGroup>
|
2022-11-19 04:40:45 +00:00
|
|
|
|
|
|
|
<!-- This better belongs in BaseProperies.props, but it needs to be set before the default props file is imported. -->
|
|
|
|
<PropertyGroup>
|
|
|
|
<UseMultiToolTask>true</UseMultiToolTask>
|
|
|
|
<EnforceProcessCountAcrossBuilds>true</EnforceProcessCountAcrossBuilds>
|
|
|
|
</PropertyGroup>
|
2021-07-18 17:27:30 +00:00
|
|
|
</Project>
|