diff --git a/FlickrSync.csproj b/FlickrSync.csproj index 75d8028..84440d7 100644 --- a/FlickrSync.csproj +++ b/FlickrSync.csproj @@ -1,4 +1,5 @@ - + + x86 Debug @@ -18,12 +19,10 @@ Resources\flickrsync.ico - 2.0 + 3.5 v3.0 - - LocalIntranet Properties\app.manifest publish\ diff --git a/FlickrSync.sln b/FlickrSync.sln index d82d775..edf68ac 100644 --- a/FlickrSync.sln +++ b/FlickrSync.sln @@ -1,6 +1,6 @@  -Microsoft Visual Studio Solution File, Format Version 10.00 -# Visual C# Express 2008 +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 2012 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FlickrSync", "FlickrSync.csproj", "{49A31133-1AC6-48A9-AE88-E3B3214B573C}" EndProject Global diff --git a/Properties/Resources.Designer.cs b/Properties/Resources.Designer.cs index 8df4db5..5d0bf1a 100644 --- a/Properties/Resources.Designer.cs +++ b/Properties/Resources.Designer.cs @@ -1,7 +1,7 @@ //------------------------------------------------------------------------------ // // This code was generated by a tool. -// Runtime Version:2.0.50727.3053 +// Runtime Version:4.0.30319.18034 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -19,7 +19,7 @@ namespace FlickrSync.Properties { // class via a tool like ResGen or Visual Studio. // 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.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class Resources { @@ -60,6 +60,9 @@ internal Resources() { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap check { get { object obj = ResourceManager.GetObject("check", resourceCulture); @@ -67,6 +70,9 @@ internal static System.Drawing.Bitmap check { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap flickrsync { get { object obj = ResourceManager.GetObject("flickrsync", resourceCulture); @@ -74,6 +80,9 @@ internal static System.Drawing.Bitmap flickrsync { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap icon_default { get { object obj = ResourceManager.GetObject("icon_default", resourceCulture); @@ -81,6 +90,9 @@ internal static System.Drawing.Bitmap icon_default { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap icon_delete { get { object obj = ResourceManager.GetObject("icon_delete", resourceCulture); @@ -88,6 +100,9 @@ internal static System.Drawing.Bitmap icon_delete { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap icon_new { get { object obj = ResourceManager.GetObject("icon_new", resourceCulture); @@ -95,6 +110,9 @@ internal static System.Drawing.Bitmap icon_new { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap icon_none { get { object obj = ResourceManager.GetObject("icon_none", resourceCulture); @@ -102,6 +120,9 @@ internal static System.Drawing.Bitmap icon_none { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap icon_replace { get { object obj = ResourceManager.GetObject("icon_replace", resourceCulture); @@ -109,6 +130,9 @@ internal static System.Drawing.Bitmap icon_replace { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap img_Error { get { object obj = ResourceManager.GetObject("img_Error", resourceCulture); @@ -116,6 +140,9 @@ internal static System.Drawing.Bitmap img_Error { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap logo { get { object obj = ResourceManager.GetObject("logo", resourceCulture); @@ -123,6 +150,9 @@ internal static System.Drawing.Bitmap logo { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap star_blue { get { object obj = ResourceManager.GetObject("star_blue", resourceCulture); @@ -130,6 +160,9 @@ internal static System.Drawing.Bitmap star_blue { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap star_empty { get { object obj = ResourceManager.GetObject("star_empty", resourceCulture); @@ -137,6 +170,9 @@ internal static System.Drawing.Bitmap star_empty { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap star_pink { get { object obj = ResourceManager.GetObject("star_pink", resourceCulture); @@ -144,6 +180,9 @@ internal static System.Drawing.Bitmap star_pink { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap toolbar_help { get { object obj = ResourceManager.GetObject("toolbar_help", resourceCulture); @@ -151,6 +190,9 @@ internal static System.Drawing.Bitmap toolbar_help { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap toolbar_save { get { object obj = ResourceManager.GetObject("toolbar_save", resourceCulture); @@ -158,6 +200,9 @@ internal static System.Drawing.Bitmap toolbar_save { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap toolbar_sync { get { object obj = ResourceManager.GetObject("toolbar_sync", resourceCulture); @@ -165,6 +210,9 @@ internal static System.Drawing.Bitmap toolbar_sync { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap toolbar_view { get { object obj = ResourceManager.GetObject("toolbar_view", resourceCulture); diff --git a/Properties/Settings.Designer.cs b/Properties/Settings.Designer.cs index f8e7e18..36e63a1 100644 --- a/Properties/Settings.Designer.cs +++ b/Properties/Settings.Designer.cs @@ -1,7 +1,7 @@ //------------------------------------------------------------------------------ // // This code was generated by a tool. -// Runtime Version:2.0.50727.3053 +// Runtime Version:4.0.30319.18034 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -12,7 +12,7 @@ namespace FlickrSync.Properties { [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "9.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.0.0.0")] internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); diff --git a/app.config b/app.config index 73c0af2..e2b5cc8 100644 --- a/app.config +++ b/app.config @@ -1,102 +1,101 @@ - - -
- - -
- - - - - - - - - <FlickrSync></FlickrSync> - - - SyncFilename - - - False - - - False - - - 090130_0000 - - - True - - - - - - - - - - - - - - - False - - - MessagesAll - - - LogNone - - - - - - OrderDefault - - - - - - - 99835d77b01b776f3115b56180c6c4f4 - - - 3433f92c86ec38f3 - - - - - jpg - jpeg - gif - png - tif - tiff - bmp - - - - - http://flickrsync.freehostia.com/index.htm - - - http://flickrsync.freehostia.com/index_properties.htm - - - http://flickrsync.freehostia.com/message.htm - - - http://flickrsync.freehostia.com/ad.htm - - - http://flickrsync.freehostia.com/donate.htm - - - - + + +
+ + +
+ + + + + + + + + <FlickrSync></FlickrSync> + + + SyncFilename + + + False + + + False + + + 090130_0000 + + + True + + + + + + + + + + + + + + + False + + + MessagesAll + + + LogNone + + + + + + OrderDefault + + + + + + + 99835d77b01b776f3115b56180c6c4f4 + + + 3433f92c86ec38f3 + + + + + jpg + jpeg + gif + png + tif + tiff + bmp + + + + + http://flickrsync.freehostia.com/index.htm + + + http://flickrsync.freehostia.com/index_properties.htm + + + http://flickrsync.freehostia.com/message.htm + + + http://flickrsync.freehostia.com/ad.htm + + + http://flickrsync.freehostia.com/donate.htm + + + +