mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2025-07-01 07:15:27 +00:00
Update to WiX 5.0.1
This commit is contained in:
parent
db30faf602
commit
04edfdc4ca
@ -1,4 +1,4 @@
|
|||||||
<Project Sdk="WixToolset.Sdk/5.0.0" ToolsVersion="5.0">
|
<Project Sdk="WixToolset.Sdk/5.0.1" ToolsVersion="5.0">
|
||||||
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
|
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
|
||||||
<DefineConstants>Debug</DefineConstants>
|
<DefineConstants>Debug</DefineConstants>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
@ -16,8 +16,8 @@
|
|||||||
<Exec Command='signtool.exe $(SIGNTOOL_PARAMS) %(SignMsi.FullPath)' />
|
<Exec Command='signtool.exe $(SIGNTOOL_PARAMS) %(SignMsi.FullPath)' />
|
||||||
</Target>
|
</Target>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="WixToolset.Firewall.wixext" Version="5.0.0" />
|
<PackageReference Include="WixToolset.Firewall.wixext" Version="5.0.1" />
|
||||||
<PackageReference Include="WixToolset.Util.wixext" Version="5.0.0" />
|
<PackageReference Include="WixToolset.Util.wixext" Version="5.0.1" />
|
||||||
<PackageReference Include="WixToolset.Heat" Version="5.0.0" />
|
<PackageReference Include="WixToolset.Heat" Version="5.0.1" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
</Project>
|
</Project>
|
@ -1,4 +1,4 @@
|
|||||||
<Project Sdk="WixToolset.Sdk/5.0.0">
|
<Project Sdk="WixToolset.Sdk/5.0.1">
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<OutputType>Bundle</OutputType>
|
<OutputType>Bundle</OutputType>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
@ -19,7 +19,7 @@
|
|||||||
<Exec Command='signtool.exe $(SIGNTOOL_PARAMS) %(SignBundle.FullPath)' />
|
<Exec Command='signtool.exe $(SIGNTOOL_PARAMS) %(SignBundle.FullPath)' />
|
||||||
</Target>
|
</Target>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="WixToolset.Bal.wixext" Version="5.0.0" />
|
<PackageReference Include="WixToolset.Bal.wixext" Version="5.0.1" />
|
||||||
<PackageReference Include="WixToolset.Util.wixext" Version="5.0.0" />
|
<PackageReference Include="WixToolset.Util.wixext" Version="5.0.1" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
</Project>
|
</Project>
|
Loading…
x
Reference in New Issue
Block a user