From fda90b360e2a255438aef574ef527cff317cda9b Mon Sep 17 00:00:00 2001 From: Jeddunk Date: Sun, 30 Jan 2022 16:40:36 +0100 Subject: [PATCH 1/2] SteamStorefrontAPI modul fix --- .gitmodules | 3 +++ GoldbergGUI.Core/GoldbergGUI.Core.csproj | 4 ++++ GoldbergGUI.sln | 18 ++++++++++++++++-- SteamStorefrontAPI | 1 + 4 files changed, 24 insertions(+), 2 deletions(-) create mode 100644 .gitmodules create mode 160000 SteamStorefrontAPI diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..bd149f0 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "SteamStorefrontAPI"] + path = SteamStorefrontAPI + url = https://git.jeddunk.xyz/jeddunk/SteamStorefrontAPI.git diff --git a/GoldbergGUI.Core/GoldbergGUI.Core.csproj b/GoldbergGUI.Core/GoldbergGUI.Core.csproj index 164c22f..865a61b 100644 --- a/GoldbergGUI.Core/GoldbergGUI.Core.csproj +++ b/GoldbergGUI.Core/GoldbergGUI.Core.csproj @@ -16,6 +16,10 @@ + + + + ..\..\..\..\..\..\Windows\Microsoft.NET\assembly\GAC_32\PresentationCore\v4.0_4.0.0.0__31bf3856ad364e35\PresentationCore.dll diff --git a/GoldbergGUI.sln b/GoldbergGUI.sln index 2d2b88a..bda7b63 100644 --- a/GoldbergGUI.sln +++ b/GoldbergGUI.sln @@ -1,12 +1,14 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 16 -VisualStudioVersion = 16.0.30717.126 +# Visual Studio Version 17 +VisualStudioVersion = 17.0.32112.339 MinimumVisualStudioVersion = 10.0.40219.1 Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GoldbergGUI.Core", "GoldbergGUI.Core\GoldbergGUI.Core.csproj", "{FB205F05-83DE-4D87-8CE2-F7DA320944FD}" EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GoldbergGUI.WPF", "GoldbergGUI.WPF\GoldbergGUI.WPF.csproj", "{84ED15D3-725C-43B1-B8C7-51759CAABBAA}" EndProject +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SteamStorefrontAPI", "SteamStorefrontAPI\SteamStorefrontAPI\SteamStorefrontAPI.csproj", "{42D17FA4-C45C-4CC1-BA9C-80B3FA1C006D}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -41,6 +43,18 @@ Global {84ED15D3-725C-43B1-B8C7-51759CAABBAA}.Release|x64.Build.0 = Release|Any CPU {84ED15D3-725C-43B1-B8C7-51759CAABBAA}.Release|x86.ActiveCfg = Release|x86 {84ED15D3-725C-43B1-B8C7-51759CAABBAA}.Release|x86.Build.0 = Release|x86 + {42D17FA4-C45C-4CC1-BA9C-80B3FA1C006D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {42D17FA4-C45C-4CC1-BA9C-80B3FA1C006D}.Debug|Any CPU.Build.0 = Debug|Any CPU + {42D17FA4-C45C-4CC1-BA9C-80B3FA1C006D}.Debug|x64.ActiveCfg = Debug|Any CPU + {42D17FA4-C45C-4CC1-BA9C-80B3FA1C006D}.Debug|x64.Build.0 = Debug|Any CPU + {42D17FA4-C45C-4CC1-BA9C-80B3FA1C006D}.Debug|x86.ActiveCfg = Debug|Any CPU + {42D17FA4-C45C-4CC1-BA9C-80B3FA1C006D}.Debug|x86.Build.0 = Debug|Any CPU + {42D17FA4-C45C-4CC1-BA9C-80B3FA1C006D}.Release|Any CPU.ActiveCfg = Release|Any CPU + {42D17FA4-C45C-4CC1-BA9C-80B3FA1C006D}.Release|Any CPU.Build.0 = Release|Any CPU + {42D17FA4-C45C-4CC1-BA9C-80B3FA1C006D}.Release|x64.ActiveCfg = Release|Any CPU + {42D17FA4-C45C-4CC1-BA9C-80B3FA1C006D}.Release|x64.Build.0 = Release|Any CPU + {42D17FA4-C45C-4CC1-BA9C-80B3FA1C006D}.Release|x86.ActiveCfg = Release|Any CPU + {42D17FA4-C45C-4CC1-BA9C-80B3FA1C006D}.Release|x86.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/SteamStorefrontAPI b/SteamStorefrontAPI new file mode 160000 index 0000000..2095542 --- /dev/null +++ b/SteamStorefrontAPI @@ -0,0 +1 @@ +Subproject commit 20955420f05f97308a32c1ec2c3c17ee5494b833 From fdbd0b882e6d8e4bad1fc71020d9f40db028adf2 Mon Sep 17 00:00:00 2001 From: Jeddunk Date: Sun, 30 Jan 2022 16:47:01 +0100 Subject: [PATCH 2/2] update submodule --- SteamStorefrontAPI | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SteamStorefrontAPI b/SteamStorefrontAPI index 2095542..2b984cd 160000 --- a/SteamStorefrontAPI +++ b/SteamStorefrontAPI @@ -1 +1 @@ -Subproject commit 20955420f05f97308a32c1ec2c3c17ee5494b833 +Subproject commit 2b984cd5a11802e6106e0e1202b90fe5da7735fb