singrdk/base/Interfaces/Interfaces.proj

49 lines
2.0 KiB
Plaintext
Raw Normal View History

2008-03-05 09:52:00 -05:00
<!--
##############################################################################
#
# Microsoft Research Singularity
#
# Copyright (c) Microsoft Corporation. All rights reserved.
#
# File: Interfaces\BaseAttrs\Makefile
#
# Note:
#
##############################################################################
-->
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\Paths.targets" />
<ItemGroup>
<!-- The following interfaces are exported by kernel.exe and imported by kernel assemblies. -->
<ProjectReference Include="Baseattrs\Baseattrs.csproj" />
<ProjectReference Include="Basetypes\Basetypes.csproj" />
<ProjectReference Include="Bartok\Bartok.csproj" />
<ProjectReference Include="Collections\Collections.csproj" />
<ProjectReference Include="Console\Console.csproj" />
<ProjectReference Include="Memory\Memory.csproj" />
<!-- The following interfaces are imported by kernel.exe and exported by kernel assemblies. -->
<ProjectReference Include="Diagnostics\Diagnostics.csproj" />
<ProjectReference Include="Directory\Directory.csproj" />
<ProjectReference Include="Drivers\Drivers.csproj" />
<ProjectReference Include="Hal\Hal.csproj" />
<ProjectReference Include="Hypercall\Hypercall.csproj" />
<ProjectReference Include="IoSystem\IoSystem.csproj" />
<ProjectReference Include="Kernel\Kernel.csproj" />
<ProjectReference Include="Loader\Loader.csproj" />
<!-- <ProjectReference Include="Scheduling\Scheduling.csproj"/> -->
<ProjectReference Include="NVidiaDrivers\NVidiaDrivers.csproj" />
<ProjectReference Include="Security\Security.csproj" />
<ProjectReference Include="Shell\Shell.csproj" />
<ProjectReference Include="Singularity.V1\Singularity.V1.csproj" />
<ProjectReference Include="Stress\Stress.csproj" />
<ProjectReference Include="Xml\Xml.csproj" />
</ItemGroup>
<Import Project="$(SINGULARITY_ROOT)\Targets\Dirs.targets" />
</Project>