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    <SccProjectName>SAK</SccProjectName>
17    <SccLocalPath>SAK</SccLocalPath>
18    <SccAuxPath>SAK</SccAuxPath>
19    <SccProvider>SAK</SccProvider>
20  </PropertyGroup>
21  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
22    <DebugSymbols>true</DebugSymbols>
23    <DebugType>full</DebugType>
24    <Optimize>false</Optimize>
25    <OutputPath>bin\Debug\</OutputPath>
26    <DefineConstants>DEBUG;TRACE</DefineConstants>
27    <ErrorReport>prompt</ErrorReport>
28    <WarningLevel>4</WarningLevel>
29  </PropertyGroup>
30  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
31    <DebugType>pdbonly</DebugType>
32    <Optimize>true</Optimize>
33    <OutputPath>bin\Release\</OutputPath>
34    <DefineConstants>TRACE</DefineConstants>
35    <ErrorReport>prompt</ErrorReport>
36    <WarningLevel>4</WarningLevel>
37  </PropertyGroup>
38  <ItemGroup>
39    <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
40    <Reference Include="System" />
41    <Reference Include="System.Core">
42      <RequiredTargetFramework>3.5</RequiredTargetFramework>
43    </Reference>
44    <Reference Include="vjslib" />
45  </ItemGroup>
46  <ItemGroup>
47    <Compile Include="Composition\Program.cs" />
48    <Compile Include="Properties\AssemblyInfo.cs" />
49  </ItemGroup>
50  <ItemGroup>
51    <ProjectReference Include="..\..\..\..\..\..\antlrcs\main\Antlr3.StringTemplate\Antlr3.StringTemplate.csproj">
52      <Project>{B5910BE2-DE21-4AA9-95C1-486F42B9E794}</Project>
53      <Name>Antlr3.StringTemplate</Name>
54    </ProjectReference>
55    <ProjectReference Include="..\Antlr3.Runtime.Debug\Antlr3.Runtime.Debug.csproj">
56      <Project>{5EE27A90-B023-42C9-AAF1-52B0424C5D0B}</Project>
57      <Name>Antlr3.Runtime.Debug</Name>
58    </ProjectReference>
59    <ProjectReference Include="..\Antlr3.Runtime.JavaExtensions\Antlr3.Runtime.JavaExtensions.csproj">
60      <Project>{A7EEC557-EB14-451C-9616-B7A61F4ECE69}</Project>
61      <Name>Antlr3.Runtime.JavaExtensions</Name>
62    </ProjectReference>
63    <ProjectReference Include="..\Antlr3.Runtime\Antlr3.Runtime.csproj">
64      <Project>{8FDC0A87-9005-4D5A-AB75-E55CEB575559}</Project>
65      <Name>Antlr3.Runtime</Name>
66    </ProjectReference>
67  </ItemGroup>
68  <ItemGroup>
69    <Antlr3 Include="SimpleExpression.g3">
70      <Generator>MSBuild:Compile</Generator>
71    </Antlr3>
72  </ItemGroup>
73  <ItemGroup>
74    <Compile Include="SemanticPredicateReduction.g3.lexer.cs">
75      <DependentUpon>SemanticPredicateReduction.g3</DependentUpon>
76    </Compile>
77    <Compile Include="SemanticPredicateReduction.g3.parser.cs">
78      <DependentUpon>SemanticPredicateReduction.g3</DependentUpon>
79    </Compile>
80    <Compile Include="SimpleExpressionLexerHelper.cs">
81      <DependentUpon>SimpleExpression.g3</DependentUpon>
82    </Compile>
83    <Compile Include="SimpleExpressionParserHelper.cs">
84      <DependentUpon>SimpleExpression.g3</DependentUpon>
85    </Compile>
86  </ItemGroup>
87  <ItemGroup>
88    <Antlr3 Include="FastSimpleExpression.g3">
89      <Generator>MSBuild:Compile</Generator>
90    </Antlr3>
91    <Compile Include="FastSimpleExpressionLexerHelper.cs">
92      <DependentUpon>FastSimpleExpression.g3</DependentUpon>
93    </Compile>
94    <Compile Include="FastSimpleExpressionParserHelper.cs">
95      <DependentUpon>FastSimpleExpression.g3</DependentUpon>
96    </Compile>
97  </ItemGroup>
98  <ItemGroup>
99    <Antlr3 Include="JavaCompat\Expr.g3">
100      <Generator>MSBuild:Compile</Generator>
101    </Antlr3>
102  </ItemGroup>
103  <ItemGroup>
104    <Antlr3 Include="BuildOptions\DebugGrammar.g3">
105      <!--<GrammarOptions>-debug</GrammarOptions>-->
106      <Generator>MSBuild:Compile</Generator>
107    </Antlr3>
108    <Compile Include="BuildOptions\DebugGrammarLexerHelper.cs">
109      <DependentUpon>DebugGrammar.g3</DependentUpon>
110    </Compile>
111    <Compile Include="BuildOptions\DebugGrammarParserHelper.cs">
112      <DependentUpon>DebugGrammar.g3</DependentUpon>
113    </Compile>
114  </ItemGroup>
115  <ItemGroup>
116    <Antlr3 Include="BuildOptions\DebugTreeGrammar.g3">
117      <!--<GrammarOptions>-debug</GrammarOptions>-->
118      <Generator>MSBuild:Compile</Generator>
119    </Antlr3>
120    <Compile Include="BuildOptions\DebugTreeGrammarHelper.cs">
121      <DependentUpon>DebugTreeGrammar.g3</DependentUpon>
122    </Compile>
123    <Compile Include="SlimParsing\ITokenSource`1.cs" />
124    <Compile Include="SlimParsing\ITokenStream`1.cs" />
125    <Compile Include="SlimParsing\SlimLexer.cs" />
126    <Compile Include="SlimParsing\SlimStringStream.cs" />
127    <Compile Include="SlimParsing\SlimToken.cs" />
128    <Compile Include="SlimParsing\SlimTokenStream.cs" />
129    <Compile Include="SlimParsing\Tree\ITreeAdaptor`1.cs" />
130    <Compile Include="SlimParsing\Tree\ITreeFactory.cs" />
131    <Compile Include="SlimParsing\Tree\ITreeNodeStream`1.cs" />
132    <Compile Include="StringTemplateOutput.g3.lexer.cs">
133      <DependentUpon>StringTemplateOutput.g3</DependentUpon>
134    </Compile>
135    <Compile Include="StringTemplateOutput.g3.parser.cs">
136      <DependentUpon>StringTemplateOutput.g3</DependentUpon>
137    </Compile>
138    <Compile Include="TestActionFeatures.g3.lexer.cs">
139      <DependentUpon>TestActionFeatures.g3</DependentUpon>
140    </Compile>
141    <Compile Include="TestActionFeatures.g3.parser.cs">
142      <DependentUpon>TestActionFeatures.g3</DependentUpon>
143    </Compile>
144    <Compile Include="TestDotTreeGenerator.cs" />
145    <Compile Include="TestExpressionFeatures.g3.lexer.cs">
146      <DependentUpon>TestExpressionFeatures.g3</DependentUpon>
147    </Compile>
148    <Compile Include="TestExpressionFeatures.g3.parser.cs">
149      <DependentUpon>TestExpressionFeatures.g3</DependentUpon>
150    </Compile>
151    <Compile Include="TestFastLexer.cs" />
152  </ItemGroup>
153  <ItemGroup>
154    <None Include="BuildOptions\ProfileGrammar.g3">
155      <!--<GrammarOptions>-profile</GrammarOptions>-->
156      <Generator>MSBuild:Compile</Generator>
157    </None>
158    <None Include="BuildOptions\ProfileGrammarLexerHelper.cs">
159      <DependentUpon>ProfileGrammar.g3</DependentUpon>
160    </None>
161    <None Include="BuildOptions\ProfileGrammarParserHelper.cs">
162      <DependentUpon>ProfileGrammar.g3</DependentUpon>
163    </None>
164    <Antlr3 Include="StringTemplateOutput.g3">
165      <Generator>MSBuild:Compile</Generator>
166    </Antlr3>
167    <Antlr3 Include="TestActionFeatures.g3">
168      <Generator>MSBuild:Compile</Generator>
169    </Antlr3>
170    <Antlr3 Include="SemanticPredicateReduction.g3">
171      <Generator>MSBuild:Compile</Generator>
172    </Antlr3>
173    <Antlr3 Include="Composition\Reduce.g3" />
174    <Antlr3 Include="Composition\Simplify.g3" />
175    <Antlr3 Include="Composition\VecMath.g3" />
176    <None Include="Composition\VecMath_Lexer.g3" />
177    <None Include="Composition\VecMath_Parser.g3" />
178    <None Include="TestExpressionFeatures.g3">
179      <Generator>MSBuild:Compile</Generator>
180    </None>
181  </ItemGroup>
182  <ItemGroup>
183    <None Include="BuildOptions\ProfileTreeGrammar.g3">
184      <!--<GrammarOptions>-profile</GrammarOptions>-->
185      <Generator>MSBuild:Compile</Generator>
186    </None>
187    <None Include="BuildOptions\ProfileTreeGrammarHelper.cs">
188      <DependentUpon>ProfileTreeGrammar.g3</DependentUpon>
189    </None>
190  </ItemGroup>
191  <PropertyGroup>
192    <!-- Folder containing AntlrBuildTask.dll -->
193    <AntlrBuildTaskPath>$(SolutionDir)bin\Bootstrap</AntlrBuildTaskPath>
194    <!-- Path to the ANTLR Tool itself. -->
195    <AntlrToolPath>$(SolutionDir)bin\Bootstrap\Antlr3.exe</AntlrToolPath>
196  </PropertyGroup>
197  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
198  <Import Project="$(ProjectDir)..\..\..\..\..\..\antlrcs\main\bin\Bootstrap\Antlr3.targets" />
199  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
200       Other similar extension points exist, see Microsoft.Common.targets.
201  <Target Name="BeforeBuild">
202  </Target>
203  <Target Name="AfterBuild">
204  </Target>
205  -->
206</Project>