| 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. --> |
| 3 | <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="Current"> |
| 4 | <PropertyGroup> |
| 5 | <ProjectGuid>{4544158C-2D63-4146-85FF-62169280144E}</ProjectGuid> |
| 6 | <OutputType>Library</OutputType> |
| 7 | <RootNamespace>WixToolsetTests.Dtf.Cab</RootNamespace> |
| 8 | <AssemblyName>WixToolsetTests.Dtf.Cab</AssemblyName> |
| 9 | <ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> |
| 10 | <CreateDocumentation>false</CreateDocumentation> |
| 11 | <SignOutput>false</SignOutput> |
| 12 | <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion> |
| 13 | </PropertyGroup> |
| 14 | |
| 15 | <ItemGroup> |
| 16 | <Compile Include="CabTest.cs" /> |
| 17 | </ItemGroup> |
| 18 | |
| 19 | <ItemGroup> |
| 20 | <Reference Include="System" /> |
| 21 | <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" /> |
| 22 | <Reference Include="System.Data" /> |
| 23 | <Reference Include="System.Xml" /> |
| 24 | </ItemGroup> |
| 25 | |
| 26 | <ItemGroup> |
| 27 | <ProjectReference Include="..\..\WixToolset.Dtf.Compression\WixToolset.Dtf.Compression.csproj"> |
| 28 | <Project>{45D81DAB-0559-4836-8106-CE9987FD4AB5}</Project> |
| 29 | <Name>WixToolset.Dtf.Compression</Name> |
| 30 | </ProjectReference> |
| 31 | <ProjectReference Include="..\..\WixToolset.Dtf.Compression.Cab\WixToolset.Dtf.Compression.Cab.csproj"> |
| 32 | <Project>{E56C0ED3-FA2F-4CA9-A1C0-2E796BB0BF80}</Project> |
| 33 | <Name>WixToolset.Dtf.Compression.Cab</Name> |
| 34 | </ProjectReference> |
| 35 | <ProjectReference Include="..\WixToolsetTests.Dtf.Compression\WixToolsetTests.Dtf.Compression.csproj"> |
| 36 | <Project>{F045FFC1-05F9-4EA2-9F03-E1CBDB7BC4F9}</Project> |
| 37 | <Name>WixToolsetTests.Dtf.Compression</Name> |
| 38 | </ProjectReference> |
| 39 | </ItemGroup> |
| 40 | |
| 41 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
| 42 | <Target Name="Pack" DependsOnTargets="Build" /> |
| 43 | </Project> |