Code & Deploy
Code
Code Review
Models
Repos
Toggle menu
Code
Code Review
Models
Repos
Sign in
Sign in
@joebigelow
/
wix-1
wix-1
/
src
/
wix
/
test
/
WixToolsetTest.CoreIntegration
/
TestData
/
BindVariables
/
DefaultedVariable.wxs
Code
Commits
Issues
Pulls
Sessions
CI/CD
main
main
wxs
6 lines
190 Bytes
Copy permalink
Copy
Raw
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>