From 65cfbca711b5d02b3473ac7d8e1654cbac4be41c Mon Sep 17 00:00:00 2001 From: Ognjen Cirkovic Date: Sat, 5 Mar 2022 17:44:19 +0100 Subject: Napravljen .net 6.0 projekat za api --- backend/api/api.sln | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 backend/api/api.sln (limited to 'backend/api/api.sln') 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 -- cgit v1.2.3