diff options
| author | Ognjen Cirkovic <ciraboxkg@gmail.com> | 2022-03-05 17:44:19 +0100 |
|---|---|---|
| committer | Ognjen Cirkovic <ciraboxkg@gmail.com> | 2022-03-05 17:44:19 +0100 |
| commit | 65cfbca711b5d02b3473ac7d8e1654cbac4be41c (patch) | |
| tree | af9c7c41b1433fe27bc92059defab0a755f39bf8 /backend/api/api.sln | |
| parent | 311c84b1bf0fa3a9680b16ba1ec3309a0a1dca1f (diff) | |
Napravljen .net 6.0 projekat za api
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 |
