Cosmos/source2/IL2PCU/Cosmos.IL2CPU.X86/Cosmos.IL2CPU.X86.csproj
mterwoord_cp e2641ee1f6
2009-10-02 16:38:34 +00:00

398 lines
No EOL
17 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.30729</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{63F7BFB9-419E-4965-B580-304B9C9FA7D8}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Cosmos.IL2CPU.X86</RootNamespace>
<AssemblyName>Cosmos.IL2CPU.X86</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>TRACE;DEBUG;SKIP_GC_CODE</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>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
<Reference Include="System.Xml.Linq">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
<Reference Include="System.Data.DataSetExtensions">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="CosmosAssembler.cs" />
<Compile Include="AssemblerBin.cs" />
<Compile Include="AssemblerNasm.cs" />
<Compile Include="DebugEnums.cs" />
<Compile Include="Define.cs" />
<Compile Include="EndIfDefined.cs" />
<Compile Include="IL\FieldInfo.cs" />
<Compile Include="IfDefined.cs" />
<Compile Include="IfNotDefined.cs" />
<Compile Include="ILOp.cs" />
<Compile Include="IL\Add.cs" />
<Compile Include="IL\Add_Ovf.cs" />
<Compile Include="IL\Add_Ovf_Un.cs" />
<Compile Include="IL\And.cs" />
<Compile Include="IL\Arglist.cs" />
<Compile Include="IL\Branch.cs" />
<Compile Include="IL\Box.cs" />
<Compile Include="IL\Br.cs" />
<Compile Include="IL\Break.cs" />
<Compile Include="IL\Brfalse.cs" />
<Compile Include="IL\Brtrue.cs" />
<Compile Include="IL\Call.cs" />
<Compile Include="IL\Calli.cs" />
<Compile Include="IL\Callvirt.cs" />
<Compile Include="IL\Castclass.cs" />
<Compile Include="IL\Ceq.cs" />
<Compile Include="IL\Cgt.cs" />
<Compile Include="IL\Cgt_Un.cs" />
<Compile Include="IL\Ckfinite.cs" />
<Compile Include="IL\Clt.cs" />
<Compile Include="IL\Clt_Un.cs" />
<Compile Include="IL\Constrained.cs" />
<Compile Include="IL\Conv_I.cs" />
<Compile Include="IL\Conv_I1.cs" />
<Compile Include="IL\Conv_I2.cs" />
<Compile Include="IL\Conv_I4.cs" />
<Compile Include="IL\Conv_I8.cs" />
<Compile Include="IL\Conv_Ovf_I.cs" />
<Compile Include="IL\Conv_Ovf_I1.cs" />
<Compile Include="IL\Conv_Ovf_I1_Un.cs" />
<Compile Include="IL\Conv_Ovf_I2.cs" />
<Compile Include="IL\Conv_Ovf_I2_Un.cs" />
<Compile Include="IL\Conv_Ovf_I4.cs" />
<Compile Include="IL\Conv_Ovf_I4_Un.cs" />
<Compile Include="IL\Conv_Ovf_I8.cs" />
<Compile Include="IL\Conv_Ovf_I8_Un.cs" />
<Compile Include="IL\Conv_Ovf_I_Un.cs" />
<Compile Include="IL\Conv_Ovf_U.cs" />
<Compile Include="IL\Conv_Ovf_U1.cs" />
<Compile Include="IL\Conv_Ovf_U1_Un.cs" />
<Compile Include="IL\Conv_Ovf_U2.cs" />
<Compile Include="IL\Conv_Ovf_U2_Un.cs" />
<Compile Include="IL\Conv_Ovf_U4.cs" />
<Compile Include="IL\Conv_Ovf_U4_Un.cs" />
<Compile Include="IL\Conv_Ovf_U8.cs" />
<Compile Include="IL\Conv_Ovf_U8_Un.cs" />
<Compile Include="IL\Conv_Ovf_U_Un.cs" />
<Compile Include="IL\Conv_R4.cs" />
<Compile Include="IL\Conv_R8.cs" />
<Compile Include="IL\Conv_R_Un.cs" />
<Compile Include="IL\Conv_U.cs" />
<Compile Include="IL\Conv_U1.cs" />
<Compile Include="IL\Conv_U2.cs" />
<Compile Include="IL\Conv_U4.cs" />
<Compile Include="IL\Conv_U8.cs" />
<Compile Include="IL\Cpblk.cs" />
<Compile Include="IL\Cpobj.cs" />
<Compile Include="IL\Div.cs" />
<Compile Include="IL\Div_Un.cs" />
<Compile Include="IL\Dup.cs" />
<Compile Include="IL\Endfilter.cs" />
<Compile Include="IL\Endfinally.cs" />
<Compile Include="IL\Initblk.cs" />
<Compile Include="IL\Initobj.cs" />
<Compile Include="IL\Isinst.cs" />
<Compile Include="IL\Jmp.cs" />
<Compile Include="IL\Ldarg.cs" />
<Compile Include="IL\Ldarga.cs" />
<Compile Include="IL\Ldc_I4.cs" />
<Compile Include="IL\Ldc_I8.cs" />
<Compile Include="IL\Ldc_R4.cs" />
<Compile Include="IL\Ldc_R8.cs" />
<Compile Include="IL\Ldelem.cs" />
<Compile Include="IL\Ldelema.cs" />
<Compile Include="IL\Ldelem_I.cs" />
<Compile Include="IL\Ldelem_I1.cs" />
<Compile Include="IL\Ldelem_I2.cs" />
<Compile Include="IL\Ldelem_I4.cs" />
<Compile Include="IL\Ldelem_I8.cs" />
<Compile Include="IL\Ldelem_R4.cs" />
<Compile Include="IL\Ldelem_R8.cs" />
<Compile Include="IL\Ldelem_Ref.cs" />
<Compile Include="IL\Ldelem_U1.cs" />
<Compile Include="IL\Ldelem_U2.cs" />
<Compile Include="IL\Ldelem_U4.cs" />
<Compile Include="IL\Ldfld.cs" />
<Compile Include="IL\Ldflda.cs" />
<Compile Include="IL\Ldftn.cs" />
<Compile Include="IL\Ldind_I.cs" />
<Compile Include="IL\Ldind_I1.cs" />
<Compile Include="IL\Ldind_I2.cs" />
<Compile Include="IL\Ldind_I4.cs" />
<Compile Include="IL\Ldind_I8.cs" />
<Compile Include="IL\Ldind_R4.cs" />
<Compile Include="IL\Ldind_R8.cs" />
<Compile Include="IL\Ldind_Ref.cs" />
<Compile Include="IL\Ldind_U1.cs" />
<Compile Include="IL\Ldind_U2.cs" />
<Compile Include="IL\Ldind_U4.cs" />
<Compile Include="IL\Ldlen.cs" />
<Compile Include="IL\Ldloc.cs" />
<Compile Include="IL\Ldloca.cs" />
<Compile Include="IL\Ldnull.cs" />
<Compile Include="IL\Ldobj.cs" />
<Compile Include="IL\Ldsfld.cs" />
<Compile Include="IL\Ldsflda.cs" />
<Compile Include="IL\Ldstr.cs" />
<Compile Include="IL\Ldtoken.cs" />
<Compile Include="IL\Ldvirtftn.cs" />
<Compile Include="IL\Leave.cs" />
<Compile Include="IL\Localloc.cs" />
<Compile Include="IL\Mkrefany.cs" />
<Compile Include="IL\Mul.cs" />
<Compile Include="IL\Mul_Ovf.cs" />
<Compile Include="IL\Mul_Ovf_Un.cs" />
<Compile Include="IL\Neg.cs" />
<Compile Include="IL\Newarr.cs" />
<Compile Include="IL\Newobj.cs" />
<Compile Include="IL\Nop.cs" />
<Compile Include="IL\Not.cs" />
<Compile Include="IL\Or.cs" />
<Compile Include="IL\Pop.cs" />
<Compile Include="IL\Readonly.cs" />
<Compile Include="IL\Refanytype.cs" />
<Compile Include="IL\Refanyval.cs" />
<Compile Include="IL\Rem.cs" />
<Compile Include="IL\Rem_Un.cs" />
<Compile Include="IL\Ret.cs" />
<Compile Include="IL\Rethrow.cs" />
<Compile Include="IL\Shl.cs" />
<Compile Include="IL\Shr.cs" />
<Compile Include="IL\Shr_Un.cs" />
<Compile Include="IL\Sizeof.cs" />
<Compile Include="IL\Starg.cs" />
<Compile Include="IL\Stelem.cs" />
<Compile Include="IL\Stelem_I.cs" />
<Compile Include="IL\Stelem_I1.cs" />
<Compile Include="IL\Stelem_I2.cs" />
<Compile Include="IL\Stelem_I4.cs" />
<Compile Include="IL\Stelem_I8.cs" />
<Compile Include="IL\Stelem_R4.cs" />
<Compile Include="IL\Stelem_R8.cs" />
<Compile Include="IL\Stelem_Ref.cs" />
<Compile Include="IL\Stfld.cs" />
<Compile Include="IL\Stind_I.cs" />
<Compile Include="IL\Stind_I1.cs" />
<Compile Include="IL\Stind_I2.cs" />
<Compile Include="IL\Stind_I4.cs" />
<Compile Include="IL\Stind_I8.cs" />
<Compile Include="IL\Stind_R4.cs" />
<Compile Include="IL\Stind_R8.cs" />
<Compile Include="IL\Stind_Ref.cs" />
<Compile Include="IL\Stloc.cs" />
<Compile Include="IL\Stobj.cs" />
<Compile Include="IL\Stsfld.cs" />
<Compile Include="IL\Sub.cs" />
<Compile Include="IL\Sub_Ovf.cs" />
<Compile Include="IL\Sub_Ovf_Un.cs" />
<Compile Include="IL\Switch.cs" />
<Compile Include="IL\Throw.cs" />
<Compile Include="IL\Unaligned.cs" />
<Compile Include="IL\Unbox.cs" />
<Compile Include="IL\Unbox_Any.cs" />
<Compile Include="IL\Volatile.cs" />
<Compile Include="IL\Xor.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="X86\286AndUp\Lgdt.cs" />
<Compile Include="X86\286AndUp\Lidt.cs" />
<Compile Include="X86\386AndUp\Popad.cs" />
<Compile Include="X86\386AndUp\Popfd.cs" />
<Compile Include="X86\386AndUp\Pushad.cs" />
<Compile Include="X86\386AndUp\Pushfd.cs" />
<Compile Include="X86\386AndUp\SignExtendAX.cs" />
<Compile Include="X86\486AndUp\CmpXchg.cs" />
<Compile Include="X86\486AndUp\CpuId.cs" />
<Compile Include="X86\486AndUp\XchgAndAdd.cs" />
<Compile Include="X86\Add.cs" />
<Compile Include="X86\AddWithCarry.cs" />
<Compile Include="X86\And.cs" />
<Compile Include="X86\Assembler.cs" />
<Compile Include="X86\Call.cs" />
<Compile Include="X86\ClrCarryFlag.cs" />
<Compile Include="X86\ClrDirFlag.cs" />
<Compile Include="X86\ClrInterruptFlag.cs" />
<Compile Include="X86\Compare.cs" />
<Compile Include="X86\ConditionalJump.cs" />
<Compile Include="X86\ConditionalMove.cs" />
<Compile Include="X86\ConvByteToWord.cs" />
<Compile Include="X86\Dec.cs" />
<Compile Include="X86\Divide.cs" />
<Compile Include="X86\ELFAssembler.cs" />
<Compile Include="X86\ELF\BaseDataStructure.cs" />
<Compile Include="X86\ELF\BaseSection.cs" />
<Compile Include="X86\ELF\BinarySection.cs" />
<Compile Include="X86\ELF\CurrentPlatformInfo.cs" />
<Compile Include="X86\ELF\Extensions.cs" />
<Compile Include="X86\ELF\File.cs" />
<Compile Include="X86\ELF\FileContentBase.cs" />
<Compile Include="X86\ELF\Header.cs" />
<Compile Include="X86\ELF\ProgramHeaderEntry.cs" />
<Compile Include="X86\ELF\SectionHeader.cs" />
<Compile Include="X86\ELF\StringTable.cs" />
<Compile Include="X86\ELF\Symbol.cs" />
<Compile Include="X86\ELF\SymbolTable.cs" />
<Compile Include="X86\Enums.cs" />
<Compile Include="X86\ExternalLabel.cs" />
<Compile Include="X86\Halt.cs" />
<Compile Include="X86\IDivide.cs" />
<Compile Include="X86\In.cs" />
<Compile Include="X86\Inc.cs" />
<Compile Include="X86\Interrupt.cs" />
<Compile Include="X86\InterruptReturn.cs" />
<Compile Include="X86\JumpAlways.cs" />
<Compile Include="X86\JumpBase.cs" />
<Compile Include="X86\JumpToSegment.cs" />
<Compile Include="X86\Move.cs" />
<Compile Include="X86\MoveCR.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\Out.cs" />
<Compile Include="X86\Pop.cs" />
<Compile Include="X86\Push.cs" />
<Compile Include="X86\Registers.cs" />
<Compile Include="X86\Return.cs" />
<Compile Include="X86\RotateThroughCarryRight.cs" />
<Compile Include="X86\SetInterruptFlag.cs" />
<Compile Include="X86\ShiftLeft.cs" />
<Compile Include="X86\ShiftRight.cs" />
<Compile Include="X86\SpecialDebug\DebugStub.cs" />
<Compile Include="X86\SSEAndMMX2\AddSS.cs" />
<Compile Include="X86\SSEAndMMX2\FXSave.cs" />
<Compile Include="X86\SSEAndMMX2\FXStore.cs" />
<Compile Include="X86\SSEAndMMX2\MoveSS.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\Xchg.cs" />
<Compile Include="X86\Xor.cs" />
<Compile Include="X86\X\Address.cs" />
<Compile Include="X86\X\AddressDirect.cs" />
<Compile Include="X86\X\AddressIndirect.cs" />
<Compile Include="X86\X\Memory.cs" />
<Compile Include="X86\X\MemoryAction.cs" />
<Compile Include="X86\X\PortNumber.cs" />
<Compile Include="X86\X\Ports.cs" />
<Compile Include="X86\X\Register.cs" />
<Compile Include="X86\X\Register08.cs" />
<Compile Include="X86\X\Register16.cs" />
<Compile Include="X86\X\Register32.cs" />
<Compile Include="X86\X\RegisterAL.cs" />
<Compile Include="X86\X\RegisterAX.cs" />
<Compile Include="X86\X\RegisterDX.cs" />
<Compile Include="X86\X\RegisterEAX.cs" />
<Compile Include="X86\X\RegisterEBP.cs" />
<Compile Include="X86\X\RegisterEBX.cs" />
<Compile Include="X86\X\RegisterECX.cs" />
<Compile Include="X86\X\RegisterEDX.cs" />
<Compile Include="X86\X\RegisterESI.cs" />
<Compile Include="X86\X\RegisterESP.cs" />
<Compile Include="X86\X\Y86.cs" />
<Compile Include="X86\_Infra\Extensions.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\InstructionWithDestinationAndSourceAndSize.cs" />
<Compile Include="X86\_Infra\InstructionWithSize.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\source\Compiler\Indy.IL2CPU.Assembler\Indy.IL2CPU.Assembler.csproj">
<Project>{5A1E9D16-BF71-4D8E-9389-3476056E4566}</Project>
<Name>Indy.IL2CPU.Assembler</Name>
</ProjectReference>
<ProjectReference Include="..\..\..\source\Compiler\Indy.IL2CPU.X86\Indy.IL2CPU.X86.csproj">
<Project>{5E70F7D9-388A-43C2-8D9B-A4C382A8278D}</Project>
<Name>Indy.IL2CPU.X86</Name>
</ProjectReference>
<ProjectReference Include="..\..\..\source\Indy.IL2CPU\Indy.IL2CPU.csproj">
<Project>{21243B63-9CD0-4573-9C58-AF4B4AEF9D57}</Project>
<Name>Indy.IL2CPU</Name>
</ProjectReference>
<ProjectReference Include="..\Cosmos.IL2CPU\Cosmos.IL2CPU.csproj">
<Project>{239E33A7-F0C3-4801-85CA-4D8F89A31DC0}</Project>
<Name>Cosmos.IL2CPU</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="Cosmos.snk" />
</ItemGroup>
<ItemGroup>
<Folder Include="X86\186-188AndUp\" />
<Folder Include="X86\286Exclusive\" />
<Folder Include="X86\386Exclusive\" />
<Folder Include="X86\3DNow!2\Geode\" />
<Folder Include="X86\3DNow!\" />
<Folder Include="X86\8086Exclusive\" />
<Folder Include="X86\AMD-MMX\" />
<Folder Include="X86\AMD-V_AndUp\" />
<Folder Include="X86\Cyrix-EMMX\" />
<Folder Include="X86\K6-2AndUp\" />
<Folder Include="X86\MMX\" />
<Folder Include="X86\PentiumAndUp\" />
<Folder Include="X86\PentiumMMXAndUp\" />
<Folder Include="X86\PentiumProAndUp\" />
<Folder Include="X86\SSE2\" />
<Folder Include="X86\SSE3\" />
<Folder Include="X86\SSE4a\" />
<Folder Include="X86\SSE4dot1\" />
<Folder Include="X86\SSE4dot2\" />
<Folder Include="X86\SSSE3\" />
<Folder Include="X86\VTAndUp\" />
<Folder Include="X86\x87\" />
</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>