Cosmos/source/Cosmos.Core.Plugs.Asm/Cosmos.Core.Plugs.Asm.csproj

112 lines
No EOL
4.9 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>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{FC7919D8-374C-4D13-95A9-0B248C372EFE}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Cosmos.Core.Plugs.Asm</RootNamespace>
<AssemblyName>Cosmos.Core.Plugs.Asm</AssemblyName>
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
</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>
</PropertyGroup>
<PropertyGroup>
<SignAssembly>true</SignAssembly>
</PropertyGroup>
<PropertyGroup>
<AssemblyOriginatorKeyFile>..\..\Cosmos.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Net.Http" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="ArrayImpl.cs" />
<Compile Include="Array\ArrayGetLengthAsm.cs" />
<Compile Include="Array\ArrayInternalCopyAsm.cs" />
<Compile Include="BufferImpl.cs" />
<Compile Include="Buffer\BufferBlockCopyAsm.cs" />
<Compile Include="CPU\CPUDisableINTsAsm.cs" />
<Compile Include="CPU\CPUEnableINTsAsm.cs" />
<Compile Include="CPU\CPUGetAmountOfRAMAsm.cs" />
<Compile Include="CPU\CPUGetEndOfKernelAsm.cs" />
<Compile Include="CPU\CPUHaltAsm.cs" />
<Compile Include="CPU\CPUInitFloatAsm.cs" />
<Compile Include="CPU\CPUInitSSEAsm.cs" />
<Compile Include="CPU\CPUUpdateIDTAsm.cs" />
<Compile Include="CPU\CPUZeroFillAsm.cs" />
<Compile Include="DelegateImpl.cs" />
<Compile Include="Delegate\DelegateCtorAsm.cs" />
<Compile Include="Delegate\DelegateGetMulticastInvokeAsm.cs" />
<Compile Include="Delegate\DelegateInvokeAsm.cs" />
<Compile Include="CPUImpl.cs" />
<Compile Include="IOPortImpl.cs" />
<Compile Include="ProcessorInformationImpl.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<None Include="..\..\Cosmos.snk">
<Link>Cosmos.snk</Link>
</None>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Cosmos.Assembler\Cosmos.Assembler.csproj">
<Project>{1116130e-28e0-428a-a597-f4b3b676c0ca}</Project>
<Name>Cosmos.Assembler</Name>
</ProjectReference>
<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.IL2CPU.Plugs\Cosmos.IL2CPU.Plugs.csproj">
<Project>{12a519aa-7af2-4873-8ad1-fab5a76448b1}</Project>
<Name>Cosmos.IL2CPU.Plugs</Name>
</ProjectReference>
<ProjectReference Include="..\Cosmos.IL2CPU\Cosmos.IL2CPU.csproj">
<Project>{239E33A7-F0C3-4801-85CA-4D8F89A31DC0}</Project>
<Name>Cosmos.IL2CPU</Name>
</ProjectReference>
<ProjectReference Include="..\XSharp.Compiler\XSharp.Compiler.csproj">
<Project>{A281A1B1-C718-4BCB-A7BE-ED840A70449A}</Project>
<Name>XSharp.Compiler</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>