.NET Decompiler with support for PDB generation, ReadyToRun, Metadata (&more) - cross-platform!
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

111 lines
4.7 KiB

<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>9.0.30729</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{D4A01C5B-A1B5-48F5-BB5B-D2E1BD236E56}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>gmcs</RootNamespace>
<AssemblyName>gmcs</AssemblyName>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>..\..\..\monodevelop\main\build\bin</OutputPath>
<DefineConstants>TRACE;DEBUG;NET_2_0;MS_COMPATIBLE;FULL_AST;BOOTSTRAP_BASIC</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<UseVSHostingProcess>false</UseVSHostingProcess>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<DefineConstants>TRACE;NET_2_0;MS_COMPATIBLE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<DefineConstants>TRACE;NET_2_0;MS_COMPATIBLE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<OutputPath>..\..\..\monodevelop\main\build\bin</OutputPath>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="..\class\corlib\Mono.Security.Cryptography\CryptoConvert.cs" />
<Compile Include="..\class\Mono.CompilerServices.SymbolWriter\MonoSymbolFile.cs" />
<Compile Include="..\class\Mono.CompilerServices.SymbolWriter\MonoSymbolTable.cs" />
<Compile Include="..\class\Mono.CompilerServices.SymbolWriter\MonoSymbolWriter.cs" />
<Compile Include="argument.cs" />
<Compile Include="AssemblyInfo.cs" />
<Compile Include="anonymous.cs" />
<Compile Include="assign.cs" />
<Compile Include="attribute.cs" />
<Compile Include="cfold.cs" />
<Compile Include="class.cs" />
<Compile Include="codegen.cs" />
<Compile Include="complete.cs" />
<Compile Include="const.cs" />
<Compile Include="constant.cs" />
<Compile Include="context.cs" />
<Compile Include="convert.cs" />
<Compile Include="dynamic.cs" />
<Compile Include="eval.cs" />
<Compile Include="import.cs" />
<Compile Include="lambda.cs" />
<Compile Include="cs-parser.cs" />
<Compile Include="cs-tokenizer.cs" />
<Compile Include="decl.cs" />
<Compile Include="delegate.cs" />
<Compile Include="doc.cs" />
<Compile Include="driver.cs" />
<Compile Include="ecore.cs" />
<Compile Include="enum.cs" />
<Compile Include="expression.cs" />
<Compile Include="flowanalysis.cs" />
<Compile Include="generic.cs" />
<Compile Include="iterators.cs" />
<Compile Include="literal.cs" />
<Compile Include="location.cs" />
<Compile Include="membercache.cs" />
<Compile Include="method.cs" />
<Compile Include="modifiers.cs" />
<Compile Include="namespace.cs" />
<Compile Include="nullable.cs" />
<Compile Include="..\tools\monop\outline.cs" />
<Compile Include="parameter.cs" />
<Compile Include="pending.cs" />
<Compile Include="property.cs" />
<Compile Include="report.cs" />
<Compile Include="rootcontext.cs" />
<Compile Include="roottypes.cs" />
<Compile Include="statement.cs" />
<Compile Include="support.cs" />
<Compile Include="symbolwriter.cs" />
<Compile Include="typemanager.cs" />
<Compile Include="linq.cs" />
<Compile Include="field.cs" />
<Compile Include="typespec.cs" />
<Compile Include="visit.cs" />
</ItemGroup>
<ItemGroup>
<Folder Include="Properties\" />
</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>