| 1 | |
| 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 | |
| 4 | |
| 5 | <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 6 | <PropertyGroup> |
| 7 | <ProjectGuid>{03E55D95-DABE-4571-9CDA-92A44F92A465}</ProjectGuid> |
| 8 | <OutputType>Exe</OutputType> |
| 9 | <RootNamespace>WixToolset.Dtf.Tools.XPack</RootNamespace> |
| 10 | <AssemblyName>XPack</AssemblyName> |
| 11 | <TargetFrameworkVersion>v2.0</TargetFrameworkVersion> |
| 12 | </PropertyGroup> |
| 13 | |
| 14 | <ItemGroup> |
| 15 | <Compile Include="AssemblyInfo.cs" /> |
| 16 | <Compile Include="XPack.cs" /> |
| 17 | </ItemGroup> |
| 18 | |
| 19 | <ItemGroup> |
| 20 | <Reference Include="System" /> |
| 21 | <ProjectReference Include="..\..\Libraries\Compression.Cab\Compression.Cab.csproj" /> |
| 22 | <ProjectReference Include="..\..\Libraries\Compression.Zip\Compression.Zip.csproj" /> |
| 23 | <ProjectReference Include="..\..\Libraries\Compression\Compression.csproj" /> |
| 24 | </ItemGroup> |
| 25 | |
| 26 | <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildProjectDirectory), wix.proj))\tools\WixBuild.targets" /> |
| 27 | </Project> |