39 lines
1.2 KiB
XML
39 lines
1.2 KiB
XML
<!--
|
|
##############################################################################
|
|
#
|
|
# Microsoft Research Singularity
|
|
#
|
|
# Copyright (c) Microsoft Corporation. All rights reserved.
|
|
#
|
|
# File: Applications\Contracts\NetStack.Contracts\Makefile
|
|
#
|
|
# Note:
|
|
#
|
|
##############################################################################
|
|
-->
|
|
|
|
|
|
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<Import Project="..\..\Paths.targets" />
|
|
|
|
<PropertyGroup>
|
|
<AssemblyName>NetStack.Contracts</AssemblyName>
|
|
<OutputType>Library</OutputType>
|
|
<GenerateContractMap>true</GenerateContractMap>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<Compile Include="DNSContract.sg" />
|
|
<Compile Include="IPContract.sg" />
|
|
<Compile Include="RoutingContract.sg" />
|
|
<Compile Include="TCPConnectionContract.sg" />
|
|
<Compile Include="TCPContract.sg" />
|
|
<Compile Include="UDPConnectionContract.sg" />
|
|
<Compile Include="UDPContract.sg" />
|
|
<ProjectReference Include="..\Directory.Contracts\Directory.Contracts.csproj" />
|
|
</ItemGroup>
|
|
|
|
<Import Project="$(SINGULARITY_ROOT)\Targets\App.targets" />
|
|
|
|
</Project>
|