|
|
|
@ -53,13 +53,6 @@
@@ -53,13 +53,6 @@
|
|
|
|
|
<ItemGroup> |
|
|
|
|
<None Include="Resources\ICSharpCode.NRefactory.snk" /> |
|
|
|
|
<None Include="Src\Lexer\BuildKeywords.pl" /> |
|
|
|
|
<None Include="Src\Parser\CSharp\cs.ATG" /> |
|
|
|
|
<None Include="Src\Parser\Frames\Parser.frame" /> |
|
|
|
|
<None Include="Src\Parser\Frames\Parser.frame.new" /> |
|
|
|
|
<None Include="Src\Parser\Frames\Parser.frame.old" /> |
|
|
|
|
<None Include="Src\Parser\Frames\Scanner.frame" /> |
|
|
|
|
<None Include="Src\Parser\gen.bat" /> |
|
|
|
|
<None Include="Src\Parser\VBNet\VBNET.ATG" /> |
|
|
|
|
<Compile Include="Configuration\AssemblyInfo.cs" /> |
|
|
|
|
<Compile Include="Src\Lexer\AbstractLexer.cs" /> |
|
|
|
|
<Compile Include="Src\Lexer\CSharp\Keywords.cs" /> |
|
|
|
@ -77,66 +70,86 @@
@@ -77,66 +70,86 @@
|
|
|
|
|
<Compile Include="Src\Lexer\VBNet\Keywords.cs" /> |
|
|
|
|
<Compile Include="Src\Lexer\VBNet\Lexer.cs" /> |
|
|
|
|
<Compile Include="Src\Lexer\VBNet\Tokens.cs" /> |
|
|
|
|
<Compile Include="Src\Output\AbstractOutputFormatter.cs" /> |
|
|
|
|
<Compile Include="Src\Output\AbstractPrettyPrintOptions.cs" /> |
|
|
|
|
<Compile Include="Src\Output\CodeDOM\CodeDOMOutputVisitor.cs" /> |
|
|
|
|
<Compile Include="Src\Output\CSharp\CSharpOutputVisitor.cs" /> |
|
|
|
|
<Compile Include="Src\Output\CSharp\OutputFormatter.cs" /> |
|
|
|
|
<Compile Include="Src\Output\CSharp\PrettyPrintOptions.cs" /> |
|
|
|
|
<Compile Include="Src\Output\IOutputASTVisitor.cs" /> |
|
|
|
|
<Compile Include="Src\Output\NodeInformVisitor.cs" /> |
|
|
|
|
<Compile Include="Src\Output\VBNet\VBNetOutputFormatter.cs" /> |
|
|
|
|
<Compile Include="Src\Output\VBNet\VBNetOutputVisitor.cs" /> |
|
|
|
|
<Compile Include="Src\Output\VBNet\VBNetPrettyPrintOptions.cs" /> |
|
|
|
|
<Compile Include="Src\Parser\AbstractParser.cs" /> |
|
|
|
|
<Compile Include="Src\Parser\AST\AbstractNode.cs" /> |
|
|
|
|
<Compile Include="Src\Parser\AST\INode.cs" /> |
|
|
|
|
<Compile Include="Src\Parser\CSharp\Parser.cs" /> |
|
|
|
|
<Compile Include="Src\Parser\Errors.cs" /> |
|
|
|
|
<Compile Include="Src\Parser\IParser.cs" /> |
|
|
|
|
<Compile Include="Src\Parser\Modifiers.cs" /> |
|
|
|
|
<Compile Include="Src\Parser\ParserFactory.cs" /> |
|
|
|
|
<Compile Include="Src\Parser\VBNet\ParamModifier.cs" /> |
|
|
|
|
<Compile Include="Src\Parser\VBNet\Parser.cs" /> |
|
|
|
|
<Compile Include="Src\Parser\Visitors\AbstractASTVisitor.cs" /> |
|
|
|
|
<Compile Include="Src\Parser\Visitors\IASTVisitor.cs" /> |
|
|
|
|
<Compile Include="Src\Parser\Visitors\LookupTableVisitor.cs" /> |
|
|
|
|
<Compile Include="Src\Lexer\Special\ISpecial.cs" /> |
|
|
|
|
<Compile Include="Src\Output\SpecialNodesInserter.cs" /> |
|
|
|
|
<Compile Include="Src\Parser\Visitors\CSharpToVBNetConvertVisitor.cs" /> |
|
|
|
|
<Compile Include="Src\Parser\Visitors\PrefixFieldsVisitor.cs" /> |
|
|
|
|
<Compile Include="Src\Parser\Visitors\VBNetToCSharpConvertVisitor.cs" /> |
|
|
|
|
<Compile Include="Src\Output\CodeDOM\CodeDOMVerboseOutputGenerator.cs" /> |
|
|
|
|
<Compile Include="Src\Parser\Visitors\VBNetConstructsConvertVisitor.cs" /> |
|
|
|
|
<Compile Include="Src\Parser\Visitors\CSharpConstructsVisitor.cs" /> |
|
|
|
|
<Compile Include="Src\Parser\Visitors\ToCSharpConvertVisitor.cs" /> |
|
|
|
|
<Compile Include="Src\Parser\Visitors\ToVBNetConvertVisitor.cs" /> |
|
|
|
|
<Compile Include="Src\Output\EnvironmentInformationProvider.cs" /> |
|
|
|
|
<Compile Include="Src\Parser\AST\Generated.cs" /> |
|
|
|
|
<Compile Include="Src\Parser\AST\Enums.cs" /> |
|
|
|
|
<Compile Include="Src\Parser\AST\INullable.cs" /> |
|
|
|
|
<Compile Include="Src\Parser\AST\TypeReference.cs" /> |
|
|
|
|
<Compile Include="Src\Parser\AST\General\CompilationUnit.cs" /> |
|
|
|
|
<Compile Include="Src\Parser\AST\General\Statement.cs" /> |
|
|
|
|
<Compile Include="Src\Parser\AST\General\Expression.cs" /> |
|
|
|
|
<Compile Include="Src\Parser\AST\General\BlockStatement.cs" /> |
|
|
|
|
<Compile Include="Src\Parser\AST\General\LocalVariableDeclaration.cs" /> |
|
|
|
|
<Compile Include="Src\Parser\AST\General\PrimitiveExpression.cs" /> |
|
|
|
|
<Compile Include="Src\Parser\Visitors\AbstractAstTransformer.cs" /> |
|
|
|
|
<Compile Include="..\..\..\Main\GlobalAssemblyInfo.cs"> |
|
|
|
|
<Link>Configuration\GlobalAssemblyInfo.cs</Link> |
|
|
|
|
</Compile> |
|
|
|
|
<Compile Include="Src\Parser\Location.cs" /> |
|
|
|
|
<Compile Include="Src\Parser\CSharp\CSharpParser.cs" /> |
|
|
|
|
<Compile Include="Src\Parser\CSharp\Parser.cs" /> |
|
|
|
|
<Compile Include="Src\Parser\VBNet\ParamModifier.cs" /> |
|
|
|
|
<Compile Include="Src\Parser\VBNet\Parser.cs" /> |
|
|
|
|
<Compile Include="Src\Parser\VBNet\VBNetParser.cs" /> |
|
|
|
|
<Compile Include="Src\Parser\AbstractParser.cs" /> |
|
|
|
|
<Compile Include="Src\Parser\Errors.cs" /> |
|
|
|
|
<Compile Include="Src\Parser\IParser.cs" /> |
|
|
|
|
<Compile Include="Src\Parser\Modifiers.cs" /> |
|
|
|
|
<Compile Include="Src\PrettyPrinter\CSharp\CSharpOutputVisitor.cs" /> |
|
|
|
|
<Compile Include="Src\PrettyPrinter\CSharp\OutputFormatter.cs" /> |
|
|
|
|
<Compile Include="Src\PrettyPrinter\CSharp\PrettyPrintOptions.cs" /> |
|
|
|
|
<Compile Include="Src\PrettyPrinter\VBNet\VBNetOutputFormatter.cs" /> |
|
|
|
|
<Compile Include="Src\PrettyPrinter\VBNet\VBNetOutputVisitor.cs" /> |
|
|
|
|
<Compile Include="Src\PrettyPrinter\VBNet\VBNetPrettyPrintOptions.cs" /> |
|
|
|
|
<Compile Include="Src\PrettyPrinter\AbstractOutputFormatter.cs" /> |
|
|
|
|
<Compile Include="Src\PrettyPrinter\AbstractPrettyPrintOptions.cs" /> |
|
|
|
|
<Compile Include="Src\PrettyPrinter\IOutputAstVisitor.cs" /> |
|
|
|
|
<Compile Include="Src\PrettyPrinter\NodeInformVisitor.cs" /> |
|
|
|
|
<Compile Include="Src\PrettyPrinter\SpecialNodesInserter.cs" /> |
|
|
|
|
<Compile Include="Src\Visitors\AbstractAstTransformer.cs" /> |
|
|
|
|
<Compile Include="Src\Visitors\AbstractASTVisitor.cs" /> |
|
|
|
|
<Compile Include="Src\Visitors\CodeDOMOutputVisitor.cs" /> |
|
|
|
|
<Compile Include="Src\Visitors\CodeDOMVerboseOutputGenerator.cs" /> |
|
|
|
|
<Compile Include="Src\Visitors\CSharpConstructsVisitor.cs" /> |
|
|
|
|
<Compile Include="Src\Visitors\CSharpToVBNetConvertVisitor.cs" /> |
|
|
|
|
<Compile Include="Src\Visitors\LookupTableVisitor.cs" /> |
|
|
|
|
<Compile Include="Src\Visitors\PrefixFieldsVisitor.cs" /> |
|
|
|
|
<Compile Include="Src\Visitors\ToCSharpConvertVisitor.cs" /> |
|
|
|
|
<Compile Include="Src\Visitors\ToVBNetConvertVisitor.cs" /> |
|
|
|
|
<Compile Include="Src\Visitors\VBNetConstructsConvertVisitor.cs" /> |
|
|
|
|
<Compile Include="Src\Visitors\VBNetToCSharpConvertVisitor.cs" /> |
|
|
|
|
<Compile Include="Src\EnvironmentInformationProvider.cs" /> |
|
|
|
|
<Compile Include="Src\IAstVisitor.cs" /> |
|
|
|
|
<Compile Include="Src\ParserFactory.cs" /> |
|
|
|
|
<Compile Include="Src\Location.cs" /> |
|
|
|
|
<Compile Include="Src\Ast\General\BlockStatement.cs" /> |
|
|
|
|
<Compile Include="Src\Ast\General\CompilationUnit.cs" /> |
|
|
|
|
<Compile Include="Src\Ast\General\Expression.cs" /> |
|
|
|
|
<Compile Include="Src\Ast\General\LocalVariableDeclaration.cs" /> |
|
|
|
|
<Compile Include="Src\Ast\General\PrimitiveExpression.cs" /> |
|
|
|
|
<Compile Include="Src\Ast\General\Statement.cs" /> |
|
|
|
|
<Compile Include="Src\Ast\AbstractNode.cs" /> |
|
|
|
|
<Compile Include="Src\Ast\Enums.cs" /> |
|
|
|
|
<Compile Include="Src\Ast\Generated.cs" /> |
|
|
|
|
<Compile Include="Src\Ast\INode.cs" /> |
|
|
|
|
<Compile Include="Src\Ast\INullable.cs" /> |
|
|
|
|
<Compile Include="Src\Ast\TypeReference.cs" /> |
|
|
|
|
</ItemGroup> |
|
|
|
|
<ItemGroup> |
|
|
|
|
<Content Include="Src\Lexer\CSharp\KeywordList.txt" /> |
|
|
|
|
<Content Include="Src\Lexer\VBNet\KeywordList.txt" /> |
|
|
|
|
<Folder Include="Src\Parser" /> |
|
|
|
|
<Folder Include="Src\Parser\AST" /> |
|
|
|
|
<Folder Include="Src\Parser\AST\General" /> |
|
|
|
|
<Folder Include="Src\Parser\CSharp" /> |
|
|
|
|
<Content Include="Src\Parser\CSharp\cs.ATG" /> |
|
|
|
|
<Content Include="Src\Parser\CSharp\trace.txt" /> |
|
|
|
|
<Folder Include="Src\Parser\Frames" /> |
|
|
|
|
<Content Include="Src\Parser\Frames\OldSharpCoco.exe" /> |
|
|
|
|
<Content Include="Src\Parser\Frames\Parser.frame" /> |
|
|
|
|
<Content Include="Src\Parser\Frames\Parser.frame.new" /> |
|
|
|
|
<Content Include="Src\Parser\Frames\Parser.frame.old" /> |
|
|
|
|
<Content Include="Src\Parser\Frames\Scanner.frame" /> |
|
|
|
|
<Content Include="Src\Parser\Frames\SharpCoco.exe" /> |
|
|
|
|
<Content Include="Src\Parser\Frames\trace.txt" /> |
|
|
|
|
<Folder Include="Src\Parser\VBNet" /> |
|
|
|
|
<Content Include="Src\Parser\VBNet\VBNET.ATG" /> |
|
|
|
|
<Folder Include="Src\Parser\Visitors" /> |
|
|
|
|
<Content Include="Src\Parser\gen.bat" /> |
|
|
|
|
<Folder Include="Src\PrettyPrinter" /> |
|
|
|
|
<Folder Include="Src\PrettyPrinter\CSharp" /> |
|
|
|
|
<Folder Include="Src\PrettyPrinter\VBNet" /> |
|
|
|
|
<Folder Include="Src\Visitors" /> |
|
|
|
|
<Folder Include="Src\Ast" /> |
|
|
|
|
<Folder Include="Src\Ast\General" /> |
|
|
|
|
</ItemGroup> |
|
|
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" /> |
|
|
|
|
</Project> |