Cosmos/source/Indy.IL2CPU/Indy.IL2CPU.csproj
2010-03-25 18:44:47 +00:00

156 lines
No EOL
7.3 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>
<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>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<DocumentationFile>bin\Release\Indy.IL2CPU.XML</DocumentationFile>
<Optimize>true</Optimize>
<DebugType>pdbonly</DebugType>
<PlatformTarget>x86</PlatformTarget>
<CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
<CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
<ErrorReport>prompt</ErrorReport>
</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="Engine.cs" />
<Compile Include="Properties\AssemblyInfo.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="DebugSymbol.cs" />
<Compile Include="DebugSymbolsOld.cs" />
<Compile Include="Engine2.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="ReadOnlyDictionary.cs" />
<Compile Include="Utilities.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>