singrdk/base/Kernel/System.Compiler.Runtime/System.Compiler.Runtime.Ker...

34 lines
1.1 KiB
XML
Raw Normal View History

2008-03-05 09:52:00 -05:00
<!--
###############################################################################
#
# Copyright (c) Microsoft Corporation. All rights reserved.
#
###############################################################################
-->
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\..\Paths.targets" />
<PropertyGroup>
<OutputType>Library</OutputType>
<AssemblyName>System.Compiler.Runtime</AssemblyName>
<Language>C#</Language>
<NoStdlib>true</NoStdlib>
<DefineConstants>NoData;NODEFAULTLIB;_NEW_CLASSLOADER</DefineConstants>
<NoStandardLibraries>true</NoStandardLibraries>
<AssumeFieldsNonNull>true</AssumeFieldsNonNull>
</PropertyGroup>
2008-11-17 18:29:00 -05:00
2008-03-05 09:52:00 -05:00
<ItemGroup>
2008-11-17 18:29:00 -05:00
<Compile Include="$(SingSharpSrcDir)\System.Compiler.Runtime\AssemblyInfo.cs" />
<Compile Include="$(SingSharpSrcDir)\System.Compiler.Runtime\Classes.cs" />
2008-03-05 09:52:00 -05:00
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Kernel.Corlib.csproj" />
</ItemGroup>
<Import Project="$(SINGULARITY_ROOT)\Targets\KernelLibrary.targets" />
</Project>