Add a web API projet with .DotNet core

This commit is contained in:
Sébastien André
2019-09-17 13:54:51 +02:00
parent e79ac82861
commit fcdb2f5017
9 changed files with 210 additions and 0 deletions

25
Back/skydiveLogs-api.sln Normal file
View File

@@ -0,0 +1,25 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.852
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "skydiveLogs-api", "skydiveLogs-api\skydiveLogs-api.csproj", "{0AC70CC2-CE52-4CD9-89D6-077800574360}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0AC70CC2-CE52-4CD9-89D6-077800574360}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0AC70CC2-CE52-4CD9-89D6-077800574360}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0AC70CC2-CE52-4CD9-89D6-077800574360}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0AC70CC2-CE52-4CD9-89D6-077800574360}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CA378047-8DB2-4317-8DEE-D834E9834CAA}
EndGlobalSection
EndGlobal