Cosmos/source/Cosmos.HAL/Cosmos.HAL.csproj

151 lines
No EOL
7.1 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<MinimumVisualStudioVersion>14.0</MinimumVisualStudioVersion>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{BC775926-731C-449D-8E8A-90D1D8116872}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Cosmos.HAL</RootNamespace>
<AssemblyName>Cosmos.HAL</AssemblyName>
<DefaultLanguage>en-US</DefaultLanguage>
<FileAlignment>512</FileAlignment>
<ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<TargetFrameworkProfile>
</TargetFrameworkProfile>
<TargetFrameworkVersion>v5.0</TargetFrameworkVersion>
</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>
</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>
</PropertyGroup>
<PropertyGroup>
<SignAssembly>true</SignAssembly>
</PropertyGroup>
<PropertyGroup>
<AssemblyOriginatorKeyFile>..\..\Cosmos.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<None Include="..\..\Cosmos.snk">
<Link>Cosmos.snk</Link>
</None>
<None Include=".editorconfig" />
<None Include="project.json" />
<!-- A reference to the entire .NET Framework is automatically included -->
</ItemGroup>
<ItemGroup>
<Compile Include="BlockDevice\Ata.cs" />
<Compile Include="BlockDevice\AtaPio.cs" />
<Compile Include="BlockDevice\BlockDevice.cs" />
<Compile Include="BlockDevice\EBR.cs" />
<Compile Include="BlockDevice\MBR.cs" />
<Compile Include="BlockDevice\Partition.cs" />
<Compile Include="Bootstrap.cs" />
<Compile Include="DebugTextScreen.cs" />
<Compile Include="Device.cs" />
<Compile Include="Drivers\PCI\Audio\ES1370\Components\DACak4531.cs" />
<Compile Include="Drivers\PCI\Audio\ES1370\ES1370.cs" />
<Compile Include="Drivers\PCI\Audio\ES1370\Managers\AK4531Manager.cs" />
<Compile Include="Drivers\PCI\Audio\ES1370\Registers\CommandRegister.cs" />
<Compile Include="Drivers\PCI\Audio\ES1370\Registers\ControlRegister.cs" />
<Compile Include="Drivers\PCI\Audio\ES1370\Registers\InterruptStatusRegister.cs" />
<Compile Include="Drivers\PCI\Audio\ES1370\Registers\MainRegister.cs" />
<Compile Include="Drivers\PCI\Audio\ES1370\Registers\SerialInterfaceRegister.cs" />
<Compile Include="Drivers\PCI\Audio\ES1370\Registers\UartFIFORegister.cs" />
<Compile Include="Drivers\PCI\Audio\ES1370\Registers\UARTInterfaceRegister.cs" />
<Compile Include="Drivers\PCI\Audio\Generic\Components\ADCEntity.cs" />
<Compile Include="Drivers\PCI\Audio\Generic\Components\DACEntity.cs" />
<Compile Include="Drivers\PCI\Audio\Generic\Components\UARTEntity.cs" />
<Compile Include="Drivers\PCI\Audio\Generic\GenericSoundCard.cs" />
<Compile Include="Drivers\PCI\Audio\Generic\Managers\ADCManager.cs" />
<Compile Include="Drivers\PCI\Audio\Generic\Managers\DACManager.cs" />
<Compile Include="Drivers\PCI\Audio\Generic\Managers\UARTManager.cs" />
<Compile Include="Drivers\PCI\Audio\PCMStream.cs" />
<Compile Include="Drivers\PCI\Network\AMDPCNetII.cs" />
<Compile Include="Drivers\PCI\Network\RTL8139.cs" />
<Compile Include="Drivers\PCI\Network\VT6102.cs" />
<Compile Include="Drivers\PCI\Video\VMWareSVGAII.cs" />
<Compile Include="Drivers\USB\USBHost.cs" />
<Compile Include="Drivers\USB\USBHostOHCI.cs" />
<Compile Include="Drivers\USB\USBHostOHCIRegisters.cs" />
<Compile Include="Drivers\VBEDriver.cs" />
<Compile Include="Drivers\VGAScreen.cs" />
<Compile Include="Global.cs" />
<Compile Include="KeyboardBase.cs" />
<Compile Include="Mouse.cs" />
<Compile Include="NetworkDevice.cs" />
<Compile Include="Network\MACAddress.cs" />
<Compile Include="PCI.cs" />
<Compile Include="PCIBaseAddressBar.cs" />
<Compile Include="PciDevice.cs" />
<Compile Include="PCIDeviceBridge.cs" />
<Compile Include="PCIDeviceCardbus.cs" />
<Compile Include="PCIDeviceNormal.cs" />
<Compile Include="PCSpeaker.cs" />
<Compile Include="PIT.cs" />
<Compile Include="Power.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="PS2Keyboard.cs" />
<Compile Include="RTC.cs" />
<Compile Include="TextScreen.cs" />
<Compile Include="TextScreenBase.cs" />
<Compile Include="TextScreenHelpers.cs" />
</ItemGroup>
<ItemGroup>
<Content Include="BlockDevice\ATA.html" />
<Content Include="Drivers\ReadMe.html" />
<Content Include="Keyboard.html" />
<Content Include="PCI.html" />
<Content Include="PIT.html" />
<Content Include="RTC.html" />
<Content Include="TextScreen.html" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Cosmos.Common\Cosmos.Common.csproj">
<Project>{b0957633-03c5-4531-9358-14d520f7ff78}</Project>
<Name>Cosmos.Common</Name>
</ProjectReference>
<ProjectReference Include="..\Cosmos.Core.Common\Cosmos.Core.Common.csproj">
<Project>{5a38be55-d402-4de6-bb2b-f0360da1c1bd}</Project>
<Name>Cosmos.Core.Common</Name>
</ProjectReference>
<ProjectReference Include="..\Cosmos.Core\Cosmos.Core.csproj">
<Project>{51efe968-249d-445c-9184-37c4ae1edf4e}</Project>
<Name>Cosmos.Core</Name>
</ProjectReference>
<ProjectReference Include="..\Cosmos.Debug.Kernel\Cosmos.Debug.Kernel.csproj">
<Project>{dc93aed0-a9bf-42c4-ac7b-fa9b2063e5d1}</Project>
<Name>Cosmos.Debug.Kernel</Name>
</ProjectReference>
<ProjectReference Include="..\Cosmos.IL2CPU.Plugs\Cosmos.IL2CPU.Plugs.csproj">
<Project>{12a519aa-7af2-4873-8ad1-fab5a76448b1}</Project>
<Name>Cosmos.IL2CPU.Plugs</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.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>
-->
<PropertyGroup>
<NuGetTargetMoniker>.NETStandard,Version=v1.6</NuGetTargetMoniker>
</PropertyGroup>
</Project>