@joebigelow / wix-1 / commits / 7a603e4d

Remove invalid references to ToolsVersion in ext wixlib projects

Rob Mensching committed Jul 19, 2023 at 10:19 UTC 7a603e4d5a9c68f721464df15da2619b084fdb18
2 files changed +3 -3
src/ext/DirectX/wixlib/directx.wixproj
+1 -1
@@ -1,5 +1,5 @@
1 <!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. -->
2 -<Project Sdk="WixToolset.Sdk" ToolsVersion="4.0">
2 +<Project Sdk="WixToolset.Sdk">
3 <PropertyGroup>
4 <OutputType>Library</OutputType>
5 <BindFiles>true</BindFiles>
src/ext/Firewall/wixlib/firewall.wixproj
+2 -2
@@ -1,5 +1,5 @@
1 <!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. -->
2 -<Project Sdk="WixToolset.Sdk" ToolsVersion="4.0">
2 +<Project Sdk="WixToolset.Sdk">
3 <PropertyGroup>
4 <OutputType>Library</OutputType>
5 <BindFiles>true</BindFiles>
@@ -21,4 +21,4 @@
21 <ItemGroup>
22 <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" />
23 </ItemGroup>
24 -</Project>
\ No newline at end of file
24 +</Project>