ikvm-fork/refemit/IKVM.Reflection.Emit.csproj

76 строки
3.2 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>{3949055D-38DF-4A8F-A632-0F0E62337428}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>IKVM.Reflection.Emit</RootNamespace>
<AssemblyName>IKVM.Reflection.Emit</AssemblyName>
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<SignAssembly>false</SignAssembly>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>TRACE;DEBUG;HAS_ISYMWRAPPER</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;HAS_ISYMWRAPPER</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
</ItemGroup>
<ItemGroup>
<Compile Include="..\CommonAssemblyInfo.cs" />
<Compile Include="AssemblyBuilder.cs" />
<Compile Include="Enums.cs" />
<Compile Include="ConstructorBuilder.cs" />
<Compile Include="CustomAttributeBuilder.cs" />
<Compile Include="FieldBuilder.cs" />
<Compile Include="IkvmAssembly.cs" />
<Compile Include="ILGenerator.cs" />
<Compile Include="Impl\CryptoConvert.cs" />
<Compile Include="Impl\CryptoHack.cs" />
<Compile Include="Impl\ITypeOwner.cs" />
<Compile Include="Impl\PdbSupport.cs" />
<Compile Include="Impl\TypeBase.cs" />
<Compile Include="MethodBuilder.cs" />
<Compile Include="ModuleBuilder.cs" />
<Compile Include="OpCodes.cs" />
<Compile Include="ParameterBuilder.cs" />
<Compile Include="Tokens.cs" />
<Compile Include="Writer\ModuleWriter.cs" />
<Compile Include="Writer\PEWriter.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="PropertyBuilder.cs" />
<Compile Include="SignatureHelper.cs" />
<Compile Include="TypeBuilder.cs" />
<Compile Include="Writer\ByteBuffer.cs" />
<Compile Include="Writer\TextSection.cs" />
<Compile Include="Writer\Heaps.cs" />
<Compile Include="Writer\MetadataWriter.cs" />
<Compile Include="Writer\VersionInfo.cs" />
</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>