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.
187 lines
8.3 KiB
187 lines
8.3 KiB
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="4.0" 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>{19B965DE-5100-4064-A580-159644F6980E}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>Antlr3.Runtime.Test</RootNamespace>
|
|
<AssemblyName>Antlr3.Runtime.Test</AssemblyName>
|
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
<ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
|
</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>
|
|
</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>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Core">
|
|
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
|
</Reference>
|
|
<Reference Include="System.Numerics" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\..\..\..\..\..\Antlr3.StringTemplate\Antlr3.StringTemplate.csproj">
|
|
<Project>{B5910BE2-DE21-4AA9-95C1-486F42B9E794}</Project>
|
|
<Name>Antlr3.StringTemplate</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Antlr3.Runtime.Debug\Antlr3.Runtime.Debug.csproj">
|
|
<Project>{5EE27A90-B023-42C9-AAF1-52B0424C5D0B}</Project>
|
|
<Name>Antlr3.Runtime.Debug</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Antlr3.Runtime.JavaExtensions\Antlr3.Runtime.JavaExtensions.csproj">
|
|
<Project>{A7EEC557-EB14-451C-9616-B7A61F4ECE69}</Project>
|
|
<Name>Antlr3.Runtime.JavaExtensions</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Antlr3.Runtime\Antlr3.Runtime.csproj">
|
|
<Project>{8FDC0A87-9005-4D5A-AB75-E55CEB575559}</Project>
|
|
<Name>Antlr3.Runtime</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Antlr3 Include="SimpleExpression.g3" />
|
|
<Antlr3 Include="FastSimpleExpression.g3" />
|
|
<None Include="JavaCompat\Expr.g3" />
|
|
<Antlr3 Include="BuildOptions\DebugGrammar.g3">
|
|
<!--<GrammarOptions>-debug</GrammarOptions>-->
|
|
</Antlr3>
|
|
<Antlr3 Include="BuildOptions\DebugTreeGrammar.g3">
|
|
<!--<GrammarOptions>-debug</GrammarOptions>-->
|
|
</Antlr3>
|
|
<Antlr3 Include="StringTemplateOutput.g3" />
|
|
<Antlr3 Include="TestActionFeatures.g3" />
|
|
<Antlr3 Include="SemanticPredicateReduction.g3" />
|
|
<Antlr3 Include="Composition\Reduce.g3" />
|
|
<Antlr3 Include="Composition\Simplify.g3" />
|
|
<Antlr3 Include="Composition\VecMath.g3" />
|
|
<AntlrAbstractGrammar Include="Composition\VecMath_Lexer.g3">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</AntlrAbstractGrammar>
|
|
<AntlrAbstractGrammar Include="Composition\VecMath_Parser.g3">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</AntlrAbstractGrammar>
|
|
<Antlr3 Include="PreprocessorLexer.g3" />
|
|
<Antlr3 Include="SynpredTreeParser.g3" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="Composition\Program.cs" />
|
|
<Compile Include="PreprocessorLexer.g3.cs">
|
|
<DependentUpon>PreprocessorLexer.g3</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="PreprocessorTests.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="SemanticPredicateReduction.g3.lexer.cs">
|
|
<DependentUpon>SemanticPredicateReduction.g3</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="SemanticPredicateReduction.g3.parser.cs">
|
|
<DependentUpon>SemanticPredicateReduction.g3</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="SimpleExpressionLexerHelper.cs">
|
|
<DependentUpon>SimpleExpression.g3</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="SimpleExpressionParserHelper.cs">
|
|
<DependentUpon>SimpleExpression.g3</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="FastSimpleExpressionLexerHelper.cs">
|
|
<DependentUpon>FastSimpleExpression.g3</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="FastSimpleExpressionParserHelper.cs">
|
|
<DependentUpon>FastSimpleExpression.g3</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="BuildOptions\DebugGrammarLexerHelper.cs">
|
|
<DependentUpon>DebugGrammar.g3</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="BuildOptions\DebugGrammarParserHelper.cs">
|
|
<DependentUpon>DebugGrammar.g3</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="BuildOptions\DebugTreeGrammarHelper.cs">
|
|
<DependentUpon>DebugTreeGrammar.g3</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="SlimParsing\ITokenSource`1.cs" />
|
|
<Compile Include="SlimParsing\ITokenStream`1.cs" />
|
|
<Compile Include="SlimParsing\SlimLexer.cs" />
|
|
<Compile Include="SlimParsing\SlimStringStream.cs" />
|
|
<Compile Include="SlimParsing\SlimToken.cs" />
|
|
<Compile Include="SlimParsing\SlimTokenStream.cs" />
|
|
<Compile Include="SlimParsing\Tree\ITreeAdaptor`1.cs" />
|
|
<Compile Include="SlimParsing\Tree\ITreeFactory.cs" />
|
|
<Compile Include="SlimParsing\Tree\ITreeNodeStream`1.cs" />
|
|
<Compile Include="StringTemplateOutput.g3.lexer.cs">
|
|
<DependentUpon>StringTemplateOutput.g3</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="StringTemplateOutput.g3.parser.cs">
|
|
<DependentUpon>StringTemplateOutput.g3</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="SynpredTreeParser.g3.cs">
|
|
<DependentUpon>SynpredTreeParser.g3</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="TestActionFeatures.g3.lexer.cs">
|
|
<DependentUpon>TestActionFeatures.g3</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="TestActionFeatures.g3.parser.cs">
|
|
<DependentUpon>TestActionFeatures.g3</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="TestDotTreeGenerator.cs" />
|
|
<Compile Include="TestExpressionFeatures.g3.lexer.cs">
|
|
<DependentUpon>TestExpressionFeatures.g3</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="TestExpressionFeatures.g3.parser.cs">
|
|
<DependentUpon>TestExpressionFeatures.g3</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="TestFastLexer.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="BuildOptions\ProfileGrammar.g3">
|
|
<!--<GrammarOptions>-profile</GrammarOptions>-->
|
|
</None>
|
|
<None Include="BuildOptions\ProfileGrammarLexerHelper.cs">
|
|
<DependentUpon>ProfileGrammar.g3</DependentUpon>
|
|
</None>
|
|
<None Include="BuildOptions\ProfileGrammarParserHelper.cs">
|
|
<DependentUpon>ProfileGrammar.g3</DependentUpon>
|
|
</None>
|
|
<None Include="TestExpressionFeatures.g3" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="BuildOptions\ProfileTreeGrammar.g3">
|
|
<!--<GrammarOptions>-profile</GrammarOptions>-->
|
|
</None>
|
|
<None Include="BuildOptions\ProfileTreeGrammarHelper.cs">
|
|
<DependentUpon>ProfileTreeGrammar.g3</DependentUpon>
|
|
</None>
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
<PropertyGroup>
|
|
<!-- Folder containing AntlrBuildTask.dll -->
|
|
<AntlrBuildTaskPath>$(ProjectDir)..\..\..\..\..\..\bin\Bootstrap</AntlrBuildTaskPath>
|
|
<!-- Path to the ANTLR Tool itself. -->
|
|
<AntlrToolPath>$(ProjectDir)..\..\..\..\..\..\bin\Bootstrap\Antlr3.exe</AntlrToolPath>
|
|
</PropertyGroup>
|
|
<Import Project="$(ProjectDir)..\..\..\..\..\..\bin\Bootstrap\Antlr3.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> |