~ubuntu-branches/ubuntu/natty/monodevelop/natty

« back to all changes in this revision

Viewing changes to src/addins/AspNetAddIn/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Stefan Ebner
  • Date: 2008-03-29 23:36:33 UTC
  • mto: (1.5.1 sid)
  • mto: This revision was merged to the branch mainline in revision 29.
  • Revision ID: james.westby@ubuntu.com-20080329233633-l550uuwvfh1e68at
Tags: upstream-1.0+dfsg
ImportĀ upstreamĀ versionĀ 1.0+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
        Parser/LocatedParserException.cs \
59
59
        Parser/MemberListVisitor.cs \
60
60
        Parser/PageInfoVisitor.cs \
61
 
        Parser/Tree/CodeRenderNode.cs \
62
61
        Parser/Tree/DirectiveNode.cs \
 
62
        Parser/Tree/ExpressionNode.cs \
63
63
        Parser/Tree/ILocation.cs \
64
64
        Parser/Tree/Node.cs \
65
65
        Parser/Tree/ParentNode.cs \
79
79
        Project/AspNetFileDescriptionTemplate.cs \
80
80
        Project/AspNetMSBuildProjectExtension.cs \
81
81
        Project/CodeBehind.cs \
 
82
        Project/IAspNetLanguageBinding.cs \
82
83
        Project/ProjectFolderNodeBuilderExtension.cs \
83
84
        Project/VerifyCodeBehindBuildStep.cs \
84
85
        Project/WebTypeManager.cs \