diff options
Diffstat (limited to 'src/test/WixToolsetTest.Util/TestData/InternetShortcutModule')
| -rw-r--r-- | src/test/WixToolsetTest.Util/TestData/InternetShortcutModule/Package.wxs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/test/WixToolsetTest.Util/TestData/InternetShortcutModule/Package.wxs b/src/test/WixToolsetTest.Util/TestData/InternetShortcutModule/Package.wxs index f38295e7..2a9daa1c 100644 --- a/src/test/WixToolsetTest.Util/TestData/InternetShortcutModule/Package.wxs +++ b/src/test/WixToolsetTest.Util/TestData/InternetShortcutModule/Package.wxs | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs" xmlns:util="http://wixtoolset.org/schemas/v4/wxs/util"> | 1 | <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs" xmlns:util="http://wixtoolset.org/schemas/v4/wxs/util"> |
| 2 | <Module Language="1033" Version="1.0.0.0" Id="InternetShortcutModule"> | 2 | <Module Language="1033" Version="1.0.0.0" Id="InternetShortcutModule" Guid="047730a5-30fe-4a62-a520-da9381b8226a"> |
| 3 | <Package Id="047730a5-30fe-4a62-a520-da9381b8226a" Manufacturer="Example Corporation" /> | 3 | <SummaryInformation Manufacturer="Example Corporation" /> |
| 4 | 4 | ||
| 5 | <ComponentGroupRef Id="ProductComponents" /> | 5 | <ComponentGroupRef Id="ProductComponents" /> |
| 6 | </Module> | 6 | </Module> |
