|
From: Jason J. <jrj...@us...> - 2010-04-16 00:48:56
|
Update of /cvsroot/autopatch/autopatch/migrate/dotnet/TestApp/Properties In directory sfp-cvsdas-4.v30.ch3.sourceforge.com:/tmp/cvs-serv23199/TestApp/Properties Modified Files: Resources.Designer.cs Settings.Designer.cs Log Message: Visual Studio 2010 Index: Settings.Designer.cs =================================================================== RCS file: /cvsroot/autopatch/autopatch/migrate/dotnet/TestApp/Properties/Settings.Designer.cs,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Settings.Designer.cs 6 Feb 2010 19:46:49 -0000 1.2 --- Settings.Designer.cs 16 Apr 2010 00:48:49 -0000 1.3 *************** *** 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 --- 2,6 ---- // <auto-generated> // This code was generated by a tool. ! // Runtime Version:4.0.30319.1 // // Changes to this file may cause incorrect behavior and will be lost if *************** *** 13,17 **** [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 { --- 13,17 ---- [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] ! [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "10.0.0.0")] internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { Index: Resources.Designer.cs =================================================================== RCS file: /cvsroot/autopatch/autopatch/migrate/dotnet/TestApp/Properties/Resources.Designer.cs,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Resources.Designer.cs 6 Feb 2010 19:46:44 -0000 1.2 --- Resources.Designer.cs 16 Apr 2010 00:48:49 -0000 1.3 *************** *** 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 --- 2,6 ---- // <auto-generated> // This code was generated by a tool. ! // Runtime Version:4.0.30319.1 // // Changes to this file may cause incorrect behavior and will be lost if *************** *** 20,24 **** // To add or remove a member, edit your .ResX file then rerun ResGen // with the /str option, or rebuild your VS project. ! [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "2.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] --- 20,24 ---- // To add or remove a member, edit your .ResX file then rerun ResGen // with the /str option, or rebuild your VS project. ! [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] |