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