-
Notifications
You must be signed in to change notification settings - Fork 0
/
SocialRecuer.sln
32 lines (32 loc) · 1.47 KB
/
SocialRecuer.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29009.5
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Backend", "Backend", "{5570BF30-E591-4340-85F5-531947F6FECF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Frontend", "Frontend", "{9744FC46-B8B6-448B-84D4-1655835DCCE2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Social.API", "Social.API\Social.API.csproj", "{EA0EA28E-B59D-4805-A1F4-5B5D416D679B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EA0EA28E-B59D-4805-A1F4-5B5D416D679B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EA0EA28E-B59D-4805-A1F4-5B5D416D679B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EA0EA28E-B59D-4805-A1F4-5B5D416D679B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EA0EA28E-B59D-4805-A1F4-5B5D416D679B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{EA0EA28E-B59D-4805-A1F4-5B5D416D679B} = {5570BF30-E591-4340-85F5-531947F6FECF}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DA02B5D1-DFFA-472B-AED7-0AF8AE79853B}
EndGlobalSection
EndGlobal