diff options
Diffstat (limited to 'src/dtf/WixToolsetTests.Dtf.Compression.Zip/WixToolsetTests.Dtf.Compression.Zip.csproj')
-rw-r--r-- | src/dtf/WixToolsetTests.Dtf.Compression.Zip/WixToolsetTests.Dtf.Compression.Zip.csproj | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/src/dtf/WixToolsetTests.Dtf.Compression.Zip/WixToolsetTests.Dtf.Compression.Zip.csproj b/src/dtf/WixToolsetTests.Dtf.Compression.Zip/WixToolsetTests.Dtf.Compression.Zip.csproj index 3e7fcb7e..4c7e48dc 100644 --- a/src/dtf/WixToolsetTests.Dtf.Compression.Zip/WixToolsetTests.Dtf.Compression.Zip.csproj +++ b/src/dtf/WixToolsetTests.Dtf.Compression.Zip/WixToolsetTests.Dtf.Compression.Zip.csproj | |||
@@ -11,16 +11,16 @@ | |||
11 | <SignOutput>false</SignOutput> | 11 | <SignOutput>false</SignOutput> |
12 | <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion> | 12 | <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion> |
13 | </PropertyGroup> | 13 | </PropertyGroup> |
14 | 14 | ||
15 | <ItemGroup> | 15 | <ItemGroup> |
16 | <Compile Include="ZipTest.cs" /> | 16 | <Compile Include="ZipTest.cs" /> |
17 | </ItemGroup> | 17 | </ItemGroup> |
18 | 18 | ||
19 | <ItemGroup> | 19 | <ItemGroup> |
20 | <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" /> | 20 | <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" /> |
21 | <Reference Include="System" /> | 21 | <Reference Include="System" /> |
22 | </ItemGroup> | 22 | </ItemGroup> |
23 | 23 | ||
24 | <ItemGroup> | 24 | <ItemGroup> |
25 | <ProjectReference Include="..\WixToolset.Dtf.Compression\WixToolset.Dtf.Compression.csproj"> | 25 | <ProjectReference Include="..\WixToolset.Dtf.Compression\WixToolset.Dtf.Compression.csproj"> |
26 | <Project>{45D81DAB-0559-4836-8106-CE9987FD4AB5}</Project> | 26 | <Project>{45D81DAB-0559-4836-8106-CE9987FD4AB5}</Project> |
@@ -36,5 +36,9 @@ | |||
36 | </ProjectReference> | 36 | </ProjectReference> |
37 | </ItemGroup> | 37 | </ItemGroup> |
38 | 38 | ||
39 | <ItemGroup> | ||
40 | <PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" PrivateAssets="All" /> | ||
41 | </ItemGroup> | ||
42 | |||
39 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> | 43 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
40 | </Project> | 44 | </Project> \ No newline at end of file |