singrdk/base/Interfaces/Singularity.V1/Singularity.V1.csproj

53 lines
2.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\Singularity.V1\Makefile
#
# Note:
#
##############################################################################
-->
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\..\Paths.targets"/>
<PropertyGroup>
<AssemblyName>Singularity.V1</AssemblyName>
<OutputType>Library</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<NoStdLib>true</NoStdLib>
</PropertyGroup>
<ItemGroup>
<Compile Include="Processes\ProcessHandle.csi"/>
<Compile Include="Security\PrincipalHandle.csi"/>
<Compile Include="Services\ChannelService.csi"/>
<Compile Include="Services\DebugService.csi"/>
<Compile Include="Services\DeviceService.csi"/>
<Compile Include="Services\PageTableService.csi"/>
<Compile Include="Services\ProcessService.csi"/>
<Compile Include="Services\SharedHeapService.csi"/>
<Compile Include="Services\StackService.csi"/>
<Compile Include="Stress\StressDirect.csi"/>
<Compile Include="Threads\AutoResetEventHandle.csi"/>
<Compile Include="Threads\ContainerHandle.csi"/>
<Compile Include="Threads\InterruptHandle.csi"/>
<Compile Include="Threads\ManualResetEventHandle.csi"/>
<Compile Include="Threads\MutexHandle.csi"/>
<Compile Include="Threads\SyncHandle.csi"/>
<Compile Include="Threads\ThreadHandle.csi"/>
<Compile Include="Threads\ThreadState.csi"/>
<Compile Include="Types\SystemType.csi"/>
<Compile Include="Singularity.V1.csi"/>
<ProjectReference Include="$(SINGULARITY_ROOT)\Interfaces\Baseattrs\Baseattrs.csproj"><Alias>corlib.exe</Alias></ProjectReference>
<ProjectReference Include="$(SINGULARITY_ROOT)\Interfaces\Basetypes\Basetypes.csproj"><Alias>corlib.exe</Alias></ProjectReference>
</ItemGroup>
<Import Project="$(SINGULARITY_ROOT)\Targets\InterfaceAssembly.targets"/>
</Project>