| 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>{1CDF4242-4C00-4744-BBCD-085128978FF3}</ProjectGuid> |
| 8 | <OutputType>Exe</OutputType> |
| 9 | <RootNamespace>WixToolset.Dtf.Tools.DDiff</RootNamespace> |
| 10 | <AssemblyName>DDiff</AssemblyName> |
| 11 | <TargetFrameworkVersion>v2.0</TargetFrameworkVersion> |
| 12 | <RunPostBuildEvent>OnOutputUpdated</RunPostBuildEvent> |
| 13 | </PropertyGroup> |
| 14 | |
| 15 | <ItemGroup> |
| 16 | <Compile Include="CabDiffEngine.cs" /> |
| 17 | <Compile Include="DDiff.cs" /> |
| 18 | <Compile Include="DirectoryDiffEngine.cs" /> |
| 19 | <Compile Include="FileDiffEngine.cs" /> |
| 20 | <Compile Include="IDiffEngine.cs" /> |
| 21 | <Compile Include="MsiDiffEngine.cs" /> |
| 22 | <Compile Include="MspDiffEngine.cs" /> |
| 23 | <Compile Include="TextFileDiffEngine.cs" /> |
| 24 | <Compile Include="VersionedFileDiffEngine.cs" /> |
| 25 | </ItemGroup> |
| 26 | |
| 27 | <ItemGroup> |
| 28 | <Reference Include="System" /> |
| 29 | <Reference Include="System.Data" /> |
| 30 | <Reference Include="System.Xml" /> |
| 31 | <ProjectReference Include="..\..\Libraries\Compression.Cab\Compression.Cab.csproj" /> |
| 32 | <ProjectReference Include="..\..\Libraries\Compression.Zip\Compression.Zip.csproj" /> |
| 33 | <ProjectReference Include="..\..\Libraries\Compression\Compression.csproj" /> |
| 34 | <ProjectReference Include="..\..\Libraries\WindowsInstaller.Package\WindowsInstaller.Package.csproj" /> |
| 35 | <ProjectReference Include="..\..\Libraries\WindowsInstaller\WindowsInstaller.csproj" /> |
| 36 | </ItemGroup> |
| 37 | |
| 38 | <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildProjectDirectory), wix.proj))\tools\WixBuild.targets" /> |
| 39 | </Project> |