~ubuntu-branches/ubuntu/oneiric/monodevelop/oneiric

« back to all changes in this revision

Viewing changes to src/core/MonoDevelop.Core/MonoDevelop.Projects.Formats.MSBuild/MergeToProjectAttribute.cs

  • Committer: Bazaar Package Importer
  • Author(s): Jo Shields
  • Date: 2011-06-27 17:03:13 UTC
  • mto: (1.8.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 54.
  • Revision ID: james.westby@ubuntu.com-20110627170313-6cvz3s19x6e9hqe9
ImportĀ upstreamĀ versionĀ 2.5.92+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
 
29
29
namespace MonoDevelop.Projects.Formats.MSBuild
30
30
{
31
 
        // When applied to a property of a project configuration, MD will check
32
 
        // if the value of that property is the same for all configurations.
33
 
        // If they are the same, the value will be stored in the main property
34
 
        // group, insted of individually in each configuration.
35
 
        
 
31
        /// <summary>
 
32
        /// Specifies that a property of a project configuration has to be stored as a project property
 
33
        /// </summary>
 
34
        /// <remarks>
 
35
        /// When applied to a property of a project configuration, MD will check
 
36
        /// if the value of that property is the same for all configurations.
 
37
        /// If they are the same, the value will be stored in the main property
 
38
        /// group, instead of individually in each configuration.
 
39
        /// </remarks>
36
40
        public class MergeToProjectAttribute: Attribute
37
41
        {
38
42
        }