Windows: props file to override solution settings for /MP
This commit is contained in:
parent
b24f520439
commit
643391ba20
1 changed files with 9 additions and 0 deletions
9
scripts/msbuild-force-mp-and-buildinparallel.props
Normal file
9
scripts/msbuild-force-mp-and-buildinparallel.props
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
|
<ItemDefinitionGroup>
|
||||||
|
<ClCompile>
|
||||||
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
||||||
|
<EnableParallelCodeGeneration>true</EnableParallelCodeGeneration>
|
||||||
|
</ClCompile>
|
||||||
|
</ItemDefinitionGroup>
|
||||||
|
</Project>
|
Loading…
Reference in a new issue