singrdk/base/Interfaces/Naming/Directory.csproj

35 lines
1.3 KiB
XML
Raw Normal View History

2008-03-05 09:52:00 -05:00
<!--
##############################################################################
#
# Microsoft Research Singularity
#
# Copyright (c) Microsoft Corporation. All rights reserved.
#
##############################################################################
-->
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\..\Paths.targets" />
<PropertyGroup>
<AssemblyName>Directory</AssemblyName>
<OutputType>Library</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<NoStdlib>true</NoStdlib>
<AssemblyAlias>kernel.exe</AssemblyAlias>
</PropertyGroup>
<ItemGroup>
<Compile Include="Directory.csi" />
<ProjectReference Include="SharedHeap.csproj"><Alias>kernel.exe</Alias></ProjectReference>
<ProjectReference Include="..\Basetypes\Basetypes.csproj"><Alias>kernel.exe</Alias></ProjectReference>
<ProjectReference Include="..\Kernel\Kernel.csproj" />
<ProjectReference Include="..\Memory\Memory.csproj"><Alias>kernel.exe</Alias></ProjectReference>
<ProjectReference Include="..\Xml\Xml.csproj"><Alias>kernel.exe</Alias></ProjectReference>
<ProjectReference Include="..\Collections\Collections.csproj" />
</ItemGroup>
<Import Project="$(SINGULARITY_ROOT)\Targets\InterfaceAssembly.targets" />
</Project>