1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3  <PropertyGroup>
4    <ProjectType>Local</ProjectType>
5    <ProductVersion>8.0.50727</ProductVersion>
6    <SchemaVersion>2.0</SchemaVersion>
7    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
8    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
9    <ApplicationIcon>
10    </ApplicationIcon>
11    <AssemblyKeyContainerName>
12    </AssemblyKeyContainerName>
13    <AssemblyName>Antlr3.Runtime</AssemblyName>
14    <AssemblyOriginatorKeyFile>
15    </AssemblyOriginatorKeyFile>
16    <DefaultClientScript>JScript</DefaultClientScript>
17    <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
18    <DefaultTargetSchema>IE50</DefaultTargetSchema>
19    <DelaySign>false</DelaySign>
20    <OutputType>Library</OutputType>
21    <RootNamespace>Antlr.Runtime</RootNamespace>
22    <NoStandardLibraries>false</NoStandardLibraries>
23    <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
24    <StartupObject>
25    </StartupObject>
26    <FileUpgradeFlags>
27    </FileUpgradeFlags>
28    <ProjectGuid>{CF15D0D5-BE72-4F98-B70F-229ABA1DF0E8}</ProjectGuid>
29  </PropertyGroup>
30  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
31    <OutputPath>bin\Debug\net-2.0\</OutputPath>
32    <BaseAddress>285212672</BaseAddress>
33    <ConfigurationOverrideFile>
34    </ConfigurationOverrideFile>
35    <DefineConstants>TRACE;DEBUG;STRONG_NAME;DOTNET2</DefineConstants>
36    <DocumentationFile>
37    </DocumentationFile>
38    <DebugSymbols>true</DebugSymbols>
39    <FileAlignment>4096</FileAlignment>
40    <RegisterForComInterop>false</RegisterForComInterop>
41    <RemoveIntegerChecks>false</RemoveIntegerChecks>
42    <WarningLevel>4</WarningLevel>
43    <DebugType>full</DebugType>
44    <ErrorReport>prompt</ErrorReport>
45    <OutputType>Library</OutputType>
46    <RootNamespace>Antlr.Runtime</RootNamespace>
47    <Optimize>true</Optimize>
48    <StartupObject />
49    <GenerateDocumentation>true</GenerateDocumentation>
50  </PropertyGroup>
51  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
52    <OutputPath>bin\Release\net-2.0\</OutputPath>
53    <BaseAddress>285212672</BaseAddress>
54    <ConfigurationOverrideFile>
55    </ConfigurationOverrideFile>
56    <DefineConstants>STRONG_NAME;DOTNET2</DefineConstants>
57    <DocumentationFile>bin\Release\net-2.0\Antlr3.Runtime.XML</DocumentationFile>
58    <DebugSymbols>true</DebugSymbols>
59    <FileAlignment>4096</FileAlignment>
60    <RegisterForComInterop>false</RegisterForComInterop>
61    <RemoveIntegerChecks>false</RemoveIntegerChecks>
62    <WarningLevel>4</WarningLevel>
63    <DebugType>full</DebugType>
64    <ErrorReport>prompt</ErrorReport>
65    <OutputType>Library</OutputType>
66    <RootNamespace>Antlr.Runtime</RootNamespace>
67    <Optimize>true</Optimize>
68    <StartupObject />
69  </PropertyGroup>
70  <ItemGroup>
71    <Reference Include="System" />
72  </ItemGroup>
73  <ItemGroup>
74    <Compile Include="Antlr.Runtime\ANTLRFileStream.cs" />
75    <Compile Include="Antlr.Runtime\ANTLRStringStream.cs" />
76    <Compile Include="AssemblyInfo.cs" />
77    <Compile Include="Antlr.Runtime\BitSet.cs" />
78    <Compile Include="Antlr.Runtime\ICharStream.cs" />
79    <Compile Include="Antlr.Runtime\CharStreamState.cs" />
80    <Compile Include="Antlr.Runtime\ClassicToken.cs" />
81    <Compile Include="Antlr.Runtime\CommonToken.cs" />
82    <Compile Include="Antlr.Runtime\DFA.cs" />
83    <Compile Include="Antlr.Runtime\EarlyExitException.cs" />
84    <Compile Include="Antlr.Runtime\FailedPredicateException.cs" />
85    <Compile Include="Antlr.Runtime\IIntStream.cs" />
86    <Compile Include="Antlr.Runtime\MismatchedNotSetException.cs" />
87    <Compile Include="Antlr.Runtime\MismatchedRangeException.cs" />
88    <Compile Include="Antlr.Runtime\MismatchedSetException.cs" />
89    <Compile Include="Antlr.Runtime\MismatchedTokenException.cs" />
90    <Compile Include="Antlr.Runtime\MismatchedTreeNodeException.cs" />
91    <Compile Include="Antlr.Runtime\NoViableAltException.cs" />
92    <Compile Include="Antlr.Runtime\Parser.cs" />
93    <Compile Include="Antlr.Runtime\ParserRuleReturnScope.cs" />
94    <Compile Include="Antlr.Runtime\RecognitionException.cs" />
95    <Compile Include="Antlr.Runtime\RuleReturnScope.cs" />
96    <Compile Include="Antlr.Runtime\Token.cs" />
97    <Compile Include="Antlr.Runtime\ITokenSource.cs" />
98    <Compile Include="Antlr.Runtime\MissingTokenException.cs" />
99    <Compile Include="Antlr.Runtime.Tree\CommonErrorNode.cs" />
100    <Compile Include="Antlr.Runtime\UnwantedTokenException.cs" />
101    <Compile Include="Antlr.Runtime.Collections\CollectionUtils.cs" />
102    <Compile Include="Antlr.Runtime.Collections\HashList.cs" />
103    <Compile Include="Antlr.Runtime.Collections\StackList.cs" />
104    <Compile Include="Antlr.Runtime.Tree\BaseTree.cs" />
105    <Compile Include="Antlr.Runtime.Tree\BaseTreeAdaptor.cs" />
106    <Compile Include="Antlr.Runtime.Tree\CommonTree.cs" />
107    <Compile Include="Antlr.Runtime.Tree\CommonTreeAdaptor.cs" />
108    <Compile Include="Antlr.Runtime.Tree\CommonTreeNodeStream.cs" />
109    <Compile Include="Antlr.Runtime.Tree\ITree.cs" />
110    <Compile Include="Antlr.Runtime.Tree\ITreeAdaptor.cs" />
111    <Compile Include="Antlr.Runtime.Tree\ITreeNodeStream.cs" />
112    <Compile Include="Antlr.Runtime.Tree\ParseTree.cs" />
113    <Compile Include="Antlr.Runtime.Tree\TreeParser.cs" />
114    <Compile Include="Antlr.Runtime.Tree\TreeRuleReturnScope.cs" />
115    <Compile Include="Antlr.Runtime.Debug\DebugEventSocketProxy.cs" />
116    <Compile Include="Antlr.Runtime.Debug\DebugParser.cs" />
117    <Compile Include="Antlr.Runtime.Debug\DebugTokenStream.cs" />
118    <Compile Include="Antlr.Runtime.Debug\IDebugEventListener.cs" />
119    <Compile Include="Antlr.Runtime.Debug\DebugTreeAdaptor.cs" />
120    <Compile Include="Antlr.Runtime\Constants.cs" />
121    <Compile Include="Messages.Designer.cs">
122      <DependentUpon>Messages.resx</DependentUpon>
123    </Compile>
124    <Compile Include="Antlr.Runtime.Debug\DebugTreeNodeStream.cs" />
125    <Compile Include="Antlr.Runtime.Debug\BlankDebugEventListener.cs" />
126    <Compile Include="Antlr.Runtime.Debug\RemoteDebugEventSocketListener.cs" />
127    <Compile Include="Antlr.Runtime.Debug\TraceDebugEventListener.cs" />
128    <Compile Include="Antlr.Runtime.Debug\DebugEventHub.cs" />
129    <Compile Include="Antlr.Runtime.Debug\DebugEventRepeater.cs" />
130    <Compile Include="Antlr.Runtime.Debug\DebugTreeParser.cs" />
131    <Compile Include="Antlr.Runtime.Debug\ParseTreeBuilder.cs" />
132    <Compile Include="Antlr.Runtime.Debug\Profiler.cs" />
133    <Compile Include="Antlr.Runtime.Debug\Tracer.cs" />
134    <Compile Include="Antlr.Runtime.Misc\Stats.cs" />
135    <Compile Include="Antlr.Runtime.Misc\ErrorManager.cs" />
136    <Compile Include="Antlr.Runtime.Tree\TreeWizard.cs" />
137    <Compile Include="Antlr.Runtime.Tree\TreePatternLexer.cs" />
138    <Compile Include="Antlr.Runtime.Tree\RewriteRuleNodeStream.cs" />
139    <Compile Include="Antlr.Runtime.Tree\TreePatternParser.cs" />
140    <Compile Include="Antlr.Runtime.Tree\RewriteCardinalityException.cs" />
141    <Compile Include="Antlr.Runtime.Tree\RewriteEarlyExitException.cs" />
142    <Compile Include="Antlr.Runtime.Tree\RewriteEmptyStreamException.cs" />
143    <Compile Include="Antlr.Runtime.Tree\RewriteRuleElementStream.cs" />
144    <Compile Include="Antlr.Runtime.Tree\RewriteRuleSubtreeStream.cs" />
145    <Compile Include="Antlr.Runtime.Tree\RewriteRuleTokenStream.cs" />
146    <Compile Include="Antlr.Runtime.Tree\UnBufferedTreeNodeStream.cs" />
147    <Compile Include="Antlr.Runtime\ANTLRInputStream.cs" />
148    <Compile Include="Antlr.Runtime\ANTLRReaderStream.cs" />
149    <Compile Include="Antlr.Runtime\BaseRecognizer.cs" />
150    <Compile Include="Antlr.Runtime\CommonTokenStream.cs" />
151    <Compile Include="Antlr.Runtime\RecognizerSharedState.cs" />
152    <Compile Include="Antlr.Runtime\IToken.cs" />
153    <Compile Include="Antlr.Runtime\ITokenStream.cs" />
154    <Compile Include="Antlr.Runtime\Lexer.cs" />
155    <Compile Include="Antlr.Runtime\TokenRewriteStream.cs" />
156    <Compile Include="Antlr.Runtime.Tree\ITreeVisitorAction.cs" />
157    <Compile Include="Antlr.Runtime.Tree\TreeVisitor.cs" />
158  </ItemGroup>
159  <ItemGroup>
160    <EmbeddedResource Include="Messages.resx">
161      <SubType>Designer</SubType>
162      <Generator>ResXFileCodeGenerator</Generator>
163    </EmbeddedResource>
164  </ItemGroup>
165  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
166  <PropertyGroup>
167    <PreBuildEvent>
168    </PreBuildEvent>
169    <PostBuildEvent>
170    </PostBuildEvent>
171    <ProjectGuid>{CF15D0D5-BE72-4F98-B70F-229ABA1DF0E8}</ProjectGuid>
172    <RootNamespace>Antlr.Runtime</RootNamespace>
173  </PropertyGroup>
174</Project>