aboutsummaryrefslogtreecommitdiff
path: root/src/tools/Dtf/DDiff/DDiff.csproj
blob: bf4d65219f95677dda2e08b81ad6e35c952dc004 (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
28
29
30
31
32
33
34
35
36
37
38
39

<!-- 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>{1CDF4242-4C00-4744-BBCD-085128978FF3}</ProjectGuid>
    <OutputType>Exe</OutputType>
    <RootNamespace>WixToolset.Dtf.Tools.DDiff</RootNamespace>
    <AssemblyName>DDiff</AssemblyName>
    <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
    <RunPostBuildEvent>OnOutputUpdated</RunPostBuildEvent>
  </PropertyGroup>

  <ItemGroup>
    <Compile Include="CabDiffEngine.cs" />
    <Compile Include="DDiff.cs" />
    <Compile Include="DirectoryDiffEngine.cs" />
    <Compile Include="FileDiffEngine.cs" />
    <Compile Include="IDiffEngine.cs" />
    <Compile Include="MsiDiffEngine.cs" />
    <Compile Include="MspDiffEngine.cs" />
    <Compile Include="TextFileDiffEngine.cs" />
    <Compile Include="VersionedFileDiffEngine.cs" />
  </ItemGroup>

  <ItemGroup>
    <Reference Include="System" />
    <Reference Include="System.Data" />
    <Reference Include="System.Xml" />
    <ProjectReference Include="..\..\Libraries\Compression.Cab\Compression.Cab.csproj" />
    <ProjectReference Include="..\..\Libraries\Compression.Zip\Compression.Zip.csproj" />
    <ProjectReference Include="..\..\Libraries\Compression\Compression.csproj" />
    <ProjectReference Include="..\..\Libraries\WindowsInstaller.Package\WindowsInstaller.Package.csproj" />
    <ProjectReference Include="..\..\Libraries\WindowsInstaller\WindowsInstaller.csproj" />
  </ItemGroup>

  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildProjectDirectory), wix.proj))\tools\WixBuild.targets" />
</Project>