xamarin-macios/tools/pmcs/pmcs.csproj

70 строки
3.0 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">pmcs</Configuration>
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
<ProductVersion>8.0.30703</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{4612375D-85B7-472E-95A3-31094AE14DF0}</ProjectGuid>
<OutputType>Exe</OutputType>
<RootNamespace>Xamarin.Pmcs</RootNamespace>
<AssemblyName>pmcs</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'pmcs|x86' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>.</OutputPath>
<DefineConstants>DEBUG;</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<Externalconsole>true</Externalconsole>
<PlatformTarget>x86</PlatformTarget>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Xml" />
<Reference Include="Mono.CompilerServices.SymbolWriter" />
</ItemGroup>
<ItemGroup>
<Compile Include="..\..\external\mono\mcs\class\Mono.Options\Mono.Options\Options.cs">
<Link>Options.cs</Link>
</Compile>
<Compile Include="CSharp\Tokenizer.cs" />
<Compile Include="CSharp\Token.cs" />
<Compile Include="CSharp\TokenType.cs" />
<Compile Include="BuiltinProfiles.cs" />
<Compile Include="Driver.cs" />
<Compile Include="Profile.cs" />
<Compile Include="Replacement.cs" />
<Compile Include="Settings.cs" />
<Compile Include="Timer.cs" />
<Compile Include="Preprocessor.cs" />
<Compile Include="CSharp\Ast\Node.cs" />
<Compile Include="CSharp\Ast\CSharpWriter.cs" />
<Compile Include="CSharp\Ast\IAstVisitor.cs" />
<Compile Include="CSharp\Parser.cs" />
<Compile Include="CSharp\Ast\DepthFirstAstVisitor.cs" />
<Compile Include="CSharp\Ast\ParenthesizedExpression.cs" />
<Compile Include="CSharp\Ast\Expression.cs" />
<Compile Include="CSharp\Ast\BinaryExpression.cs" />
<Compile Include="CSharp\Ast\ConditionalExpression.cs" />
<Compile Include="CSharp\Ast\ExpressionList.cs" />
<Compile Include="CSharp\Ast\InvocationExpression.cs" />
<Compile Include="CSharp\Ast\LiteralExpression.cs" />
<Compile Include="CSharp\Ast\UnaryExpression.cs" />
<Compile Include="CSharp\Ast\NamedExpression.cs" />
<Compile Include="XamarinPreprocessorVisitor.cs" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<PropertyGroup Condition="'$(OS)' == 'Windows_NT'">
<DefineConstants>WINDOWS_BUILD;$(DefineConstants)</DefineConstants>
</PropertyGroup>
<ItemGroup>
<Folder Include="CSharp\" />
<Folder Include="CSharp\Ast\" />
</ItemGroup>
</Project>