46 lines
1.6 KiB
XML
46 lines
1.6 KiB
XML
<!--
|
|
##############################################################################
|
|
#
|
|
# Microsoft Research Singularity
|
|
#
|
|
# Copyright (c) Microsoft Corporation. All rights reserved.
|
|
#
|
|
# File: Contracts\Io.Net.Contracts\Io.Net.Contracts.App.csproj
|
|
#
|
|
# Note:
|
|
#
|
|
##############################################################################
|
|
-->
|
|
|
|
|
|
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<Import Project="..\..\Paths.targets" />
|
|
<PropertyGroup>
|
|
<OutputType>Library</OutputType>
|
|
<AssemblyName>Io.Net.Contracts</AssemblyName>
|
|
<DisableNullParameterValidation>true</DisableNullParameterValidation>
|
|
<AssumeFieldsNonNull>true</AssumeFieldsNonNull>
|
|
<NoStandardLibraries>true</NoStandardLibraries>
|
|
<GenerateContractMap>true</GenerateContractMap>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<Compile Include="AssemblyInfo.sg" />
|
|
<Compile Include="NicDeviceContract.sg" />
|
|
<Compile Include="NicDeviceEventContract.sg" />
|
|
<Compile Include="NicDeviceProperties.sg" />
|
|
<Compile Include="Packet.sg" />
|
|
<Compile Include="PacketFifo.sg" />
|
|
<Compile Include="PacketFragment.sg" />
|
|
<ProjectReference Include="$(SINGULARITY_ROOT)\Interfaces\Singularity.V1\Singularity.V1.App.csproj"/>
|
|
<ProjectReference Include="..\Directory.Contracts\Directory.Contracts.csproj" />
|
|
<ProjectReference Include="..\Io.Contracts\Io.Contracts.csproj" />
|
|
<DependentProject Include="$(AppRuntimeSrcDir)\Microsoft.SingSharp.Runtime.App.csproj" />
|
|
|
|
</ItemGroup>
|
|
|
|
<Import Project="$(SINGULARITY_ROOT)\Targets\App.targets" />
|
|
|
|
</Project>
|
|
|