-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProyectManagerAPI.sln
More file actions
49 lines (49 loc) · 2.96 KB
/
ProyectManagerAPI.sln
File metadata and controls
49 lines (49 loc) · 2.96 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.14.36212.18
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Data", "Data\Data.csproj", "{79F63F72-60AC-4D01-8C39-F63A04DC8470}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Models", "Models\Models.csproj", "{513DF704-5D69-43FF-A797-7A6397679327}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ProjectManagementRestAPI", "ProjectManagementRestAPI2\ProjectManagementRestAPI.csproj", "{0B0B93F6-B2AF-4E00-8618-F588DBD063F6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BusinessLogic", "BusinessLogic\BusinessLogic.csproj", "{F6B10A43-7DC5-4FD6-B3EB-76D2D6F48958}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DTOs", "DTOs\DTOs.csproj", "{48B469D6-83A9-4155-8093-B1BFD1CB9094}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{79F63F72-60AC-4D01-8C39-F63A04DC8470}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{79F63F72-60AC-4D01-8C39-F63A04DC8470}.Debug|Any CPU.Build.0 = Debug|Any CPU
{79F63F72-60AC-4D01-8C39-F63A04DC8470}.Release|Any CPU.ActiveCfg = Release|Any CPU
{79F63F72-60AC-4D01-8C39-F63A04DC8470}.Release|Any CPU.Build.0 = Release|Any CPU
{513DF704-5D69-43FF-A797-7A6397679327}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{513DF704-5D69-43FF-A797-7A6397679327}.Debug|Any CPU.Build.0 = Debug|Any CPU
{513DF704-5D69-43FF-A797-7A6397679327}.Release|Any CPU.ActiveCfg = Release|Any CPU
{513DF704-5D69-43FF-A797-7A6397679327}.Release|Any CPU.Build.0 = Release|Any CPU
{0B0B93F6-B2AF-4E00-8618-F588DBD063F6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0B0B93F6-B2AF-4E00-8618-F588DBD063F6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0B0B93F6-B2AF-4E00-8618-F588DBD063F6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0B0B93F6-B2AF-4E00-8618-F588DBD063F6}.Release|Any CPU.Build.0 = Release|Any CPU
{F6B10A43-7DC5-4FD6-B3EB-76D2D6F48958}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F6B10A43-7DC5-4FD6-B3EB-76D2D6F48958}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F6B10A43-7DC5-4FD6-B3EB-76D2D6F48958}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F6B10A43-7DC5-4FD6-B3EB-76D2D6F48958}.Release|Any CPU.Build.0 = Release|Any CPU
{48B469D6-83A9-4155-8093-B1BFD1CB9094}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{48B469D6-83A9-4155-8093-B1BFD1CB9094}.Debug|Any CPU.Build.0 = Debug|Any CPU
{48B469D6-83A9-4155-8093-B1BFD1CB9094}.Release|Any CPU.ActiveCfg = Release|Any CPU
{48B469D6-83A9-4155-8093-B1BFD1CB9094}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D838D983-2BC8-4DB2-80EC-56F4B91F38D9}
EndGlobalSection
EndGlobal