From 8b7dd1d46e3fd981f0c7f288851b0bf51c8c0522 Mon Sep 17 00:00:00 2001 From: "Cameron K. Titus" Date: Tue, 10 Aug 2021 21:21:04 -0400 Subject: [PATCH 1/5] Add support for long paths --- UWPHook/App.config | 1 + 1 file changed, 1 insertion(+) diff --git a/UWPHook/App.config b/UWPHook/App.config index ccce01a..9d564e0 100644 --- a/UWPHook/App.config +++ b/UWPHook/App.config @@ -85,6 +85,7 @@ + From c6f0d0660161e24f0c6d65ae5505c561918d7d57 Mon Sep 17 00:00:00 2001 From: Camology Date: Tue, 10 Aug 2021 22:27:02 -0400 Subject: [PATCH 2/5] Added support for long file names introduced in W10 --- UWPHook.sln | 20 ++++++++++++++++-- UWPHook/App.config | 0 UWPHook/Properties/Resources.Designer.cs | 0 UWPHook/Properties/Settings.Designer.cs | 26 ++++++++++++------------ UWPHook/UWPHook.csproj | 22 ++++++++++++++++++-- UWPHook/packages.config | 5 +++++ 6 files changed, 56 insertions(+), 17 deletions(-) mode change 100644 => 100755 UWPHook.sln mode change 100644 => 100755 UWPHook/App.config mode change 100644 => 100755 UWPHook/Properties/Resources.Designer.cs mode change 100644 => 100755 UWPHook/Properties/Settings.Designer.cs mode change 100644 => 100755 UWPHook/UWPHook.csproj mode change 100644 => 100755 UWPHook/packages.config diff --git a/UWPHook.sln b/UWPHook.sln old mode 100644 new mode 100755 index 6a1fd6c..8b8f55c --- a/UWPHook.sln +++ b/UWPHook.sln @@ -1,10 +1,14 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 15 -VisualStudioVersion = 15.0.27703.1 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.31605.320 MinimumVisualStudioVersion = 10.0.40219.1 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UWPHook", "UWPHook\UWPHook.csproj", "{AFE09BCF-28A4-48EE-876B-FEF080D04D5F}" EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VDFParser", "..\VDFParser\VDFParser\VDFParser.csproj", "{9543FB59-1EB6-4638-B24C-B12B9D4A15FC}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SharpSteam", "..\SharpSteam\SharpSteam-master\SharpSteam\SharpSteam.csproj", "{D0A686FB-B373-4FBC-A0DD-C3417276A816}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -18,6 +22,18 @@ Global {AFE09BCF-28A4-48EE-876B-FEF080D04D5F}.DefaultBuild|Any CPU.Build.0 = Debug|Any CPU {AFE09BCF-28A4-48EE-876B-FEF080D04D5F}.Release|Any CPU.ActiveCfg = Release|Any CPU {AFE09BCF-28A4-48EE-876B-FEF080D04D5F}.Release|Any CPU.Build.0 = Release|Any CPU + {9543FB59-1EB6-4638-B24C-B12B9D4A15FC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {9543FB59-1EB6-4638-B24C-B12B9D4A15FC}.Debug|Any CPU.Build.0 = Debug|Any CPU + {9543FB59-1EB6-4638-B24C-B12B9D4A15FC}.DefaultBuild|Any CPU.ActiveCfg = Debug|Any CPU + {9543FB59-1EB6-4638-B24C-B12B9D4A15FC}.DefaultBuild|Any CPU.Build.0 = Debug|Any CPU + {9543FB59-1EB6-4638-B24C-B12B9D4A15FC}.Release|Any CPU.ActiveCfg = Release|Any CPU + {9543FB59-1EB6-4638-B24C-B12B9D4A15FC}.Release|Any CPU.Build.0 = Release|Any CPU + {D0A686FB-B373-4FBC-A0DD-C3417276A816}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {D0A686FB-B373-4FBC-A0DD-C3417276A816}.Debug|Any CPU.Build.0 = Debug|Any CPU + {D0A686FB-B373-4FBC-A0DD-C3417276A816}.DefaultBuild|Any CPU.ActiveCfg = Debug|Any CPU + {D0A686FB-B373-4FBC-A0DD-C3417276A816}.DefaultBuild|Any CPU.Build.0 = Debug|Any CPU + {D0A686FB-B373-4FBC-A0DD-C3417276A816}.Release|Any CPU.ActiveCfg = Release|Any CPU + {D0A686FB-B373-4FBC-A0DD-C3417276A816}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/UWPHook/App.config b/UWPHook/App.config old mode 100644 new mode 100755 diff --git a/UWPHook/Properties/Resources.Designer.cs b/UWPHook/Properties/Resources.Designer.cs old mode 100644 new mode 100755 diff --git a/UWPHook/Properties/Settings.Designer.cs b/UWPHook/Properties/Settings.Designer.cs old mode 100644 new mode 100755 index fb34c2c..ca25b12 --- a/UWPHook/Properties/Settings.Designer.cs +++ b/UWPHook/Properties/Settings.Designer.cs @@ -12,7 +12,7 @@ namespace UWPHook.Properties { [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "16.8.1.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "16.10.0.0")] public sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); @@ -105,10 +105,10 @@ namespace UWPHook.Properties { [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("\r\n\r\n any\r\n static\r\n animated\r\n")] + [global::System.Configuration.DefaultSettingValueAttribute("\n\n any\n static\n animated\n")] public global::System.Collections.Specialized.StringCollection SteamGridDB_Type { get { return ((global::System.Collections.Specialized.StringCollection)(this["SteamGridDB_Type"])); @@ -120,10 +120,10 @@ namespace UWPHook.Properties { [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("\r\n\r\n false\r\n any\r\n true\r\n")] + [global::System.Configuration.DefaultSettingValueAttribute("\n\n false\n any\n true\n")] public global::System.Collections.Specialized.StringCollection SteamGridDB_nfsw { get { return ((global::System.Collections.Specialized.StringCollection)(this["SteamGridDB_nfsw"])); @@ -135,10 +135,10 @@ namespace UWPHook.Properties { [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("\r\n\r\n false\r\n any\r\n true\r\n")] + [global::System.Configuration.DefaultSettingValueAttribute("\n\n false\n any\n true\n")] public global::System.Collections.Specialized.StringCollection SteamGridDB_Humor { get { return ((global::System.Collections.Specialized.StringCollection)(this["SteamGridDB_Humor"])); diff --git a/UWPHook/UWPHook.csproj b/UWPHook/UWPHook.csproj old mode 100644 new mode 100755 index de288e6..407e4a7 --- a/UWPHook/UWPHook.csproj +++ b/UWPHook/UWPHook.csproj @@ -68,13 +68,23 @@ ..\packages\MaterialDesignThemes.3.2.0\lib\net45\MaterialDesignThemes.Wpf.dll + + ..\packages\Microsoft.Win32.Registry.4.7.0\lib\net461\Microsoft.Win32.Registry.dll + ..\packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll + + ..\packages\protobuf-net.2.4.6\lib\net40\protobuf-net.dll + - ..\..\SharpSteam\SharpSteam\bin\Release\SharpSteam.dll + ..\..\SharpSteam\SharpSteam-master\SharpSteam\obj\Debug\SharpSteam.dll + + + ..\packages\SteamKit2.2.3.0\lib\netstandard2.0\SteamKit2.dll + @@ -83,6 +93,14 @@ ..\packages\Microsoft.AspNet.WebApi.Client.5.2.7\lib\net45\System.Net.Http.Formatting.dll + + + ..\packages\System.Security.AccessControl.4.7.0\lib\net461\System.Security.AccessControl.dll + + + ..\packages\System.Security.Principal.Windows.4.7.0\lib\net461\System.Security.Principal.Windows.dll + + @@ -93,7 +111,7 @@ 4.0 - ..\..\SharpSteam\SharpSteam\bin\Release\VDFParser.dll + ..\..\VDFParser\VDFParser\bin\Debug\VDFParser.dll diff --git a/UWPHook/packages.config b/UWPHook/packages.config old mode 100644 new mode 100755 index 5afffa3..e808935 --- a/UWPHook/packages.config +++ b/UWPHook/packages.config @@ -5,6 +5,11 @@ + + + + + \ No newline at end of file From 6fb6ee14ede347c6f9433355fef3bcb8947fa6e4 Mon Sep 17 00:00:00 2001 From: Camology Date: Tue, 10 Aug 2021 22:32:14 -0400 Subject: [PATCH 3/5] Revert "Add support for long paths" This reverts commit 8b7dd1d46e3fd981f0c7f288851b0bf51c8c0522. --- UWPHook/App.config | 1 - 1 file changed, 1 deletion(-) diff --git a/UWPHook/App.config b/UWPHook/App.config index 9d564e0..ccce01a 100755 --- a/UWPHook/App.config +++ b/UWPHook/App.config @@ -85,7 +85,6 @@ - From 71780631edc78eb653459fc3e3641dbb04014e85 Mon Sep 17 00:00:00 2001 From: "Cameron K. Titus" Date: Tue, 10 Aug 2021 22:34:24 -0400 Subject: [PATCH 4/5] Updated to support LongPaths, introduced in W10. Closes #62 https://docs.microsoft.com/en-us/archive/blogs/jeremykuhne/net-4-6-2-and-long-paths-on-windows-10 --- UWPHook/App.config | 1 + 1 file changed, 1 insertion(+) diff --git a/UWPHook/App.config b/UWPHook/App.config index ccce01a..9d564e0 100755 --- a/UWPHook/App.config +++ b/UWPHook/App.config @@ -85,6 +85,7 @@ + From dbd7938e1c6fc711dad5ddd87fa97a346ee711b4 Mon Sep 17 00:00:00 2001 From: Camology Date: Tue, 10 Aug 2021 22:35:43 -0400 Subject: [PATCH 5/5] Revert "Added support for long file names introduced in W10" This reverts commit c6f0d0660161e24f0c6d65ae5505c561918d7d57. --- UWPHook.sln | 20 ++---------------- UWPHook/App.config | 0 UWPHook/Properties/Resources.Designer.cs | 0 UWPHook/Properties/Settings.Designer.cs | 26 ++++++++++++------------ UWPHook/UWPHook.csproj | 22 ++------------------ UWPHook/packages.config | 5 ----- 6 files changed, 17 insertions(+), 56 deletions(-) mode change 100755 => 100644 UWPHook.sln mode change 100755 => 100644 UWPHook/App.config mode change 100755 => 100644 UWPHook/Properties/Resources.Designer.cs mode change 100755 => 100644 UWPHook/Properties/Settings.Designer.cs mode change 100755 => 100644 UWPHook/UWPHook.csproj mode change 100755 => 100644 UWPHook/packages.config diff --git a/UWPHook.sln b/UWPHook.sln old mode 100755 new mode 100644 index 8b8f55c..6a1fd6c --- a/UWPHook.sln +++ b/UWPHook.sln @@ -1,14 +1,10 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 16 -VisualStudioVersion = 16.0.31605.320 +# Visual Studio 15 +VisualStudioVersion = 15.0.27703.1 MinimumVisualStudioVersion = 10.0.40219.1 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UWPHook", "UWPHook\UWPHook.csproj", "{AFE09BCF-28A4-48EE-876B-FEF080D04D5F}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VDFParser", "..\VDFParser\VDFParser\VDFParser.csproj", "{9543FB59-1EB6-4638-B24C-B12B9D4A15FC}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SharpSteam", "..\SharpSteam\SharpSteam-master\SharpSteam\SharpSteam.csproj", "{D0A686FB-B373-4FBC-A0DD-C3417276A816}" -EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -22,18 +18,6 @@ Global {AFE09BCF-28A4-48EE-876B-FEF080D04D5F}.DefaultBuild|Any CPU.Build.0 = Debug|Any CPU {AFE09BCF-28A4-48EE-876B-FEF080D04D5F}.Release|Any CPU.ActiveCfg = Release|Any CPU {AFE09BCF-28A4-48EE-876B-FEF080D04D5F}.Release|Any CPU.Build.0 = Release|Any CPU - {9543FB59-1EB6-4638-B24C-B12B9D4A15FC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {9543FB59-1EB6-4638-B24C-B12B9D4A15FC}.Debug|Any CPU.Build.0 = Debug|Any CPU - {9543FB59-1EB6-4638-B24C-B12B9D4A15FC}.DefaultBuild|Any CPU.ActiveCfg = Debug|Any CPU - {9543FB59-1EB6-4638-B24C-B12B9D4A15FC}.DefaultBuild|Any CPU.Build.0 = Debug|Any CPU - {9543FB59-1EB6-4638-B24C-B12B9D4A15FC}.Release|Any CPU.ActiveCfg = Release|Any CPU - {9543FB59-1EB6-4638-B24C-B12B9D4A15FC}.Release|Any CPU.Build.0 = Release|Any CPU - {D0A686FB-B373-4FBC-A0DD-C3417276A816}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {D0A686FB-B373-4FBC-A0DD-C3417276A816}.Debug|Any CPU.Build.0 = Debug|Any CPU - {D0A686FB-B373-4FBC-A0DD-C3417276A816}.DefaultBuild|Any CPU.ActiveCfg = Debug|Any CPU - {D0A686FB-B373-4FBC-A0DD-C3417276A816}.DefaultBuild|Any CPU.Build.0 = Debug|Any CPU - {D0A686FB-B373-4FBC-A0DD-C3417276A816}.Release|Any CPU.ActiveCfg = Release|Any CPU - {D0A686FB-B373-4FBC-A0DD-C3417276A816}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/UWPHook/App.config b/UWPHook/App.config old mode 100755 new mode 100644 diff --git a/UWPHook/Properties/Resources.Designer.cs b/UWPHook/Properties/Resources.Designer.cs old mode 100755 new mode 100644 diff --git a/UWPHook/Properties/Settings.Designer.cs b/UWPHook/Properties/Settings.Designer.cs old mode 100755 new mode 100644 index ca25b12..fb34c2c --- a/UWPHook/Properties/Settings.Designer.cs +++ b/UWPHook/Properties/Settings.Designer.cs @@ -12,7 +12,7 @@ namespace UWPHook.Properties { [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "16.10.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "16.8.1.0")] public sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); @@ -105,10 +105,10 @@ namespace UWPHook.Properties { [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("\n\n any\n static\n animated\n")] + [global::System.Configuration.DefaultSettingValueAttribute("\r\n\r\n any\r\n static\r\n animated\r\n")] public global::System.Collections.Specialized.StringCollection SteamGridDB_Type { get { return ((global::System.Collections.Specialized.StringCollection)(this["SteamGridDB_Type"])); @@ -120,10 +120,10 @@ namespace UWPHook.Properties { [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("\n\n false\n any\n true\n")] + [global::System.Configuration.DefaultSettingValueAttribute("\r\n\r\n false\r\n any\r\n true\r\n")] public global::System.Collections.Specialized.StringCollection SteamGridDB_nfsw { get { return ((global::System.Collections.Specialized.StringCollection)(this["SteamGridDB_nfsw"])); @@ -135,10 +135,10 @@ namespace UWPHook.Properties { [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("\n\n false\n any\n true\n")] + [global::System.Configuration.DefaultSettingValueAttribute("\r\n\r\n false\r\n any\r\n true\r\n")] public global::System.Collections.Specialized.StringCollection SteamGridDB_Humor { get { return ((global::System.Collections.Specialized.StringCollection)(this["SteamGridDB_Humor"])); diff --git a/UWPHook/UWPHook.csproj b/UWPHook/UWPHook.csproj old mode 100755 new mode 100644 index 407e4a7..de288e6 --- a/UWPHook/UWPHook.csproj +++ b/UWPHook/UWPHook.csproj @@ -68,23 +68,13 @@ ..\packages\MaterialDesignThemes.3.2.0\lib\net45\MaterialDesignThemes.Wpf.dll - - ..\packages\Microsoft.Win32.Registry.4.7.0\lib\net461\Microsoft.Win32.Registry.dll - ..\packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll - - ..\packages\protobuf-net.2.4.6\lib\net40\protobuf-net.dll - - ..\..\SharpSteam\SharpSteam-master\SharpSteam\obj\Debug\SharpSteam.dll - - - ..\packages\SteamKit2.2.3.0\lib\netstandard2.0\SteamKit2.dll + ..\..\SharpSteam\SharpSteam\bin\Release\SharpSteam.dll - @@ -93,14 +83,6 @@ ..\packages\Microsoft.AspNet.WebApi.Client.5.2.7\lib\net45\System.Net.Http.Formatting.dll - - - ..\packages\System.Security.AccessControl.4.7.0\lib\net461\System.Security.AccessControl.dll - - - ..\packages\System.Security.Principal.Windows.4.7.0\lib\net461\System.Security.Principal.Windows.dll - - @@ -111,7 +93,7 @@ 4.0 - ..\..\VDFParser\VDFParser\bin\Debug\VDFParser.dll + ..\..\SharpSteam\SharpSteam\bin\Release\VDFParser.dll diff --git a/UWPHook/packages.config b/UWPHook/packages.config old mode 100755 new mode 100644 index e808935..5afffa3 --- a/UWPHook/packages.config +++ b/UWPHook/packages.config @@ -5,11 +5,6 @@ - - - - - \ No newline at end of file