main
wixproj 13 lines 273 Bytes
Raw
1 <Project>
2 <Import Project="$(WixMSBuildProps)" />
3
4 <PropertyGroup>
5 <WixVariables>DataFolderVar=data</WixVariables>
6 </PropertyGroup>
7
8 <ItemGroup>
9 <BindVariable Include="VersionVar=1.2.3" />
10 </ItemGroup>
11
12 <Import Project="$(WixTargetsPath)" />
13 </Project>