mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-02-16 02:30:52 +00:00
16 lines
575 B
XML
16 lines
575 B
XML
<Project Sdk="WixToolset.Sdk/4.0.1">
|
|
<PropertyGroup>
|
|
<OutputType>Bundle</OutputType>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
|
|
<DefineConstants>Debug</DefineConstants>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<OutputPath>$(INSTALLER_FOLDER)\</OutputPath>
|
|
<IntermediateOutputPath>$(BUILD_FOLDER)\</IntermediateOutputPath>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<PackageReference Include="WixToolset.Bal.wixext" Version="4.*" />
|
|
<PackageReference Include="WixToolset.Util.wixext" Version="4.*" />
|
|
</ItemGroup>
|
|
</Project> |