singrdk/base/Libraries/Drivers.Net/Drivers.Net.csproj

33 lines
898 B
XML
Raw Normal View History

2008-03-05 09:52:00 -05:00
<!--
##############################################################################
#
# Microsoft Research Singularity
#
# Copyright (c) Microsoft Corporation. All rights reserved.
#
# File: Libraries\Drivers.Net\Drivers.Net.csproj
#
# Note:
#
##############################################################################
-->
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\..\Paths.targets" />
<PropertyGroup>
<AssemblyName>Drivers.Net</AssemblyName>
<OutputType>Library</OutputType>
<AssumeFieldsNonNull>true</AssumeFieldsNonNull>
</PropertyGroup>
<ItemGroup>
<Compile Include="ByteOrder.cs" />
<Compile Include="EthernetAddress.cs" />
<Compile Include="NetworkBitConverter.cs" />
</ItemGroup>
<Import Project="$(SINGULARITY_ROOT)\Targets\App.targets" />
</Project>