main
wxs 9 lines 317 Bytes
Raw
1 <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs" xmlns:ui="http://wixtoolset.org/schemas/v4/wxs/ui">
2 <Fragment>
3 <ComponentGroup Id='VcxprojDllComponentGroup' Directory='ApplicationFolder'>
4 <Component>
5 <File Source='VcxprojDll.dll' />
6 </Component>
7 </ComponentGroup>
8 </Fragment>
9 </Wix>