singrdk/base/Kernel/Singularity.Channels/Channels.csproj

38 lines
1.8 KiB
XML
Raw Normal View History

2008-11-17 18:29:00 -05:00
<!--
###############################################################################
#
# Copyright (c) Microsoft Corporation. All rights reserved.
#
###############################################################################
-->
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\..\Paths.targets" />
<PropertyGroup>
<OutputType>Library</OutputType>
<AssemblyName>Channels</AssemblyName>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<NoStandardLibraries>true</NoStandardLibraries>
</PropertyGroup>
<ItemGroup>
<Compile Include="ChannelDeliveryImplService.sg" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="$(SINGULARITY_ROOT)\Contracts\Directory.Contracts\Directory.Contracts.Kernel.csproj" />
<ProjectReference Include="$(SINGULARITY_ROOT)\Contracts\Io.Contracts\Io.Contracts.Kernel.csproj" />
<ProjectReference Include="$(SINGULARITY_ROOT)\Interfaces\Hal\Hal.csproj" />
<ProjectReference Include="$(SINGULARITY_ROOT)\Interfaces\Drivers\Drivers.csproj" />
<ProjectReference Include="$(SINGULARITY_ROOT)\Contracts\Io.Net.Contracts\Io.Net.Contracts.Kernel.csproj" />
<ProjectReference Include="$(SINGULARITY_ROOT)\Contracts\Netstack.Contracts\Netstack.Contracts.Kernel.csproj" />
<ProjectReference Include="$(SINGULARITY_ROOT)\Contracts\WebApps.Contracts\WebApps.Contracts.Kernel.csproj" />
<ProjectReference Include="$(SINGULARITY_ROOT)\Applications\Benchmarks\SingBench\Contracts\SingBench.Contracts.Kernel.csproj" />
<ProjectReference Include="..\Singularity.Directory\Directory.csproj" />
<ProjectReference Include="..\Kernel.Corlib.csproj" />
</ItemGroup>
<Import Project="$(SINGULARITY_ROOT)\Targets\KernelLibrary.targets" />
</Project>