21 lines
591 B
Plaintext
21 lines
591 B
Plaintext
|
<!--
|
||
|
|
||
|
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>
|