From 6870175b344e73b20684b8da39e824838965adf5 Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Mon, 10 Jan 2022 14:25:08 -0800 Subject: Remove compile/lib/link specific switches --- src/wix/WixToolset.Sdk/tools/wix.targets | 52 ++++++-------------------------- 1 file changed, 10 insertions(+), 42 deletions(-) diff --git a/src/wix/WixToolset.Sdk/tools/wix.targets b/src/wix/WixToolset.Sdk/tools/wix.targets index 5487c07f..54115619 100644 --- a/src/wix/WixToolset.Sdk/tools/wix.targets +++ b/src/wix/WixToolset.Sdk/tools/wix.targets @@ -179,44 +179,10 @@ - $(NoLogo) - $(SuppressAllWarnings) - $(SuppressSpecificWarnings) - $(TreatWarningsAsErrors) - $(TreatSpecificWarningsAsErrors) - $(VerboseOutput) $(Platform) - - - $(NoLogo) - $(BindFiles) - $(Pedantic) - $(SuppressAllWarnings) - $(SuppressSpecificWarnings) - $(SuppressSchemaValidation) - $(SuppressIntermediateFileVersionMatching) - $(TreatWarningsAsErrors) - $(TreatSpecificWarningsAsErrors) - $(VerboseOutput) - - - - - $(NoLogo) - $(BindFiles) - $(Pedantic) - $(SuppressAllWarnings) - $(SuppressSpecificWarnings) - $(SuppressSchemaValidation) - $(SuppressIntermediateFileVersionMatching) - $(TreatWarningsAsErrors) - $(TreatSpecificWarningsAsErrors) - $(VerboseOutput) - - @@ -648,11 +614,11 @@ Pedantic="$(Pedantic)" ReferencePaths="$(ReferencePaths)" - SuppressSpecificWarnings="$(CompilerSuppressSpecificWarnings);$(LinkerSuppressSpecificWarnings)" - TreatSpecificWarningsAsErrors="$(CompilerTreatSpecificWarningsAsErrors)" + SuppressSpecificWarnings="$(SuppressSpecificWarnings)" + TreatSpecificWarningsAsErrors="$(TreatSpecificWarningsAsErrors)" BindInputPaths="@(LinkerBindInputPaths)" - BindFiles="$(LinkerBindFiles)" + BindFiles="$(BindFiles)" BindTrackingFile="$(IntermediateOutputPath)$(BindTrackingFilePrefix)%(CultureGroup.Identity)$(BindTrackingFileExtension)" CabinetCachePath="$(_WixBuildCabinetCachePath)" @@ -667,15 +633,17 @@ SuppressIces="$(SuppressIces)" AdditionalCub="$(AdditionalCub)" + SuppressAllWarnings="$(SuppressAllWarnings)" + TreatWarningsAsErrors="$(TreatWarningsAsErrors)" + VerboseOutput="$(VerboseOutput)" + RunAsSeparateProcess="$(RunWixToolsOutOfProc)" ToolExe="$(WixToolExe)" ToolPath="$(WixToolDir)" /> - + + <_WixBuildOutputFile Include="$(IntermediateOutputPath)%(CultureGroup.OutputFolder)$(TargetFileName)" /> +