Cosmos/source/Cosmos/Cosmos.Hardware/Cosmos.Hardware.csproj

140 lines
No EOL
7 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>9.0.21022</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{CE50FE98-9AC4-4B4D-ADC7-31F6DCD28755}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Cosmos.Hardware</RootNamespace>
<AssemblyName>Cosmos.Hardware</AssemblyName>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<SccProjectName>SAK</SccProjectName>
<SccLocalPath>SAK</SccLocalPath>
<SccAuxPath>SAK</SccAuxPath>
<SccProvider>SAK</SccProvider>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>Cosmos.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
<Reference Include="System.Drawing" />
</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\RTL8139\RTL8139.cs" />
<Compile Include="Network\Devices\ViaRhine\VT6102.cs" />
<Compile Include="USB\USBHost.cs" />
<Compile Include="USB\USBHostOHCI.cs" />
<Compile Include="USB\USBHostOHCIRegisters.cs" />
<Compile Include="Device.cs" />
<Compile Include="Keyboard.cs" />
<Compile Include="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\MACAddress.cs" />
<Compile Include="Network\NetworkDevice.cs" />
<Compile Include="Network\TCPIPModel\IPv4Address.cs" />
<Compile Include="Network\TCPIPModel\IPv4Packet.cs" />
<Compile Include="Network\TCPIPModel\Ethernet2Frame.cs" />
<Compile Include="Storage\ATA\ATA.cs" />
<Compile Include="PIC.cs" />
<Compile Include="PCIBus.cs" />
<Compile Include="Interrupts.cs" />
<Compile Include="Old\TempDictionary.cs" />
<Compile Include="Global.cs" />
<Compile Include="DebugUtil.cs" />
<Compile Include="Hardware.cs" />
<Compile Include="PIT.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="RTC.cs" />
<Compile Include="Serial.cs" />
<Compile Include="DeviceSerial.cs" />
<Compile Include="TextScreen.cs" />
<Compile Include="VGAScreen.cs" />
</ItemGroup>
<ItemGroup>
<None Include="Cosmos.snk" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\Compiler\Indy.IL2CPU.Assembler\Indy.IL2CPU.Assembler.csproj">
<Project>{5A1E9D16-BF71-4D8E-9389-3476056E4566}</Project>
<Name>Indy.IL2CPU.Assembler</Name>
</ProjectReference>
<ProjectReference Include="..\..\Indy.IL2CPU\Indy.IL2CPU.csproj">
<Project>{21243B63-9CD0-4573-9C58-AF4B4AEF9D57}</Project>
<Name>Indy.IL2CPU</Name>
</ProjectReference>
<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>