2008-11-17 18:29:00 -05:00
|
|
|
¿<!--
|
2008-03-05 09:52:00 -05:00
|
|
|
##############################################################################
|
|
|
|
#
|
|
|
|
# Microsoft Research Singularity
|
|
|
|
#
|
|
|
|
# Copyright (c) Microsoft Corporation. All rights reserved.
|
|
|
|
#
|
|
|
|
# File: Interfaces\Bartok\Bartok.csproj
|
|
|
|
#
|
|
|
|
# Note:
|
|
|
|
#
|
|
|
|
##############################################################################
|
|
|
|
-->
|
|
|
|
|
|
|
|
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
<Import Project="..\..\Paths.targets" />
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<AssemblyName>Bartok</AssemblyName>
|
|
|
|
<OutputType>Library</OutputType>
|
2008-11-17 18:29:00 -05:00
|
|
|
<OutputPath>$(KERNEL_IL_DIR)</OutputPath>
|
2008-03-05 09:52:00 -05:00
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
|
|
<NoStdlib>true</NoStdlib>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
|
|
<Compile Include="ArrayHelper.csi" />
|
|
|
|
<Compile Include="ArgIterator.csi" />
|
|
|
|
<Compile Include="ASCIIEncoding.csi" />
|
|
|
|
<Compile Include="Assembly.csi" />
|
|
|
|
<Compile Include="BartokRT.csi" />
|
|
|
|
<Compile Include="Encoding.csi" />
|
|
|
|
<Compile Include="CallStack.csi" />
|
|
|
|
<Compile Include="Collector.csi" />
|
|
|
|
<Compile Include="ConcurrentMSCollector.csi" />
|
|
|
|
<Compile Include="GC.csi" />
|
|
|
|
<!-- <Compile Include="ICollection.csi"/> -->
|
|
|
|
<!-- <Compile Include="IList.csi"/> -->
|
|
|
|
<Compile Include="MarkSweepCollector.csi" />
|
|
|
|
<Compile Include="Marshal.csi" />
|
|
|
|
<Compile Include="Math.csi" />
|
|
|
|
<Compile Include="Module.csi" />
|
2008-11-17 18:29:00 -05:00
|
|
|
<Compile Include="NullCollector.csi" />
|
2008-03-05 09:52:00 -05:00
|
|
|
<Compile Include="PageTable.csi" />
|
|
|
|
<Compile Include="RuntimeFieldHandle.csi" />
|
|
|
|
<Compile Include="RuntimeMethodHandle.csi" />
|
|
|
|
<!-- <Compile Include="RuntimeType.csi"/> -->
|
|
|
|
<Compile Include="StackHeight.csi" />
|
|
|
|
<Compile Include="StaticData.csi" />
|
|
|
|
<Compile Include="StringBuilder.csi" />
|
|
|
|
<Compile Include="Thread.csi" />
|
|
|
|
<Compile Include="Transitions.csi" />
|
|
|
|
<Compile Include="TryAll.csi" />
|
|
|
|
<Compile Include="TryAllException.csi" />
|
|
|
|
<Compile Include="VarargList.csi" />
|
|
|
|
<Compile Include="Win32.csi" />
|
|
|
|
<Compile Include="WriteBarrierCMS.csi" />
|
|
|
|
|
|
|
|
<Compile Include="Bartok.csi" />
|
|
|
|
|
2008-11-17 18:29:00 -05:00
|
|
|
<ProjectReference Include="..\Kernel\Kernel.csproj"><Alias>kernel</Alias></ProjectReference>
|
2008-03-05 09:52:00 -05:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
<Import Project="$(SINGULARITY_ROOT)\Targets\InterfaceAssembly.targets" />
|
|
|
|
</Project>
|