Skip to content

Commit

Permalink
Add backend solution file
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonypuppo committed Oct 7, 2023
1 parent 84af9b1 commit f561fc3
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions backend/SKPlayground.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.002.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SKPlayground.Api", "SKPlayground.Api.csproj", "{E6C0601F-379A-414D-99A7-77799DAA3414}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E6C0601F-379A-414D-99A7-77799DAA3414}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E6C0601F-379A-414D-99A7-77799DAA3414}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E6C0601F-379A-414D-99A7-77799DAA3414}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E6C0601F-379A-414D-99A7-77799DAA3414}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D1C71520-5FCA-4BA8-87DE-1BF2294E358F}
EndGlobalSection
EndGlobal

0 comments on commit f561fc3

Please sign in to comment.