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 /src/ext/DirectX | |
| 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 'src/ext/DirectX')
| -rw-r--r-- | src/ext/DirectX/wixlib/directx.wixproj | 2 |
1 files changed, 1 insertions, 1 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> |
