mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-29 20:30:44 +00:00
287 lines
No EOL
11 KiB
XML
287 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.20706</ProductVersion>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<ProjectGuid>{5A39A8DF-D99E-4112-9676-BD3EED969A9C}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>Indy.IL2CPU.IL</RootNamespace>
|
|
<AssemblyName>Indy.IL2CPU.IL</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="Mono.Cecil, Version=0.5.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\Mono.Cecil.dll</HintPath>
|
|
</Reference>
|
|
<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="Beq_S.cs" />
|
|
<Compile Include="Bge.cs" />
|
|
<Compile Include="Bge_S.cs" />
|
|
<Compile Include="Bge_Un.cs" />
|
|
<Compile Include="Bge_Un_S.cs" />
|
|
<Compile Include="Bgt.cs" />
|
|
<Compile Include="Bgt_S.cs" />
|
|
<Compile Include="Bgt_Un.cs" />
|
|
<Compile Include="Bgt_Un_S.cs" />
|
|
<Compile Include="Ble.cs" />
|
|
<Compile Include="Ble_S.cs" />
|
|
<Compile Include="Ble_Un.cs" />
|
|
<Compile Include="Ble_Un_S.cs" />
|
|
<Compile Include="Blt.cs" />
|
|
<Compile Include="Blt_S.cs" />
|
|
<Compile Include="Blt_Un.cs" />
|
|
<Compile Include="Blt_Un_S.cs" />
|
|
<Compile Include="Bne_Un.cs" />
|
|
<Compile Include="Bne_Un_S.cs" />
|
|
<Compile Include="Box.cs" />
|
|
<Compile Include="Br.cs" />
|
|
<Compile Include="Break.cs" />
|
|
<Compile Include="Brfalse.cs" />
|
|
<Compile Include="Brfalse_S.cs" />
|
|
<Compile Include="Brtrue.cs" />
|
|
<Compile Include="Brtrue_S.cs" />
|
|
<Compile Include="Br_S.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="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="Isinst.cs" />
|
|
<Compile Include="Jmp.cs" />
|
|
<Compile Include="Ldarg.cs" />
|
|
<Compile Include="Ldarga.cs" />
|
|
<Compile Include="Ldarga_S.cs" />
|
|
<Compile Include="Ldarg_0.cs" />
|
|
<Compile Include="Ldarg_1.cs" />
|
|
<Compile Include="Ldarg_2.cs" />
|
|
<Compile Include="Ldarg_3.cs" />
|
|
<Compile Include="Ldarg_S.cs" />
|
|
<Compile Include="Ldc_I4.cs" />
|
|
<Compile Include="Ldc_I4_0.cs" />
|
|
<Compile Include="Ldc_I4_1.cs" />
|
|
<Compile Include="Ldc_I4_2.cs" />
|
|
<Compile Include="Ldc_I4_3.cs" />
|
|
<Compile Include="Ldc_I4_4.cs" />
|
|
<Compile Include="Ldc_I4_5.cs" />
|
|
<Compile Include="Ldc_I4_6.cs" />
|
|
<Compile Include="Ldc_I4_7.cs" />
|
|
<Compile Include="Ldc_I4_8.cs" />
|
|
<Compile Include="Ldc_I4_M1.cs" />
|
|
<Compile Include="Ldc_I4_S.cs" />
|
|
<Compile Include="Ldc_I8.cs" />
|
|
<Compile Include="Ldc_R4.cs" />
|
|
<Compile Include="Ldc_R8.cs" />
|
|
<Compile Include="Ldelema.cs" />
|
|
<Compile Include="Ldelem_Any.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="Ldloca_S.cs" />
|
|
<Compile Include="Ldloc_0.cs" />
|
|
<Compile Include="Ldloc_1.cs" />
|
|
<Compile Include="Ldloc_2.cs" />
|
|
<Compile Include="Ldloc_3.cs" />
|
|
<Compile Include="Ldloc_S.cs" />
|
|
<Compile Include="Ldnull.cs" />
|
|
<Compile Include="Ldobj.cs" />
|
|
<Compile Include="Ldsfld.cs" />
|
|
<Compile Include="Ldsflda.cs" />
|
|
<Compile Include="Ldtoken.cs" />
|
|
<Compile Include="Ldvirtftn.cs" />
|
|
<Compile Include="Leave.cs" />
|
|
<Compile Include="Leave_S.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="No.cs" />
|
|
<Compile Include="Nop.cs" />
|
|
<Compile Include="Not.cs" />
|
|
<Compile Include="Or.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="LdStr.cs" />
|
|
<Compile Include="Op.cs" />
|
|
<Compile Include="OpCodeAttribute.cs" />
|
|
<Compile Include="Pop.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="Shl.cs" />
|
|
<Compile Include="Shr.cs" />
|
|
<Compile Include="Shr_Un.cs" />
|
|
<Compile Include="Sizeof.cs" />
|
|
<Compile Include="Starg.cs" />
|
|
<Compile Include="Starg_S.cs" />
|
|
<Compile Include="Stelem_Any.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="Stloc_0.cs" />
|
|
<Compile Include="Stloc_1.cs" />
|
|
<Compile Include="Stloc_2.cs" />
|
|
<Compile Include="Stloc_3.cs" />
|
|
<Compile Include="Stloc_S.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="Tail.cs" />
|
|
<Compile Include="Throw.cs" />
|
|
<Compile Include="Unaligned.cs" />
|
|
<Compile Include="Unbox.cs" />
|
|
<Compile Include="Unbox_Any.cs" />
|
|
<Compile Include="Volatile.cs" />
|
|
<Compile Include="Xor.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Indy.IL2CPU.Assembler\Indy.IL2CPU.Assembler.csproj">
|
|
<Project>{8E8CAD9B-C092-4071-AD92-E7A4E7BA776F}</Project>
|
|
<Name>Indy.IL2CPU.Assembler</Name>
|
|
</ProjectReference>
|
|
</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> |