aboutsummaryrefslogtreecommitdiff
path: root/src/test/WixToolsetTest.CoreIntegration/TestData/Icon/SampleIcon.wxs
blob: 1de84e8100def26f05ea05725987c63730131aed (plain)
1
2
3
4
5
6
<?xml version="1.0" encoding="utf-8"?>
<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs">
    <Fragment>
        <Icon Id="SampleIcon" SourceFile="burn.exe" />
    </Fragment>
</Wix>