Cosmos/source2/IL2PCU/Cosmos.IL2CPU/Cosmos.IL2CPU.csproj
kudzu_cp 8f662cb3a6
2009-07-23 15:23:25 +00:00

253 lines
No EOL
11 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>{239E33A7-F0C3-4801-85CA-4D8F89A31DC0}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Cosmos.IL2CPU</RootNamespace>
<AssemblyName>Cosmos.IL2CPU</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="ILOp.cs" />
<Compile Include="ILOpCode.cs" />
<Compile Include="ILReader.cs" />
<Compile Include="ILOpCode\Add.cs" />
<Compile Include="ILOpCode\Add_Ovf.cs" />
<Compile Include="ILOpCode\Add_Ovf_Un.cs" />
<Compile Include="ILOpCode\And.cs" />
<Compile Include="ILOpCode\Arglist.cs" />
<Compile Include="ILOpCode\Beq.cs" />
<Compile Include="ILOpCode\Bge.cs" />
<Compile Include="ILOpCode\Bge_Un.cs" />
<Compile Include="ILOpCode\Bgt.cs" />
<Compile Include="ILOpCode\Bgt_Un.cs" />
<Compile Include="ILOpCode\Ble.cs" />
<Compile Include="ILOpCode\Ble_Un.cs" />
<Compile Include="ILOpCode\Blt.cs" />
<Compile Include="ILOpCode\Blt_Un.cs" />
<Compile Include="ILOpCode\Bne_Un.cs" />
<Compile Include="ILOpCode\Box.cs" />
<Compile Include="ILOpCode\Br.cs" />
<Compile Include="ILOpCode\Break.cs" />
<Compile Include="ILOpCode\Brfalse.cs" />
<Compile Include="ILOpCode\Brtrue.cs" />
<Compile Include="ILOpCode\Call.cs" />
<Compile Include="ILOpCode\Calli.cs" />
<Compile Include="ILOpCode\Callvirt.cs" />
<Compile Include="ILOpCode\Castclass.cs" />
<Compile Include="ILOpCode\Ceq.cs" />
<Compile Include="ILOpCode\Cgt.cs" />
<Compile Include="ILOpCode\Cgt_Un.cs" />
<Compile Include="ILOpCode\Ckfinite.cs" />
<Compile Include="ILOpCode\Clt.cs" />
<Compile Include="ILOpCode\Clt_Un.cs" />
<Compile Include="ILOpCode\Constrained.cs" />
<Compile Include="ILOpCode\Conv_I.cs" />
<Compile Include="ILOpCode\Conv_I1.cs" />
<Compile Include="ILOpCode\Conv_I2.cs" />
<Compile Include="ILOpCode\Conv_I4.cs" />
<Compile Include="ILOpCode\Conv_I8.cs" />
<Compile Include="ILOpCode\Conv_Ovf_I.cs" />
<Compile Include="ILOpCode\Conv_Ovf_I1.cs" />
<Compile Include="ILOpCode\Conv_Ovf_I1_Un.cs" />
<Compile Include="ILOpCode\Conv_Ovf_I2.cs" />
<Compile Include="ILOpCode\Conv_Ovf_I2_Un.cs" />
<Compile Include="ILOpCode\Conv_Ovf_I4.cs" />
<Compile Include="ILOpCode\Conv_Ovf_I4_Un.cs" />
<Compile Include="ILOpCode\Conv_Ovf_I8.cs" />
<Compile Include="ILOpCode\Conv_Ovf_I8_Un.cs" />
<Compile Include="ILOpCode\Conv_Ovf_I_Un.cs" />
<Compile Include="ILOpCode\Conv_Ovf_U.cs" />
<Compile Include="ILOpCode\Conv_Ovf_U1.cs" />
<Compile Include="ILOpCode\Conv_Ovf_U1_Un.cs" />
<Compile Include="ILOpCode\Conv_Ovf_U2.cs" />
<Compile Include="ILOpCode\Conv_Ovf_U2_Un.cs" />
<Compile Include="ILOpCode\Conv_Ovf_U4.cs" />
<Compile Include="ILOpCode\Conv_Ovf_U4_Un.cs" />
<Compile Include="ILOpCode\Conv_Ovf_U8.cs" />
<Compile Include="ILOpCode\Conv_Ovf_U8_Un.cs" />
<Compile Include="ILOpCode\Conv_Ovf_U_Un.cs" />
<Compile Include="ILOpCode\Conv_R4.cs" />
<Compile Include="ILOpCode\Conv_R8.cs" />
<Compile Include="ILOpCode\Conv_R_Un.cs" />
<Compile Include="ILOpCode\Conv_U.cs" />
<Compile Include="ILOpCode\Conv_U1.cs" />
<Compile Include="ILOpCode\Conv_U2.cs" />
<Compile Include="ILOpCode\Conv_U4.cs" />
<Compile Include="ILOpCode\Conv_U8.cs" />
<Compile Include="ILOpCode\Cpblk.cs" />
<Compile Include="ILOpCode\Cpobj.cs" />
<Compile Include="ILOpCode\Div.cs" />
<Compile Include="ILOpCode\Div_Un.cs" />
<Compile Include="ILOpCode\Dup.cs" />
<Compile Include="ILOpCode\Endfilter.cs" />
<Compile Include="ILOpCode\Endfinally.cs" />
<Compile Include="ILOpCode\Initblk.cs" />
<Compile Include="ILOpCode\Initobj.cs" />
<Compile Include="ILOpCode\Isinst.cs" />
<Compile Include="ILOpCode\Jmp.cs" />
<Compile Include="ILOpCode\Ldarg.cs" />
<Compile Include="ILOpCode\Ldarga.cs" />
<Compile Include="ILOpCode\Ldc_I4.cs" />
<Compile Include="ILOpCode\Ldc_I8.cs" />
<Compile Include="ILOpCode\Ldc_R4.cs" />
<Compile Include="ILOpCode\Ldc_R8.cs" />
<Compile Include="ILOpCode\Ldelem.cs" />
<Compile Include="ILOpCode\Ldelema.cs" />
<Compile Include="ILOpCode\Ldelem_I.cs" />
<Compile Include="ILOpCode\Ldelem_I1.cs" />
<Compile Include="ILOpCode\Ldelem_I2.cs" />
<Compile Include="ILOpCode\Ldelem_I4.cs" />
<Compile Include="ILOpCode\Ldelem_I8.cs" />
<Compile Include="ILOpCode\Ldelem_R4.cs" />
<Compile Include="ILOpCode\Ldelem_R8.cs" />
<Compile Include="ILOpCode\Ldelem_Ref.cs" />
<Compile Include="ILOpCode\Ldelem_U1.cs" />
<Compile Include="ILOpCode\Ldelem_U2.cs" />
<Compile Include="ILOpCode\Ldelem_U4.cs" />
<Compile Include="ILOpCode\Ldfld.cs" />
<Compile Include="ILOpCode\Ldflda.cs" />
<Compile Include="ILOpCode\Ldftn.cs" />
<Compile Include="ILOpCode\Ldind_I.cs" />
<Compile Include="ILOpCode\Ldind_I1.cs" />
<Compile Include="ILOpCode\Ldind_I2.cs" />
<Compile Include="ILOpCode\Ldind_I4.cs" />
<Compile Include="ILOpCode\Ldind_I8.cs" />
<Compile Include="ILOpCode\Ldind_R4.cs" />
<Compile Include="ILOpCode\Ldind_R8.cs" />
<Compile Include="ILOpCode\Ldind_Ref.cs" />
<Compile Include="ILOpCode\Ldind_U1.cs" />
<Compile Include="ILOpCode\Ldind_U2.cs" />
<Compile Include="ILOpCode\Ldind_U4.cs" />
<Compile Include="ILOpCode\Ldlen.cs" />
<Compile Include="ILOpCode\Ldloc.cs" />
<Compile Include="ILOpCode\Ldloca.cs" />
<Compile Include="ILOpCode\Ldnull.cs" />
<Compile Include="ILOpCode\Ldobj.cs" />
<Compile Include="ILOpCode\Ldsfld.cs" />
<Compile Include="ILOpCode\Ldsflda.cs" />
<Compile Include="ILOpCode\Ldstr.cs" />
<Compile Include="ILOpCode\Ldtoken.cs" />
<Compile Include="ILOpCode\Ldvirtftn.cs" />
<Compile Include="ILOpCode\Leave.cs" />
<Compile Include="ILOpCode\Localloc.cs" />
<Compile Include="ILOpCode\Mkrefany.cs" />
<Compile Include="ILOpCode\Mul.cs" />
<Compile Include="ILOpCode\Mul_Ovf.cs" />
<Compile Include="ILOpCode\Mul_Ovf_Un.cs" />
<Compile Include="ILOpCode\Neg.cs" />
<Compile Include="ILOpCode\Newarr.cs" />
<Compile Include="ILOpCode\Newobj.cs" />
<Compile Include="ILOpCode\Nop.cs" />
<Compile Include="ILOpCode\Not.cs" />
<Compile Include="ILOpCode\Or.cs" />
<Compile Include="ILOpCode\Pop.cs" />
<Compile Include="ILOpCode\Prefix1.cs" />
<Compile Include="ILOpCode\Prefix2.cs" />
<Compile Include="ILOpCode\Prefix3.cs" />
<Compile Include="ILOpCode\Prefix4.cs" />
<Compile Include="ILOpCode\Prefix5.cs" />
<Compile Include="ILOpCode\Prefix6.cs" />
<Compile Include="ILOpCode\Prefix7.cs" />
<Compile Include="ILOpCode\Prefixref.cs" />
<Compile Include="ILOpCode\Readonly.cs" />
<Compile Include="ILOpCode\Refanytype.cs" />
<Compile Include="ILOpCode\Refanyval.cs" />
<Compile Include="ILOpCode\Rem.cs" />
<Compile Include="ILOpCode\Rem_Un.cs" />
<Compile Include="ILOpCode\Ret.cs" />
<Compile Include="ILOpCode\Rethrow.cs" />
<Compile Include="ILOpCode\Shl.cs" />
<Compile Include="ILOpCode\Shr.cs" />
<Compile Include="ILOpCode\Shr_Un.cs" />
<Compile Include="ILOpCode\Sizeof.cs" />
<Compile Include="ILOpCode\Starg.cs" />
<Compile Include="ILOpCode\Stelem.cs" />
<Compile Include="ILOpCode\Stelem_I.cs" />
<Compile Include="ILOpCode\Stelem_I1.cs" />
<Compile Include="ILOpCode\Stelem_I2.cs" />
<Compile Include="ILOpCode\Stelem_I4.cs" />
<Compile Include="ILOpCode\Stelem_I8.cs" />
<Compile Include="ILOpCode\Stelem_R4.cs" />
<Compile Include="ILOpCode\Stelem_R8.cs" />
<Compile Include="ILOpCode\Stelem_Ref.cs" />
<Compile Include="ILOpCode\Stfld.cs" />
<Compile Include="ILOpCode\Stind_I.cs" />
<Compile Include="ILOpCode\Stind_I1.cs" />
<Compile Include="ILOpCode\Stind_I2.cs" />
<Compile Include="ILOpCode\Stind_I4.cs" />
<Compile Include="ILOpCode\Stind_I8.cs" />
<Compile Include="ILOpCode\Stind_R4.cs" />
<Compile Include="ILOpCode\Stind_R8.cs" />
<Compile Include="ILOpCode\Stind_Ref.cs" />
<Compile Include="ILOpCode\Stloc.cs" />
<Compile Include="ILOpCode\Stobj.cs" />
<Compile Include="ILOpCode\Stsfld.cs" />
<Compile Include="ILOpCode\Sub.cs" />
<Compile Include="ILOpCode\Sub_Ovf.cs" />
<Compile Include="ILOpCode\Sub_Ovf_Un.cs" />
<Compile Include="ILOpCode\Switch.cs" />
<Compile Include="ILOpCode\Tailcall.cs" />
<Compile Include="ILOpCode\Throw.cs" />
<Compile Include="ILOpCode\Unaligned.cs" />
<Compile Include="ILOpCode\Unbox.cs" />
<Compile Include="ILOpCode\Unbox_Any.cs" />
<Compile Include="ILOpCode\Volatile.cs" />
<Compile Include="ILOpCode\Xor.cs" />
<Compile Include="OpCodeAttribute.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="ILScanner.cs" />
</ItemGroup>
<ItemGroup>
<Content Include="ReadMe.txt" />
</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>