37 lines
1.1 KiB
XML
37 lines
1.1 KiB
XML
|
<!--
|
|||
|
##############################################################################
|
|||
|
#
|
|||
|
# Microsoft Research Singularity
|
|||
|
#
|
|||
|
# Copyright (c) Microsoft Corporation. All rights reserved.
|
|||
|
#
|
|||
|
# File: Libraries\Netstack.Channels.Public\Makefile
|
|||
|
#
|
|||
|
# Note:
|
|||
|
#
|
|||
|
##############################################################################
|
|||
|
-->
|
|||
|
|
|||
|
|
|||
|
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|||
|
<Import Project="..\..\Paths.targets" />
|
|||
|
|
|||
|
<ItemGroup>
|
|||
|
<Compile Include="ChannelUtils.sg" />
|
|||
|
<Compile Include="DNSImpConnection.sg" />
|
|||
|
</ItemGroup>
|
|||
|
|
|||
|
<PropertyGroup>
|
|||
|
<AssemblyName>NetStack.Channels.Public</AssemblyName>
|
|||
|
<OutputType>Library</OutputType>
|
|||
|
</PropertyGroup>
|
|||
|
|
|||
|
<ItemGroup>
|
|||
|
<ProjectReference Include="$(SINGULARITY_ROOT)\Contracts\NetStack.Contracts\NetStack.Contracts.csproj" />
|
|||
|
<ProjectReference Include="..\Drivers.Net\Drivers.Net.csproj" />
|
|||
|
<ProjectReference Include="..\System.Net.IP\System.Net.IP.csproj" />
|
|||
|
</ItemGroup>
|
|||
|
<Import Project="$(SINGULARITY_ROOT)\Targets\App.targets" />
|
|||
|
|
|||
|
</Project>
|