Cosmos/source2/IL2PCU/Cosmos.IL2CPU.X86/Cosmos.IL2CPU.X86.csproj
kudzu_cp 81978c6235
2009-07-26 04:57:55 +00:00

251 lines
No EOL
10 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>
</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>
<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="ILOpX86.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\Beq.cs" />
<Compile Include="IL\Bge.cs" />
<Compile Include="IL\Bge_Un.cs" />
<Compile Include="IL\Bgt.cs" />
<Compile Include="IL\Bgt_Un.cs" />
<Compile Include="IL\Ble.cs" />
<Compile Include="IL\Ble_Un.cs" />
<Compile Include="IL\Blt.cs" />
<Compile Include="IL\Blt_Un.cs" />
<Compile Include="IL\Bne_Un.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" />
</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="..\Cosmos.IL2CPU\Cosmos.IL2CPU.csproj">
<Project>{239E33A7-F0C3-4801-85CA-4D8F89A31DC0}</Project>
<Name>Cosmos.IL2CPU</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>