singrdk/base/Targets/TestCategory.targets

21 lines
591 B
Plaintext
Raw Normal View History

2008-03-05 09:52:00 -05:00
<!--
Copyright (c) Microsoft Corporation. All rights reserved.
Projects that are "console" apps should import this targets file.
-->
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<ProjectReference Include="$(SINGULARITY_ROOT)\Libraries\UnitTest\UnitTestLib.csproj"/>
<ProjectReference Include="$(SINGULARITY_ROOT)\Applications\Transforms\AppTransforms.csproj">
<ExcludeFromNativeReferences>true</ExcludeFromNativeReferences>
</ProjectReference>
</ItemGroup>
<Import Project="App.targets"/>
</Project>