Skip to content

Commit

Permalink
Updated the solution files
Browse files Browse the repository at this point in the history
  • Loading branch information
cwiederspan committed Jan 31, 2024
1 parent 7e4d571 commit 10d5f6a
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 30 deletions.
30 changes: 0 additions & 30 deletions cdw-template-20240128.sln

This file was deleted.

22 changes: 22 additions & 0 deletions src/MySolution.sln
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 10d5f6a

Please sign in to comment.