2014-03-14 01:08:07 +04:00
|
|
|
<?xml version='1.0' encoding='utf-8'?>
|
|
|
|
<!--
|
|
|
|
<copyright file="test.proj" company="Outercurve Foundation">
|
|
|
|
Copyright (c) 2004, Outercurve Foundation.
|
|
|
|
This software is released under Microsoft Reciprocal License (MS-RL).
|
|
|
|
The license and further copyright text can be found in the file
|
|
|
|
LICENSE.TXT at the root directory of the distribution.
|
|
|
|
</copyright>
|
|
|
|
-->
|
|
|
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
|
|
|
|
<ItemGroup>
|
|
|
|
<ProjectReference Include="$(WixSrcFolder)\libs\libs.proj">
|
|
|
|
<BuildInParallel>false</BuildInParallel>
|
|
|
|
</ProjectReference>
|
|
|
|
<ProjectReference Include="$(WixSrcFolder)\burn\burn.proj">
|
|
|
|
<BuildInParallel>false</BuildInParallel>
|
|
|
|
</ProjectReference>
|
|
|
|
|
|
|
|
<ProjectReference Include="src\Utilities\TestBA\TestBA.csproj" />
|
|
|
|
<ProjectReference Include="src\UnitTests\Burn\BurnUnitTest.vcxproj" />
|
|
|
|
<ProjectReference Include="src\UnitTests\dutil\DUtilUnitTest.vcxproj" />
|
|
|
|
<ProjectReference Include="src\IntegrationTests\Burn\BurnIntegrationTests.csproj" />
|
2014-06-12 11:39:05 +04:00
|
|
|
<ProjectReference Include="src\IntegrationTests\MsbuildIntegrationTests\MsbuildIntegrationTests.csproj" />
|
2014-03-14 01:08:07 +04:00
|
|
|
<ProjectReference Include="src\WixTests\WixTests.csproj" />
|
|
|
|
<ProjectReference Include="src\WixTestTools\WixTestTools.csproj" />
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildProjectDirectory), wix.proj))\tools\Traversal.targets" />
|
|
|
|
</Project>
|