|
|
|
@ -59,91 +59,91 @@
@@ -59,91 +59,91 @@
|
|
|
|
|
</Reference> |
|
|
|
|
</ItemGroup> |
|
|
|
|
<ItemGroup> |
|
|
|
|
<Compile Include="CSharp\Dom\CompilationUnit.cs" /> |
|
|
|
|
<Compile Include="CSharp\Dom\CSharpModifierToken.cs" /> |
|
|
|
|
<Compile Include="CSharp\Dom\CSharpTokenNode.cs" /> |
|
|
|
|
<Compile Include="CSharp\Dom\DomLocation.cs" /> |
|
|
|
|
<Compile Include="CSharp\Dom\DomType.cs" /> |
|
|
|
|
<Compile Include="CSharp\Dom\Expressions\AnonymousMethodExpression.cs" /> |
|
|
|
|
<Compile Include="CSharp\Dom\Expressions\ArgListExpression.cs" /> |
|
|
|
|
<Compile Include="CSharp\Dom\Expressions\AsExpression.cs" /> |
|
|
|
|
<Compile Include="CSharp\Dom\Expressions\AssignmentExpression.cs" /> |
|
|
|
|
<Compile Include="CSharp\Dom\Expressions\BaseReferenceExpression.cs" /> |
|
|
|
|
<Compile Include="CSharp\Dom\Expressions\BinaryOperatorExpression.cs" /> |
|
|
|
|
<Compile Include="CSharp\Dom\Expressions\CastExpression.cs" /> |
|
|
|
|
<Compile Include="CSharp\Dom\Expressions\CheckedExpression.cs" /> |
|
|
|
|
<Compile Include="CSharp\Dom\Expressions\ConditionalExpression.cs" /> |
|
|
|
|
<Compile Include="CSharp\Dom\Expressions\DefaultValueExpression.cs" /> |
|
|
|
|
<Compile Include="CSharp\Dom\Expressions\Expression.cs" /> |
|
|
|
|
<Compile Include="CSharp\Dom\Expressions\IdentifierExpression.cs" /> |
|
|
|
|
<Compile Include="CSharp\Dom\Expressions\IndexerExpression.cs" /> |
|
|
|
|
<Compile Include="CSharp\Dom\Expressions\InvocationExpression.cs" /> |
|
|
|
|
<Compile Include="CSharp\Dom\Expressions\IsExpression.cs" /> |
|
|
|
|
<Compile Include="CSharp\Dom\Expressions\LambdaExpression.cs" /> |
|
|
|
|
<Compile Include="CSharp\Dom\Expressions\MemberReferenceExpression.cs" /> |
|
|
|
|
<Compile Include="CSharp\Dom\Expressions\NullReferenceExpression.cs" /> |
|
|
|
|
<Compile Include="CSharp\Dom\Expressions\ObjectCreateExpression.cs" /> |
|
|
|
|
<Compile Include="CSharp\Dom\Expressions\ParenthesizedExpression.cs" /> |
|
|
|
|
<Compile Include="CSharp\Dom\Expressions\PointerReferenceExpression.cs" /> |
|
|
|
|
<Compile Include="CSharp\Dom\Expressions\PrimitiveExpression.cs" /> |
|
|
|
|
<Compile Include="CSharp\Dom\Expressions\QueryExpression.cs" /> |
|
|
|
|
<Compile Include="CSharp\Dom\Expressions\SizeOfExpression.cs" /> |
|
|
|
|
<Compile Include="CSharp\Dom\Expressions\StackAllocExpression.cs" /> |
|
|
|
|
<Compile Include="CSharp\Dom\Expressions\ThisReferenceExpression.cs" /> |
|
|
|
|
<Compile Include="CSharp\Dom\Expressions\TypeOfExpression.cs" /> |
|
|
|
|
<Compile Include="CSharp\Dom\Expressions\UnaryOperatorExpression.cs" /> |
|
|
|
|
<Compile Include="CSharp\Dom\Expressions\UncheckedExpression.cs" /> |
|
|
|
|
<Compile Include="CSharp\Dom\GeneralScope\TypeParameterDeclaration.cs" /> |
|
|
|
|
<Compile Include="CSharp\Dom\MemberType.cs" /> |
|
|
|
|
<Compile Include="CSharp\Dom\PrimitiveType.cs" /> |
|
|
|
|
<Compile Include="CSharp\Dom\GeneralScope\Attribute.cs" /> |
|
|
|
|
<Compile Include="CSharp\Dom\GeneralScope\AttributeSection.cs" /> |
|
|
|
|
<Compile Include="CSharp\Dom\GeneralScope\Constraint.cs" /> |
|
|
|
|
<Compile Include="CSharp\Dom\GeneralScope\DelegateDeclaration.cs" /> |
|
|
|
|
<Compile Include="CSharp\Dom\GeneralScope\NamespaceDeclaration.cs" /> |
|
|
|
|
<Compile Include="CSharp\Dom\GeneralScope\TypeDeclaration.cs" /> |
|
|
|
|
<Compile Include="CSharp\Dom\GeneralScope\UsingAliasDeclaration.cs" /> |
|
|
|
|
<Compile Include="CSharp\Dom\GeneralScope\UsingDeclaration.cs" /> |
|
|
|
|
<Compile Include="CSharp\Dom\Identifier.cs" /> |
|
|
|
|
<Compile Include="CSharp\Dom\Modifiers.cs" /> |
|
|
|
|
<Compile Include="CSharp\Dom\Role.cs" /> |
|
|
|
|
<Compile Include="CSharp\Dom\SimpleType.cs" /> |
|
|
|
|
<Compile Include="CSharp\Dom\Statements\BlockStatement.cs" /> |
|
|
|
|
<Compile Include="CSharp\Dom\Statements\BreakStatement.cs" /> |
|
|
|
|
<Compile Include="CSharp\Dom\Statements\CheckedStatement.cs" /> |
|
|
|
|
<Compile Include="CSharp\Dom\Statements\ContinueStatement.cs" /> |
|
|
|
|
<Compile Include="CSharp\Dom\Statements\EmptyStatement.cs" /> |
|
|
|
|
<Compile Include="CSharp\Dom\Statements\ExpressionStatement.cs" /> |
|
|
|
|
<Compile Include="CSharp\Dom\Statements\FixedStatement.cs" /> |
|
|
|
|
<Compile Include="CSharp\Dom\Statements\ForeachStatement.cs" /> |
|
|
|
|
<Compile Include="CSharp\Dom\Statements\ForStatement.cs" /> |
|
|
|
|
<Compile Include="CSharp\Dom\Statements\GotoStatement.cs" /> |
|
|
|
|
<Compile Include="CSharp\Dom\Statements\IfElseStatement.cs" /> |
|
|
|
|
<Compile Include="CSharp\Dom\Statements\LabelStatement.cs" /> |
|
|
|
|
<Compile Include="CSharp\Dom\Statements\LockStatement.cs" /> |
|
|
|
|
<Compile Include="CSharp\Dom\Statements\ReturnStatement.cs" /> |
|
|
|
|
<Compile Include="CSharp\Dom\Statements\Statement.cs" /> |
|
|
|
|
<Compile Include="CSharp\Dom\Statements\SwitchStatement.cs" /> |
|
|
|
|
<Compile Include="CSharp\Dom\Statements\ThrowStatement.cs" /> |
|
|
|
|
<Compile Include="CSharp\Dom\Statements\TryCatchStatement.cs" /> |
|
|
|
|
<Compile Include="CSharp\Dom\Statements\UncheckedStatement.cs" /> |
|
|
|
|
<Compile Include="CSharp\Dom\Statements\UnsafeStatement.cs" /> |
|
|
|
|
<Compile Include="CSharp\Dom\Statements\UsingStatement.cs" /> |
|
|
|
|
<Compile Include="CSharp\Dom\Statements\VariableDeclarationStatement.cs" /> |
|
|
|
|
<Compile Include="CSharp\Dom\Statements\WhileStatement.cs" /> |
|
|
|
|
<Compile Include="CSharp\Dom\Statements\YieldStatement.cs" /> |
|
|
|
|
<Compile Include="CSharp\Dom\TypeMembers\MemberDeclaration.cs" /> |
|
|
|
|
<Compile Include="CSharp\Dom\TypeMembers\AttributedNode.cs" /> |
|
|
|
|
<Compile Include="CSharp\Dom\TypeMembers\ConstructorDeclaration.cs" /> |
|
|
|
|
<Compile Include="CSharp\Dom\TypeMembers\DestructorDeclaration.cs" /> |
|
|
|
|
<Compile Include="CSharp\Dom\TypeMembers\EventDeclaration.cs" /> |
|
|
|
|
<Compile Include="CSharp\Dom\TypeMembers\FieldDeclaration.cs" /> |
|
|
|
|
<Compile Include="CSharp\Dom\TypeMembers\IndexerDeclaration.cs" /> |
|
|
|
|
<Compile Include="CSharp\Dom\TypeMembers\MethodDeclaration.cs" /> |
|
|
|
|
<Compile Include="CSharp\Dom\TypeMembers\OperatorDeclaration.cs" /> |
|
|
|
|
<Compile Include="CSharp\Dom\TypeMembers\ParameterDeclaration.cs" /> |
|
|
|
|
<Compile Include="CSharp\Dom\TypeMembers\PropertyDeclaration.cs" /> |
|
|
|
|
<Compile Include="CSharp\Dom\TypeMembers\VariableInitializer.cs" /> |
|
|
|
|
<Compile Include="CSharp\Ast\CompilationUnit.cs" /> |
|
|
|
|
<Compile Include="CSharp\Ast\CSharpModifierToken.cs" /> |
|
|
|
|
<Compile Include="CSharp\Ast\CSharpTokenNode.cs" /> |
|
|
|
|
<Compile Include="CSharp\Ast\AstLocation.cs" /> |
|
|
|
|
<Compile Include="CSharp\Ast\AstType.cs" /> |
|
|
|
|
<Compile Include="CSharp\Ast\Expressions\AnonymousMethodExpression.cs" /> |
|
|
|
|
<Compile Include="CSharp\Ast\Expressions\ArgListExpression.cs" /> |
|
|
|
|
<Compile Include="CSharp\Ast\Expressions\AsExpression.cs" /> |
|
|
|
|
<Compile Include="CSharp\Ast\Expressions\AssignmentExpression.cs" /> |
|
|
|
|
<Compile Include="CSharp\Ast\Expressions\BaseReferenceExpression.cs" /> |
|
|
|
|
<Compile Include="CSharp\Ast\Expressions\BinaryOperatorExpression.cs" /> |
|
|
|
|
<Compile Include="CSharp\Ast\Expressions\CastExpression.cs" /> |
|
|
|
|
<Compile Include="CSharp\Ast\Expressions\CheckedExpression.cs" /> |
|
|
|
|
<Compile Include="CSharp\Ast\Expressions\ConditionalExpression.cs" /> |
|
|
|
|
<Compile Include="CSharp\Ast\Expressions\DefaultValueExpression.cs" /> |
|
|
|
|
<Compile Include="CSharp\Ast\Expressions\Expression.cs" /> |
|
|
|
|
<Compile Include="CSharp\Ast\Expressions\IdentifierExpression.cs" /> |
|
|
|
|
<Compile Include="CSharp\Ast\Expressions\IndexerExpression.cs" /> |
|
|
|
|
<Compile Include="CSharp\Ast\Expressions\InvocationExpression.cs" /> |
|
|
|
|
<Compile Include="CSharp\Ast\Expressions\IsExpression.cs" /> |
|
|
|
|
<Compile Include="CSharp\Ast\Expressions\LambdaExpression.cs" /> |
|
|
|
|
<Compile Include="CSharp\Ast\Expressions\MemberReferenceExpression.cs" /> |
|
|
|
|
<Compile Include="CSharp\Ast\Expressions\NullReferenceExpression.cs" /> |
|
|
|
|
<Compile Include="CSharp\Ast\Expressions\ObjectCreateExpression.cs" /> |
|
|
|
|
<Compile Include="CSharp\Ast\Expressions\ParenthesizedExpression.cs" /> |
|
|
|
|
<Compile Include="CSharp\Ast\Expressions\PointerReferenceExpression.cs" /> |
|
|
|
|
<Compile Include="CSharp\Ast\Expressions\PrimitiveExpression.cs" /> |
|
|
|
|
<Compile Include="CSharp\Ast\Expressions\QueryExpression.cs" /> |
|
|
|
|
<Compile Include="CSharp\Ast\Expressions\SizeOfExpression.cs" /> |
|
|
|
|
<Compile Include="CSharp\Ast\Expressions\StackAllocExpression.cs" /> |
|
|
|
|
<Compile Include="CSharp\Ast\Expressions\ThisReferenceExpression.cs" /> |
|
|
|
|
<Compile Include="CSharp\Ast\Expressions\TypeOfExpression.cs" /> |
|
|
|
|
<Compile Include="CSharp\Ast\Expressions\UnaryOperatorExpression.cs" /> |
|
|
|
|
<Compile Include="CSharp\Ast\Expressions\UncheckedExpression.cs" /> |
|
|
|
|
<Compile Include="CSharp\Ast\GeneralScope\TypeParameterDeclaration.cs" /> |
|
|
|
|
<Compile Include="CSharp\Ast\MemberType.cs" /> |
|
|
|
|
<Compile Include="CSharp\Ast\PrimitiveType.cs" /> |
|
|
|
|
<Compile Include="CSharp\Ast\GeneralScope\Attribute.cs" /> |
|
|
|
|
<Compile Include="CSharp\Ast\GeneralScope\AttributeSection.cs" /> |
|
|
|
|
<Compile Include="CSharp\Ast\GeneralScope\Constraint.cs" /> |
|
|
|
|
<Compile Include="CSharp\Ast\GeneralScope\DelegateDeclaration.cs" /> |
|
|
|
|
<Compile Include="CSharp\Ast\GeneralScope\NamespaceDeclaration.cs" /> |
|
|
|
|
<Compile Include="CSharp\Ast\GeneralScope\TypeDeclaration.cs" /> |
|
|
|
|
<Compile Include="CSharp\Ast\GeneralScope\UsingAliasDeclaration.cs" /> |
|
|
|
|
<Compile Include="CSharp\Ast\GeneralScope\UsingDeclaration.cs" /> |
|
|
|
|
<Compile Include="CSharp\Ast\Identifier.cs" /> |
|
|
|
|
<Compile Include="CSharp\Ast\Modifiers.cs" /> |
|
|
|
|
<Compile Include="CSharp\Ast\Role.cs" /> |
|
|
|
|
<Compile Include="CSharp\Ast\SimpleType.cs" /> |
|
|
|
|
<Compile Include="CSharp\Ast\Statements\BlockStatement.cs" /> |
|
|
|
|
<Compile Include="CSharp\Ast\Statements\BreakStatement.cs" /> |
|
|
|
|
<Compile Include="CSharp\Ast\Statements\CheckedStatement.cs" /> |
|
|
|
|
<Compile Include="CSharp\Ast\Statements\ContinueStatement.cs" /> |
|
|
|
|
<Compile Include="CSharp\Ast\Statements\EmptyStatement.cs" /> |
|
|
|
|
<Compile Include="CSharp\Ast\Statements\ExpressionStatement.cs" /> |
|
|
|
|
<Compile Include="CSharp\Ast\Statements\FixedStatement.cs" /> |
|
|
|
|
<Compile Include="CSharp\Ast\Statements\ForeachStatement.cs" /> |
|
|
|
|
<Compile Include="CSharp\Ast\Statements\ForStatement.cs" /> |
|
|
|
|
<Compile Include="CSharp\Ast\Statements\GotoStatement.cs" /> |
|
|
|
|
<Compile Include="CSharp\Ast\Statements\IfElseStatement.cs" /> |
|
|
|
|
<Compile Include="CSharp\Ast\Statements\LabelStatement.cs" /> |
|
|
|
|
<Compile Include="CSharp\Ast\Statements\LockStatement.cs" /> |
|
|
|
|
<Compile Include="CSharp\Ast\Statements\ReturnStatement.cs" /> |
|
|
|
|
<Compile Include="CSharp\Ast\Statements\Statement.cs" /> |
|
|
|
|
<Compile Include="CSharp\Ast\Statements\SwitchStatement.cs" /> |
|
|
|
|
<Compile Include="CSharp\Ast\Statements\ThrowStatement.cs" /> |
|
|
|
|
<Compile Include="CSharp\Ast\Statements\TryCatchStatement.cs" /> |
|
|
|
|
<Compile Include="CSharp\Ast\Statements\UncheckedStatement.cs" /> |
|
|
|
|
<Compile Include="CSharp\Ast\Statements\UnsafeStatement.cs" /> |
|
|
|
|
<Compile Include="CSharp\Ast\Statements\UsingStatement.cs" /> |
|
|
|
|
<Compile Include="CSharp\Ast\Statements\VariableDeclarationStatement.cs" /> |
|
|
|
|
<Compile Include="CSharp\Ast\Statements\WhileStatement.cs" /> |
|
|
|
|
<Compile Include="CSharp\Ast\Statements\YieldStatement.cs" /> |
|
|
|
|
<Compile Include="CSharp\Ast\TypeMembers\MemberDeclaration.cs" /> |
|
|
|
|
<Compile Include="CSharp\Ast\TypeMembers\AttributedNode.cs" /> |
|
|
|
|
<Compile Include="CSharp\Ast\TypeMembers\ConstructorDeclaration.cs" /> |
|
|
|
|
<Compile Include="CSharp\Ast\TypeMembers\DestructorDeclaration.cs" /> |
|
|
|
|
<Compile Include="CSharp\Ast\TypeMembers\EventDeclaration.cs" /> |
|
|
|
|
<Compile Include="CSharp\Ast\TypeMembers\FieldDeclaration.cs" /> |
|
|
|
|
<Compile Include="CSharp\Ast\TypeMembers\IndexerDeclaration.cs" /> |
|
|
|
|
<Compile Include="CSharp\Ast\TypeMembers\MethodDeclaration.cs" /> |
|
|
|
|
<Compile Include="CSharp\Ast\TypeMembers\OperatorDeclaration.cs" /> |
|
|
|
|
<Compile Include="CSharp\Ast\TypeMembers\ParameterDeclaration.cs" /> |
|
|
|
|
<Compile Include="CSharp\Ast\TypeMembers\PropertyDeclaration.cs" /> |
|
|
|
|
<Compile Include="CSharp\Ast\TypeMembers\VariableInitializer.cs" /> |
|
|
|
|
<Compile Include="CSharp\Formatter\CSharpFormattingPolicy.cs" /> |
|
|
|
|
<Compile Include="CSharp\Formatter\DomIndentationVisitor.cs" /> |
|
|
|
|
<Compile Include="CSharp\Formatter\DomSpacingVisitor.cs" /> |
|
|
|
@ -312,17 +312,17 @@
@@ -312,17 +312,17 @@
|
|
|
|
|
<Compile Include="Utils\EmptyList.cs" /> |
|
|
|
|
<Compile Include="Utils\ExtensionMethods.cs" /> |
|
|
|
|
<Compile Include="Utils\TreeTraversal.cs" /> |
|
|
|
|
<Compile Include="CSharp\Dom\ComposedType.cs" /> |
|
|
|
|
<Compile Include="CSharp\Dom\Expressions\DirectionExpression.cs" /> |
|
|
|
|
<Compile Include="CSharp\Dom\Expressions\ArrayCreateExpression.cs" /> |
|
|
|
|
<Compile Include="CSharp\Dom\Expressions\ArrayInitializerExpression.cs" /> |
|
|
|
|
<Compile Include="CSharp\Dom\DomNode.cs" /> |
|
|
|
|
<Compile Include="CSharp\Dom\DomVisitor.cs" /> |
|
|
|
|
<Compile Include="CSharp\Dom\NodeType.cs" /> |
|
|
|
|
<Compile Include="CSharp\Dom\TypeMembers\Accessor.cs" /> |
|
|
|
|
<Compile Include="CSharp\Ast\ComposedType.cs" /> |
|
|
|
|
<Compile Include="CSharp\Ast\Expressions\DirectionExpression.cs" /> |
|
|
|
|
<Compile Include="CSharp\Ast\Expressions\ArrayCreateExpression.cs" /> |
|
|
|
|
<Compile Include="CSharp\Ast\Expressions\ArrayInitializerExpression.cs" /> |
|
|
|
|
<Compile Include="CSharp\Ast\AstNode.cs" /> |
|
|
|
|
<Compile Include="CSharp\Ast\AstVisitor.cs" /> |
|
|
|
|
<Compile Include="CSharp\Ast\NodeType.cs" /> |
|
|
|
|
<Compile Include="CSharp\Ast\TypeMembers\Accessor.cs" /> |
|
|
|
|
<Compile Include="CSharp\Parser\mcs\assembly.cs" /> |
|
|
|
|
<Compile Include="CSharp\Dom\TypeMembers\EnumMemberDeclaration.cs" /> |
|
|
|
|
<Compile Include="CSharp\Dom\GeneralScope\Comment.cs" /> |
|
|
|
|
<Compile Include="CSharp\Ast\TypeMembers\EnumMemberDeclaration.cs" /> |
|
|
|
|
<Compile Include="CSharp\Ast\GeneralScope\Comment.cs" /> |
|
|
|
|
</ItemGroup> |
|
|
|
|
<ItemGroup> |
|
|
|
|
<Folder Include="CSharp\" /> |
|
|
|
|