diff options
| author | Rob Mensching <rob@firegiant.com> | 2020-06-23 01:11:19 -0700 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2020-06-23 16:56:04 -0700 |
| commit | 9c235551b2fb961cf10ecb307c252fd5de377513 (patch) | |
| tree | cb1e112e14212655f7dcf985009a158578a967b0 /src/test/WixToolsetTest.Converters/TestData/Preprocessor/ConvertedPreprocessor.wxs | |
| parent | 7987d2f7e2d47427d7571ab7cc3640d7b0bbb7ff (diff) | |
| download | wix-9c235551b2fb961cf10ecb307c252fd5de377513.tar.gz wix-9c235551b2fb961cf10ecb307c252fd5de377513.tar.bz2 wix-9c235551b2fb961cf10ecb307c252fd5de377513.zip | |
Remove explicit auto-GUIDs
Diffstat (limited to 'src/test/WixToolsetTest.Converters/TestData/Preprocessor/ConvertedPreprocessor.wxs')
| -rw-r--r-- | src/test/WixToolsetTest.Converters/TestData/Preprocessor/ConvertedPreprocessor.wxs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/WixToolsetTest.Converters/TestData/Preprocessor/ConvertedPreprocessor.wxs b/src/test/WixToolsetTest.Converters/TestData/Preprocessor/ConvertedPreprocessor.wxs index dcd43e35..72c78653 100644 --- a/src/test/WixToolsetTest.Converters/TestData/Preprocessor/ConvertedPreprocessor.wxs +++ b/src/test/WixToolsetTest.Converters/TestData/Preprocessor/ConvertedPreprocessor.wxs | |||
| @@ -6,7 +6,7 @@ | |||
| 6 | <?include WixVer.wxi ?> | 6 | <?include WixVer.wxi ?> |
| 7 | 7 | ||
| 8 | <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs" xmlns:swid="http://wixtoolset.org/schemas/v4/wxs/tag" xmlns:util="http://wixtoolset.org/schemas/v4/wxs/util"> | 8 | <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs" xmlns:swid="http://wixtoolset.org/schemas/v4/wxs/tag" xmlns:util="http://wixtoolset.org/schemas/v4/wxs/util"> |
| 9 | <Product Id="*" Name="!(loc.ShortProduct) v$(var.WixMajorMinor) Core" Language="1033" Manufacturer="!(loc.Company)" Version="$(var.WixMsiProductVersion)" UpgradeCode="3618724B-2523-44F9-A908-866AA619504D"> | 9 | <Product Name="!(loc.ShortProduct) v$(var.WixMajorMinor) Core" Language="1033" Manufacturer="!(loc.Company)" Version="$(var.WixMsiProductVersion)" UpgradeCode="3618724B-2523-44F9-A908-866AA619504D"> |
| 10 | <Package Compressed="yes" InstallerVersion="200" SummaryCodepage="1252" InstallScope="perMachine" /> | 10 | <Package Compressed="yes" InstallerVersion="200" SummaryCodepage="1252" InstallScope="perMachine" /> |
| 11 | <swid:Tag Regid="!(loc.Regid)" InstallDirectory="INSTALLFOLDER" /> | 11 | <swid:Tag Regid="!(loc.Regid)" InstallDirectory="INSTALLFOLDER" /> |
| 12 | 12 | ||
