diff options
| author | Rob Mensching <rob@firegiant.com> | 2021-03-19 12:10:19 -0700 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2021-03-19 12:15:11 -0700 |
| commit | 4d27a43eb676e48a6ae6213e234f519b6af8c8a7 (patch) | |
| tree | 698e6e87ff52229a726301341c7342f410088903 /src/test/WixToolsetTest.Util/TestData/InternetShortcutModule/Module.wxs | |
| parent | 3d5c85c88fc7440b0e232173a18f80f3363c039a (diff) | |
| download | wix-4d27a43eb676e48a6ae6213e234f519b6af8c8a7.tar.gz wix-4d27a43eb676e48a6ae6213e234f519b6af8c8a7.tar.bz2 wix-4d27a43eb676e48a6ae6213e234f519b6af8c8a7.zip | |
Minor test clean up
Diffstat (limited to 'src/test/WixToolsetTest.Util/TestData/InternetShortcutModule/Module.wxs')
| -rw-r--r-- | src/test/WixToolsetTest.Util/TestData/InternetShortcutModule/Module.wxs | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/test/WixToolsetTest.Util/TestData/InternetShortcutModule/Module.wxs b/src/test/WixToolsetTest.Util/TestData/InternetShortcutModule/Module.wxs new file mode 100644 index 00000000..2a9daa1c --- /dev/null +++ b/src/test/WixToolsetTest.Util/TestData/InternetShortcutModule/Module.wxs | |||
| @@ -0,0 +1,15 @@ | |||
| 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" Guid="047730a5-30fe-4a62-a520-da9381b8226a"> | ||
| 3 | <SummaryInformation Manufacturer="Example Corporation" /> | ||
| 4 | |||
| 5 | <ComponentGroupRef Id="ProductComponents" /> | ||
| 6 | </Module> | ||
| 7 | |||
| 8 | <Fragment> | ||
| 9 | <Directory Id="TARGETDIR" Name="SourceDir"> | ||
| 10 | <Directory Id="ProgramFilesFolder"> | ||
| 11 | <Directory Id="INSTALLFOLDER" Name="MergeModule" /> | ||
| 12 | </Directory> | ||
| 13 | </Directory> | ||
| 14 | </Fragment> | ||
| 15 | </Wix> | ||
