Cosmos/source/Indy.IL2CPU/Indy.IL2CPU.csproj
2009-06-13 14:28:05 +00:00

188 lines
No EOL
9.8 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>{21243B63-9CD0-4573-9C58-AF4B4AEF9D57}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Indy.IL2CPU</RootNamespace>
<AssemblyName>Indy.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>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<DocumentationFile>bin\Release\Indy.IL2CPU.XML</DocumentationFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="corapi, Version=2.1.0.0, Culture=neutral, PublicKeyToken=ebb8d478f63174c0, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\libraries\MDbg\corapi.dll</HintPath>
</Reference>
<Reference Include="raw, Version=2.1.0.0, Culture=neutral, PublicKeyToken=ebb8d478f63174c0, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\libraries\MDbg\raw.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
<Reference Include="System.Data" />
<Reference Include="System.Drawing" />
<Reference Include="System.Xml" />
<Reference Include="System.Xml.Linq">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="CustomImplementation\System\Runtime\CompilerServices\RuntimeHelpers.cs" />
<Compile Include="Engine.cs" />
<Compile Include="CustomImplementation\System\ObjectImpl.cs" />
<Compile Include="CustomImplementation\System\ObjectImplRefs.cs" />
<Compile Include="ObjectUtilities.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="RuntimeEngineImpl.cs" />
<Compile Include="RuntimeEngineRefs.cs" />
<Compile Include="Heap.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Compiler\Indy.IL2CPU.Assembler\Indy.IL2CPU.Assembler.csproj">
<Project>{5A1E9D16-BF71-4D8E-9389-3476056E4566}</Project>
<Name>Indy.IL2CPU.Assembler</Name>
</ProjectReference>
<ProjectReference Include="..\IL2CPU\Cosmos.IL2CPU.Debug\Cosmos.Compiler.Debug.csproj">
<Project>{9998B4EA-385E-4DA2-8905-2BBEB5B2C6E2}</Project>
<Name>Cosmos.Compiler.Debug</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Compile Include="Compiler\CompilerHelper.AssemblyCompilationInfo.cs" />
<Compile Include="Compiler\CompilerHelper.cs" />
<Compile Include="Compiler\CompilerHelper.MetaDataInfoService.cs" />
<Compile Include="Compiler\CompilerHelper.ServiceProvider.cs" />
<Compile Include="Compiler\Old\AssemblyCompiler.MetaDataInfoService.cs" />
<Compile Include="Compiler\Old\AssemblyCompiler.ServiceProvider.cs" />
<Compile Include="Compiler\AssemblyEqualityComparer.cs" />
<Compile Include="Compiler\Old\AssemblyCompiler.cs" />
<Compile Include="Compiler\Old\CompilerHelper.cs" />
<Compile Include="Compiler\FieldInfoComparer.cs" />
<Compile Include="Compiler\IMetaDataInfoService.cs" />
<Compile Include="Compiler\QueuedMethodInformation.cs" />
<Compile Include="Compiler\ReflectionUtilities.cs" />
<Compile Include="Compiler\Old\Scanner.cs" />
<Compile Include="Compiler\TypeEqualityComparer.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\DelegateImpl.cs" />
<Compile Include="CustomImplementation\System\EnvironmentImpl.cs" />
<Compile Include="CustomImplementation\System\Globalization\CultureInfoImpl.cs" />
<Compile Include="CustomImplementation\System\MulticastDelegateImpl.cs" />
<Compile Include="CustomImplementation\System\RuntimeType.RuntimeTypeCache.cs" />
<Compile Include="CustomImplementation\System\RuntimeTypeHandle.cs" />
<Compile Include="CustomImplementation\System\Security\Cryptography\Utils.cs" />
<Compile Include="CustomImplementation\System\StringImpl.cs" />
<Compile Include="CustomImplementation\System\RuntimeType.cs" />
<Compile Include="CustomImplementation\System\StringImplRefs.cs" />
<Compile Include="DebugSymbol.cs" />
<Compile Include="DebugSymbolsOld.cs" />
<Compile Include="Engine2.cs" />
<Compile Include="GCImplementationRefs.cs" />
<Compile Include="GCImplementation.cs" />
<Compile Include="IL\CustomImplementations\System\BooleanImpl.cs" />
<Compile Include="IL\CustomImplementations\System\ByteImpl.cs" />
<Compile Include="IL\CustomImplementations\System\CharImpl.cs" />
<Compile Include="IL\CustomImplementations\System\Drawing1\ColorImpl.cs" />
<Compile Include="IL\CustomImplementations\System\Drawing1\SRImpl.cs" />
<Compile Include="IL\CustomImplementations\System\EnumImpl.cs" />
<Compile Include="IL\CustomImplementations\System\EnvironmentImpl.cs" />
<Compile Include="IL\CustomImplementations\System\GCImpl.cs" />
<Compile Include="IL\CustomImplementations\System\Globalization\NumberFormatInfoImpl.cs" />
<Compile Include="IL\CustomImplementations\System\Int16Impl.cs" />
<Compile Include="IL\CustomImplementations\System\Int32Impl.cs" />
<Compile Include="IL\CustomImplementations\System\Int64Impl.cs" />
<Compile Include="IL\CustomImplementations\System\IntPtrImpl.cs" />
<Compile Include="IL\CustomImplementations\System\Net\IPAddressImpl.cs" />
<Compile Include="IL\CustomImplementations\System\Net\SocketAddressImpl.cs" />
<Compile Include="IL\CustomImplementations\System\NumberImpl.cs" />
<Compile Include="IL\CustomImplementations\System\ObjectImpl.cs" />
<Compile Include="IL\CustomImplementations\System\Resource\ResourceManager.cs" />
<Compile Include="IL\CustomImplementations\System\Runtime\InteropServices\SafeHandleImpl.cs" />
<Compile Include="IL\CustomImplementations\System\SingleImpl.cs" />
<Compile Include="IL\CustomImplementations\System\SRImpl.cs" />
<Compile Include="IL\CustomImplementations\System\Threading\Interlocked.cs" />
<Compile Include="IL\CustomImplementations\System\UInt16Impl.cs" />
<Compile Include="IL\CustomImplementations\System\UInt32Impl.cs" />
<Compile Include="IL\CustomImplementations\System\UInt64Impl.cs" />
<Compile Include="IL\CustomMethodImplementationOp.cs" />
<Compile Include="IL\CustomMethodImplementationProxyOp.cs" />
<Compile Include="IL\Enums.cs" />
<Compile Include="IL\Extensions.cs" />
<Compile Include="IL\ILReader.cs" />
<Compile Include="IL\ILReader.Utilities.cs" />
<Compile Include="IL\INeedsMethodInfo.cs" />
<Compile Include="IL\InitVmtImplementationOp.cs" />
<Compile Include="IL\IServiceProvider.cs" />
<Compile Include="IL\MainEntryPointOp.cs" />
<Compile Include="IL\MethodFooterOp.cs" />
<Compile Include="IL\MethodHeaderOp.cs" />
<Compile Include="IL\MethodInformation.cs" />
<Compile Include="IL\Op.cs" />
<Compile Include="IL\OpCodeAttribute.cs" />
<Compile Include="IL\OpCodeMap.cs" />
<Compile Include="IL\PInvokeMethodBodyOp.cs" />
<Compile Include="IL\TypeInformation.cs" />
<Compile Include="IL\Utilities.cs" />
<Compile Include="DynamicMethodEmit.cs" />
<Compile Include="PassedEngineValue.cs" />
<Compile Include="Plugs\AssemblerMethod.cs" />
<Compile Include="Plugs\FieldAccessAttribute.cs" />
<Compile Include="Plugs\PlugAttribute.cs" />
<Compile Include="Plugs\PlugFieldAttribute.cs" />
<Compile Include="Plugs\PlugMethodAttribute.cs" />
<Compile Include="ReadOnlyDictionary.cs" />
<Compile Include="Utilities.cs" />
<Compile Include="VTablesImpl.cs" />
<Compile Include="VTablesImplRefs.cs" />
</ItemGroup>
<ItemGroup>
<None Include="Cosmos.snk" />
</ItemGroup>
<ItemGroup>
<WCFMetadata Include="Service References\" />
</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>