Cosmos/source/Archive/Cosmos.Hardware/Cosmos.Hardware2.csproj
2018-02-15 19:25:36 +00:00

130 lines
6.7 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
<ProductVersion>9.0.30729</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{CE50FE98-9AC4-4B4D-ADC7-31F6DCD28755}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Cosmos.Hardware2</RootNamespace>
<AssemblyName>Cosmos.Hardware2</AssemblyName>
<TargetFrameworkVersion>v4.7.1</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<SccProjectName>SAK</SccProjectName>
<SccLocalPath>SAK</SccLocalPath>
<SccAuxPath>SAK</SccAuxPath>
<SccProvider>SAK</SccProvider>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<DebugType>full</DebugType>
<PlatformTarget>x86</PlatformTarget>
<CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
<CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
<ErrorReport>prompt</ErrorReport>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Optimize>true</Optimize>
<DebugType>pdbonly</DebugType>
<PlatformTarget>x86</PlatformTarget>
<CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
<CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
<ErrorReport>prompt</ErrorReport>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
<Reference Include="System.Data" />
<Reference Include="System.Drawing" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="ACPIManager.cs" />
<Compile Include="Audio\Devices\ES1370\Managers\AK4531Manager.cs" />
<Compile Include="Audio\Devices\ES1370\Registers\UartFIFORegister.cs" />
<Compile Include="Audio\Devices\Generic\Components\ADCEntity.cs" />
<Compile Include="Audio\Devices\Generic\Components\DACEntity.cs" />
<Compile Include="Audio\Devices\Generic\Components\UARTEntity.cs" />
<Compile Include="Audio\Devices\ES1370\Components\DACak4531.cs" />
<Compile Include="Audio\Devices\ES1370\Registers\CommandRegister.cs" />
<Compile Include="Audio\Devices\ES1370\Registers\ControlRegister.cs" />
<Compile Include="Audio\Devices\ES1370\Registers\InterruptStatusRegister.cs" />
<Compile Include="Audio\Devices\ES1370\Registers\MainRegister.cs" />
<Compile Include="Audio\Devices\ES1370\Registers\SerialInterfaceRegister.cs" />
<Compile Include="Audio\Devices\ES1370\Registers\UARTInterfaceRegister.cs" />
<Compile Include="Audio\Devices\Generic\GenericSoundCard.cs" />
<Compile Include="Audio\Devices\Generic\Managers\ADCManager.cs" />
<Compile Include="Audio\Devices\Generic\Managers\DACManager.cs" />
<Compile Include="Audio\Devices\ES1370\ES1370.cs" />
<Compile Include="Audio\Devices\Generic\Managers\UARTManager.cs" />
<Compile Include="Audio\PCMStream.cs" />
<Compile Include="BlockDevice.cs" />
<Compile Include="Enums.cs" />
<Compile Include="Mouse.cs" />
<Compile Include="Network\Devices\AMDPCNetII\AMDPCNet.cs" />
<Compile Include="Network\Devices\RTL8139Old\BinaryHelper.cs" />
<Compile Include="Network\Devices\RTL8139Old\Packet.cs" />
<Compile Include="Network\Devices\RTL8139Old\PacketHeader.cs" />
<Compile Include="Network\Devices\RTL8139Old\Register\CommandRegister.cs" />
<Compile Include="Network\Devices\RTL8139Old\Register\ConfigurationRegister1.cs" />
<Compile Include="Network\Devices\RTL8139Old\Register\EarlyRxStatusRegister.cs" />
<Compile Include="Network\Devices\RTL8139Old\Register\InterruptMaskRegister.cs" />
<Compile Include="Network\Devices\RTL8139Old\Register\InterruptStatusRegister.cs" />
<Compile Include="Network\Devices\RTL8139Old\Register\MainRegister.cs" />
<Compile Include="Network\Devices\RTL8139Old\Register\MediaStatusRegister.cs" />
<Compile Include="Network\Devices\RTL8139Old\Register\ReceiveConfigurationRegister.cs" />
<Compile Include="Network\Devices\RTL8139Old\Register\TransmitConfigurationRegister.cs" />
<Compile Include="Network\Devices\RTL8139Old\Register\TransmitStatusDescriptor.cs" />
<Compile Include="Network\Devices\RTL8139Old\Register\ValueTypeRegisters.cs" />
<Compile Include="Network\Devices\RTL8139Old\RTL8139_Old.cs" />
<Compile Include="Network\Devices\RTL8139\RTL8139.cs" />
<Compile Include="Network\Devices\ViaRhine\VT6102.cs" />
<Compile Include="Network\MACAddress.cs" />
<Compile Include="Network\NetworkDevice.cs" />
<Compile Include="Network\TCPIPModel\Ethernet2Frame.cs" />
<Compile Include="Network\TCPIPModel\IPv4Address.cs" />
<Compile Include="Network\TCPIPModel\IPv4Packet.cs" />
<Compile Include="PCIBus.cs" />
<Compile Include="USB\USBHost.cs" />
<Compile Include="USB\USBHostOHCI.cs" />
<Compile Include="USB\USBHostOHCIRegisters.cs" />
<Compile Include="Device.cs" />
<Compile Include="BinaryHelper.cs" />
<Compile Include="ATA.cs" />
<Compile Include="OldTempDictionary.cs" />
<Compile Include="Global.cs" />
<Compile Include="Hardware.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="RTC.cs" />
<Compile Include="Serial.cs" />
<Compile Include="DeviceSerial.cs" />
<Compile Include="VGAScreen.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Cosmos.Kernel\Cosmos.Kernel.csproj">
<Project>{A1F83D9F-2D44-4264-A08B-416797123018}</Project>
<Name>Cosmos.Kernel</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>