Cosmos/source2/IL2PCU/Cosmos.IL2CPU/Cosmos.IL2CPU.csproj

209 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>{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>
<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>
</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>
</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>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Configuration" />
<Reference Include="System.Core">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
<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="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\Runtime\CompilerServices\RuntimeHelpers.cs" />
<Compile Include="CustomImplementation\System\Runtime\InteropServices\SafeHandleImpl.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\Threading\Interlocked.cs" />
<Compile Include="CustomImplementation\System\UInt16Impl.cs" />
<Compile Include="CustomImplementation\System\UInt32Impl.cs" />
<Compile Include="CustomImplementation\System\UInt64Impl.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\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="Properties\AssemblyInfo.cs" />
<Compile Include="ILScanner.cs" />
<Compile Include="ReflectionUtilities.cs" />
<Compile Include="RuntimeEngineImpl.cs" />
<Compile Include="RuntimeEngineRefs.cs" />
<Compile Include="VTablesImpl.cs" />
<Compile Include="VTablesImplRefs.cs" />
</ItemGroup>
<ItemGroup>
<Content Include="ReadMe.txt" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\source\Cosmos\Cosmos.Kernel\Cosmos.Kernel.csproj">
<Project>{A1F83D9F-2D44-4264-A08B-416797123018}</Project>
<Name>Cosmos.Kernel</Name>
</ProjectReference>
<ProjectReference Include="..\..\..\source\Cosmos\Cosmos.System\Cosmos.Sys.csproj">
<Project>{819DB8FC-5DA1-461F-83C9-2F5C88088C94}</Project>
<Name>Cosmos.Sys</Name>
</ProjectReference>
<ProjectReference Include="..\..\Build\Cosmos.Build.Common\Cosmos.Build.Common.csproj">
<Project>{0462E82B-8C29-41A9-8265-9C89038ADB29}</Project>
<Name>Cosmos.Build.Common</Name>
</ProjectReference>
<ProjectReference Include="..\..\Compiler\Cosmos.Compiler.Assembler\Cosmos.Compiler.Assembler.csproj">
<Project>{1116130E-28E0-428A-A597-F4B3B676C0CA}</Project>
<Name>Cosmos.Compiler.Assembler</Name>
</ProjectReference>
<ProjectReference Include="..\..\Debug\Cosmos.Debug.Common\Cosmos.Debug.Common.csproj">
<Project>{AB24E403-54F3-4F67-B5E0-119A7227AAC1}</Project>
<Name>Cosmos.Debug.Common</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="Cosmos.snk" />
</ItemGroup>
<ItemGroup>
<Folder Include="Assembler\" />
<Folder Include="Plugs\" />
</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>