singrdk/base/Services/NetStack/Channels.Nic/NetStack.Channels.Nic.csproj

34 lines
1.3 KiB
XML
Raw Permalink Normal View History

2008-03-05 09:52:00 -05:00
<!--
###############################################################################
#
# Copyright (c) Microsoft Corporation. All rights reserved.
#
###############################################################################
-->
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\..\..\Paths.targets" />
<PropertyGroup>
<OutputType>Library</OutputType>
<AssemblyName>NetStack.Channels.Nic</AssemblyName>
</PropertyGroup>
2008-11-17 18:29:00 -05:00
2008-03-05 09:52:00 -05:00
<ItemGroup>
<Compile Include="NicFactory.sg" />
<Compile Include="Nic.sg" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\NetStackLib.csproj" />
2008-11-17 18:29:00 -05:00
<ProjectReference Include="$(SINGULARITY_ROOT)\Contracts\Io.Net.Contracts\Io.Net.Contracts.csproj" />
<ProjectReference Include="$(SINGULARITY_ROOT)\Contracts\NetStack.Contracts\NetStack.Contracts.csproj" />
2008-03-05 09:52:00 -05:00
<ProjectReference Include="$(SINGULARITY_ROOT)\Libraries\Drivers.Net\Drivers.Net.csproj" />
2008-11-17 18:29:00 -05:00
<ProjectReference Include="$(SINGULARITY_ROOT)\Libraries\System.Net\System.Net.csproj" />
<ProjectReference Include="$(SINGULARITY_ROOT)\Libraries\DirectoryService.Utils\DirectoryService.Utils.csproj" />
</ItemGroup>
2008-03-05 09:52:00 -05:00
<Import Project="$(SINGULARITY_ROOT)\Targets\App.targets" />
</Project>