singrdk/base/Kernel/Singularity.Drivers/NVidia_MSIL/KernelDriversNVidia_MSIL.cs...

34 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.
#
###############################################################################
-->
<!-- A special project that merely copies the precompiled nForce4 MSIL binary
to the object directory. -->
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\..\..\Paths.targets" />
<PropertyGroup>
<OutputType>Library</OutputType>
<AssemblyName>NVidiaDrivers</AssemblyName>
<Precompiled>true</Precompiled>
<PrecompiledPath>$(PRECOMPILED_NVIDIA_DIR)</PrecompiledPath>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="$(SINGULARITY_ROOT)\Contracts\Directory.Contracts\Directory.Contracts.Kernel.csproj" />
<ProjectReference Include="$(SINGULARITY_ROOT)\Contracts\Io.Contracts\Io.Contracts.Kernel.csproj" />
<ProjectReference Include="..\..\Singularity.Directory\Directory.csproj" />
<ProjectReference Include="..\..\Singularity.Io\IoSystem.csproj" />
<ProjectReference Include="..\KernelDrivers.csproj" />
</ItemGroup>
<Import Project="$(SINGULARITY_ROOT)\Targets\KernelLibrary.targets" />
</Project>