WebAPI initial creation

This commit is contained in:
thedigitaltailor
2024-03-06 16:38:40 +10:30
parent 6f1076c537
commit bbef65be2b
9 changed files with 174 additions and 0 deletions

25
TeamCalendar.sln Normal file
View File

@@ -0,0 +1,25 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34330.188
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TeamCalendar.API", "TeamCalendar.API\TeamCalendar.API.csproj", "{105837B8-0E49-4F32-9F15-D23A0CE63A22}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{105837B8-0E49-4F32-9F15-D23A0CE63A22}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{105837B8-0E49-4F32-9F15-D23A0CE63A22}.Debug|Any CPU.Build.0 = Debug|Any CPU
{105837B8-0E49-4F32-9F15-D23A0CE63A22}.Release|Any CPU.ActiveCfg = Release|Any CPU
{105837B8-0E49-4F32-9F15-D23A0CE63A22}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {16B1AC15-74F3-4D6B-AF90-6F9105B03A4C}
EndGlobalSection
EndGlobal