|
From: Jason J. <jrj...@us...> - 2010-02-06 19:46:57
|
Update of /cvsroot/autopatch/autopatch/migrate/dotnet/TestApp/Properties In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv6570/TestApp/Properties Modified Files: Resources.Designer.cs Settings.Designer.cs Log Message: Converted to Visual Studio 2008/.NET 3.5 Index: Settings.Designer.cs =================================================================== RCS file: /cvsroot/autopatch/autopatch/migrate/dotnet/TestApp/Properties/Settings.Designer.cs,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Settings.Designer.cs 24 Sep 2009 01:04:47 -0000 1.1 --- Settings.Designer.cs 6 Feb 2010 19:46:49 -0000 1.2 *************** *** 2,6 **** // <auto-generated> // This code was generated by a tool. ! // Runtime Version:2.0.50727.3082 // // Changes to this file may cause incorrect behavior and will be lost if --- 2,6 ---- // <auto-generated> // This code was generated by a tool. ! // Runtime Version:2.0.50727.4927 // // Changes to this file may cause incorrect behavior and will be lost if *************** *** 9,27 **** //------------------------------------------------------------------------------ ! namespace TestApp.Properties ! { ! ! [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] ! [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "8.0.0.0")] ! internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase ! { ! private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); ! ! public static Settings Default ! { ! get ! { return defaultInstance; } --- 9,23 ---- //------------------------------------------------------------------------------ ! namespace TestApp.Properties { ! ! [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] ! [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "9.0.0.0")] ! internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { ! private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); ! ! public static Settings Default { ! get { return defaultInstance; } Index: Resources.Designer.cs =================================================================== RCS file: /cvsroot/autopatch/autopatch/migrate/dotnet/TestApp/Properties/Resources.Designer.cs,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Resources.Designer.cs 24 Sep 2009 01:04:47 -0000 1.1 --- Resources.Designer.cs 6 Feb 2010 19:46:44 -0000 1.2 *************** *** 2,6 **** // <auto-generated> // This code was generated by a tool. ! // Runtime Version:2.0.50727.3082 // // Changes to this file may cause incorrect behavior and will be lost if --- 2,6 ---- // <auto-generated> // This code was generated by a tool. ! // Runtime Version:2.0.50727.4927 // // Changes to this file may cause incorrect behavior and will be lost if *************** *** 9,16 **** //------------------------------------------------------------------------------ ! namespace TestApp.Properties ! { ! ! /// <summary> /// A strongly-typed resource class, for looking up localized strings, etc. --- 9,16 ---- //------------------------------------------------------------------------------ ! namespace TestApp.Properties { ! using System; ! ! /// <summary> /// A strongly-typed resource class, for looking up localized strings, etc. *************** *** 23,48 **** [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] ! internal class Resources ! { ! private static global::System.Resources.ResourceManager resourceMan; ! private static global::System.Globalization.CultureInfo resourceCulture; ! [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] ! internal Resources() ! { } ! /// <summary> /// Returns the cached ResourceManager instance used by this class. /// </summary> [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] ! internal static global::System.Resources.ResourceManager ResourceManager ! { ! get ! { ! if ((resourceMan == null)) ! { global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("TestApp.Properties.Resources", typeof(Resources).Assembly); resourceMan = temp; --- 23,43 ---- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] ! internal class Resources { ! private static global::System.Resources.ResourceManager resourceMan; ! private static global::System.Globalization.CultureInfo resourceCulture; ! [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] ! internal Resources() { } ! /// <summary> /// Returns the cached ResourceManager instance used by this class. /// </summary> [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] ! internal static global::System.Resources.ResourceManager ResourceManager { ! get { ! if (object.ReferenceEquals(resourceMan, null)) { global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("TestApp.Properties.Resources", typeof(Resources).Assembly); resourceMan = temp; *************** *** 51,55 **** } } ! /// <summary> /// Overrides the current thread's CurrentUICulture property for all --- 46,50 ---- } } ! /// <summary> /// Overrides the current thread's CurrentUICulture property for all *************** *** 57,68 **** /// </summary> [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] ! internal static global::System.Globalization.CultureInfo Culture ! { ! get ! { return resourceCulture; } ! set ! { resourceCulture = value; } --- 52,60 ---- /// </summary> [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] ! internal static global::System.Globalization.CultureInfo Culture { ! get { return resourceCulture; } ! set { resourceCulture = value; } |