diff options
Diffstat (limited to 'backend/api/api.sln')
-rw-r--r-- | backend/api/api.sln | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/backend/api/api.sln b/backend/api/api.sln new file mode 100644 index 00000000..0d70ced2 --- /dev/null +++ b/backend/api/api.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.0.31912.275 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "api", "api\api.csproj", "{D28778A6-7C1C-4DC7-966B-238F89418B68}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {D28778A6-7C1C-4DC7-966B-238F89418B68}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {D28778A6-7C1C-4DC7-966B-238F89418B68}.Debug|Any CPU.Build.0 = Debug|Any CPU + {D28778A6-7C1C-4DC7-966B-238F89418B68}.Release|Any CPU.ActiveCfg = Release|Any CPU + {D28778A6-7C1C-4DC7-966B-238F89418B68}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {B78DE00E-6559-4B22-9396-F35CA1E90F70} + EndGlobalSection +EndGlobal |