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

« back to all changes in this revision

Viewing changes to src/core/MonoDevelop.Core/MonoDevelop.Core.Assemblies/MonoFrameworkBackend.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:
44
44
                                        yield return Path.Combine (targetRuntime.MonoDirectory, "3.0");
45
45
                                        yield break;
46
46
                                case "3.5":
 
47
                                        yield return Path.Combine (targetRuntime.MonoDirectory, "3.5");
47
48
                                        subdir = "2.0"; break;
48
49
                                default:
49
50
                                        subdir = framework.Id; break;
84
85
                                else if (framework.ClrVersion == ClrVersion.Net_4_0)
85
86
                                        toolName = "dmcs";
86
87
                        }
 
88
                        else if (toolName == "vbc")
 
89
                                toolName = "vbnc";
87
90
                        else if (toolName == "resgen") {
88
91
                                if (framework.ClrVersion == ClrVersion.Net_1_1)
89
92
                                        toolName = "resgen1";