Cosmos/source2/Cosmos.Assembler.x86/Cosmos.Assembler.x86.csproj
kudzu_cp b0cb66f739
2012-01-23 22:17:21 +00:00

268 lines
No EOL
12 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)' == '' ">AnyCPU</Platform>
<ProductVersion>9.0.30729</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{94D079E4-3C66-486A-8407-EA6EC049FF53}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Cosmos.Compiler.Assembler.X86</RootNamespace>
<AssemblyName>Cosmos.Compiler.Assembler.X86</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<SccProjectName>SAK</SccProjectName>
<SccLocalPath>SAK</SccLocalPath>
<SccAuxPath>SAK</SccAuxPath>
<SccProvider>SAK</SccProvider>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>Cosmos.snk</AssemblyOriginatorKeyFile>
<TargetFrameworkProfile />
</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 Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\x86\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<DebugType>full</DebugType>
<PlatformTarget>x86</PlatformTarget>
<CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
<CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
<ErrorReport>prompt</ErrorReport>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
<OutputPath>bin\x86\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<Optimize>true</Optimize>
<DebugType>pdbonly</DebugType>
<PlatformTarget>x86</PlatformTarget>
<CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
<CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
<ErrorReport>prompt</ErrorReport>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="MoveToDR6.cs" />
<Compile Include="MoveZeroExtend.cs" />
<Compile Include="MoveSignExtend.cs" />
<Compile Include="Lgdt.cs" />
<Compile Include="Lidt.cs" />
<Compile Include="Shrd.cs" />
<Compile Include="Popad.cs" />
<Compile Include="Popfd.cs" />
<Compile Include="Pushad.cs" />
<Compile Include="Pushfd.cs" />
<Compile Include="Shld.cs" />
<Compile Include="SignExtendAX.cs" />
<Compile Include="CmpXchg.cs" />
<Compile Include="CpuId.cs" />
<Compile Include="SSE2\ConvertTruncateSS2SI.cs" />
<Compile Include="SSE2\ConvertTruncateSD2SI.cs" />
<Compile Include="SSE2\ConvertSD2SS.cs" />
<Compile Include="x87\FloatNegate.cs" />
<Compile Include="XchgAndAdd.cs" />
<Compile Include="Add.cs" />
<Compile Include="AddWithCarry.cs" />
<Compile Include="And.cs" />
<Compile Include="Call.cs" />
<Compile Include="ClrCarryFlag.cs" />
<Compile Include="ClrDirFlag.cs" />
<Compile Include="ClrInterruptFlag.cs" />
<Compile Include="Cmps.cs" />
<Compile Include="Compare.cs" />
<Compile Include="ConditionalJump.cs" />
<Compile Include="ConditionalMove.cs" />
<Compile Include="ConvByteToWord.cs" />
<Compile Include="Dec.cs" />
<Compile Include="Divide.cs" />
<Compile Include="Enums.cs" />
<Compile Include="ExternalLabel.cs" />
<Compile Include="Halt.cs" />
<Compile Include="IDivide.cs" />
<Compile Include="IN.cs" />
<Compile Include="INC.cs" />
<Compile Include="INT1.cs" />
<Compile Include="INT3.cs" />
<Compile Include="INT.cs" />
<Compile Include="IRET.cs" />
<Compile Include="JumpAlways.cs" />
<Compile Include="JumpBase.cs" />
<Compile Include="JumpToSegment.cs" />
<Compile Include="LoadStatusFlags.cs" />
<Compile Include="Mov.cs" />
<Compile Include="MoveCR.cs" />
<Compile Include="MoveD.cs" />
<Compile Include="Movs.cs" />
<Compile Include="Multiply.cs" />
<Compile Include="Neg.cs" />
<Compile Include="Noop.cs" />
<Compile Include="Not.cs" />
<Compile Include="Or.cs" />
<Compile Include="Out.cs" />
<Compile Include="Pop.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Push.cs" />
<Compile Include="Registers.cs" />
<Compile Include="Return.cs" />
<Compile Include="RotateLeft.cs" />
<Compile Include="RotateRight.cs" />
<Compile Include="RotateThroughCarryRight.cs" />
<Compile Include="Scas.cs" />
<Compile Include="SetInterruptFlag.cs" />
<Compile Include="ShiftLeft.cs" />
<Compile Include="ShiftRight.cs" />
<Compile Include="SSE2\ConvertSI2SD.cs" />
<Compile Include="SSE2\ConvertSS2SD.cs" />
<Compile Include="SSE2\ConvertSD2SI.cs" />
<Compile Include="SSE2\MoveSD.cs" />
<Compile Include="SSE2\SqrtSD.cs" />
<Compile Include="SSE2\XorPD.cs" />
<Compile Include="SSE3\MoveDoubleAndDupplicate.cs" />
<Compile Include="SSEAndMMX2\AddPS.cs" />
<Compile Include="SSEAndMMX2\AddSS.cs" />
<Compile Include="SSEAndMMX2\AndPS.cs" />
<Compile Include="SSEAndMMX2\ComparePS.cs" />
<Compile Include="SSEAndMMX2\CompareSS.cs" />
<Compile Include="SSEAndMMX2\ConvertSI2SS.cs" />
<Compile Include="SSEAndMMX2\ConvertSS2SI.cs" />
<Compile Include="SSEAndMMX2\DivPS.cs" />
<Compile Include="SSEAndMMX2\DivSS.cs" />
<Compile Include="SSEAndMMX2\Enums.cs" />
<Compile Include="SSEAndMMX2\MaxSS.cs" />
<Compile Include="SSEAndMMX2\MinSS.cs" />
<Compile Include="SSEAndMMX2\MoveAPS.cs" />
<Compile Include="SSEAndMMX2\MoveHLPS.cs" />
<Compile Include="SSEAndMMX2\MoveHPS.cs" />
<Compile Include="SSEAndMMX2\MoveLHPS.cs" />
<Compile Include="SSEAndMMX2\MoveSS.cs" />
<Compile Include="SSEAndMMX2\MoveUPS.cs" />
<Compile Include="SSEAndMMX2\MulPS.cs" />
<Compile Include="SSEAndMMX2\MulSS.cs" />
<Compile Include="SSEAndMMX2\SubPS.cs" />
<Compile Include="SSEAndMMX2\SubSS.cs" />
<Compile Include="SSEAndMMX2\XorPS.cs" />
<Compile Include="SSEAndMMX2\InstructionWithDestinationAndSourceAndPseudoOpcodes.cs" />
<Compile Include="StoreByteInString.cs" />
<Compile Include="StoreSD.cs" />
<Compile Include="StoreWordInString.cs" />
<Compile Include="Stos.cs" />
<Compile Include="Sub.cs" />
<Compile Include="SubWithCarry.cs" />
<Compile Include="Test.cs" />
<Compile Include="x87\FloatCosine.cs" />
<Compile Include="x87\FloatSine.cs" />
<Compile Include="x87\FloatSqrt.cs" />
<Compile Include="x87\Enums.cs" />
<Compile Include="x87\FloatABS.cs" />
<Compile Include="x87\FloatAdd.cs" />
<Compile Include="x87\FloatAddAndPop.cs" />
<Compile Include="x87\FloatClearEx.cs" />
<Compile Include="x87\FloatCompare.cs" />
<Compile Include="x87\FloatCompareAnd2Pop.cs" />
<Compile Include="x87\FloatCompareAndPop.cs" />
<Compile Include="x87\FloatCompareAndSet.cs" />
<Compile Include="x87\FloatCompareAndSetAndPop.cs" />
<Compile Include="x87\FloatCompareOrderAndSet.cs" />
<Compile Include="x87\FloatCompareOrderSetAndPop.cs" />
<Compile Include="x87\FloatConditionalMove.cs" />
<Compile Include="x87\FloatDecTopPointer.cs" />
<Compile Include="x87\FloatDivide.cs" />
<Compile Include="x87\FloatDivideAndPop.cs" />
<Compile Include="x87\FloatDivideAndPopReverse.cs" />
<Compile Include="x87\FloatDivideReverse.cs" />
<Compile Include="x87\FloatFree.cs" />
<Compile Include="x87\FloatIncTopPointer.cs" />
<Compile Include="x87\FloatInit.cs" />
<Compile Include="x87\FloatLoad.cs" />
<Compile Include="x87\FloatMul.cs" />
<Compile Include="x87\FloatMulAndPop.cs" />
<Compile Include="x87\FloatPRem.cs" />
<Compile Include="x87\FloatPRem1.cs" />
<Compile Include="x87\FloatPushOne.cs" />
<Compile Include="x87\FloatPushZero.cs" />
<Compile Include="x87\FloatRound.cs" />
<Compile Include="x87\FloatStore.cs" />
<Compile Include="x87\FloatStoreAndPop.cs" />
<Compile Include="x87\FloatSub.cs" />
<Compile Include="x87\FloatSubAndPop.cs" />
<Compile Include="x87\FloatSubAndPopReverse.cs" />
<Compile Include="x87\FloatSubReverse.cs" />
<Compile Include="x87\FloatTest.cs" />
<Compile Include="x87\FloatUCompare.cs" />
<Compile Include="x87\FloatUCompareAnd2Pop.cs" />
<Compile Include="x87\FloatUCompareAndPop.cs" />
<Compile Include="x87\FloatXchg.cs" />
<Compile Include="x87\FXSave.cs" />
<Compile Include="x87\FXStore.cs" />
<Compile Include="x87\IntAdd.cs" />
<Compile Include="x87\IntCompare.cs" />
<Compile Include="x87\IntCompareAndPop.cs" />
<Compile Include="x87\IntDivide.cs" />
<Compile Include="x87\IntDivideReverse.cs" />
<Compile Include="x87\IntLoad.cs" />
<Compile Include="x87\IntMul.cs" />
<Compile Include="x87\IntStore.cs" />
<Compile Include="x87\IntStoreAndPop.cs" />
<Compile Include="SSE3\IntStoreWithTrunc.cs" />
<Compile Include="x87\IntSub.cs" />
<Compile Include="x87\IntSubReverse.cs" />
<Compile Include="Xchg.cs" />
<Compile Include="Xor.cs" />
<Compile Include="_Infra\IInstructionWithArgument.cs" />
<Compile Include="_Infra\InstructionWithDestinationAndSourceAndArgument.cs" />
<Compile Include="_Infra\Extensions.cs" />
<Compile Include="_Infra\IInstructionWithCondition.cs" />
<Compile Include="_Infra\IInstructionWithDestination.cs" />
<Compile Include="_Infra\IInstructionWithPrefix.cs" />
<Compile Include="_Infra\IInstructionWithSize.cs" />
<Compile Include="_Infra\IInstructionWithSource.cs" />
<Compile Include="_Infra\Instruction.cs" />
<Compile Include="_Infra\InstructionWithDestination.cs" />
<Compile Include="_Infra\InstructionWithDestinationAndSize.cs" />
<Compile Include="_Infra\InstructionWithDestinationAndSource.cs" />
<Compile Include="_Infra\InstructionWithDestinationAndSourceAndSize.cs" />
<Compile Include="_Infra\InstructionWithSize.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\Cosmos.Assembler\Cosmos.Assembler.csproj">
<Project>{1116130E-28E0-428A-A597-F4B3B676C0CA}</Project>
<Name>Cosmos.Assembler</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="Cosmos.snk" />
</ItemGroup>
<ItemGroup>
<Folder Include="3DNow!2\Geode\" />
</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>