-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsocialnetworks_backend.sln
42 lines (42 loc) · 2.25 KB
/
socialnetworks_backend.sln
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32519.379
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Core", "Core\Core.csproj", "{FF65871A-4022-4608-B258-7E399B503ADA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BussinessLogic", "BussinessLogic\BussinessLogic.csproj", "{569EBC95-901D-4123-B432-4FDC97EF0D8E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebApi", "WebApi\WebApi.csproj", "{C0F36E7F-68E5-4ADB-ACDA-DAFD28283710}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Elementos de la solución", "Elementos de la solución", "{CE79CD6E-4980-4C2A-A228-7A793B60D452}"
ProjectSection(SolutionItems) = preProject
Container.txt = Container.txt
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FF65871A-4022-4608-B258-7E399B503ADA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FF65871A-4022-4608-B258-7E399B503ADA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FF65871A-4022-4608-B258-7E399B503ADA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FF65871A-4022-4608-B258-7E399B503ADA}.Release|Any CPU.Build.0 = Release|Any CPU
{569EBC95-901D-4123-B432-4FDC97EF0D8E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{569EBC95-901D-4123-B432-4FDC97EF0D8E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{569EBC95-901D-4123-B432-4FDC97EF0D8E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{569EBC95-901D-4123-B432-4FDC97EF0D8E}.Release|Any CPU.Build.0 = Release|Any CPU
{C0F36E7F-68E5-4ADB-ACDA-DAFD28283710}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C0F36E7F-68E5-4ADB-ACDA-DAFD28283710}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C0F36E7F-68E5-4ADB-ACDA-DAFD28283710}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C0F36E7F-68E5-4ADB-ACDA-DAFD28283710}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6950321D-6048-4B71-9ECC-4756CFE5EDD0}
EndGlobalSection
EndGlobal