mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-19 04:18:43 +00:00
463 lines
No EOL
22 KiB
XML
463 lines
No EOL
22 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="12.0" 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>v4.5</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
<SccProjectName>SAK</SccProjectName>
|
|
<SccLocalPath>SAK</SccLocalPath>
|
|
<SccAuxPath>SAK</SccAuxPath>
|
|
<SccProvider>SAK</SccProvider>
|
|
<SignAssembly>true</SignAssembly>
|
|
<AssemblyOriginatorKeyFile>Cosmos.snk</AssemblyOriginatorKeyFile>
|
|
<TargetFrameworkProfile />
|
|
</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>
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
</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>
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
<DebugType>full</DebugType>
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
<CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
|
|
<CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
|
<OutputPath>bin\x86\Release\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<Optimize>true</Optimize>
|
|
<DebugType>pdbonly</DebugType>
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
<CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
|
|
<CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="Mono.Cecil, Version=0.9.6.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\Mono.Cecil.0.9.6.1\lib\net45\Mono.Cecil.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="Mono.Cecil.Mdb, Version=0.9.6.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\Mono.Cecil.0.9.6.1\lib\net45\Mono.Cecil.Mdb.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="Mono.Cecil.Pdb, Version=0.9.6.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\Mono.Cecil.0.9.6.1\lib\net45\Mono.Cecil.Pdb.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="Mono.Cecil.Rocks, Version=0.9.6.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\Mono.Cecil.0.9.6.1\lib\net45\Mono.Cecil.Rocks.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.ComponentModel.DataAnnotations" />
|
|
<Reference Include="System.Configuration" />
|
|
<Reference Include="System.Core">
|
|
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
|
</Reference>
|
|
<Reference Include="System.Data.Entity" />
|
|
<Reference Include="System.Drawing" />
|
|
<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="AppAssembler.cs" />
|
|
<Compile Include="AppAssemblerRingsCheck.cs" />
|
|
<Compile Include="CompilerEngine.cs" />
|
|
<Compile Include="CompilerExtensionAttribute.cs" />
|
|
<Compile Include="CompilerExtensionBase.cs" />
|
|
<Compile Include="CustomImplementation\AssemblerImpl.cs" />
|
|
<Compile Include="CustomImplementation\Microsoft\Win32\RegistryKeyImpl.cs" />
|
|
<Compile Include="CustomImplementation\System\ArrayImpl.cs" />
|
|
<Compile Include="CustomImplementation\System\ArrayImplRefs.cs" />
|
|
<Compile Include="CustomImplementation\System\BooleanImpl.cs" />
|
|
<Compile Include="CustomImplementation\System\ByteImpl.cs" />
|
|
<Compile Include="CustomImplementation\System\CharImpl.cs" />
|
|
<Compile Include="CustomImplementation\System\DelegateHelper.cs" />
|
|
<Compile Include="CustomImplementation\System\DelegateImpl.cs" />
|
|
<Compile Include="CustomImplementation\System\DoubleImpl.cs" />
|
|
<Compile Include="CustomImplementation\System\Drawing1\ColorImpl.cs" />
|
|
<Compile Include="CustomImplementation\System\Drawing1\SRImpl.cs" />
|
|
<Compile Include="CustomImplementation\System\EnumImpl.cs" />
|
|
<Compile Include="CustomImplementation\System\EnvironmentImpl.cs">
|
|
<SubType>
|
|
</SubType>
|
|
</Compile>
|
|
<Compile Include="CustomImplementation\System\GCImpl.cs" />
|
|
<Compile Include="CustomImplementation\System\Globalization\CultureInfoImpl.cs" />
|
|
<Compile Include="CustomImplementation\System\Globalization\NumberFormatInfoImpl.cs" />
|
|
<Compile Include="CustomImplementation\System\Int16Impl.cs" />
|
|
<Compile Include="CustomImplementation\System\Int32Impl.cs" />
|
|
<Compile Include="CustomImplementation\System\Int64Impl.cs" />
|
|
<Compile Include="CustomImplementation\System\IntPtrImpl.cs" />
|
|
<Compile Include="CustomImplementation\System\MulticastDelegateImpl.cs" />
|
|
<Compile Include="CustomImplementation\System\Net\IPAddressImpl.cs" />
|
|
<Compile Include="CustomImplementation\System\Net\SocketAddressImpl.cs" />
|
|
<Compile Include="CustomImplementation\System\NumberImpl.cs" />
|
|
<Compile Include="CustomImplementation\System\ObjectImpl.cs">
|
|
<SubType>
|
|
</SubType>
|
|
</Compile>
|
|
<Compile Include="CustomImplementation\System\ObjectImplRefs.cs" />
|
|
<Compile Include="CustomImplementation\System\Resource\ResourceManager.cs" />
|
|
<Compile Include="CustomImplementation\System\RuntimeType.cs" />
|
|
<Compile Include="CustomImplementation\System\RuntimeType.RuntimeTypeCache.cs" />
|
|
<Compile Include="CustomImplementation\System\RuntimeTypeHandle.cs" />
|
|
<Compile Include="CustomImplementation\System\Security\CodeAccessSecurityEngineImpl.cs" />
|
|
<Compile Include="CustomImplementation\System\Runtime\CompilerServices\RuntimeHelpers.cs" />
|
|
<Compile Include="CustomImplementation\System\Runtime\InteropServices\SafeHandleImpl.cs" />
|
|
<Compile Include="CustomImplementation\System\SByteImpl.cs" />
|
|
<Compile Include="CustomImplementation\System\Security\Cryptography\Utils.cs" />
|
|
<Compile Include="CustomImplementation\System\SingleImpl.cs" />
|
|
<Compile Include="CustomImplementation\System\SRImpl.cs" />
|
|
<Compile Include="CustomImplementation\System\StringImpl.cs" />
|
|
<Compile Include="CustomImplementation\System\StringImplRefs.cs" />
|
|
<Compile Include="CustomImplementation\System\Text\StringBuilderImpl.cs" />
|
|
<Compile Include="CustomImplementation\System\Threading\Interlocked.cs" />
|
|
<Compile Include="CustomImplementation\System\UInt16Impl.cs" />
|
|
<Compile Include="CustomImplementation\System\UInt32Impl.cs" />
|
|
<Compile Include="CustomImplementation\System\UInt64Impl.cs" />
|
|
<Compile Include="CustomImplementation\System\UIntPtrImpl.cs" />
|
|
<Compile Include="ElfHash.cs" />
|
|
<Compile Include="ExceptionHelper.cs" />
|
|
<Compile Include="Extensions.cs" />
|
|
<Compile Include="GCImplementation.cs" />
|
|
<Compile Include="GCImplementationRefs.cs" />
|
|
<Compile Include="Heap.cs" />
|
|
<Compile Include="ILOp.cs" />
|
|
<Compile Include="ILOpCode.cs" />
|
|
<Compile Include="ILOpCodes\BoxOfT.cs" />
|
|
<Compile Include="ILOpCodes\NullRef.cs" />
|
|
<Compile Include="ILOpCodes\OpBranch.cs" />
|
|
<Compile Include="ILOpCodes\OpDouble.cs" />
|
|
<Compile Include="ILOpCodes\OpField.cs" />
|
|
<Compile Include="ILOpCodes\OpInt.cs" />
|
|
<Compile Include="ILOpCodes\OpInt64.cs" />
|
|
<Compile Include="ILOpCodes\OpMethod.cs" />
|
|
<Compile Include="ILOpCodes\OpNone.cs" />
|
|
<Compile Include="ILOpCodes\OpSig.cs" />
|
|
<Compile Include="ILOpCodes\OpSingle.cs" />
|
|
<Compile Include="ILOpCodes\OpString.cs" />
|
|
<Compile Include="ILOpCodes\OpSwitch.cs" />
|
|
<Compile Include="ILOpCodes\OpToken.cs" />
|
|
<Compile Include="ILOpCodes\OpType.cs" />
|
|
<Compile Include="ILOpCodes\OpVar.cs" />
|
|
<Compile Include="ILReader.cs" />
|
|
<Compile Include="MethodBaseComparer.cs" />
|
|
<Compile Include="MethodInfo.cs" />
|
|
<Compile Include="ObjectUtilities.cs" />
|
|
<Compile Include="OpCodeAttribute.cs" />
|
|
<Compile Include="OurHashSet.cs" />
|
|
<Compile Include="PlugInfo.cs" />
|
|
<Compile Include="PlugManager.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="ILScanner.cs" />
|
|
<Compile Include="ReflectionUtilities.cs" />
|
|
<Compile Include="RuntimeEngineImpl.cs" />
|
|
<Compile Include="RuntimeEngineRefs.cs" />
|
|
<Compile Include="SkipList.cs" />
|
|
<Compile Include="VTablesImpl.cs" />
|
|
<Compile Include="VTablesImplRefs.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\Box.cs" />
|
|
<Compile Include="IL\Br.cs" />
|
|
<Compile Include="IL\Branch.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\FieldInfo.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="Optimizer.cs" />
|
|
<Compile Include="Plugs\Diagnostics\BreakAssembler.cs" />
|
|
<Compile Include="Plugs\Diagnostics\DebuggerImpl.cs" />
|
|
<Compile Include="Plugs\Diagnostics\DebugImpl.cs" />
|
|
<Compile Include="Plugs\Diagnostics\DebugImplRefs.cs" />
|
|
<Compile Include="Plugs\MS\System\MathImpl.cs" />
|
|
<Compile Include="Plugs\MS\System\StringImpl.cs" />
|
|
<Compile Include="Plugs\NEW_PLUGS\CtorImplAssembler.cs" />
|
|
<Compile Include="Plugs\NEW_PLUGS\DelegateImpl.cs" />
|
|
<Compile Include="Plugs\NEW_PLUGS\DoubleImpl.cs" />
|
|
<Compile Include="Plugs\NEW_PLUGS\GetMulticastInvokeAssembler.cs" />
|
|
<Compile Include="Plugs\NEW_PLUGS\InvokeImplAssembler.cs" />
|
|
<Compile Include="Plugs\NEW_PLUGS\NormalDelegateImpl.cs" />
|
|
<Compile Include="Plugs\System.Runtime.CompilerServices\RuntimeHelpersImpl.cs" />
|
|
<Compile Include="Plugs\System\ArrayImpl.cs" />
|
|
<Compile Include="Plugs\System\Assemblers\Array_get_Length.cs" />
|
|
<Compile Include="Plugs\System\Assemblers\Array_InternalCopy.cs" />
|
|
<Compile Include="Plugs\System\Assemblers\Buffer_BlockCopy.cs" />
|
|
<Compile Include="Plugs\System\Assemblers\MulticastDelegate_Invoke.cs" />
|
|
<Compile Include="Plugs\System\Buffer.cs" />
|
|
<Compile Include="Plugs\System\DelegateImpl.cs" />
|
|
<Compile Include="Plugs\System\EnumImpl.cs" />
|
|
<Compile Include="Plugs\System\EventHandlerImpl.cs" />
|
|
<Compile Include="Plugs\System\EventHandlerImplRefs.cs" />
|
|
<Compile Include="Plugs\System\ExceptionImpl.cs" />
|
|
<Compile Include="Plugs\System\MulticastDelegateImpl.cs" />
|
|
<Compile Include="Plugs\System\MulticastDelegateImplRefs.cs" />
|
|
<Compile Include="Plugs\System\ObjectImplRefs.cs" />
|
|
<Compile Include="Plugs\System\OutOfMemoryExceptionImpl.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="ReadMe.txt" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Cosmos.Common\Cosmos.Common.csproj">
|
|
<Project>{1FAC100C-D732-4EA4-B518-5AF4BAF64F2E}</Project>
|
|
<Name>Cosmos.Common</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Cosmos.Debug.Kernel\Cosmos.Debug.Kernel.csproj">
|
|
<Project>{61607f1e-58f9-41cf-972f-128384f3e115}</Project>
|
|
<Name>Cosmos.Debug.Kernel</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Cosmos.System\Cosmos.System.csproj">
|
|
<Project>{3DEF0461-08AB-471A-8F03-A9C556652A0F}</Project>
|
|
<Name>Cosmos.System</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\XSharp.Nasm\XSharp.Nasm.csproj">
|
|
<Project>{841A734E-9606-4AAB-9C4A-74E7E303FF5D}</Project>
|
|
<Name>XSharp.Nasm</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Cosmos.Build.Common\Cosmos.Build.Common.csproj">
|
|
<Project>{0462E82B-8C29-41A9-8265-9C89038ADB29}</Project>
|
|
<Name>Cosmos.Build.Common</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\XSharp.Compiler\XSharp.Compiler.csproj">
|
|
<Project>{A281A1B1-C718-4BCB-A7BE-ED840A70449A}</Project>
|
|
<Name>XSharp.Compiler</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Cosmos.Assembler\Cosmos.Assembler.csproj">
|
|
<Project>{1116130E-28E0-428A-A597-F4B3B676C0CA}</Project>
|
|
<Name>Cosmos.Assembler</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Cosmos.Debug.Common\Cosmos.Debug.Common.csproj">
|
|
<Project>{AB24E403-54F3-4F67-B5E0-119A7227AAC1}</Project>
|
|
<Name>Cosmos.Debug.Common</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\MDbg4\src\debugger\corapi\corapi.csproj">
|
|
<Project>{04EF9865-E1B1-403D-802B-E4FAEA50A634}</Project>
|
|
<Name>corapi</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Cosmos.IL2CPU.Plugs\Cosmos.IL2CPU.Plugs.csproj">
|
|
<Project>{C801F19C-A9D3-42D5-9A57-9FFDF9B4D05E}</Project>
|
|
<Name>Cosmos.IL2CPU.Plugs</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include=".editorconfig" />
|
|
<None Include="App.config" />
|
|
<None Include="Cosmos.snk" />
|
|
<None Include="packages.config">
|
|
<SubType>Designer</SubType>
|
|
</None>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Folder Include="CustomImplementation\System\Security\Permissions\" />
|
|
<Folder Include="Plugs\Generic\" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<WCFMetadata Include="Service References\" />
|
|
</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> |