singrdk/base/Interfaces/Console/Console.App.csproj

38 lines
1.1 KiB
XML
Raw Permalink Normal View History

2008-03-05 09:52:00 -05:00
<!--
##############################################################################
#
# Microsoft Research Singularity
#
# Copyright (c) Microsoft Corporation. All rights reserved.
#
# File: Interfaces\Console\Makefile
#
# Note:
#
##############################################################################
-->
<Project DefaultTarget="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\..\Paths.targets" />
<PropertyGroup>
<NoStdlib>true</NoStdlib>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<PropertyGroup>
2008-11-17 18:29:00 -05:00
<AssemblyName>Console.App</AssemblyName>
2008-03-05 09:52:00 -05:00
<OutputType>Library</OutputType>
2008-11-17 18:29:00 -05:00
<OutputPath>$(APPILLSDIR)</OutputPath>
2008-03-05 09:52:00 -05:00
</PropertyGroup>
<ItemGroup>
<Compile Include="ConsoleOutput.csi" />
<Compile Include="ConsoleInput.csi" />
2008-11-17 18:29:00 -05:00
<ProjectReference Include="$(SINGULARITY_ROOT)\Interfaces\Corlib\Corlib.csproj"><Alias>Corlib</Alias></ProjectReference>
2008-03-05 09:52:00 -05:00
</ItemGroup>
<Import Project="$(SINGULARITY_ROOT)\Targets\InterfaceAssembly.targets" />
</Project>