aboutsummaryrefslogtreecommitdiff
path: root/runtime/CSharp3/Sources/Antlr3.Runtime.Test/Antlr3.Runtime.Test.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/CSharp3/Sources/Antlr3.Runtime.Test/Antlr3.Runtime.Test.csproj')
-rw-r--r--runtime/CSharp3/Sources/Antlr3.Runtime.Test/Antlr3.Runtime.Test.csproj206
1 files changed, 206 insertions, 0 deletions
diff --git a/runtime/CSharp3/Sources/Antlr3.Runtime.Test/Antlr3.Runtime.Test.csproj b/runtime/CSharp3/Sources/Antlr3.Runtime.Test/Antlr3.Runtime.Test.csproj
new file mode 100644
index 0000000..11206dc
--- /dev/null
+++ b/runtime/CSharp3/Sources/Antlr3.Runtime.Test/Antlr3.Runtime.Test.csproj
@@ -0,0 +1,206 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <PropertyGroup>
+ <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
+ <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
+ <ProductVersion>9.0.30729</ProductVersion>
+ <SchemaVersion>2.0</SchemaVersion>
+ <ProjectGuid>{19B965DE-5100-4064-A580-159644F6980E}</ProjectGuid>
+ <OutputType>Library</OutputType>
+ <AppDesignerFolder>Properties</AppDesignerFolder>
+ <RootNamespace>Antlr3.Runtime.Test</RootNamespace>
+ <AssemblyName>Antlr3.Runtime.Test</AssemblyName>
+ <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
+ <FileAlignment>512</FileAlignment>
+ <ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
+ <SccProjectName>SAK</SccProjectName>
+ <SccLocalPath>SAK</SccLocalPath>
+ <SccAuxPath>SAK</SccAuxPath>
+ <SccProvider>SAK</SccProvider>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
+ <DebugSymbols>true</DebugSymbols>
+ <DebugType>full</DebugType>
+ <Optimize>false</Optimize>
+ <OutputPath>bin\Debug\</OutputPath>
+ <DefineConstants>DEBUG;TRACE</DefineConstants>
+ <ErrorReport>prompt</ErrorReport>
+ <WarningLevel>4</WarningLevel>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
+ <DebugType>pdbonly</DebugType>
+ <Optimize>true</Optimize>
+ <OutputPath>bin\Release\</OutputPath>
+ <DefineConstants>TRACE</DefineConstants>
+ <ErrorReport>prompt</ErrorReport>
+ <WarningLevel>4</WarningLevel>
+ </PropertyGroup>
+ <ItemGroup>
+ <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
+ <Reference Include="System" />
+ <Reference Include="System.Core">
+ <RequiredTargetFramework>3.5</RequiredTargetFramework>
+ </Reference>
+ <Reference Include="vjslib" />
+ </ItemGroup>
+ <ItemGroup>
+ <Compile Include="Composition\Program.cs" />
+ <Compile Include="Properties\AssemblyInfo.cs" />
+ </ItemGroup>
+ <ItemGroup>
+ <ProjectReference Include="..\..\..\..\..\..\antlrcs\main\Antlr3.StringTemplate\Antlr3.StringTemplate.csproj">
+ <Project>{B5910BE2-DE21-4AA9-95C1-486F42B9E794}</Project>
+ <Name>Antlr3.StringTemplate</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\Antlr3.Runtime.Debug\Antlr3.Runtime.Debug.csproj">
+ <Project>{5EE27A90-B023-42C9-AAF1-52B0424C5D0B}</Project>
+ <Name>Antlr3.Runtime.Debug</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\Antlr3.Runtime.JavaExtensions\Antlr3.Runtime.JavaExtensions.csproj">
+ <Project>{A7EEC557-EB14-451C-9616-B7A61F4ECE69}</Project>
+ <Name>Antlr3.Runtime.JavaExtensions</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\Antlr3.Runtime\Antlr3.Runtime.csproj">
+ <Project>{8FDC0A87-9005-4D5A-AB75-E55CEB575559}</Project>
+ <Name>Antlr3.Runtime</Name>
+ </ProjectReference>
+ </ItemGroup>
+ <ItemGroup>
+ <Antlr3 Include="SimpleExpression.g3">
+ <Generator>MSBuild:Compile</Generator>
+ </Antlr3>
+ </ItemGroup>
+ <ItemGroup>
+ <Compile Include="SemanticPredicateReduction.g3.lexer.cs">
+ <DependentUpon>SemanticPredicateReduction.g3</DependentUpon>
+ </Compile>
+ <Compile Include="SemanticPredicateReduction.g3.parser.cs">
+ <DependentUpon>SemanticPredicateReduction.g3</DependentUpon>
+ </Compile>
+ <Compile Include="SimpleExpressionLexerHelper.cs">
+ <DependentUpon>SimpleExpression.g3</DependentUpon>
+ </Compile>
+ <Compile Include="SimpleExpressionParserHelper.cs">
+ <DependentUpon>SimpleExpression.g3</DependentUpon>
+ </Compile>
+ </ItemGroup>
+ <ItemGroup>
+ <Antlr3 Include="FastSimpleExpression.g3">
+ <Generator>MSBuild:Compile</Generator>
+ </Antlr3>
+ <Compile Include="FastSimpleExpressionLexerHelper.cs">
+ <DependentUpon>FastSimpleExpression.g3</DependentUpon>
+ </Compile>
+ <Compile Include="FastSimpleExpressionParserHelper.cs">
+ <DependentUpon>FastSimpleExpression.g3</DependentUpon>
+ </Compile>
+ </ItemGroup>
+ <ItemGroup>
+ <Antlr3 Include="JavaCompat\Expr.g3">
+ <Generator>MSBuild:Compile</Generator>
+ </Antlr3>
+ </ItemGroup>
+ <ItemGroup>
+ <Antlr3 Include="BuildOptions\DebugGrammar.g3">
+ <!--<GrammarOptions>-debug</GrammarOptions>-->
+ <Generator>MSBuild:Compile</Generator>
+ </Antlr3>
+ <Compile Include="BuildOptions\DebugGrammarLexerHelper.cs">
+ <DependentUpon>DebugGrammar.g3</DependentUpon>
+ </Compile>
+ <Compile Include="BuildOptions\DebugGrammarParserHelper.cs">
+ <DependentUpon>DebugGrammar.g3</DependentUpon>
+ </Compile>
+ </ItemGroup>
+ <ItemGroup>
+ <Antlr3 Include="BuildOptions\DebugTreeGrammar.g3">
+ <!--<GrammarOptions>-debug</GrammarOptions>-->
+ <Generator>MSBuild:Compile</Generator>
+ </Antlr3>
+ <Compile Include="BuildOptions\DebugTreeGrammarHelper.cs">
+ <DependentUpon>DebugTreeGrammar.g3</DependentUpon>
+ </Compile>
+ <Compile Include="SlimParsing\ITokenSource`1.cs" />
+ <Compile Include="SlimParsing\ITokenStream`1.cs" />
+ <Compile Include="SlimParsing\SlimLexer.cs" />
+ <Compile Include="SlimParsing\SlimStringStream.cs" />
+ <Compile Include="SlimParsing\SlimToken.cs" />
+ <Compile Include="SlimParsing\SlimTokenStream.cs" />
+ <Compile Include="SlimParsing\Tree\ITreeAdaptor`1.cs" />
+ <Compile Include="SlimParsing\Tree\ITreeFactory.cs" />
+ <Compile Include="SlimParsing\Tree\ITreeNodeStream`1.cs" />
+ <Compile Include="StringTemplateOutput.g3.lexer.cs">
+ <DependentUpon>StringTemplateOutput.g3</DependentUpon>
+ </Compile>
+ <Compile Include="StringTemplateOutput.g3.parser.cs">
+ <DependentUpon>StringTemplateOutput.g3</DependentUpon>
+ </Compile>
+ <Compile Include="TestActionFeatures.g3.lexer.cs">
+ <DependentUpon>TestActionFeatures.g3</DependentUpon>
+ </Compile>
+ <Compile Include="TestActionFeatures.g3.parser.cs">
+ <DependentUpon>TestActionFeatures.g3</DependentUpon>
+ </Compile>
+ <Compile Include="TestDotTreeGenerator.cs" />
+ <Compile Include="TestExpressionFeatures.g3.lexer.cs">
+ <DependentUpon>TestExpressionFeatures.g3</DependentUpon>
+ </Compile>
+ <Compile Include="TestExpressionFeatures.g3.parser.cs">
+ <DependentUpon>TestExpressionFeatures.g3</DependentUpon>
+ </Compile>
+ <Compile Include="TestFastLexer.cs" />
+ </ItemGroup>
+ <ItemGroup>
+ <None Include="BuildOptions\ProfileGrammar.g3">
+ <!--<GrammarOptions>-profile</GrammarOptions>-->
+ <Generator>MSBuild:Compile</Generator>
+ </None>
+ <None Include="BuildOptions\ProfileGrammarLexerHelper.cs">
+ <DependentUpon>ProfileGrammar.g3</DependentUpon>
+ </None>
+ <None Include="BuildOptions\ProfileGrammarParserHelper.cs">
+ <DependentUpon>ProfileGrammar.g3</DependentUpon>
+ </None>
+ <Antlr3 Include="StringTemplateOutput.g3">
+ <Generator>MSBuild:Compile</Generator>
+ </Antlr3>
+ <Antlr3 Include="TestActionFeatures.g3">
+ <Generator>MSBuild:Compile</Generator>
+ </Antlr3>
+ <Antlr3 Include="SemanticPredicateReduction.g3">
+ <Generator>MSBuild:Compile</Generator>
+ </Antlr3>
+ <Antlr3 Include="Composition\Reduce.g3" />
+ <Antlr3 Include="Composition\Simplify.g3" />
+ <Antlr3 Include="Composition\VecMath.g3" />
+ <None Include="Composition\VecMath_Lexer.g3" />
+ <None Include="Composition\VecMath_Parser.g3" />
+ <None Include="TestExpressionFeatures.g3">
+ <Generator>MSBuild:Compile</Generator>
+ </None>
+ </ItemGroup>
+ <ItemGroup>
+ <None Include="BuildOptions\ProfileTreeGrammar.g3">
+ <!--<GrammarOptions>-profile</GrammarOptions>-->
+ <Generator>MSBuild:Compile</Generator>
+ </None>
+ <None Include="BuildOptions\ProfileTreeGrammarHelper.cs">
+ <DependentUpon>ProfileTreeGrammar.g3</DependentUpon>
+ </None>
+ </ItemGroup>
+ <PropertyGroup>
+ <!-- Folder containing AntlrBuildTask.dll -->
+ <AntlrBuildTaskPath>$(SolutionDir)bin\Bootstrap</AntlrBuildTaskPath>
+ <!-- Path to the ANTLR Tool itself. -->
+ <AntlrToolPath>$(SolutionDir)bin\Bootstrap\Antlr3.exe</AntlrToolPath>
+ </PropertyGroup>
+ <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
+ <Import Project="$(ProjectDir)..\..\..\..\..\..\antlrcs\main\bin\Bootstrap\Antlr3.targets" />
+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
+ Other similar extension points exist, see Microsoft.Common.targets.
+ <Target Name="BeforeBuild">
+ </Target>
+ <Target Name="AfterBuild">
+ </Target>
+ -->
+</Project> \ No newline at end of file