singrdk/base/Interfaces/Corlib/Corlib.csproj

31 lines
955 B
XML
Raw Permalink Normal View History

2008-03-05 09:52:00 -05:00
<!--
##############################################################################
#
# Microsoft Research Singularity
#
# Copyright (c) Microsoft Corporation. All rights reserved.
#
2008-11-17 18:29:00 -05:00
# File: Interfaces\Corlib\Corlib.csproj
2008-03-05 09:52:00 -05:00
#
2008-11-17 18:29:00 -05:00
# Note: Application stdlib interface assembly.
2008-03-05 09:52:00 -05:00
#
##############################################################################
-->
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\..\Paths.targets" />
<PropertyGroup>
2008-11-17 18:29:00 -05:00
<AssemblyName>Corlib</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
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<NoStdlib>true</NoStdlib>
</PropertyGroup>
2008-11-17 18:29:00 -05:00
<Import Project="..\Basetypes\Basetypes.App.csproj"/>
<Import Project="..\BaseAttrs\BaseAttrs.App.csproj"/>
2008-03-05 09:52:00 -05:00
<Import Project="$(SINGULARITY_ROOT)\Targets\InterfaceAssembly.targets" />
</Project>