| 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <Project Sdk="WixToolset.Sdk"> |
| 3 | |
| 4 | <ItemGroup> |
| 5 | <BindPath Include="." /> |
| 6 | </ItemGroup> |
| 7 | |
| 8 | <PropertyGroup> |
| 9 | <EnableProjectHarvesting>true</EnableProjectHarvesting> |
| 10 | <HarvestProjectsSuppressUniqueIds>true</HarvestProjectsSuppressUniqueIds> |
| 11 | </PropertyGroup> |
| 12 | |
| 13 | <ItemGroup> |
| 14 | <ProjectReference Include="..\Tools Version 4Cs\Tools Version 4Cs.csproj" /> |
| 15 | </ItemGroup> |
| 16 | |
| 17 | <Import Project="$(HeatTargetsPath)" /> |
| 18 | </Project> |