singrdk/base/Drivers/Disk/Disk.csproj

30 lines
909 B
XML

<!--
###############################################################################
#
# 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>DiskDrive</AssemblyName>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<AssumeFieldsNonNull>true</AssumeFieldsNonNull>
</PropertyGroup>
<ItemGroup>
<Compile Include="ATA6.cs" />
<Compile Include="BusMasterDma.cs" />
<Compile Include="DiskDriver.sg" />
<Compile Include="IdeController.cs" />
<Compile Include="IdeDisk.sg" />
</ItemGroup>
<Import Project="$(SINGULARITY_ROOT)\Targets\DriverCategory.targets" />
</Project>