2008-11-17 18:29:00 -05:00
|
|
|
<!--
|
|
|
|
###############################################################################
|
|
|
|
#
|
|
|
|
# Copyright (c) Microsoft Corporation. All rights reserved.
|
|
|
|
#
|
|
|
|
###############################################################################
|
|
|
|
-->
|
|
|
|
|
2008-03-05 09:52:00 -05:00
|
|
|
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
<Import Project="..\Paths.targets"/>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<ProjectReference Include="Directory.Contracts\Directory.Contracts.Kernel.csproj"/>
|
|
|
|
<ProjectReference Include="Diagnostics.Contracts\Diagnostics.Contracts.Kernel.csproj"/>
|
|
|
|
<ProjectReference Include="FileSystem.Contracts\FileSystem.Contracts.Kernel.csproj"/>
|
|
|
|
<ProjectReference Include="Io.Contracts\Io.Contracts.Kernel.csproj"/>
|
|
|
|
<ProjectReference Include="NetStack.Contracts\NetStack.Contracts.Kernel.csproj"/>
|
|
|
|
<ProjectReference Include="Security.Contracts\Security.Contracts.Kernel.csproj"/>
|
2008-11-17 18:29:00 -05:00
|
|
|
<ProjectReference Include="Stress.Contracts\Stress.Contracts.Kernel.csproj"/>
|
2008-03-05 09:52:00 -05:00
|
|
|
<ProjectReference Include="WebApps.Contracts\WebApps.Contracts.Kernel.csproj"/>
|
2008-11-17 18:29:00 -05:00
|
|
|
<ProjectReference Include="Test.Contracts\kernel.csproj"/>
|
2008-03-05 09:52:00 -05:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
<Import Project="$(SINGULARITY_ROOT)\Targets\Dirs.targets"/>
|
|
|
|
|
|
|
|
</Project>
|