From 10d5f6aa6d5bd67531dbc8775bc891723ba1390b Mon Sep 17 00:00:00 2001 From: Chris Wiederspan Date: Wed, 31 Jan 2024 23:18:15 +0000 Subject: [PATCH] Updated the solution files --- cdw-template-20240128.sln | 30 ------------------------------ src/MySolution.sln | 22 ++++++++++++++++++++++ 2 files changed, 22 insertions(+), 30 deletions(-) delete mode 100644 cdw-template-20240128.sln create mode 100644 src/MySolution.sln diff --git a/cdw-template-20240128.sln b/cdw-template-20240128.sln deleted file mode 100644 index 76c115e..0000000 --- a/cdw-template-20240128.sln +++ /dev/null @@ -1,30 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 17 -VisualStudioVersion = 17.5.002.0 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{9773E3C7-21D4-4F57-A036-C549726B6881}" -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MyApp.Api", "src\api\MyApp.Api.csproj", "{C5EFE92A-F4DB-44F6-8208-0DF9085ACB31}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Any CPU = Debug|Any CPU - Release|Any CPU = Release|Any CPU - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {C5EFE92A-F4DB-44F6-8208-0DF9085ACB31}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {C5EFE92A-F4DB-44F6-8208-0DF9085ACB31}.Debug|Any CPU.Build.0 = Debug|Any CPU - {C5EFE92A-F4DB-44F6-8208-0DF9085ACB31}.Release|Any CPU.ActiveCfg = Release|Any CPU - {C5EFE92A-F4DB-44F6-8208-0DF9085ACB31}.Release|Any CPU.Build.0 = Release|Any CPU - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection - GlobalSection(NestedProjects) = preSolution - {C5EFE92A-F4DB-44F6-8208-0DF9085ACB31} = {9773E3C7-21D4-4F57-A036-C549726B6881} - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - SolutionGuid = {83C981BA-B065-446F-AB0C-FF6E6EA5786C} - EndGlobalSection -EndGlobal diff --git a/src/MySolution.sln b/src/MySolution.sln new file mode 100644 index 0000000..359fea3 --- /dev/null +++ b/src/MySolution.sln @@ -0,0 +1,22 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.0.31903.59 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MyApp.Api", "api\MyApp.Api.csproj", "{58E9B38C-152C-4B27-9FF1-B16658832A57}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {58E9B38C-152C-4B27-9FF1-B16658832A57}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {58E9B38C-152C-4B27-9FF1-B16658832A57}.Debug|Any CPU.Build.0 = Debug|Any CPU + {58E9B38C-152C-4B27-9FF1-B16658832A57}.Release|Any CPU.ActiveCfg = Release|Any CPU + {58E9B38C-152C-4B27-9FF1-B16658832A57}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection +EndGlobal