Skip to content

Commit

Permalink
wix 5.0.0 updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Painter, Christopher P authored and Painter, Christopher P committed Apr 6, 2024
1 parent ca0d06a commit 4981f81
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 18 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="WixToolset.Sdk/4.0.3">
<Project Sdk="WixToolset.Sdk/5.0.0">
<PropertyGroup>
<ProductVersion>3.8</ProductVersion>
<!-- If MSIProductVersion not passed in, try to get it from TFBuild Environments (XAML Builds)-->
Expand All @@ -23,8 +23,8 @@
<DefineConstants>MSIProductVersion=$(MSIProductVersion)</DefineConstants>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="WixToolset.Bal.wixext" Version="4.0.3" />
<PackageReference Include="WixToolset.Netfx.wixext" Version="4.0.3" />
<PackageReference Include="WixToolset.Bal.wixext" Version="5.0.0" />
<PackageReference Include="WixToolset.Netfx.wixext" Version="5.0.0" />
</ItemGroup>
<ItemGroup>
<Folder Include="Resources" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="WixToolset.Sdk/4.0.3">
<Project Sdk="WixToolset.Sdk/5.0.0">
<PropertyGroup>
<ProductVersion>3.7</ProductVersion>
<!-- If MSIProductVersion not passed in, try to get it from TFBuild Environments (XAML Builds)-->
Expand Down Expand Up @@ -49,8 +49,8 @@
<Content Include="Resources\EULA.rtf" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="WixToolset.Iis.wixext" Version="4.0.3" />
<PackageReference Include="WixToolset.UI.wixext" Version="4.0.3" />
<PackageReference Include="WixToolset.NetFx.wixext" Version="4.0.3" />
<PackageReference Include="WixToolset.Iis.wixext" Version="5.0.0" />
<PackageReference Include="WixToolset.UI.wixext" Version="5.0.0" />
<PackageReference Include="WixToolset.NetFx.wixext" Version="5.0.0" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="WixToolset.Sdk/4.0.3">
<Project Sdk="WixToolset.Sdk/5.0.0">
<PropertyGroup>
<!-- If MSIProductVersion not passed in, try to get it from TFBuild Environments (XAML Builds)-->
<MSIProductVersion Condition=" '$(MSIProductVersion)' == '' ">$([System.Text.RegularExpressions.Regex]::Match($(TF_BUILD_BUILDNUMBER), "\d+.\d+.\d+.\d+"))</MSIProductVersion>
Expand Down Expand Up @@ -49,8 +49,8 @@
<Content Include="Resources\EULA.rtf" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="WixToolset.Iis.wixext" Version="4.0.3" />
<PackageReference Include="WixToolset.UI.wixext" Version="4.0.3" />
<PackageReference Include="WixToolset.NetFx.wixext" Version="4.0.3" />
<PackageReference Include="WixToolset.Iis.wixext" Version="5.0.0" />
<PackageReference Include="WixToolset.UI.wixext" Version="5.0.0" />
<PackageReference Include="WixToolset.NetFx.wixext" Version="5.0.0" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="WixToolset.Sdk/4.0.3">
<Project Sdk="WixToolset.Sdk/5.0.0">
<PropertyGroup>
<ProductVersion>3.7</ProductVersion>
<OutputType>Module</OutputType>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="WixToolset.Sdk/4.0.3">
<Project Sdk="WixToolset.Sdk/5.0.0">
<PropertyGroup>
<ProductVersion>3.8</ProductVersion>
<OutputName>TestApp</OutputName>
Expand All @@ -25,8 +25,8 @@
<DefineConstants>MSIProductVersion=$(MSIProductVersion)</DefineConstants>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="WixToolset.Bal.wixext" Version="4.0.3" />
<PackageReference Include="WixToolset.Netfx.wixext" Version="4.0.3" />
<PackageReference Include="WixToolset.Bal.wixext" Version="5.0.0" />
<PackageReference Include="WixToolset.Netfx.wixext" Version="5.0.0" />
</ItemGroup>
<ItemGroup>
<Folder Include="Resources" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="WixToolset.Sdk/4.0.3">
<Project Sdk="WixToolset.Sdk/5.0.0">
<PropertyGroup>
<ProductVersion>3.7</ProductVersion>
<!-- If MSIProductVersion not passed in, try to get it from TFBuild Environments (XAML Builds)-->
Expand Down Expand Up @@ -44,7 +44,7 @@
<WixVariables>WixUIBannerBmp=Resources\Banner.jpg;WixUIDialogBmp=Resources\Dialog.jpg;WixUILicenseRtf=Resources\EULA.rtf</WixVariables>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="WixToolset.Iis.wixext" Version="4.0.3" />
<PackageReference Include="WixToolset.NetFx.wixext" Version="4.0.3" />
<PackageReference Include="WixToolset.Iis.wixext" Version="5.0.0" />
<PackageReference Include="WixToolset.NetFx.wixext" Version="5.0.0" />
</ItemGroup>
</Project>

0 comments on commit 4981f81

Please sign in to comment.