singrdk/base/Interfaces/Interfaces.proj

45 lines
1.7 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. -->
2008-11-17 18:29:00 -05:00
<ProjectReference Include="Corlib\Corlib.csproj" />
<ProjectReference Include="Singularity.V1\Singularity.V1.App.csproj" />
<ProjectReference Include="Console\Console.App.csproj" />
<ProjectReference Include="Console\Console.Kernel.csproj" />
<!-- The following interfaces are imported by kernel.exe and exported by kernel assemblies. -->
2008-03-05 09:52:00 -05:00
<ProjectReference Include="Diagnostics\Diagnostics.csproj" />
2008-11-17 18:29:00 -05:00
<ProjectReference Include="Channels\Channels.csproj" />
2008-03-05 09:52:00 -05:00
<ProjectReference Include="Directory\Directory.csproj" />
<ProjectReference Include="Drivers\Drivers.csproj" />
<ProjectReference Include="Hal\Hal.csproj" />
<ProjectReference Include="IoSystem\IoSystem.csproj" />
<ProjectReference Include="Kernel\Kernel.csproj" />
<ProjectReference Include="Loader\Loader.csproj" />
<!-- <ProjectReference Include="Scheduling\Scheduling.csproj"/> -->
<ProjectReference Include="Security\Security.csproj" />
<ProjectReference Include="Shell\Shell.csproj" />
<ProjectReference Include="Stress\Stress.csproj" />
2008-11-17 18:29:00 -05:00
2008-03-05 09:52:00 -05:00
</ItemGroup>
<Import Project="$(SINGULARITY_ROOT)\Targets\Dirs.targets" />
</Project>