singrdk/base/Interfaces/Loader/Loader.csproj

38 lines
1.1 KiB
XML
Raw Normal View History

2008-03-05 09:52:00 -05:00
<!--
##############################################################################
#
# Microsoft Research Singularity
#
# Copyright (c) Microsoft Corporation. All rights reserved.
#
# File: Interfaces\Loader\Loader.csproj
#
# Note:
#
##############################################################################
-->
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\..\Paths.targets" />
<PropertyGroup>
<AssemblyName>Loader</AssemblyName>
<OutputType>Library</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<NoStdlib>true</NoStdlib>
</PropertyGroup>
<ItemGroup>
<Compile Include="Binder.csi" />
<Compile Include="Loader.csi" />
<Compile Include="Manifest.csi" />
<ProjectReference Include="..\Basetypes\Basetypes.csproj" />
<ProjectReference Include="..\IoSystem\IoConfig.csproj" />
<ProjectReference Include="..\Kernel\Kernel.csproj" />
<ProjectReference Include="..\Singularity.V1\Singularity.V1.csproj" />
</ItemGroup>
<Import Project="$(SINGULARITY_ROOT)\Targets\InterfaceAssembly.targets" />
</Project>