Skip to content

Instantly share code, notes, and snippets.

@BartDM
Created November 21, 2013 09:44
Show Gist options
  • Save BartDM/7578774 to your computer and use it in GitHub Desktop.
Save BartDM/7578774 to your computer and use it in GitHub Desktop.
<!-- The list of WIX input files -->
<ItemGroup>
<WixCode Include="Product.wxs" />
<WixCode Include="$(WebSiteContentCode)" />
<WixCode Include="DemoUI.wxs" />
<WixCode Include="UIDialogs.wxs" />
<WixCode Include="IISConfiguration.wxs" />
<WixCode Include="Database.wxs" />
</ItemGroup>
<!-- The list of WIX after candle files -->
<ItemGroup>
<WixObject Include="Product.wixobj" />
<WixObject Include="$(WebSiteContentObject)" />
<WixObject Include="DemoUI.wixobj" />
<WixObject Include="UIDIalogs.wixobj" />
<WixObject Include="IISConfiguration.wixobj" />
<WixObject Include="Database.wixobj" />
</ItemGroup>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment