From 00417da7f9b86ef33229b2970ff2f3d98d194264 Mon Sep 17 00:00:00 2001 From: Beau Findlay Date: Thu, 7 Mar 2024 21:26:15 +0000 Subject: [PATCH] Fix soloution --- BeauFindlay/BeauFindlay.sln | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/BeauFindlay/BeauFindlay.sln b/BeauFindlay/BeauFindlay.sln index 1a56f1e..737e844 100644 --- a/BeauFindlay/BeauFindlay.sln +++ b/BeauFindlay/BeauFindlay.sln @@ -5,7 +5,7 @@ VisualStudioVersion = 17.9.34622.214 MinimumVisualStudioVersion = 10.0.40219.1 Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{3407557D-A21B-4F48-930C-6FDCE961ED2A}" EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BeauFindlay.Client", "src\BeauFindlay\BeauFindlay.Client.csproj", "{426685C6-FA5A-4445-995C-C18D12FB8570}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BeauFindlay.Client", "src\BeauFindlay.Client\BeauFindlay.Client.csproj", "{979CCAA2-5F1B-457B-9536-02F94BC98F9F}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -13,16 +13,16 @@ Global Release|Any CPU = Release|Any CPU EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {426685C6-FA5A-4445-995C-C18D12FB8570}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {426685C6-FA5A-4445-995C-C18D12FB8570}.Debug|Any CPU.Build.0 = Debug|Any CPU - {426685C6-FA5A-4445-995C-C18D12FB8570}.Release|Any CPU.ActiveCfg = Release|Any CPU - {426685C6-FA5A-4445-995C-C18D12FB8570}.Release|Any CPU.Build.0 = Release|Any CPU + {979CCAA2-5F1B-457B-9536-02F94BC98F9F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {979CCAA2-5F1B-457B-9536-02F94BC98F9F}.Debug|Any CPU.Build.0 = Debug|Any CPU + {979CCAA2-5F1B-457B-9536-02F94BC98F9F}.Release|Any CPU.ActiveCfg = Release|Any CPU + {979CCAA2-5F1B-457B-9536-02F94BC98F9F}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection GlobalSection(NestedProjects) = preSolution - {426685C6-FA5A-4445-995C-C18D12FB8570} = {3407557D-A21B-4F48-930C-6FDCE961ED2A} + {979CCAA2-5F1B-457B-9536-02F94BC98F9F} = {3407557D-A21B-4F48-930C-6FDCE961ED2A} EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution SolutionGuid = {6D05FF39-4D7B-4F0D-8136-E48F71106C3A}