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

« back to all changes in this revision

Viewing changes to src/core/MonoDevelop.Projects/MonoDevelop.Projects/ProjectReference.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:
261
261
                /// Returns the file name to an assembly, regardless of what 
262
262
                /// type the assembly is.
263
263
                /// </summary>
264
 
                string GetReferencedFileName (string configuration)
 
264
                string GetReferencedFileName (ConfigurationSelector configuration)
265
265
                {
266
266
                        switch (ReferenceType) {
267
267
                                case ReferenceType.Assembly:
285
285
                        }
286
286
                }
287
287
                
288
 
                public virtual string[] GetReferencedFileNames (string configuration)
 
288
                public virtual string[] GetReferencedFileNames (ConfigurationSelector configuration)
289
289
                {
290
290
                        string s = GetReferencedFileName (configuration);
291
291
        /*              if (referenceType == ReferenceType.Gac) {