singrdk/base/precompiled/Drivers/Network/nForce4/nForce4.csproj

32 lines
1.0 KiB
XML
Raw Normal View History

2008-03-05 09:52:00 -05:00
<!--
###############################################################################
#
# Microsoft Research Singularity
#
# Copyright (c) Microsoft Corporation. All rights reserved.
#
###############################################################################
-->
<!-- A special project that merely copies the precompiled nForce4 MSIL binary
to the object directory. -->
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2008-11-17 18:29:00 -05:00
<Import Project="..\..\..\..\Paths.targets" />
2008-03-05 09:52:00 -05:00
<PropertyGroup>
<OutputType>Exe</OutputType>
<AssemblyName>nvmac</AssemblyName>
<Precompiled>true</Precompiled>
2008-11-17 18:29:00 -05:00
<PrecompiledPath>.</PrecompiledPath>
2008-03-05 09:52:00 -05:00
</PropertyGroup>
<ItemGroup>
2008-11-17 18:29:00 -05:00
<ProjectReference Include="$(SINGULARITY_ROOT)\Contracts\Io.Net.Contracts\Io.Net.Contracts.csproj" />
<ProjectReference Include="$(SINGULARITY_ROOT)\Libraries\Drivers.Net\Drivers.Net.csproj" />
</ItemGroup>
2008-03-05 09:52:00 -05:00
<Import Project="$(SINGULARITY_ROOT)\Targets\DriverCategory.targets" />
</Project>