38 lines
1.1 KiB
XML
38 lines
1.1 KiB
XML
<!--
|
|
##############################################################################
|
|
#
|
|
# 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>
|