singrdk/base/Drivers/Network/Tulip/Tulip.csproj

40 lines
1.3 KiB
XML
Raw Normal View History

2008-03-05 09:52:00 -05:00
<!--
###############################################################################
#
# Microsoft Research Singularity
#
# Copyright (c) Microsoft Corporation. All rights reserved.
#
###############################################################################
-->
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\..\..\Paths.targets" />
<PropertyGroup>
<OutputType>Exe</OutputType>
<AssemblyName>Tulip</AssemblyName>
<AssumeFieldsNonNull>true</AssumeFieldsNonNull>
</PropertyGroup>
<ItemGroup>
<Compile Include="Tulip.sg" />
<Compile Include="TulipConstants.cs" />
<Compile Include="TulipController.sg" />
<Compile Include="TulipDebug.cs" />
<Compile Include="TulipDeviceChannel.sg" />
<Compile Include="TulipEventRelay.sg" />
<Compile Include="TulipResources.sg" />
<Compile Include="TulipRxRingBuffer.sg" />
<Compile Include="TulipTxRingBuffer.sg" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="$(SINGULARITY_ROOT)\Libraries\Drivers.Net\Drivers.Net.csproj" />
<ProjectReference Include="$(SINGULARITY_ROOT)\Contracts\Io.Net.Contracts\Io.Net.Contracts.csproj" />
</ItemGroup>
<Import Project="$(SINGULARITY_ROOT)\Targets\DriverCategory.targets" />
</Project>