File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 4444 Text =" Bundles must target x86. InstallerPlatform=$(InstallerPlatform)" />
4545 </Target >
4646
47+ <!-- This target can be used to set additional Wix options. -->
48+ <Target Name =" SetAdditionalWixOptions" BeforeTargets =" CoreCompile" >
49+ <PropertyGroup >
50+ <!-- Use backwards compatible GUID generation. -->
51+ <CompilerAdditionalOptions >$(CompilerAdditionalOptions) -bcgg</CompilerAdditionalOptions >
52+ </PropertyGroup >
53+ </Target >
54+
4755 <Target Name =" GenerateWixpackPackage" AfterTargets =" CoreCompile" >
4856 <PropertyGroup >
4957 <WixpackWorkingDir >$(IntermediateOutputPath)wixpack</WixpackWorkingDir >
5058 <WixpackOutputDir >$(ArtifactsNonShippingPackagesDir)</WixpackOutputDir >
5159 </PropertyGroup >
5260
5361 <CreateWixBuildWixpack
62+ AdditionalOptions =" $(CompilerAdditionalOptions) $(LinkerAdditionalOptions)"
5463 BindTrackingFile =" $(IntermediateOutputPath)$(BindTrackingFilePrefix)%(CultureGroup.OutputSuffix)$(BindTrackingFileExtension)"
5564 Cultures =" %(CultureGroup.Identity)"
5665 DefineConstants =" $(DefineConstants);$(SolutionDefineConstants);$(ProjectDefineConstants);$(ProjectReferenceDefineConstants)"
You can’t perform that action at this time.
0 commit comments