aboutsummaryrefslogtreecommitdiff
path: root/src/samples/Dtf/XPack/XPack.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'src/samples/Dtf/XPack/XPack.csproj')
-rw-r--r--src/samples/Dtf/XPack/XPack.csproj27
1 files changed, 27 insertions, 0 deletions
diff --git a/src/samples/Dtf/XPack/XPack.csproj b/src/samples/Dtf/XPack/XPack.csproj
new file mode 100644
index 00000000..778c2d94
--- /dev/null
+++ b/src/samples/Dtf/XPack/XPack.csproj
@@ -0,0 +1,27 @@
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.Samples.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>