1<?xml version="1.0" encoding="utf-8"?> 2<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 3 <PropertyGroup> 4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 6 <ProductVersion>9.0.30729</ProductVersion> 7 <SchemaVersion>2.0</SchemaVersion> 8 <ProjectGuid>{19B965DE-5100-4064-A580-159644F6980E}</ProjectGuid> 9 <OutputType>Library</OutputType> 10 <AppDesignerFolder>Properties</AppDesignerFolder> 11 <RootNamespace>Antlr3.Runtime.Test</RootNamespace> 12 <AssemblyName>Antlr3.Runtime.Test</AssemblyName> 13 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> 14 <FileAlignment>512</FileAlignment> 15 <ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> 16 </PropertyGroup> 17 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> 18 <DebugSymbols>true</DebugSymbols> 19 <DebugType>full</DebugType> 20 <Optimize>false</Optimize> 21 <OutputPath>bin\Debug\</OutputPath> 22 <DefineConstants>DEBUG;TRACE</DefineConstants> 23 <ErrorReport>prompt</ErrorReport> 24 <WarningLevel>4</WarningLevel> 25 </PropertyGroup> 26 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> 27 <DebugType>pdbonly</DebugType> 28 <Optimize>true</Optimize> 29 <OutputPath>bin\Release\</OutputPath> 30 <DefineConstants>TRACE</DefineConstants> 31 <ErrorReport>prompt</ErrorReport> 32 <WarningLevel>4</WarningLevel> 33 </PropertyGroup> 34 <ItemGroup> 35 <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" /> 36 <Reference Include="System" /> 37 <Reference Include="System.Core"> 38 <RequiredTargetFramework>3.5</RequiredTargetFramework> 39 </Reference> 40 <Reference Include="System.Numerics" /> 41 </ItemGroup> 42 <ItemGroup> 43 <ProjectReference Include="..\..\..\..\..\..\Antlr3.StringTemplate\Antlr3.StringTemplate.csproj"> 44 <Project>{B5910BE2-DE21-4AA9-95C1-486F42B9E794}</Project> 45 <Name>Antlr3.StringTemplate</Name> 46 </ProjectReference> 47 <ProjectReference Include="..\Antlr3.Runtime.Debug\Antlr3.Runtime.Debug.csproj"> 48 <Project>{5EE27A90-B023-42C9-AAF1-52B0424C5D0B}</Project> 49 <Name>Antlr3.Runtime.Debug</Name> 50 </ProjectReference> 51 <ProjectReference Include="..\Antlr3.Runtime.JavaExtensions\Antlr3.Runtime.JavaExtensions.csproj"> 52 <Project>{A7EEC557-EB14-451C-9616-B7A61F4ECE69}</Project> 53 <Name>Antlr3.Runtime.JavaExtensions</Name> 54 </ProjectReference> 55 <ProjectReference Include="..\Antlr3.Runtime\Antlr3.Runtime.csproj"> 56 <Project>{8FDC0A87-9005-4D5A-AB75-E55CEB575559}</Project> 57 <Name>Antlr3.Runtime</Name> 58 </ProjectReference> 59 </ItemGroup> 60 <ItemGroup> 61 <Antlr3 Include="SimpleExpression.g3" /> 62 <Antlr3 Include="FastSimpleExpression.g3" /> 63 <None Include="JavaCompat\Expr.g3" /> 64 <Antlr3 Include="BuildOptions\DebugGrammar.g3"> 65 <!--<GrammarOptions>-debug</GrammarOptions>--> 66 </Antlr3> 67 <Antlr3 Include="BuildOptions\DebugTreeGrammar.g3"> 68 <!--<GrammarOptions>-debug</GrammarOptions>--> 69 </Antlr3> 70 <Antlr3 Include="StringTemplateOutput.g3" /> 71 <Antlr3 Include="TestActionFeatures.g3" /> 72 <Antlr3 Include="SemanticPredicateReduction.g3" /> 73 <Antlr3 Include="Composition\Reduce.g3" /> 74 <Antlr3 Include="Composition\Simplify.g3" /> 75 <Antlr3 Include="Composition\VecMath.g3" /> 76 <AntlrAbstractGrammar Include="Composition\VecMath_Lexer.g3"> 77 <Generator>MSBuild:Compile</Generator> 78 </AntlrAbstractGrammar> 79 <AntlrAbstractGrammar Include="Composition\VecMath_Parser.g3"> 80 <Generator>MSBuild:Compile</Generator> 81 </AntlrAbstractGrammar> 82 <Antlr3 Include="PreprocessorLexer.g3" /> 83 <Antlr3 Include="SynpredTreeParser.g3" /> 84 </ItemGroup> 85 <ItemGroup> 86 <Compile Include="Composition\Program.cs" /> 87 <Compile Include="PreprocessorLexer.g3.cs"> 88 <DependentUpon>PreprocessorLexer.g3</DependentUpon> 89 </Compile> 90 <Compile Include="PreprocessorTests.cs" /> 91 <Compile Include="Properties\AssemblyInfo.cs" /> 92 <Compile Include="SemanticPredicateReduction.g3.lexer.cs"> 93 <DependentUpon>SemanticPredicateReduction.g3</DependentUpon> 94 </Compile> 95 <Compile Include="SemanticPredicateReduction.g3.parser.cs"> 96 <DependentUpon>SemanticPredicateReduction.g3</DependentUpon> 97 </Compile> 98 <Compile Include="SimpleExpressionLexerHelper.cs"> 99 <DependentUpon>SimpleExpression.g3</DependentUpon> 100 </Compile> 101 <Compile Include="SimpleExpressionParserHelper.cs"> 102 <DependentUpon>SimpleExpression.g3</DependentUpon> 103 </Compile> 104 <Compile Include="FastSimpleExpressionLexerHelper.cs"> 105 <DependentUpon>FastSimpleExpression.g3</DependentUpon> 106 </Compile> 107 <Compile Include="FastSimpleExpressionParserHelper.cs"> 108 <DependentUpon>FastSimpleExpression.g3</DependentUpon> 109 </Compile> 110 <Compile Include="BuildOptions\DebugGrammarLexerHelper.cs"> 111 <DependentUpon>DebugGrammar.g3</DependentUpon> 112 </Compile> 113 <Compile Include="BuildOptions\DebugGrammarParserHelper.cs"> 114 <DependentUpon>DebugGrammar.g3</DependentUpon> 115 </Compile> 116 <Compile Include="BuildOptions\DebugTreeGrammarHelper.cs"> 117 <DependentUpon>DebugTreeGrammar.g3</DependentUpon> 118 </Compile> 119 <Compile Include="SlimParsing\ITokenSource`1.cs" /> 120 <Compile Include="SlimParsing\ITokenStream`1.cs" /> 121 <Compile Include="SlimParsing\SlimLexer.cs" /> 122 <Compile Include="SlimParsing\SlimStringStream.cs" /> 123 <Compile Include="SlimParsing\SlimToken.cs" /> 124 <Compile Include="SlimParsing\SlimTokenStream.cs" /> 125 <Compile Include="SlimParsing\Tree\ITreeAdaptor`1.cs" /> 126 <Compile Include="SlimParsing\Tree\ITreeFactory.cs" /> 127 <Compile Include="SlimParsing\Tree\ITreeNodeStream`1.cs" /> 128 <Compile Include="StringTemplateOutput.g3.lexer.cs"> 129 <DependentUpon>StringTemplateOutput.g3</DependentUpon> 130 </Compile> 131 <Compile Include="StringTemplateOutput.g3.parser.cs"> 132 <DependentUpon>StringTemplateOutput.g3</DependentUpon> 133 </Compile> 134 <Compile Include="SynpredTreeParser.g3.cs"> 135 <DependentUpon>SynpredTreeParser.g3</DependentUpon> 136 </Compile> 137 <Compile Include="TestActionFeatures.g3.lexer.cs"> 138 <DependentUpon>TestActionFeatures.g3</DependentUpon> 139 </Compile> 140 <Compile Include="TestActionFeatures.g3.parser.cs"> 141 <DependentUpon>TestActionFeatures.g3</DependentUpon> 142 </Compile> 143 <Compile Include="TestDotTreeGenerator.cs" /> 144 <Compile Include="TestExpressionFeatures.g3.lexer.cs"> 145 <DependentUpon>TestExpressionFeatures.g3</DependentUpon> 146 </Compile> 147 <Compile Include="TestExpressionFeatures.g3.parser.cs"> 148 <DependentUpon>TestExpressionFeatures.g3</DependentUpon> 149 </Compile> 150 <Compile Include="TestFastLexer.cs" /> 151 </ItemGroup> 152 <ItemGroup> 153 <None Include="BuildOptions\ProfileGrammar.g3"> 154 <!--<GrammarOptions>-profile</GrammarOptions>--> 155 </None> 156 <None Include="BuildOptions\ProfileGrammarLexerHelper.cs"> 157 <DependentUpon>ProfileGrammar.g3</DependentUpon> 158 </None> 159 <None Include="BuildOptions\ProfileGrammarParserHelper.cs"> 160 <DependentUpon>ProfileGrammar.g3</DependentUpon> 161 </None> 162 <None Include="TestExpressionFeatures.g3" /> 163 </ItemGroup> 164 <ItemGroup> 165 <None Include="BuildOptions\ProfileTreeGrammar.g3"> 166 <!--<GrammarOptions>-profile</GrammarOptions>--> 167 </None> 168 <None Include="BuildOptions\ProfileTreeGrammarHelper.cs"> 169 <DependentUpon>ProfileTreeGrammar.g3</DependentUpon> 170 </None> 171 </ItemGroup> 172 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 173 <PropertyGroup> 174 <!-- Folder containing AntlrBuildTask.dll --> 175 <AntlrBuildTaskPath>$(ProjectDir)..\..\..\..\..\..\bin\Bootstrap</AntlrBuildTaskPath> 176 <!-- Path to the ANTLR Tool itself. --> 177 <AntlrToolPath>$(ProjectDir)..\..\..\..\..\..\bin\Bootstrap\Antlr3.exe</AntlrToolPath> 178 </PropertyGroup> 179 <Import Project="$(ProjectDir)..\..\..\..\..\..\bin\Bootstrap\Antlr3.targets" /> 180 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 181 Other similar extension points exist, see Microsoft.Common.targets. 182 <Target Name="BeforeBuild"> 183 </Target> 184 <Target Name="AfterBuild"> 185 </Target> 186 --> 187</Project>