<!-- 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 ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> <ProjectGuid>{03E55D95-DABE-4571-9CDA-92A44F92A465}</ProjectGuid> <OutputType>Exe</OutputType> <RootNamespace>WixToolset.Dtf.Tools.XPack</RootNamespace> <AssemblyName>XPack</AssemblyName> <TargetFrameworkVersion>v2.0</TargetFrameworkVersion> </PropertyGroup> <ItemGroup> <Compile Include="AssemblyInfo.cs" /> <Compile Include="XPack.cs" /> </ItemGroup> <ItemGroup> <Reference Include="System" /> <ProjectReference Include="..\..\Libraries\Compression.Cab\Compression.Cab.csproj" /> <ProjectReference Include="..\..\Libraries\Compression.Zip\Compression.Zip.csproj" /> <ProjectReference Include="..\..\Libraries\Compression\Compression.csproj" /> </ItemGroup> <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildProjectDirectory), wix.proj))\tools\WixBuild.targets" /> </Project>