~ubuntu-branches/ubuntu/lucid/monodevelop/lucid

« back to all changes in this revision

Viewing changes to src/addins/AspNet/MonoDevelop.AspNet/MonoDevelop.AspNet/AspNetExecutionCommand.cs

  • Committer: Bazaar Package Importer
  • Author(s): Jo Shields
  • Date: 2010-01-10 14:25:59 UTC
  • mfrom: (1.2.5 upstream) (1.3.6 sid)
  • Revision ID: james.westby@ubuntu.com-20100110142559-sorji5exvk9tyknr
Tags: 2.2+dfsg-2
* debian/rules/remove_support_for_non_debian_functionality.patch:
  + Also fix monodevelop-core-addins.pc to remove links to the
    addins we remove in Debian

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
using MonoDevelop.Core;
29
29
using MonoDevelop.Core.Execution;
30
30
using MonoDevelop.Core.Assemblies;
 
31
using System.Collections.Generic;
31
32
 
32
33
namespace MonoDevelop.AspNet
33
34
{
49
50
                
50
51
                public TargetFramework TargetFramework { get; set; }
51
52
                
 
53
                public IList<string> UserAssemblyPaths { get; set; }
 
54
                
52
55
                public override string CommandString {
53
56
                        get {
54
57
                                return "[asp-net]";