singrdk/base/Targets/ConsoleCategory.targets

31 lines
872 B
Plaintext
Raw Normal View History

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