Cosmos/source/Cosmos.Assembler/Cosmos.Assembler.csproj
2017-01-03 15:31:21 -06:00

298 lines
No EOL
14 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>{C29CCC1C-5AF2-4CE5-96E5-86E083BC03BD}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Cosmos.Assembler</RootNamespace>
<AssemblyName>Cosmos.Assembler</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" />
<None Include="x86\SSE2\ConvertTruncateSD2SIQ.not_used" />
<!-- A reference to the entire .NET Framework is automatically included -->
</ItemGroup>
<ItemGroup>
<Compile Include="Assembler.cs" />
<Compile Include="AssemblerMethod.cs" />
<Compile Include="BaseAssemblerElement.cs" />
<Compile Include="Comment.cs" />
<Compile Include="DataEndIfDefined.cs" />
<Compile Include="DataIfDefined.cs" />
<Compile Include="DataIfNotDefined.cs" />
<Compile Include="DataMember.cs" />
<Compile Include="Define.cs" />
<Compile Include="ElementReference.cs" />
<Compile Include="Else.cs" />
<Compile Include="EndIfDefined.cs" />
<Compile Include="IDefine.cs" />
<Compile Include="IEndIfDefined.cs" />
<Compile Include="IfDefined.cs" />
<Compile Include="IfNotDefined.cs" />
<Compile Include="IIfDefined.cs" />
<Compile Include="IIfNotDefined.cs" />
<Compile Include="InfraExtensions.cs" />
<Compile Include="Instruction.cs" />
<Compile Include="Label.cs" />
<Compile Include="LabelName.cs" />
<Compile Include="LiteralAssemblerCode.cs" />
<Compile Include="OpCodeAttribute.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="TypeComparer.cs" />
<Compile Include="x86\Add.cs" />
<Compile Include="x86\AddWithCarry.cs" />
<Compile Include="x86\And.cs" />
<Compile Include="x86\Call.cs" />
<Compile Include="x86\ClearInterruptFlag.cs" />
<Compile Include="x86\ClrCarryFlag.cs" />
<Compile Include="x86\ClrDirFlag.cs" />
<Compile Include="x86\Cmps.cs" />
<Compile Include="x86\CmpXchg.cs" />
<Compile Include="x86\Compare.cs" />
<Compile Include="x86\ConditionalJump.cs" />
<Compile Include="x86\ConditionalMove.cs" />
<Compile Include="x86\ConvByteToWord.cs" />
<Compile Include="x86\CpuId.cs" />
<Compile Include="x86\Dec.cs" />
<Compile Include="x86\Divide.cs" />
<Compile Include="x86\Enums.cs" />
<Compile Include="x86\ExternalLabel.cs" />
<Compile Include="x86\Halt.cs" />
<Compile Include="x86\IDivide.cs" />
<Compile Include="x86\Imul.cs" />
<Compile Include="x86\INC.cs" />
<Compile Include="x86\InFromDX.cs" />
<Compile Include="x86\INT.cs" />
<Compile Include="x86\INT1.cs" />
<Compile Include="x86\INT3.cs" />
<Compile Include="x86\Interrupt.cs" />
<Compile Include="x86\IRET.cs" />
<Compile Include="x86\JumpAlways.cs" />
<Compile Include="x86\JumpBase.cs" />
<Compile Include="x86\JumpToSegment.cs" />
<Compile Include="x86\Lea.cs" />
<Compile Include="x86\Lgdt.cs" />
<Compile Include="x86\Lidt.cs" />
<Compile Include="x86\LoadStatusFlags.cs" />
<Compile Include="x86\Mov.cs" />
<Compile Include="x86\MoveCR.cs" />
<Compile Include="x86\MoveD.cs" />
<Compile Include="x86\MoveSignExtend.cs" />
<Compile Include="x86\MoveToDR6.cs" />
<Compile Include="x86\MoveZeroExtend.cs" />
<Compile Include="x86\Movs.cs" />
<Compile Include="x86\Multiply.cs" />
<Compile Include="x86\Neg.cs" />
<Compile Include="x86\Noop.cs" />
<Compile Include="x86\Not.cs" />
<Compile Include="x86\Or.cs" />
<Compile Include="x86\OutToDX.cs" />
<Compile Include="x86\Pop.cs" />
<Compile Include="x86\Popad.cs" />
<Compile Include="x86\Popfd.cs" />
<Compile Include="x86\Push.cs" />
<Compile Include="x86\Pushad.cs" />
<Compile Include="x86\Pushfd.cs" />
<Compile Include="x86\Rdmsr.cs" />
<Compile Include="x86\Rdtsc.cs" />
<Compile Include="x86\Registers.cs" />
<Compile Include="x86\Return.cs" />
<Compile Include="x86\RotateLeft.cs" />
<Compile Include="x86\RotateRight.cs" />
<Compile Include="x86\RotateThroughCarryRight.cs" />
<Compile Include="x86\Scas.cs" />
<Compile Include="x86\SetInterruptFlag.cs" />
<Compile Include="x86\ShiftLeft.cs" />
<Compile Include="x86\ShiftLeftArithmetic.cs" />
<Compile Include="x86\ShiftRight.cs" />
<Compile Include="x86\ShiftRightArithmetic.cs" />
<Compile Include="x86\Shld.cs" />
<Compile Include="x86\Shrd.cs" />
<Compile Include="x86\SignExtendAX.cs" />
<Compile Include="x86\SSE2\AddPD.cs" />
<Compile Include="x86\SSE2\AddSD.cs" />
<Compile Include="x86\SSE2\AndPD.cs" />
<Compile Include="x86\SSE2\ComparePD.cs" />
<Compile Include="x86\SSE2\CompareSD.cs" />
<Compile Include="x86\SSE2\ConvertSD2SI.cs" />
<Compile Include="x86\SSE2\ConvertSD2SS.cs" />
<Compile Include="x86\SSE2\ConvertSI2SD.cs" />
<Compile Include="x86\SSE2\ConvertSS2SD.cs" />
<Compile Include="x86\SSE2\ConvertTruncatePD2DQ.cs" />
<Compile Include="x86\SSE2\ConvertTruncateSD2SI.cs" />
<Compile Include="x86\SSE2\ConvertTruncateSS2SI.cs" />
<Compile Include="x86\SSE2\DivPD.cs" />
<Compile Include="x86\SSE2\DivSD.cs" />
<Compile Include="x86\SSE2\MoveAPD.cs" />
<Compile Include="x86\SSE2\MoveDQA.cs" />
<Compile Include="x86\SSE2\MoveHLPD.cs" />
<Compile Include="x86\SSE2\MoveHPD.cs" />
<Compile Include="x86\SSE2\MoveLPD.cs" />
<Compile Include="x86\SSE2\MoveQ.cs" />
<Compile Include="x86\SSE2\MoveSD.cs" />
<Compile Include="x86\SSE2\MoveUPD.cs" />
<Compile Include="x86\SSE2\MulPD.cs" />
<Compile Include="x86\SSE2\MulSD.cs" />
<Compile Include="x86\SSE2\Psrld.cs" />
<Compile Include="x86\SSE2\SqrtSD.cs" />
<Compile Include="x86\SSE2\SubPD.cs" />
<Compile Include="x86\SSE2\SubSD.cs" />
<Compile Include="x86\SSE2\UnpackLowDouble.cs" />
<Compile Include="x86\SSE2\XorPD.cs" />
<Compile Include="x86\SSE3\IntStoreWithTrunc.cs" />
<Compile Include="x86\SSE3\MoveDoubleAndDuplicate.cs" />
<Compile Include="x86\SSEAndMMX2\AddPS.cs" />
<Compile Include="x86\SSEAndMMX2\AddSS.cs" />
<Compile Include="x86\SSEAndMMX2\AndPS.cs" />
<Compile Include="x86\SSEAndMMX2\ComparePS.cs" />
<Compile Include="x86\SSEAndMMX2\CompareSS.cs" />
<Compile Include="x86\SSEAndMMX2\ConvertSI2SS.cs" />
<Compile Include="x86\SSEAndMMX2\ConvertSS2SI.cs" />
<Compile Include="x86\SSEAndMMX2\DivPS.cs" />
<Compile Include="x86\SSEAndMMX2\DivSS.cs" />
<Compile Include="x86\SSEAndMMX2\Enums.cs" />
<Compile Include="x86\SSEAndMMX2\InstructionWithDestinationAndSourceAndPseudoOpcodes.cs" />
<Compile Include="x86\SSEAndMMX2\MaxSS.cs" />
<Compile Include="x86\SSEAndMMX2\MinSS.cs" />
<Compile Include="x86\SSEAndMMX2\MoveAPS.cs" />
<Compile Include="x86\SSEAndMMX2\MoveHLPS.cs" />
<Compile Include="x86\SSEAndMMX2\MoveHPS.cs" />
<Compile Include="x86\SSEAndMMX2\MoveLHPS.cs" />
<Compile Include="x86\SSEAndMMX2\MoveSS.cs" />
<Compile Include="x86\SSEAndMMX2\MoveUPS.cs" />
<Compile Include="x86\SSEAndMMX2\MulPS.cs" />
<Compile Include="x86\SSEAndMMX2\MulSS.cs" />
<Compile Include="x86\SSEAndMMX2\OrPs.cs" />
<Compile Include="x86\SSEAndMMX2\POR.cs" />
<Compile Include="x86\SSEAndMMX2\SSEInit.cs" />
<Compile Include="x86\SSEAndMMX2\SubPS.cs" />
<Compile Include="x86\SSEAndMMX2\SubSS.cs" />
<Compile Include="x86\SSEAndMMX2\XorPS.cs" />
<Compile Include="x86\StoreByteInString.cs" />
<Compile Include="x86\StoreSD.cs" />
<Compile Include="x86\StoreWordInString.cs" />
<Compile Include="x86\Stos.cs" />
<Compile Include="x86\Sub.cs" />
<Compile Include="x86\SubWithCarry.cs" />
<Compile Include="x86\Test.cs" />
<Compile Include="x86\x87\Enums.cs" />
<Compile Include="x86\x87\FloatABS.cs" />
<Compile Include="x86\x87\FloatAdd.cs" />
<Compile Include="x86\x87\FloatAddAndPop.cs" />
<Compile Include="x86\x87\FloatClearEx.cs" />
<Compile Include="x86\x87\FloatCompare.cs" />
<Compile Include="x86\x87\FloatCompareAnd2Pop.cs" />
<Compile Include="x86\x87\FloatCompareAndPop.cs" />
<Compile Include="x86\x87\FloatCompareAndSet.cs" />
<Compile Include="x86\x87\FloatCompareAndSetAndPop.cs" />
<Compile Include="x86\x87\FloatCompareOrderAndSet.cs" />
<Compile Include="x86\x87\FloatCompareOrderSetAndPop.cs" />
<Compile Include="x86\x87\FloatConditionalMove.cs" />
<Compile Include="x86\x87\FloatCosine.cs" />
<Compile Include="x86\x87\FloatDecTopPointer.cs" />
<Compile Include="x86\x87\FloatDivide.cs" />
<Compile Include="x86\x87\FloatDivideAndPop.cs" />
<Compile Include="x86\x87\FloatDivideAndPopReverse.cs" />
<Compile Include="x86\x87\FloatDivideReverse.cs" />
<Compile Include="x86\x87\FloatFree.cs" />
<Compile Include="x86\x87\FloatIncTopPointer.cs" />
<Compile Include="x86\x87\FloatInit.cs" />
<Compile Include="x86\x87\FloatLoad.cs" />
<Compile Include="x86\x87\FloatMul.cs" />
<Compile Include="x86\x87\FloatMulAndPop.cs" />
<Compile Include="x86\x87\FloatNegate.cs" />
<Compile Include="x86\x87\FloatPRem.cs" />
<Compile Include="x86\x87\FloatPRem1.cs" />
<Compile Include="x86\x87\FloatPushOne.cs" />
<Compile Include="x86\x87\FloatPushZero.cs" />
<Compile Include="x86\x87\FloatRound.cs" />
<Compile Include="x86\x87\FloatSine.cs" />
<Compile Include="x86\x87\FloatSqrt.cs" />
<Compile Include="x86\x87\FloatStore.cs" />
<Compile Include="x86\x87\FloatStoreAndPop.cs" />
<Compile Include="x86\x87\FloatSub.cs" />
<Compile Include="x86\x87\FloatSubAndPop.cs" />
<Compile Include="x86\x87\FloatSubAndPopReverse.cs" />
<Compile Include="x86\x87\FloatSubReverse.cs" />
<Compile Include="x86\x87\FloatTest.cs" />
<Compile Include="x86\x87\FloatUCompare.cs" />
<Compile Include="x86\x87\FloatUCompareAnd2Pop.cs" />
<Compile Include="x86\x87\FloatUCompareAndPop.cs" />
<Compile Include="x86\x87\FloatXchg.cs" />
<Compile Include="x86\x87\FXSave.cs" />
<Compile Include="x86\x87\FXStore.cs" />
<Compile Include="x86\x87\IntAdd.cs" />
<Compile Include="x86\x87\IntCompare.cs" />
<Compile Include="x86\x87\IntCompareAndPop.cs" />
<Compile Include="x86\x87\IntDivide.cs" />
<Compile Include="x86\x87\IntDivideReverse.cs" />
<Compile Include="x86\x87\IntLoad.cs" />
<Compile Include="x86\x87\IntMul.cs" />
<Compile Include="x86\x87\IntStore.cs" />
<Compile Include="x86\x87\IntStoreAndPop.cs" />
<Compile Include="x86\x87\IntSub.cs" />
<Compile Include="x86\x87\IntSubReverse.cs" />
<Compile Include="x86\Xchg.cs" />
<Compile Include="x86\XchgAndAdd.cs" />
<Compile Include="x86\Xor.cs" />
<Compile Include="x86\_Infra\Extensions.cs" />
<Compile Include="x86\_Infra\IInstructionWithArgument.cs" />
<Compile Include="x86\_Infra\IInstructionWithCondition.cs" />
<Compile Include="x86\_Infra\IInstructionWithDestination.cs" />
<Compile Include="x86\_Infra\IInstructionWithPrefix.cs" />
<Compile Include="x86\_Infra\IInstructionWithSize.cs" />
<Compile Include="x86\_Infra\IInstructionWithSource.cs" />
<Compile Include="x86\_Infra\Instruction.cs" />
<Compile Include="x86\_Infra\InstructionWithDestination.cs" />
<Compile Include="x86\_Infra\InstructionWithDestinationAndSize.cs" />
<Compile Include="x86\_Infra\InstructionWithDestinationAndSource.cs" />
<Compile Include="x86\_Infra\InstructionWithDestinationAndSourceAndArgument.cs" />
<Compile Include="x86\_Infra\InstructionWithDestinationAndSourceAndSize.cs" />
<Compile Include="x86\_Infra\InstructionWithSize.cs" />
</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>
-->
</Project>