From 3456eaa40c910eb3a6cb9197562517b9f119aa9a Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Tue, 31 Dec 2024 06:21:22 -0800 Subject: Minor build improvements and cleanup --- src/Directory.vcxproj.props | 2 +- .../WixInternal.TestSupport/WixInternal.TestSupport.csproj | 2 +- src/wix/WixToolset.Sdk/tools/wix.targets | 11 ++++++----- 3 files changed, 8 insertions(+), 7 deletions(-) (limited to 'src') diff --git a/src/Directory.vcxproj.props b/src/Directory.vcxproj.props index 078309a2..1ed4b07a 100644 --- a/src/Directory.vcxproj.props +++ b/src/Directory.vcxproj.props @@ -39,7 +39,7 @@ false Guard /Zc:threadSafeInit- -YlprecompDefine /w44263 - true + true $(ArmPreprocessorDefinitions);%(PreprocessorDefinitions) diff --git a/src/internal/WixInternal.TestSupport/WixInternal.TestSupport.csproj b/src/internal/WixInternal.TestSupport/WixInternal.TestSupport.csproj index 1b713a0d..4e1c3c26 100644 --- a/src/internal/WixInternal.TestSupport/WixInternal.TestSupport.csproj +++ b/src/internal/WixInternal.TestSupport/WixInternal.TestSupport.csproj @@ -4,7 +4,7 @@ - net6.0;net472 + netstandard2.0;net472 true embedded true diff --git a/src/wix/WixToolset.Sdk/tools/wix.targets b/src/wix/WixToolset.Sdk/tools/wix.targets index 1ba6746b..f2cdd703 100644 --- a/src/wix/WixToolset.Sdk/tools/wix.targets +++ b/src/wix/WixToolset.Sdk/tools/wix.targets @@ -99,7 +99,7 @@ - @@ -287,7 +287,8 @@ Projects="@(_MSBuildProjectReferenceExistent)" Targets="GetNativeTargetPath" Properties="%(_MSBuildProjectReferenceExistent.SetConfiguration);%(_MSBuildProjectReferenceExistent.SetPlatform)" - Condition=" '@(ProjectReferenceWithConfiguration)' != '' and '%(_MSBuildProjectReferenceExistent.Extension)' == '.vcxproj' "> + Condition=" '@(ProjectReferenceWithConfiguration)' != '' and '%(_MSBuildProjectReferenceExistent.Extension)' == '.vcxproj' " + BuildInParallel="true"> @@ -570,7 +571,7 @@ @(_ResolvedWixExtensionPaths); @(_BindInputs)" Outputs="$(IntermediateOutputPath)$(BindTrackingFilePrefix)%(CultureGroup.OutputSuffix)$(BindTrackingFileExtension);@(_BindBuiltOutputs)" - DependsOnTargets="$(CoreCompileDependsOn)" + DependsOnTargets="$(CoreCompileDependsOn)" Condition=" '@(Compile)' != '' "> @@ -578,7 +579,7 @@ <_WixBuildCabinetCachePath Condition=" '$(CabinetCachePath)'!='' ">$([MSBuild]::NormalizeDirectory($(CabinetCachePath), %(CultureGroup.OutputFolder))) -