moonlight-qt/wix/MoonlightSetup/MoonlightSetup.wixproj

16 lines
575 B
Text
Raw Normal View History

2023-07-15 00:55:00 +00:00
<Project Sdk="WixToolset.Sdk/4.0.1">
2018-07-25 09:53:51 +00:00
<PropertyGroup>
2018-07-26 02:33:09 +00:00
<OutputType>Bundle</OutputType>
2018-07-25 09:53:51 +00:00
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<DefineConstants>Debug</DefineConstants>
</PropertyGroup>
<PropertyGroup>
2018-07-26 02:33:09 +00:00
<OutputPath>$(INSTALLER_FOLDER)\</OutputPath>
2018-07-25 09:53:51 +00:00
<IntermediateOutputPath>$(BUILD_FOLDER)\</IntermediateOutputPath>
</PropertyGroup>
<ItemGroup>
2023-07-15 00:55:00 +00:00
<PackageReference Include="WixToolset.Bal.wixext" Version="4.*" />
<PackageReference Include="WixToolset.Util.wixext" Version="4.*" />
2018-07-25 09:53:51 +00:00
</ItemGroup>
</Project>