| 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <Project> |
| 3 | <Import Project="$(WixMSBuildProps)" /> |
| 4 | |
| 5 | <ItemGroup> |
| 6 | <ProjectReference Include="..\TestExe\TestExe.csproj" Publish="true" TargetFrameworks="net6.0,net472|win-x64" RuntimeIdentifiers="win-x86,win-x64" /> |
| 7 | </ItemGroup> |
| 8 | |
| 9 | <Import Project="$(WixTargetsPath)" /> |
| 10 | </Project> |