diff --git a/TinyOPDS/Properties/AssemblyInfo.cs b/TinyOPDS/Properties/AssemblyInfo.cs index 776796d..1780885 100644 --- a/TinyOPDS/Properties/AssemblyInfo.cs +++ b/TinyOPDS/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("2.0.0.0")] -[assembly: AssemblyFileVersion("2.0.0.0")] +[assembly: AssemblyVersion("2.1.0.0")] +[assembly: AssemblyFileVersion("2.1.0.0")] diff --git a/TinyOPDS/Properties/Resources.Designer.cs b/TinyOPDS/Properties/Resources.Designer.cs index d9a22bf..624a9f7 100644 --- a/TinyOPDS/Properties/Resources.Designer.cs +++ b/TinyOPDS/Properties/Resources.Designer.cs @@ -1,7 +1,7 @@ //------------------------------------------------------------------------------ // // This code was generated by a tool. -// Runtime Version:4.0.30319.586 +// Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -19,7 +19,7 @@ namespace TinyOPDS.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", "4.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.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 donate { get { object obj = ResourceManager.GetObject("donate", resourceCulture); @@ -67,6 +70,9 @@ internal static System.Drawing.Bitmap donate { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap folder { get { object obj = ResourceManager.GetObject("folder", resourceCulture); @@ -74,6 +80,9 @@ internal static System.Drawing.Bitmap folder { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap TinyOPDS { get { object obj = ResourceManager.GetObject("TinyOPDS", resourceCulture); @@ -81,6 +90,9 @@ internal static System.Drawing.Bitmap TinyOPDS { } } + /// + /// Looks up a localized resource of type System.Drawing.Icon similar to (Icon). + /// internal static System.Drawing.Icon trayIcon { get { object obj = ResourceManager.GetObject("trayIcon", resourceCulture); diff --git a/TinyOPDS/Properties/Settings.Designer.cs b/TinyOPDS/Properties/Settings.Designer.cs index 0d6e53e..17743c4 100644 --- a/TinyOPDS/Properties/Settings.Designer.cs +++ b/TinyOPDS/Properties/Settings.Designer.cs @@ -1,7 +1,7 @@ //------------------------------------------------------------------------------ // // This code was generated by a tool. -// Runtime Version:4.0.30319.34003 +// Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -12,8 +12,7 @@ namespace TinyOPDS.Properties { [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.0.0.0")] - [System.Configuration.SettingsProvider(typeof(TinyOPDS.CustomSettingsProvider))] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.11.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/TinyOPDS/TinyOPDS.csproj b/TinyOPDS/TinyOPDS.csproj index 7c36412..be13fbe 100644 --- a/TinyOPDS/TinyOPDS.csproj +++ b/TinyOPDS/TinyOPDS.csproj @@ -1,5 +1,5 @@  - + Debug AnyCPU @@ -10,10 +10,11 @@ Properties TinyOPDS TinyOPDS - v4.0 + v4.8 512 false - Client + + Svn Svn Svn @@ -48,6 +49,7 @@ ;C:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules true false + false bin\Release\ @@ -66,6 +68,7 @@ true false 4 + false TinyOPDS.ico @@ -86,6 +89,7 @@ true ;C:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules true + false TinyOPDS.Program diff --git a/TinyOPDS/app.config b/TinyOPDS/app.config index ea19127..aaf9fe9 100644 --- a/TinyOPDS/app.config +++ b/TinyOPDS/app.config @@ -7,12 +7,12 @@ - + - + Моя домашняя библиотека @@ -30,7 +30,7 @@ False - + en @@ -39,7 +39,7 @@ False - + False @@ -54,7 +54,7 @@ False - + False diff --git a/TinyOPDSConsole/App.config b/TinyOPDSConsole/App.config index 70e9998..beba8af 100644 --- a/TinyOPDSConsole/App.config +++ b/TinyOPDSConsole/App.config @@ -1,6 +1,6 @@ - + diff --git a/TinyOPDSConsole/Properties/AssemblyInfo.cs b/TinyOPDSConsole/Properties/AssemblyInfo.cs index 953b8c5..53f4360 100644 --- a/TinyOPDSConsole/Properties/AssemblyInfo.cs +++ b/TinyOPDSConsole/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("2.0.0.0")] -[assembly: AssemblyFileVersion("2.0.0.0")] +[assembly: AssemblyVersion("2.1.0.0")] +[assembly: AssemblyFileVersion("2.1.0.0")] diff --git a/TinyOPDSConsole/TinyOPDSConsole.csproj b/TinyOPDSConsole/TinyOPDSConsole.csproj index 8e5dcd3..2ab3fa0 100644 --- a/TinyOPDSConsole/TinyOPDSConsole.csproj +++ b/TinyOPDSConsole/TinyOPDSConsole.csproj @@ -1,5 +1,5 @@  - + Debug @@ -9,7 +9,7 @@ Properties TinyOPDSConsole TinyOPDSConsole - v4.0 + v4.8 512 publish\ true @@ -30,7 +30,8 @@ Svn Svn SubversionScc - Client + + AnyCPU @@ -41,6 +42,7 @@ TRACE;DEBUG;CONSOLE prompt 4 + false AnyCPU @@ -50,6 +52,7 @@ TRACE;CONSOLE prompt 4 + false diff --git a/dotNetZip/Zip Reduced/Zip Reduced.csproj b/dotNetZip/Zip Reduced/Zip Reduced.csproj index 9aa7803..b72ff55 100644 --- a/dotNetZip/Zip Reduced/Zip Reduced.csproj +++ b/dotNetZip/Zip Reduced/Zip Reduced.csproj @@ -1,5 +1,5 @@  - + Debug AnyCPU @@ -10,7 +10,7 @@ Properties Zip_Reduced Ionic.Zip.Reduced - v4.0 + v4.8 512 @@ -39,7 +39,8 @@ false false true - Client + + true @@ -51,6 +52,7 @@ 4 bin\Debug\Ionic.Zip.Reduced.XML AllRules.ruleset + false pdbonly @@ -60,6 +62,7 @@ prompt 4 AllRules.ruleset + false true @@ -77,6 +80,7 @@ false ;C:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules true + false