Cosmos/source/Indy.IL2CPU.IL.X86/Indy.IL2CPU.IL.X86.csproj
Dokugogagoji_cp 2671caa304 Starting divisions per ISA
Added 80x86 stub clases for newer instructions
2008-08-10 09:45:24 +00:00

289 lines
No EOL
12 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.30428</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{69C8D2C5-225C-4A00-BA55-AEF6719CBDBA}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Indy.IL2CPU.IL.X86</RootNamespace>
<AssemblyName>Indy.IL2CPU.IL.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>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>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Add.cs" />
<Compile Include="Add_Ovf.cs" />
<Compile Include="Add_Ovf_Un.cs" />
<Compile Include="And.cs" />
<Compile Include="Arglist.cs" />
<Compile Include="Beq.cs" />
<Compile Include="Bge.cs" />
<Compile Include="Bge_Un.cs" />
<Compile Include="Bgt.cs" />
<Compile Include="Bgt_Un.cs" />
<Compile Include="Ble.cs" />
<Compile Include="Ble_Un.cs" />
<Compile Include="Blt.cs" />
<Compile Include="Blt_Un.cs" />
<Compile Include="Bne_Un.cs" />
<Compile Include="Box.cs" />
<Compile Include="Br.cs" />
<Compile Include="Break.cs" />
<Compile Include="Brfalse.cs" />
<Compile Include="Brtrue.cs" />
<Compile Include="Call.cs" />
<Compile Include="Calli.cs" />
<Compile Include="Callvirt.cs" />
<Compile Include="Castclass.cs" />
<Compile Include="Ceq.cs" />
<Compile Include="Cgt.cs" />
<Compile Include="Cgt_Un.cs" />
<Compile Include="Ckfinite.cs" />
<Compile Include="Clt.cs" />
<Compile Include="Clt_Un.cs" />
<Compile Include="Constrained.cs" />
<Compile Include="Conv_I.cs" />
<Compile Include="Conv_I1.cs" />
<Compile Include="Conv_I2.cs" />
<Compile Include="Conv_I4.cs" />
<Compile Include="Conv_I8.cs" />
<Compile Include="Conv_Ovf_I.cs" />
<Compile Include="Conv_Ovf_I1.cs" />
<Compile Include="Conv_Ovf_I1_Un.cs" />
<Compile Include="Conv_Ovf_I2.cs" />
<Compile Include="Conv_Ovf_I2_Un.cs" />
<Compile Include="Conv_Ovf_I4.cs" />
<Compile Include="Conv_Ovf_I4_Un.cs" />
<Compile Include="Conv_Ovf_I8.cs" />
<Compile Include="Conv_Ovf_I8_Un.cs" />
<Compile Include="Conv_Ovf_I_Un.cs" />
<Compile Include="Conv_Ovf_U.cs" />
<Compile Include="Conv_Ovf_U1.cs" />
<Compile Include="Conv_Ovf_U1_Un.cs" />
<Compile Include="Conv_Ovf_U2.cs" />
<Compile Include="Conv_Ovf_U2_Un.cs" />
<Compile Include="Conv_Ovf_U4.cs" />
<Compile Include="Conv_Ovf_U4_Un.cs" />
<Compile Include="Conv_Ovf_U8.cs" />
<Compile Include="Conv_Ovf_U8_Un.cs" />
<Compile Include="Conv_Ovf_U_Un.cs" />
<Compile Include="Conv_R4.cs" />
<Compile Include="Conv_R8.cs" />
<Compile Include="Conv_R_Un.cs" />
<Compile Include="Conv_U.cs" />
<Compile Include="Conv_U1.cs" />
<Compile Include="Conv_U2.cs" />
<Compile Include="Conv_U4.cs" />
<Compile Include="Conv_U8.cs" />
<Compile Include="Cpblk.cs" />
<Compile Include="Cpobj.cs" />
<Compile Include="CustomImplementations\Diagnostics\BreakAssembler.cs" />
<Compile Include="CustomImplementations\Diagnostics\DebuggerImpl.cs" />
<Compile Include="CustomImplementations\Diagnostics\DebugImpl.cs" />
<Compile Include="CustomImplementations\Diagnostics\DebugImplRefs.cs" />
<Compile Include="CustomImplementations\System.Runtime.CompilerServices\RuntimeHelpersImpl.cs" />
<Compile Include="CustomImplementations\System\ArrayImpl.cs" />
<Compile Include="CustomImplementations\System\Assemblers\Array_InternalCopy.cs" />
<Compile Include="CustomImplementations\System\Assemblers\Buffer_BlockCopy.cs" />
<Compile Include="CustomImplementations\System\Assemblers\MulticastDelegate_Invoke.cs" />
<Compile Include="CustomImplementations\System\Buffer.cs" />
<Compile Include="CustomImplementations\System\DelegateImpl.cs" />
<Compile Include="CustomImplementations\System\EnumImpl.cs" />
<Compile Include="CustomImplementations\System\ExceptionImpl.cs" />
<Compile Include="CustomImplementations\System\MulticastDelegateImpl.cs" />
<Compile Include="CustomImplementations\System\MulticastDelegateImplRefs.cs" />
<Compile Include="CustomImplementations\System\EventHandlerImpl.cs" />
<Compile Include="CustomImplementations\System\EventHandlerImplRefs.cs" />
<Compile Include="CustomImplementations\System\ObjectImpl.cs" />
<Compile Include="CustomImplementations\System\ObjectImplRefs.cs" />
<Compile Include="CustomImplementations\System\StringImplRefs.cs" />
<Compile Include="CustomImplementations\System\StringImpl.cs" />
<Compile Include="Div.cs" />
<Compile Include="Div_Un.cs" />
<Compile Include="Dup.cs" />
<Compile Include="Endfilter.cs" />
<Compile Include="Endfinally.cs" />
<Compile Include="Initblk.cs" />
<Compile Include="Initobj.cs" />
<Compile Include="Ldelem.cs" />
<Compile Include="Stelem.cs" />
<Compile Include="X86CustomMethodImplementationOp.cs" />
<Compile Include="X86CustomMethodImplementationProxyOp.cs" />
<Compile Include="X86InitVmtImplementationOp.cs" />
<Compile Include="X86MainEntryPointOp.cs" />
<Compile Include="X86MethodFooterOp.cs" />
<Compile Include="X86MethodHeaderOp.cs" />
<Compile Include="Op.cs" />
<Compile Include="Isinst.cs" />
<Compile Include="Jmp.cs" />
<Compile Include="Ldarg.cs" />
<Compile Include="Ldarga.cs" />
<Compile Include="Ldc_I4.cs" />
<Compile Include="Ldc_I8.cs" />
<Compile Include="Ldc_R4.cs" />
<Compile Include="Ldc_R8.cs" />
<Compile Include="Ldelema.cs" />
<Compile Include="Ldelem_I.cs" />
<Compile Include="Ldelem_I1.cs" />
<Compile Include="Ldelem_I2.cs" />
<Compile Include="Ldelem_I4.cs" />
<Compile Include="Ldelem_I8.cs" />
<Compile Include="Ldelem_R4.cs" />
<Compile Include="Ldelem_R8.cs" />
<Compile Include="Ldelem_Ref.cs" />
<Compile Include="Ldelem_U1.cs" />
<Compile Include="Ldelem_U2.cs" />
<Compile Include="Ldelem_U4.cs" />
<Compile Include="Ldfld.cs" />
<Compile Include="Ldflda.cs" />
<Compile Include="Ldftn.cs" />
<Compile Include="Ldind_I.cs" />
<Compile Include="Ldind_I1.cs" />
<Compile Include="Ldind_I2.cs" />
<Compile Include="Ldind_I4.cs" />
<Compile Include="Ldind_I8.cs" />
<Compile Include="Ldind_R4.cs" />
<Compile Include="Ldind_R8.cs" />
<Compile Include="Ldind_Ref.cs" />
<Compile Include="Ldind_U1.cs" />
<Compile Include="Ldind_U2.cs" />
<Compile Include="Ldind_U4.cs" />
<Compile Include="Ldlen.cs" />
<Compile Include="Ldloc.cs" />
<Compile Include="Ldloca.cs" />
<Compile Include="Ldnull.cs" />
<Compile Include="Ldobj.cs" />
<Compile Include="Ldsfld.cs" />
<Compile Include="Ldsflda.cs" />
<Compile Include="LdStr.cs" />
<Compile Include="Ldtoken.cs" />
<Compile Include="Ldvirtftn.cs" />
<Compile Include="Leave.cs" />
<Compile Include="Localloc.cs" />
<Compile Include="Mkrefany.cs" />
<Compile Include="Mul.cs" />
<Compile Include="Mul_Ovf.cs" />
<Compile Include="Mul_Ovf_Un.cs" />
<Compile Include="Neg.cs" />
<Compile Include="Newarr.cs" />
<Compile Include="Newobj.cs" />
<Compile Include="Nop.cs" />
<Compile Include="Not.cs" />
<Compile Include="Or.cs" />
<Compile Include="Pop.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Readonly.cs" />
<Compile Include="Refanytype.cs" />
<Compile Include="Refanyval.cs" />
<Compile Include="Rem.cs" />
<Compile Include="Rem_Un.cs" />
<Compile Include="Ret.cs" />
<Compile Include="Rethrow.cs" />
<Compile Include="Shl.cs" />
<Compile Include="Shr.cs" />
<Compile Include="Shr_Un.cs" />
<Compile Include="Sizeof.cs" />
<Compile Include="Starg.cs" />
<Compile Include="Stelem_I.cs" />
<Compile Include="Stelem_I1.cs" />
<Compile Include="Stelem_I2.cs" />
<Compile Include="Stelem_I4.cs" />
<Compile Include="Stelem_I8.cs" />
<Compile Include="Stelem_R4.cs" />
<Compile Include="Stelem_R8.cs" />
<Compile Include="Stelem_Ref.cs" />
<Compile Include="Stfld.cs" />
<Compile Include="Stind_I.cs" />
<Compile Include="Stind_I1.cs" />
<Compile Include="Stind_I2.cs" />
<Compile Include="Stind_I4.cs" />
<Compile Include="Stind_I8.cs" />
<Compile Include="Stind_R4.cs" />
<Compile Include="Stind_R8.cs" />
<Compile Include="Stind_Ref.cs" />
<Compile Include="Stloc.cs" />
<Compile Include="Stobj.cs" />
<Compile Include="Stsfld.cs" />
<Compile Include="Sub.cs" />
<Compile Include="Sub_Ovf.cs" />
<Compile Include="Sub_Ovf_Un.cs" />
<Compile Include="Switch.cs" />
<Compile Include="Throw.cs" />
<Compile Include="Unaligned.cs" />
<Compile Include="Unbox.cs" />
<Compile Include="Unbox_Any.cs" />
<Compile Include="Volatile.cs" />
<Compile Include="X86OpCodeMap.cs" />
<Compile Include="X86PInvokeMethodBodyOp.cs" />
<Compile Include="Xor.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Indy.IL2CPU.Assembler.X86\Indy.IL2CPU.Assembler.X86.csproj">
<Project>{7F32CE06-13F2-4EDA-B588-3FAAFD25178A}</Project>
<Name>Indy.IL2CPU.Assembler.X86</Name>
</ProjectReference>
<ProjectReference Include="..\Indy.IL2CPU.Assembler\Indy.IL2CPU.Assembler.csproj">
<Project>{8E8CAD9B-C092-4071-AD92-E7A4E7BA776F}</Project>
<Name>Indy.IL2CPU.Assembler</Name>
</ProjectReference>
<ProjectReference Include="..\Indy.IL2CPU.IL\Indy.IL2CPU.IL.csproj">
<Project>{5A39A8DF-D99E-4112-9676-BD3EED969A9C}</Project>
<Name>Indy.IL2CPU.IL</Name>
</ProjectReference>
<ProjectReference Include="..\Indy.IL2CPU.Plugs\Indy.IL2CPU.Plugs.csproj">
<Project>{E9B2E8CC-E264-42F9-9113-16B0A0431198}</Project>
<Name>Indy.IL2CPU.Plugs</Name>
</ProjectReference>
<ProjectReference Include="..\Indy.IL2CPU\Indy.IL2CPU.csproj">
<Project>{21243B63-9CD0-4573-9C58-AF4B4AEF9D57}</Project>
<Name>Indy.IL2CPU</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="Cosmos.snk" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\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>