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