diff options
| author | Rob Mensching <rob@firegiant.com> | 2023-07-19 10:19:35 -0700 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2023-07-19 11:55:19 -0700 |
| commit | 7a603e4d5a9c68f721464df15da2619b084fdb18 (patch) | |
| tree | 0f7d84ecfea08a1887528a19e7947b25ebabe8c1 | |
| parent | d20b6d41283f2f9decc8ef98cae1d36b09198159 (diff) | |
| download | wix-7a603e4d5a9c68f721464df15da2619b084fdb18.tar.gz wix-7a603e4d5a9c68f721464df15da2619b084fdb18.tar.bz2 wix-7a603e4d5a9c68f721464df15da2619b084fdb18.zip | |
Remove invalid references to ToolsVersion in ext wixlib projects
Diffstat (limited to '')
| -rw-r--r-- | src/ext/DirectX/wixlib/directx.wixproj | 2 | ||||
| -rw-r--r-- | src/ext/Firewall/wixlib/firewall.wixproj | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/ext/DirectX/wixlib/directx.wixproj b/src/ext/DirectX/wixlib/directx.wixproj index 109b7e37..8a1cefc7 100644 --- a/src/ext/DirectX/wixlib/directx.wixproj +++ b/src/ext/DirectX/wixlib/directx.wixproj | |||
| @@ -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. --> | 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> | 3 | <PropertyGroup> |
| 4 | <OutputType>Library</OutputType> | 4 | <OutputType>Library</OutputType> |
| 5 | <BindFiles>true</BindFiles> | 5 | <BindFiles>true</BindFiles> |
diff --git a/src/ext/Firewall/wixlib/firewall.wixproj b/src/ext/Firewall/wixlib/firewall.wixproj index efb0b64b..9e8e6228 100644 --- a/src/ext/Firewall/wixlib/firewall.wixproj +++ b/src/ext/Firewall/wixlib/firewall.wixproj | |||
| @@ -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. --> | 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> | 3 | <PropertyGroup> |
| 4 | <OutputType>Library</OutputType> | 4 | <OutputType>Library</OutputType> |
| 5 | <BindFiles>true</BindFiles> | 5 | <BindFiles>true</BindFiles> |
| @@ -21,4 +21,4 @@ | |||
| 21 | <ItemGroup> | 21 | <ItemGroup> |
| 22 | <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" /> | 22 | <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" /> |
| 23 | </ItemGroup> | 23 | </ItemGroup> |
| 24 | </Project> \ No newline at end of file | 24 | </Project> |
