diff options
| author | Sean Hall <r.sean.hall@gmail.com> | 2021-12-06 16:12:39 -0600 |
|---|---|---|
| committer | Sean Hall <r.sean.hall@gmail.com> | 2021-12-06 17:17:50 -0600 |
| commit | 5c7b1a8fa2b02ddd758c0c267f59b7e77b527f62 (patch) | |
| tree | 83940e498adb161fc266f536baf783642c3b027a /src/dtf/WixToolsetTests.Dtf.Compression | |
| parent | 70db45771d19126cdc85bcdc08cbcf36e002e2b5 (diff) | |
| download | wix-5c7b1a8fa2b02ddd758c0c267f59b7e77b527f62.tar.gz wix-5c7b1a8fa2b02ddd758c0c267f59b7e77b527f62.tar.bz2 wix-5c7b1a8fa2b02ddd758c0c267f59b7e77b527f62.zip | |
More VS2022 fixes.
Update v4.0 projects to target v4.7.2.
Skip all Bal managed host tests for now.
Remove ToolsVersion from DTF test projects.
Remove Microsoft.NETFramework.ReferenceAssemblies from Directory.Packages.props.
Diffstat (limited to 'src/dtf/WixToolsetTests.Dtf.Compression')
| -rw-r--r-- | src/dtf/WixToolsetTests.Dtf.Compression/WixToolsetTests.Dtf.Compression.csproj | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/dtf/WixToolsetTests.Dtf.Compression/WixToolsetTests.Dtf.Compression.csproj b/src/dtf/WixToolsetTests.Dtf.Compression/WixToolsetTests.Dtf.Compression.csproj index 55449ee2..83040938 100644 --- a/src/dtf/WixToolsetTests.Dtf.Compression/WixToolsetTests.Dtf.Compression.csproj +++ b/src/dtf/WixToolsetTests.Dtf.Compression/WixToolsetTests.Dtf.Compression.csproj | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | <?xml version="1.0" encoding="utf-8"?> | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <!-- 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 | <!-- 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. --> |
| 3 | <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | 3 | <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 4 | <PropertyGroup> | 4 | <PropertyGroup> |
| 5 | <ProjectGuid>{F045FFC1-05F9-4EA2-9F03-E1CBDB7BC4F9}</ProjectGuid> | 5 | <ProjectGuid>{F045FFC1-05F9-4EA2-9F03-E1CBDB7BC4F9}</ProjectGuid> |
| 6 | <OutputType>Library</OutputType> | 6 | <OutputType>Library</OutputType> |
| @@ -8,6 +8,7 @@ | |||
| 8 | <AssemblyName>WixToolsetTests.Dtf.Compression</AssemblyName> | 8 | <AssemblyName>WixToolsetTests.Dtf.Compression</AssemblyName> |
| 9 | <CreateDocumentation>false</CreateDocumentation> | 9 | <CreateDocumentation>false</CreateDocumentation> |
| 10 | <SignOutput>false</SignOutput> | 10 | <SignOutput>false</SignOutput> |
| 11 | <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion> | ||
| 11 | </PropertyGroup> | 12 | </PropertyGroup> |
| 12 | 13 | ||
| 13 | <ItemGroup> | 14 | <ItemGroup> |
