~brian-sidebotham/valversgcode/trunk

« back to all changes in this revision

Viewing changes to ChatCam/Properties/Settings.Designer.cs

  • Committer: brian.sidebotham at gmail
  • Date: 2011-11-30 10:56:30 UTC
  • Revision ID: brian.sidebotham@gmail.com-20111130105630-kg1njfpsu0slfw3k
Moved the .NET target from 4.0 to 2.0 to support Mono better. Also added application settings singleton class

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
                return defaultInstance;
23
23
            }
24
24
        }
 
25
        
 
26
        [global::System.Configuration.ApplicationScopedSettingAttribute()]
 
27
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 
28
        [global::System.Configuration.DefaultSettingValueAttribute("EMC2")]
 
29
        public string LoopType {
 
30
            get {
 
31
                return ((string)(this["LoopType"]));
 
32
            }
 
33
        }
25
34
    }
26
35
}