diff --git a/UpgradeLog2.htm b/UpgradeLog2.htm new file mode 100644 index 0000000..e5374fe --- /dev/null +++ b/UpgradeLog2.htm @@ -0,0 +1,274 @@ + + + + Migration Report +

+ Migration Report -

Overview

ProjectPathErrorsWarningsMessages
Xero Browser SetupXero Browser Setup\Xero Browser Setup.vdproj100
Solution ItemsSolution Items000
SolutionXeroBrowser.sln001

Solution and projects

Xero Browser Setup

Message
Xero Browser Setup\Xero Browser Setup.vdproj: + The application which this project type is based on was not found. Please try this link for further information: 54435603-dbb4-11d2-8724-00a0c9a8b90c

Solution Items

Message
Solution Items logged no messages. +

Solution

Message
+ Show 1 additional messages +
XeroBrowser.sln: + The solution file does not require migration.
+ Hide 1 additional messages +
\ No newline at end of file diff --git a/WebBrowser/App.config b/WebBrowser/App.config index dfbf021..d423a16 100644 --- a/WebBrowser/App.config +++ b/WebBrowser/App.config @@ -1,7 +1,7 @@ - + diff --git a/WebBrowser/Program.cs b/WebBrowser/Program.cs index 1ec6de8..02b02e9 100644 --- a/WebBrowser/Program.cs +++ b/WebBrowser/Program.cs @@ -29,7 +29,7 @@ namespace XeroBrowser settings.CefCommandLineArgs.Add("ppapi-flash-path", Path.Combine(AppDomain.CurrentDomain.BaseDirectory, "pepflashplayer64_32_0_0_465.dll")); settings.CefCommandLineArgs.Add("ppapi-flash-version", "32.0.0.465"); settings.CefCommandLineArgs["plugin-policy"] = "allow"; - settings.UserAgent = "cpprestsdk/2.9.0 Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 XeroBrowser/1.0"; + settings.UserAgent = "cpprestsdk/2.9.0 Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 XeroBrowser/1.0"; settings.CefCommandLineArgs.Add("enable-media-stream", "1"); Cef.EnableHighDPISupport(); settings.CachePath = Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData) + @"\CEF"; diff --git a/WebBrowser/Properties/Resources.Designer.cs b/WebBrowser/Properties/Resources.Designer.cs index 2637cbf..941e444 100644 --- a/WebBrowser/Properties/Resources.Designer.cs +++ b/WebBrowser/Properties/Resources.Designer.cs @@ -8,16 +8,10 @@ // //------------------------------------------------------------------------------ -using System.CodeDom.Compiler; -using System.ComponentModel; -using System.Diagnostics; -using System.Diagnostics.CodeAnalysis; -using System.Drawing; -using System.Globalization; -using System.Resources; -using System.Runtime.CompilerServices; - namespace XeroBrowser.Properties { + using System; + + /// /// A strongly-typed resource class, for looking up localized strings, etc. /// @@ -25,27 +19,27 @@ namespace XeroBrowser.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. - [GeneratedCode("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")] - [DebuggerNonUserCode()] - [CompilerGenerated()] + [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 { - private static ResourceManager resourceMan; + private static global::System.Resources.ResourceManager resourceMan; - private static CultureInfo resourceCulture; + private static global::System.Globalization.CultureInfo resourceCulture; - [SuppressMessage("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] internal Resources() { } /// /// Returns the cached ResourceManager instance used by this class. /// - [EditorBrowsable(EditorBrowsableState.Advanced)] - internal static ResourceManager ResourceManager { + [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] + internal static global::System.Resources.ResourceManager ResourceManager { get { - if (ReferenceEquals(resourceMan, null)) { - ResourceManager temp = new ResourceManager("XeroBrowser.Properties.Resources", typeof(Resources).Assembly); + if (object.ReferenceEquals(resourceMan, null)) { + global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("XeroBrowser.Properties.Resources", typeof(Resources).Assembly); resourceMan = temp; } return resourceMan; @@ -56,8 +50,8 @@ namespace XeroBrowser.Properties { /// Overrides the current thread's CurrentUICulture property for all /// resource lookups using this strongly typed resource class. /// - [EditorBrowsable(EditorBrowsableState.Advanced)] - internal static CultureInfo Culture { + [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] + internal static global::System.Globalization.CultureInfo Culture { get { return resourceCulture; } @@ -69,50 +63,50 @@ namespace XeroBrowser.Properties { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static Bitmap insecure { + internal static System.Drawing.Bitmap insecure { get { object obj = ResourceManager.GetObject("insecure", resourceCulture); - return ((Bitmap)(obj)); + return ((System.Drawing.Bitmap)(obj)); } } /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static Bitmap insecure1 { + internal static System.Drawing.Bitmap insecure1 { get { object obj = ResourceManager.GetObject("insecure1", resourceCulture); - return ((Bitmap)(obj)); + return ((System.Drawing.Bitmap)(obj)); } } /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static Bitmap local { + internal static System.Drawing.Bitmap local { get { object obj = ResourceManager.GetObject("local", resourceCulture); - return ((Bitmap)(obj)); + return ((System.Drawing.Bitmap)(obj)); } } /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static Bitmap secure { + internal static System.Drawing.Bitmap secure { get { object obj = ResourceManager.GetObject("secure", resourceCulture); - return ((Bitmap)(obj)); + return ((System.Drawing.Bitmap)(obj)); } } /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static Bitmap Xero_Browser_Ico { + internal static System.Drawing.Bitmap Xero_Browser_Ico { get { object obj = ResourceManager.GetObject("Xero Browser Ico", resourceCulture); - return ((Bitmap)(obj)); + return ((System.Drawing.Bitmap)(obj)); } } } diff --git a/WebBrowser/Properties/Settings.Designer.cs b/WebBrowser/Properties/Settings.Designer.cs index f5a3a9b..bb676c9 100644 --- a/WebBrowser/Properties/Settings.Designer.cs +++ b/WebBrowser/Properties/Settings.Designer.cs @@ -8,18 +8,14 @@ // //------------------------------------------------------------------------------ -using System.CodeDom.Compiler; -using System.Configuration; -using System.Runtime.CompilerServices; - namespace XeroBrowser.Properties { - [CompilerGenerated()] - [GeneratedCode("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.4.0.0")] - internal sealed partial class Settings : ApplicationSettingsBase { + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.5.0.0")] + internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { - private static Settings defaultInstance = ((Settings)(Synchronized(new Settings()))); + private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); public static Settings Default { get { diff --git a/WebBrowser/Xero Browser.csproj b/WebBrowser/Xero Browser.csproj index 2934e0a..3f79627 100644 --- a/WebBrowser/Xero Browser.csproj +++ b/WebBrowser/Xero Browser.csproj @@ -12,7 +12,7 @@ WinExe XeroBrowser Xero Browser - v4.8.1 + v4.8 512 true true diff --git a/XeroBrowser.sln b/XeroBrowser.sln index 37cb071..f045d20 100644 --- a/XeroBrowser.sln +++ b/XeroBrowser.sln @@ -30,10 +30,8 @@ Global {A82CD8AB-AAAE-4451-BD32-F1610C9A92CB}.Release|x64.Build.0 = Release|x64 {E7497DEF-8028-4610-9B9A-94B0B1136B7A}.Debug|Default.ActiveCfg = Debug {E7497DEF-8028-4610-9B9A-94B0B1136B7A}.Debug|x64.ActiveCfg = Debug - {E7497DEF-8028-4610-9B9A-94B0B1136B7A}.Release|Default.ActiveCfg = Release - {E7497DEF-8028-4610-9B9A-94B0B1136B7A}.Release|Default.Build.0 = Release - {E7497DEF-8028-4610-9B9A-94B0B1136B7A}.Release|x64.ActiveCfg = Release - {E7497DEF-8028-4610-9B9A-94B0B1136B7A}.Release|x64.Build.0 = Release + {E7497DEF-8028-4610-9B9A-94B0B1136B7A}.Release|Default.ActiveCfg = Debug + {E7497DEF-8028-4610-9B9A-94B0B1136B7A}.Release|x64.ActiveCfg = Debug EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE