diff options
| author | Bob Arnson <bob@firegiant.com> | 2021-12-05 21:16:28 -0500 |
|---|---|---|
| committer | Bob Arnson <github@bobs.org> | 2021-12-25 20:31:10 -0500 |
| commit | 667ee81ee0263314b4546f5598efc66fe84c08b7 (patch) | |
| tree | cfc2077743411a93d0e3c0d2ef637ef9bbdb655e /src/dtf/WixToolsetTests.Dtf.Compression | |
| parent | b9c712f26d921f7ffe0509d1cc45456680e8139f (diff) | |
| download | wix-667ee81ee0263314b4546f5598efc66fe84c08b7.tar.gz wix-667ee81ee0263314b4546f5598efc66fe84c08b7.tar.bz2 wix-667ee81ee0263314b4546f5598efc66fe84c08b7.zip | |
Build with VS2022, which is now required.
- Use VS2022/v143 libraries exclusively. C++ compatibility works.
Diffstat (limited to 'src/dtf/WixToolsetTests.Dtf.Compression')
| -rw-r--r-- | src/dtf/WixToolsetTests.Dtf.Compression/WixToolsetTests.Dtf.Compression.csproj | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/src/dtf/WixToolsetTests.Dtf.Compression/WixToolsetTests.Dtf.Compression.csproj b/src/dtf/WixToolsetTests.Dtf.Compression/WixToolsetTests.Dtf.Compression.csproj index 83040938..9ca24363 100644 --- a/src/dtf/WixToolsetTests.Dtf.Compression/WixToolsetTests.Dtf.Compression.csproj +++ b/src/dtf/WixToolsetTests.Dtf.Compression/WixToolsetTests.Dtf.Compression.csproj | |||
| @@ -10,20 +10,20 @@ | |||
| 10 | <SignOutput>false</SignOutput> | 10 | <SignOutput>false</SignOutput> |
| 11 | <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion> | 11 | <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion> |
| 12 | </PropertyGroup> | 12 | </PropertyGroup> |
| 13 | 13 | ||
| 14 | <ItemGroup> | 14 | <ItemGroup> |
| 15 | <Compile Include="CompressionTestUtil.cs" /> | 15 | <Compile Include="CompressionTestUtil.cs" /> |
| 16 | <Compile Include="MisbehavingStreamContext.cs" /> | 16 | <Compile Include="MisbehavingStreamContext.cs" /> |
| 17 | <Compile Include="OptionStreamContext.cs" /> | 17 | <Compile Include="OptionStreamContext.cs" /> |
| 18 | </ItemGroup> | 18 | </ItemGroup> |
| 19 | 19 | ||
| 20 | <ItemGroup> | 20 | <ItemGroup> |
| 21 | <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" /> | 21 | <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" /> |
| 22 | <Reference Include="System" /> | 22 | <Reference Include="System" /> |
| 23 | <Reference Include="System.Data" /> | 23 | <Reference Include="System.Data" /> |
| 24 | <Reference Include="System.Xml" /> | 24 | <Reference Include="System.Xml" /> |
| 25 | </ItemGroup> | 25 | </ItemGroup> |
| 26 | 26 | ||
| 27 | <ItemGroup> | 27 | <ItemGroup> |
| 28 | <ProjectReference Include="..\WixToolset.Dtf.Compression\WixToolset.Dtf.Compression.csproj"> | 28 | <ProjectReference Include="..\WixToolset.Dtf.Compression\WixToolset.Dtf.Compression.csproj"> |
| 29 | <Project>{45D81DAB-0559-4836-8106-CE9987FD4AB5}</Project> | 29 | <Project>{45D81DAB-0559-4836-8106-CE9987FD4AB5}</Project> |
| @@ -31,5 +31,9 @@ | |||
| 31 | </ProjectReference> | 31 | </ProjectReference> |
| 32 | </ItemGroup> | 32 | </ItemGroup> |
| 33 | 33 | ||
| 34 | <ItemGroup> | ||
| 35 | <PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" PrivateAssets="All" /> | ||
| 36 | </ItemGroup> | ||
| 37 | |||
| 34 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> | 38 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
| 35 | </Project> | 39 | </Project> \ No newline at end of file |
