From e11f05863f123b3b12f48ada9c495ca8af911b31 Mon Sep 17 00:00:00 2001 From: Pavel Krymets Date: Thu, 15 Nov 2018 12:54:10 -0800 Subject: [PATCH] Enable MultiProcessorCompilation in more projects (#4036) --- src/IISIntegration/build/repo.targets | 2 +- .../src/AspNetCoreModuleV1/AspNetCore/AspNetCore.vcxproj | 5 ++++- .../src/AspNetCoreModuleV1/IISLib/IISLib.vcxproj | 4 ++++ .../test/CommonLibTests/CommonLibTests.vcxproj | 6 ++++-- src/IISIntegration/test/gtest/gtest.vcxproj | 4 ++++ 5 files changed, 17 insertions(+), 4 deletions(-) diff --git a/src/IISIntegration/build/repo.targets b/src/IISIntegration/build/repo.targets index 341ae8b7f5..7d668d32b7 100644 --- a/src/IISIntegration/build/repo.targets +++ b/src/IISIntegration/build/repo.targets @@ -23,7 +23,7 @@ - + true CompileAsCpp true + true Windows @@ -129,6 +130,7 @@ true CompileAsCpp true + true Windows @@ -162,6 +164,7 @@ true CompileAsCpp true + true Windows @@ -197,6 +200,7 @@ true CompileAsCpp true + true Windows @@ -264,7 +268,6 @@ - Document diff --git a/src/IISIntegration/src/AspNetCoreModuleV1/IISLib/IISLib.vcxproj b/src/IISIntegration/src/AspNetCoreModuleV1/IISLib/IISLib.vcxproj index bb8795992b..0b32c4c160 100644 --- a/src/IISIntegration/src/AspNetCoreModuleV1/IISLib/IISLib.vcxproj +++ b/src/IISIntegration/src/AspNetCoreModuleV1/IISLib/IISLib.vcxproj @@ -92,6 +92,7 @@ MultiThreadedDebug false true + true Windows @@ -110,6 +111,7 @@ MultiThreadedDebug false true + true Windows @@ -129,6 +131,7 @@ MultiThreaded false true + true Windows @@ -150,6 +153,7 @@ MultiThreaded false true + true Windows diff --git a/src/IISIntegration/test/CommonLibTests/CommonLibTests.vcxproj b/src/IISIntegration/test/CommonLibTests/CommonLibTests.vcxproj index 87dbd16675..2630c2430f 100644 --- a/src/IISIntegration/test/CommonLibTests/CommonLibTests.vcxproj +++ b/src/IISIntegration/test/CommonLibTests/CommonLibTests.vcxproj @@ -89,13 +89,13 @@ WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) $(IntDir)$(TargetName).pch stdafx.h - true EnableFastChecks MultiThreadedDebug Level3 $(MSBuildThisFileDirectory)include;%(AdditionalIncludeDirectories);..\..\src\AspNetCoreModuleV2\RequestHandlerLib;..\..\src\AspNetCoreModuleV2\IISLib;..\..\src\AspNetCoreModuleV2\CommonLib;..\gtest\googletest\googletest\include;..\gtest\googletest\googlemock\include;...\..\src\AspNetCoreModuleV2\AspNetCore\Inc;..\..\src\AspNetCoreModuleV2\InProcessRequestHandler\ /D "_SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING" stdcpp17 + true true @@ -116,13 +116,13 @@ X64;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) $(IntDir)$(TargetName).pch stdafx.h - true EnableFastChecks MultiThreadedDebug Level3 $(MSBuildThisFileDirectory)include;%(AdditionalIncludeDirectories);..\..\src\AspNetCoreModuleV2\RequestHandlerLib;..\..\src\AspNetCoreModuleV2\IISLib;..\..\src\AspNetCoreModuleV2\CommonLib;..\gtest\googletest\googletest\include;..\gtest\googletest\googlemock\include;...\..\src\AspNetCoreModuleV2\AspNetCore\Inc;..\..\src\AspNetCoreModuleV2\InProcessRequestHandler\ /D "_SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING" stdcpp17 + true true @@ -148,6 +148,7 @@ $(MSBuildThisFileDirectory)include;%(AdditionalIncludeDirectories);..\..\src\AspNetCoreModuleV2\RequestHandlerLib;..\..\src\AspNetCoreModuleV2\IISLib;..\..\src\AspNetCoreModuleV2\CommonLib;..\gtest\googletest\googletest\include;..\gtest\googletest\googlemock\include;...\..\src\AspNetCoreModuleV2\AspNetCore\Inc;..\..\src\AspNetCoreModuleV2\InProcessRequestHandler\ /D "_SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING" stdcpp17 + true true @@ -176,6 +177,7 @@ $(MSBuildThisFileDirectory)include;%(AdditionalIncludeDirectories);..\..\src\AspNetCoreModuleV2\RequestHandlerLib;..\..\src\AspNetCoreModuleV2\IISLib;..\..\src\AspNetCoreModuleV2\CommonLib;..\gtest\googletest\googletest\include;..\gtest\googletest\googlemock\include;...\..\src\AspNetCoreModuleV2\AspNetCore\Inc;..\..\src\AspNetCoreModuleV2\InProcessRequestHandler\ /D "_SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING" stdcpp17 + true true diff --git a/src/IISIntegration/test/gtest/gtest.vcxproj b/src/IISIntegration/test/gtest/gtest.vcxproj index 924f26337d..ba20b750a0 100644 --- a/src/IISIntegration/test/gtest/gtest.vcxproj +++ b/src/IISIntegration/test/gtest/gtest.vcxproj @@ -112,6 +112,7 @@ true googletest\googletest\include;googletest\googletest;googletest\googlemock;googletest\googlemock\include;%(AdditionalIncludeDirectories) MultiThreadedDebug + true Windows @@ -128,6 +129,7 @@ true googletest\googletest\include;googletest\googletest;googletest\googlemock;googletest\googlemock\include;%(AdditionalIncludeDirectories) MultiThreadedDebug + true Windows @@ -146,6 +148,7 @@ true googletest\googletest\include;googletest\googletest;googletest\googlemock;googletest\googlemock\include;%(AdditionalIncludeDirectories) MultiThreaded + true Windows @@ -166,6 +169,7 @@ true googletest\googletest\include;googletest\googletest;googletest\googlemock;googletest\googlemock\include;%(AdditionalIncludeDirectories) MultiThreaded + true Windows