From cae165265d0f699cd446fe67c4ddc2d1d1661f49 Mon Sep 17 00:00:00 2001 From: "Mark A. Tsuchida" Date: Mon, 4 Dec 2023 12:32:47 -0600 Subject: [PATCH] Enable parallel build for each VS project (As opposed to, and in addition to, parallel building of projects.) --- buildscripts/VisualStudio/MMCommon.props | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/buildscripts/VisualStudio/MMCommon.props b/buildscripts/VisualStudio/MMCommon.props index d4a0f22dd..8c42b9a2a 100644 --- a/buildscripts/VisualStudio/MMCommon.props +++ b/buildscripts/VisualStudio/MMCommon.props @@ -26,6 +26,7 @@ 4127;4290;%(DisableSpecificWarnings) Sync _CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + true true @@ -68,4 +69,4 @@ $(MM_BUILDDIR) - + \ No newline at end of file