singrdk/base/Targets/ConsoleCategory.targets

20 lines
498 B
XML

<!--
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)\Applications\Transforms\AppTransforms.csproj">
<ExcludeFromNativeReferences>true</ExcludeFromNativeReferences>
</ProjectReference>
</ItemGroup>
<Import Project="App.targets"/>
</Project>