diff options
Diffstat (limited to 'src/test/WixToolsetTest.CoreIntegration/TestData/BindVariables')
| -rw-r--r-- | src/test/WixToolsetTest.CoreIntegration/TestData/BindVariables/DefaultedVariable.wxs | 6 | ||||
| -rw-r--r-- | src/test/WixToolsetTest.CoreIntegration/TestData/BindVariables/data/test.txt | 1 |
2 files changed, 7 insertions, 0 deletions
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/BindVariables/DefaultedVariable.wxs b/src/test/WixToolsetTest.CoreIntegration/TestData/BindVariables/DefaultedVariable.wxs new file mode 100644 index 00000000..c3528a67 --- /dev/null +++ b/src/test/WixToolsetTest.CoreIntegration/TestData/BindVariables/DefaultedVariable.wxs | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | <?xml version="1.0" encoding="utf-8" ?> | ||
| 2 | <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs"> | ||
| 3 | <Fragment> | ||
| 4 | <Binary Id="Bound" SourceFile="!(wix.Test=data\test.txt)" /> | ||
| 5 | </Fragment> | ||
| 6 | </Wix> | ||
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/BindVariables/data/test.txt b/src/test/WixToolsetTest.CoreIntegration/TestData/BindVariables/data/test.txt new file mode 100644 index 00000000..3b862323 --- /dev/null +++ b/src/test/WixToolsetTest.CoreIntegration/TestData/BindVariables/data/test.txt | |||
| @@ -0,0 +1 @@ | |||
| This is test.txt | |||
