Skip to content

Commit f2ab4c7

Browse files
tristanlabellecompnerd
authored andcommitted
Update to WiX 4.0.5
1 parent 80608af commit f2ab4c7

File tree

12 files changed

+17
-17
lines changed

12 files changed

+17
-17
lines changed

platforms/Windows/Directory.Build.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</ItemGroup>
66

77
<ItemGroup>
8-
<PackageReference Include="WixToolset.Util.wixext" Version="4.0.1" />
8+
<PackageReference Include="WixToolset.Util.wixext" Version="4.0.5" />
99
</ItemGroup>
1010

1111
<Import Project="WiXCodeSigning.targets" />

platforms/Windows/bld/bld.wixproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="WixToolset.Sdk/4.0.1">
1+
<Project Sdk="WixToolset.Sdk/4.0.5">
22
<PropertyGroup>
33
<DefineConstants>
44
$(DefineConstants);
@@ -9,7 +9,7 @@
99
</PropertyGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="WixToolset.Heat" Version="4.0.1" />
12+
<PackageReference Include="WixToolset.Heat" Version="4.0.5" />
1313
</ItemGroup>
1414

1515
<ItemGroup>

platforms/Windows/bundle/installer.wixproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="WixToolset.Sdk/4.0.1">
1+
<Project Sdk="WixToolset.Sdk/4.0.5">
22
<PropertyGroup>
33
<OutputType>Bundle</OutputType>
44
<DefaultCompressionLevel>$(BundleCompressionLevel)</DefaultCompressionLevel>
@@ -16,7 +16,7 @@
1616
</PropertyGroup>
1717

1818
<ItemGroup>
19-
<PackageReference Include="WixToolset.Bal.wixext" Version="4.0.1" />
19+
<PackageReference Include="WixToolset.Bal.wixext" Version="4.0.5" />
2020
</ItemGroup>
2121

2222
<ItemGroup>

platforms/Windows/cli/cli.wixproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="WixToolset.Sdk/4.0.1">
1+
<Project Sdk="WixToolset.Sdk/4.0.5">
22
<PropertyGroup>
33
<DefineConstants>
44
$(DefineConstants);
@@ -12,7 +12,7 @@
1212
</PropertyGroup>
1313

1414
<ItemGroup>
15-
<PackageReference Include="WixToolset.Heat" Version="4.0.1" />
15+
<PackageReference Include="WixToolset.Heat" Version="4.0.5" />
1616
</ItemGroup>
1717

1818
<ItemGroup Condition="'$(INCLUDE_SWIFT_DOCC)' == 'true'">

platforms/Windows/dbg/dbg.wixproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="WixToolset.Sdk/4.0.1">
1+
<Project Sdk="WixToolset.Sdk/4.0.5">
22
<PropertyGroup>
33
<DefineConstants>
44
$(DefineConstants);

platforms/Windows/ide/ide.wixproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="WixToolset.Sdk/4.0.1">
1+
<Project Sdk="WixToolset.Sdk/4.0.5">
22
<PropertyGroup>
33
<DefineConstants>
44
$(DefineConstants);

platforms/Windows/rtl/lib/rtllib.wixproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="WixToolset.Sdk/4.0.1">
1+
<Project Sdk="WixToolset.Sdk/4.0.5">
22
<PropertyGroup>
33
<OutputName>rtl</OutputName>
44
<OutputType>Library</OutputType>

platforms/Windows/rtl/msi/rtlmsi.wixproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="WixToolset.Sdk/4.0.1">
1+
<Project Sdk="WixToolset.Sdk/4.0.5">
22
<PropertyGroup>
33
<OutputName>rtl</OutputName>
44
<DefineConstants>
@@ -20,7 +20,7 @@
2020
</ItemGroup>
2121

2222
<ItemGroup>
23-
<PackageReference Include="WixToolset.Heat" Version="4.0.1" />
23+
<PackageReference Include="WixToolset.Heat" Version="4.0.5" />
2424
</ItemGroup>
2525

2626
<ItemGroup>

platforms/Windows/rtl/msm/rtlmsm.wixproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="WixToolset.Sdk/4.0.1">
1+
<Project Sdk="WixToolset.Sdk/4.0.5">
22
<PropertyGroup>
33
<OutputType>Module</OutputType>
44
<OutputName>rtl.$(ProductArchitecture)</OutputName>

platforms/Windows/samples/HelloMergeModule/hellomm.wixproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="WixToolset.Sdk/4.0.1">
1+
<Project Sdk="WixToolset.Sdk/4.0.5">
22
<PropertyGroup>
33
<DefineConstants>
44
$(DefineConstants);

platforms/Windows/sdk/sdk.wixproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="WixToolset.Sdk/4.0.1">
1+
<Project Sdk="WixToolset.Sdk/4.0.5">
22
<PropertyGroup>
33
<OutputName>sdk.$(ProductArchitecture)</OutputName>
44
<Platform>x86</Platform>
@@ -12,7 +12,7 @@
1212
</PropertyGroup>
1313

1414
<ItemGroup>
15-
<PackageReference Include="WixToolset.Heat" Version="4.0.1" />
15+
<PackageReference Include="WixToolset.Heat" Version="4.0.5" />
1616
</ItemGroup>
1717

1818
<!--

platforms/Windows/shared/shared.wixproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="WixToolset.Sdk/4.0.1">
1+
<Project Sdk="WixToolset.Sdk/4.0.5">
22
<PropertyGroup>
33
<OutputType>Library</OutputType>
44
</PropertyGroup>

0 commit comments

Comments
 (0)