forked from HoussemDellai/aca-course
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaca-course.sln
More file actions
29 lines (29 loc) · 1.38 KB
/
Copy pathaca-course.sln
File metadata and controls
29 lines (29 loc) · 1.38 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.2.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "backend_api", "backend_api", "{0DBBB92B-E9C1-4326-1190-FB1105D89267}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "albumapi_csharp", "backend_api\backend_api_csharp\albumapi_csharp.csproj", "{6F98B748-249F-F4DB-A5AF-8CEF7052950F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6F98B748-249F-F4DB-A5AF-8CEF7052950F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6F98B748-249F-F4DB-A5AF-8CEF7052950F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6F98B748-249F-F4DB-A5AF-8CEF7052950F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6F98B748-249F-F4DB-A5AF-8CEF7052950F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{6F98B748-249F-F4DB-A5AF-8CEF7052950F} = {0DBBB92B-E9C1-4326-1190-FB1105D89267}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5340E2FC-8475-479C-9F88-16FFB05D2756}
EndGlobalSection
EndGlobal