| 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 3 | <Import Project="$(WixMSBuildProps)" /> |
| 4 | |
| 5 | <PropertyGroup> |
| 6 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
| 7 | <Platform Condition=" '$(Platform)' == '' ">x86</Platform> |
| 8 | </PropertyGroup> |
| 9 | |
| 10 | <ItemGroup> |
| 11 | <ProjectReference Include="..\SimpleMergeModule\SimpleMergeModule.wixproj" /> |
| 12 | </ItemGroup> |
| 13 | |
| 14 | <Import Project="$(WixTargetsPath)" /> |
| 15 | </Project> |