<!-- 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>{AE562F7F-EE33-41D6-A962-DA488FEFBD08}</ProjectGuid> <OutputType>Exe</OutputType> <RootNamespace>WixToolset.Dtf.Tools.WiFile</RootNamespace> <AssemblyName>WiFile</AssemblyName> <TargetFrameworkVersion>v2.0</TargetFrameworkVersion> </PropertyGroup> <ItemGroup> <Compile Include="WiFile.cs" /> </ItemGroup> <ItemGroup> <Reference Include="System" /> <Reference Include="System.Data" /> <Reference Include="System.Xml" /> <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>