blob: 3e76de2e800024ecb2bf6a2b9a597216f82b51e6 (
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
|
<!-- 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>
|