-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSocialMap.sln
More file actions
41 lines (41 loc) · 2.41 KB
/
SocialMap.sln
File metadata and controls
41 lines (41 loc) · 2.41 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.32106.194
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SocialMap.Core", "SocialMap.Core\SocialMap.Core.csproj", "{5A959309-BC3B-48B7-85AD-9536FEF19B48}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SocialMap.Infrastructure", "SocialMap.Infrastructure\SocialMap.Infrastructure.csproj", "{8E3F9B72-FD47-42AD-89FD-224FE6AFABB6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SocialMap.WebAPI", "SocialMap.WebAPI\SocialMap.WebAPI.csproj", "{AA193411-773B-439D-9EAA-FDC14E773073}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5A959309-BC3B-48B7-85AD-9536FEF19B48}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5A959309-BC3B-48B7-85AD-9536FEF19B48}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5A959309-BC3B-48B7-85AD-9536FEF19B48}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5A959309-BC3B-48B7-85AD-9536FEF19B48}.Release|Any CPU.Build.0 = Release|Any CPU
{8E3F9B72-FD47-42AD-89FD-224FE6AFABB6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8E3F9B72-FD47-42AD-89FD-224FE6AFABB6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8E3F9B72-FD47-42AD-89FD-224FE6AFABB6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8E3F9B72-FD47-42AD-89FD-224FE6AFABB6}.Release|Any CPU.Build.0 = Release|Any CPU
{AA193411-773B-439D-9EAA-FDC14E773073}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AA193411-773B-439D-9EAA-FDC14E773073}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AA193411-773B-439D-9EAA-FDC14E773073}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AA193411-773B-439D-9EAA-FDC14E773073}.Release|Any CPU.Build.0 = Release|Any CPU
{97A4D0BB-1715-460C-AE74-AB82E43F689E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{97A4D0BB-1715-460C-AE74-AB82E43F689E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{97A4D0BB-1715-460C-AE74-AB82E43F689E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{97A4D0BB-1715-460C-AE74-AB82E43F689E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {062403CA-BA71-42F1-B291-F2822AE59E9D}
EndGlobalSection
EndGlobal