mirror of
https://github.com/PCSX2/pcsx2.git
synced 2026-09-09 22:32:57 +02:00
Much better parallelism, due to our source files being spread out across multiple folders. pcsx2core build time on a Ryzen 3900X with 12C/24T: Before: Time Elapsed 00:00:26.74 After: Time Elapsed 00:01:03.21
23 lines
933 B
XML
23 lines
933 B
XML
<?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>
|
|
<ProjectConfiguration Include="Devel|x64">
|
|
<Configuration>Devel</Configuration>
|
|
<Platform>x64</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Release|x64">
|
|
<Configuration>Release</Configuration>
|
|
<Platform>x64</Platform>
|
|
</ProjectConfiguration>
|
|
</ItemGroup>
|
|
|
|
<!-- 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>
|
|
</Project> |