blob: d46776d810b59e3e5710072eb35c40ced4db5e4d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
|
<?xml version="1.0" encoding="utf-8"?>
<!-- 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. -->
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="Current">
<PropertyGroup>
<ProjectGuid>{328799BB-7B03-4B28-8180-4132211FD07D}</ProjectGuid>
<OutputType>Library</OutputType>
<RootNamespace>WixToolsetTests.Dtf</RootNamespace>
<AssemblyName>WixToolsetTests.Dtf.Zip</AssemblyName>
<ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<CreateDocumentation>false</CreateDocumentation>
<SignOutput>false</SignOutput>
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
</PropertyGroup>
<ItemGroup>
<Compile Include="ZipTest.cs" />
</ItemGroup>
<ItemGroup>
<Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
<Reference Include="System" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\WixToolset.Dtf.Compression\WixToolset.Dtf.Compression.csproj">
<Project>{45D81DAB-0559-4836-8106-CE9987FD4AB5}</Project>
<Name>WixToolset.Dtf.Compression</Name>
</ProjectReference>
<ProjectReference Include="..\..\WixToolset.Dtf.Compression.Zip\WixToolset.Dtf.Compression.Zip.csproj">
<Project>{E4C60A57-8AFE-4FF3-9058-ACAC6A069533}</Project>
<Name>WixToolset.Dtf.Compression.Zip</Name>
</ProjectReference>
<ProjectReference Include="..\WixToolsetTests.Dtf.Compression\WixToolsetTests.Dtf.Compression.csproj">
<Project>{F045FFC1-05F9-4EA2-9F03-E1CBDB7BC4F9}</Project>
<Name>WixToolsetTests.Dtf.Compression</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<Target Name="Pack" DependsOnTargets="Build" />
</Project>
|