• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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>{8FDC0A87-9005-4D5A-AB75-E55CEB575559}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>Antlr.Runtime</RootNamespace>
12    <AssemblyName>Antlr3.Runtime</AssemblyName>
13    <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15    <SignAssembly>true</SignAssembly>
16    <AssemblyOriginatorKeyFile>..\..\..\..\..\..\..\..\..\keys\antlr\Key.snk</AssemblyOriginatorKeyFile>
17  </PropertyGroup>
18  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
19    <DebugSymbols>true</DebugSymbols>
20    <DebugType>full</DebugType>
21    <Optimize>false</Optimize>
22    <OutputPath>bin\Debug\</OutputPath>
23    <DefineConstants>DEBUG;TRACE</DefineConstants>
24    <ErrorReport>prompt</ErrorReport>
25    <WarningLevel>4</WarningLevel>
26    <DocumentationFile>bin\Debug\Antlr3.Runtime.xml</DocumentationFile>
27  </PropertyGroup>
28  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
29    <DebugType>pdbonly</DebugType>
30    <Optimize>true</Optimize>
31    <OutputPath>bin\Release\</OutputPath>
32    <DefineConstants>TRACE</DefineConstants>
33    <ErrorReport>prompt</ErrorReport>
34    <WarningLevel>4</WarningLevel>
35    <DocumentationFile>bin\Release\Antlr3.Runtime.xml</DocumentationFile>
36  </PropertyGroup>
37  <ItemGroup>
38    <Reference Include="System" />
39  </ItemGroup>
40  <ItemGroup>
41    <Compile Include="ANTLRFileStream.cs" />
42    <Compile Include="ANTLRInputStream.cs" />
43    <Compile Include="ANTLRReaderStream.cs" />
44    <Compile Include="ANTLRStringStream.cs" />
45    <Compile Include="AstParserRuleReturnScope`2.cs" />
46    <Compile Include="BaseRecognizer.cs" />
47    <Compile Include="BitSet.cs" />
48    <Compile Include="BufferedTokenStream.cs" />
49    <Compile Include="CharStreamConstants.cs" />
50    <Compile Include="CharStreamState.cs" />
51    <Compile Include="ClassicToken.cs" />
52    <Compile Include="CommonToken.cs" />
53    <Compile Include="CommonTokenStream.cs" />
54    <Compile Include="Debug\IDebugEventListener.cs" />
55    <Compile Include="DFA.cs" />
56    <Compile Include="EarlyExitException.cs" />
57    <Compile Include="FailedPredicateException.cs" />
58    <Compile Include="GrammarRuleAttribute.cs" />
59    <Compile Include="IAstRuleReturnScope.cs" />
60    <Compile Include="IAstRuleReturnScope`1.cs" />
61    <Compile Include="ICharStream.cs" />
62    <Compile Include="IIntStream.cs" />
63    <Compile Include="IRuleReturnScope.cs" />
64    <Compile Include="IRuleReturnScope`1.cs" />
65    <Compile Include="ITemplateRuleReturnScope.cs" />
66    <Compile Include="ITemplateRuleReturnScope`1.cs" />
67    <Compile Include="IToken.cs" />
68    <Compile Include="ITokenSource.cs" />
69    <Compile Include="ITokenStream.cs" />
70    <Compile Include="ITokenStreamInformation.cs" />
71    <Compile Include="LegacyCommonTokenStream.cs" />
72    <Compile Include="Lexer.cs" />
73    <Compile Include="Misc\FastQueue.cs" />
74    <Compile Include="Misc\FunctionDelegates.cs" />
75    <Compile Include="Misc\ListStack`1.cs" />
76    <Compile Include="Misc\LookaheadStream.cs" />
77    <Compile Include="MismatchedNotSetException.cs" />
78    <Compile Include="MismatchedRangeException.cs" />
79    <Compile Include="MismatchedSetException.cs" />
80    <Compile Include="MismatchedTokenException.cs" />
81    <Compile Include="MismatchedTreeNodeException.cs" />
82    <Compile Include="MissingTokenException.cs" />
83    <Compile Include="NoViableAltException.cs" />
84    <Compile Include="Parser.cs" />
85    <Compile Include="ParserRuleReturnScope.cs" />
86    <Compile Include="Properties\AssemblyInfo.cs" />
87    <Compile Include="RecognitionException.cs" />
88    <Compile Include="RecognizerSharedState.cs" />
89    <Compile Include="TemplateParserRuleReturnScope`2.cs" />
90    <Compile Include="TokenChannels.cs" />
91    <Compile Include="TokenRewriteStream.cs" />
92    <Compile Include="Tokens.cs" />
93    <Compile Include="TokenTypes.cs" />
94    <Compile Include="Tree\AstTreeRuleReturnScope`2.cs" />
95    <Compile Include="Tree\BaseTree.cs" />
96    <Compile Include="Tree\BaseTreeAdaptor.cs" />
97    <Compile Include="Tree\AntlrRuntime_BaseTreeDebugView.cs" />
98    <Compile Include="Tree\BufferedTreeNodeStream.cs" />
99    <Compile Include="Tree\CommonErrorNode.cs" />
100    <Compile Include="Tree\CommonTree.cs" />
101    <Compile Include="Tree\CommonTreeAdaptor.cs" />
102    <Compile Include="Tree\CommonTreeNodeStream.cs" />
103    <Compile Include="Tree\DotTreeGenerator.cs" />
104    <Compile Include="Tree\IPositionTrackingStream.cs" />
105    <Compile Include="Tree\ITree.cs" />
106    <Compile Include="Tree\ITreeAdaptor.cs" />
107    <Compile Include="Tree\ITreeNodeStream.cs" />
108    <Compile Include="Tree\ITreeVisitorAction.cs" />
109    <Compile Include="Tree\ParseTree.cs" />
110    <Compile Include="Tree\RewriteCardinalityException.cs" />
111    <Compile Include="Tree\RewriteEarlyExitException.cs" />
112    <Compile Include="Tree\RewriteEmptyStreamException.cs" />
113    <Compile Include="Tree\RewriteRuleElementStream.cs" />
114    <Compile Include="Tree\RewriteRuleNodeStream.cs" />
115    <Compile Include="Tree\RewriteRuleSubtreeStream.cs" />
116    <Compile Include="Tree\RewriteRuleTokenStream.cs" />
117    <Compile Include="Tree\TemplateTreeRuleReturnScope`2.cs" />
118    <Compile Include="Tree\TreeFilter.cs" />
119    <Compile Include="Tree\TreeIterator.cs" />
120    <Compile Include="Tree\TreeParser.cs" />
121    <Compile Include="Tree\TreePatternLexer.cs" />
122    <Compile Include="Tree\TreePatternParser.cs" />
123    <Compile Include="Tree\TreeRewriter.cs" />
124    <Compile Include="Tree\TreeRuleReturnScope`1.cs" />
125    <Compile Include="Tree\TreeVisitor.cs" />
126    <Compile Include="Tree\TreeWizard.cs" />
127    <Compile Include="UnbufferedTokenStream.cs" />
128    <Compile Include="UnwantedTokenException.cs" />
129  </ItemGroup>
130  <ItemGroup>
131    <None Include="..\..\..\..\..\..\..\..\..\keys\antlr\Key.snk">
132      <Link>Key.snk</Link>
133    </None>
134  </ItemGroup>
135  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
136  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
137       Other similar extension points exist, see Microsoft.Common.targets.
138  <Target Name="BeforeBuild">
139  </Target>
140  <Target Name="AfterBuild">
141  </Target>
142  -->
143</Project>