main
wixproj 16 lines 369 Bytes
Raw
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project>
3 <Import Project="$(WixMSBuildProps)" />
4
5 <PropertyGroup>
6 <OutputType>Library</OutputType>
7 <BindFiles>true</BindFiles>
8 <WixVariables>SubfolderVar=subfolder</WixVariables>
9 </PropertyGroup>
10
11 <ItemGroup>
12 <BindPath Include="data" />
13 </ItemGroup>
14
15 <Import Project="$(WixTargetsPath)" />
16 </Project>