diff options
| author | Rob Mensching <rob@firegiant.com> | 2019-01-01 00:26:30 -0800 |
|---|---|---|
| committer | Rob Mensching <rob@robmensching.com> | 2019-01-01 09:58:27 -0800 |
| commit | 41622a07f82c57cf3d80393b0b6914f5ccb76e33 (patch) | |
| tree | 8b42a4903f4a98161b44049dd7f73721de6011b0 /src/test/WixToolsetTest.CoreIntegration/TestData/ComplexExampleExtension/data | |
| parent | e8cb78045d7d03b5014e1e6d781b71165db9b17d (diff) | |
| download | wix-41622a07f82c57cf3d80393b0b6914f5ccb76e33.tar.gz wix-41622a07f82c57cf3d80393b0b6914f5ccb76e33.tar.bz2 wix-41622a07f82c57cf3d80393b0b6914f5ccb76e33.zip | |
Load .wixlib intermediates with single creator
Using a single creator ensures definitions are shared and consistent
across the entire build.
Diffstat (limited to 'src/test/WixToolsetTest.CoreIntegration/TestData/ComplexExampleExtension/data')
| -rw-r--r-- | src/test/WixToolsetTest.CoreIntegration/TestData/ComplexExampleExtension/data/example.txt | 1 | ||||
| -rw-r--r-- | src/test/WixToolsetTest.CoreIntegration/TestData/ComplexExampleExtension/data/other.txt | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/ComplexExampleExtension/data/example.txt b/src/test/WixToolsetTest.CoreIntegration/TestData/ComplexExampleExtension/data/example.txt new file mode 100644 index 00000000..1b4ffe8a --- /dev/null +++ b/src/test/WixToolsetTest.CoreIntegration/TestData/ComplexExampleExtension/data/example.txt | |||
| @@ -0,0 +1 @@ | |||
| This is example.txt. \ No newline at end of file | |||
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/ComplexExampleExtension/data/other.txt b/src/test/WixToolsetTest.CoreIntegration/TestData/ComplexExampleExtension/data/other.txt new file mode 100644 index 00000000..8c874ae7 --- /dev/null +++ b/src/test/WixToolsetTest.CoreIntegration/TestData/ComplexExampleExtension/data/other.txt | |||
| @@ -0,0 +1 @@ | |||
| This is other.txt. \ No newline at end of file | |||
