diff --git a/AnimeCon.Vlc.Scraper/AnimeCon.Vlc.Scraper.csproj b/AnimeCon.Vlc.Scraper/AnimeCon.Vlc.Scraper.csproj index 8debfd7..9974247 100644 --- a/AnimeCon.Vlc.Scraper/AnimeCon.Vlc.Scraper.csproj +++ b/AnimeCon.Vlc.Scraper/AnimeCon.Vlc.Scraper.csproj @@ -8,10 +8,11 @@ WinExe AnimeCon.Vlc.Scraper AnimeCon.Vlc.Scraper - v4.8.1 + v4.8 512 true true + AnyCPU @@ -65,6 +66,7 @@ True Resources.resx + True SettingsSingleFileGenerator diff --git a/AnimeCon.Vlc.Scraper/App.config b/AnimeCon.Vlc.Scraper/App.config index aee9adf..4bfa005 100644 --- a/AnimeCon.Vlc.Scraper/App.config +++ b/AnimeCon.Vlc.Scraper/App.config @@ -1,6 +1,6 @@ - + - + - \ No newline at end of file + diff --git a/AnimeCon.Vlc.Scraper/Properties/Resources.Designer.cs b/AnimeCon.Vlc.Scraper/Properties/Resources.Designer.cs index 2d74640..abfb722 100644 --- a/AnimeCon.Vlc.Scraper/Properties/Resources.Designer.cs +++ b/AnimeCon.Vlc.Scraper/Properties/Resources.Designer.cs @@ -8,10 +8,10 @@ // //------------------------------------------------------------------------------ -namespace AnimeCon.Vlc.Scraper.Properties -{ - - +namespace AnimeCon.Vlc.Scraper.Properties { + using System; + + /// /// A strongly-typed resource class, for looking up localized strings, etc. /// @@ -19,51 +19,43 @@ namespace AnimeCon.Vlc.Scraper.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 - { - + 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() - { + internal Resources() { } - + /// /// Returns the cached ResourceManager instance used by this class. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Resources.ResourceManager ResourceManager - { - get - { - if ((resourceMan == null)) - { + internal static global::System.Resources.ResourceManager ResourceManager { + get { + if (object.ReferenceEquals(resourceMan, null)) { global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("AnimeCon.Vlc.Scraper.Properties.Resources", typeof(Resources).Assembly); resourceMan = temp; } return resourceMan; } } - + /// /// Overrides the current thread's CurrentUICulture property for all /// resource lookups using this strongly typed resource class. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Globalization.CultureInfo Culture - { - get - { + internal static global::System.Globalization.CultureInfo Culture { + get { return resourceCulture; } - set - { + set { resourceCulture = value; } } diff --git a/AnimeCon.Vlc.Scraper/Properties/Settings.Designer.cs b/AnimeCon.Vlc.Scraper/Properties/Settings.Designer.cs index a2cbe70..ce5060e 100644 --- a/AnimeCon.Vlc.Scraper/Properties/Settings.Designer.cs +++ b/AnimeCon.Vlc.Scraper/Properties/Settings.Designer.cs @@ -8,21 +8,17 @@ // //------------------------------------------------------------------------------ -namespace AnimeCon.Vlc.Scraper.Properties -{ - - +namespace AnimeCon.Vlc.Scraper.Properties { + + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.0.0.0")] - internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase - { - + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.12.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 - { + + public static Settings Default { + get { return defaultInstance; } } diff --git a/AnimeCon.Vlc.Starter/AnimeCon.Vlc.Starter.csproj b/AnimeCon.Vlc.Starter/AnimeCon.Vlc.Starter.csproj index 2859a14..3c8d9e1 100644 --- a/AnimeCon.Vlc.Starter/AnimeCon.Vlc.Starter.csproj +++ b/AnimeCon.Vlc.Starter/AnimeCon.Vlc.Starter.csproj @@ -8,10 +8,11 @@ WinExe AnimeCon.Vlc.Starter AnimeCon.Vlc.Starter - v4.8.1 + v4.8 512 true true + AnyCPU @@ -65,6 +66,7 @@ True Resources.resx + True SettingsSingleFileGenerator diff --git a/AnimeCon.Vlc.Starter/App.config b/AnimeCon.Vlc.Starter/App.config index aee9adf..4bfa005 100644 --- a/AnimeCon.Vlc.Starter/App.config +++ b/AnimeCon.Vlc.Starter/App.config @@ -1,6 +1,6 @@ - + - + - \ No newline at end of file + diff --git a/AnimeCon.Vlc.Starter/Properties/Resources.Designer.cs b/AnimeCon.Vlc.Starter/Properties/Resources.Designer.cs index 7a66686..561beeb 100644 --- a/AnimeCon.Vlc.Starter/Properties/Resources.Designer.cs +++ b/AnimeCon.Vlc.Starter/Properties/Resources.Designer.cs @@ -8,10 +8,10 @@ // //------------------------------------------------------------------------------ -namespace AnimeCon.Vlc.Starter.Properties -{ - - +namespace AnimeCon.Vlc.Starter.Properties { + using System; + + /// /// A strongly-typed resource class, for looking up localized strings, etc. /// @@ -19,51 +19,43 @@ namespace AnimeCon.Vlc.Starter.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 - { - + 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() - { + internal Resources() { } - + /// /// Returns the cached ResourceManager instance used by this class. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Resources.ResourceManager ResourceManager - { - get - { - if ((resourceMan == null)) - { + internal static global::System.Resources.ResourceManager ResourceManager { + get { + if (object.ReferenceEquals(resourceMan, null)) { global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("AnimeCon.Vlc.Starter.Properties.Resources", typeof(Resources).Assembly); resourceMan = temp; } return resourceMan; } } - + /// /// Overrides the current thread's CurrentUICulture property for all /// resource lookups using this strongly typed resource class. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Globalization.CultureInfo Culture - { - get - { + internal static global::System.Globalization.CultureInfo Culture { + get { return resourceCulture; } - set - { + set { resourceCulture = value; } } diff --git a/AnimeCon.Vlc.Starter/Properties/Settings.Designer.cs b/AnimeCon.Vlc.Starter/Properties/Settings.Designer.cs index c425aa2..7d91a2d 100644 --- a/AnimeCon.Vlc.Starter/Properties/Settings.Designer.cs +++ b/AnimeCon.Vlc.Starter/Properties/Settings.Designer.cs @@ -8,21 +8,17 @@ // //------------------------------------------------------------------------------ -namespace AnimeCon.Vlc.Starter.Properties -{ - - +namespace AnimeCon.Vlc.Starter.Properties { + + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.0.0.0")] - internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase - { - + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.12.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 - { + + public static Settings Default { + get { return defaultInstance; } }