-
Notifications
You must be signed in to change notification settings - Fork 0
/
SocialMediaApp.sln
48 lines (48 loc) · 2.91 KB
/
SocialMediaApp.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
43
44
45
46
47
48
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30907.101
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SocialMediaApp.DomainLayer", "SocialMediaApp.DomainLayer\SocialMediaApp.DomainLayer.csproj", "{0FE1CD99-72EA-4ED6-8D25-C35B63236235}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SocialMediaApp.Infrastructure", "SocialMediaApp.Infrastructure\SocialMediaApp.Infrastructure.csproj", "{0F49231B-82B6-40F0-BC87-A8C581D637B1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SocialMediaApp.Application", "SocialMediaApp.Application\SocialMediaApp.Application.csproj", "{10749AFB-E091-452E-9615-946DABED71BA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Documantation", "Documantation", "{A45A178B-C9C7-4460-AB12-1274A855D645}"
ProjectSection(SolutionItems) = preProject
ReadMe.txt = ReadMe.txt
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SocialMediaApp.Presentation", "SocialMediaApp.Presentation\SocialMediaApp.Presentation.csproj", "{A3CA9A8C-18C3-4A75-81F9-BE2F9DE4EE30}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0FE1CD99-72EA-4ED6-8D25-C35B63236235}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0FE1CD99-72EA-4ED6-8D25-C35B63236235}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0FE1CD99-72EA-4ED6-8D25-C35B63236235}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0FE1CD99-72EA-4ED6-8D25-C35B63236235}.Release|Any CPU.Build.0 = Release|Any CPU
{0F49231B-82B6-40F0-BC87-A8C581D637B1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0F49231B-82B6-40F0-BC87-A8C581D637B1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0F49231B-82B6-40F0-BC87-A8C581D637B1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0F49231B-82B6-40F0-BC87-A8C581D637B1}.Release|Any CPU.Build.0 = Release|Any CPU
{10749AFB-E091-452E-9615-946DABED71BA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{10749AFB-E091-452E-9615-946DABED71BA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{10749AFB-E091-452E-9615-946DABED71BA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{10749AFB-E091-452E-9615-946DABED71BA}.Release|Any CPU.Build.0 = Release|Any CPU
{A3CA9A8C-18C3-4A75-81F9-BE2F9DE4EE30}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A3CA9A8C-18C3-4A75-81F9-BE2F9DE4EE30}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A3CA9A8C-18C3-4A75-81F9-BE2F9DE4EE30}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A3CA9A8C-18C3-4A75-81F9-BE2F9DE4EE30}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FE23FD73-1779-47D9-92BF-C6A684C58708}
EndGlobalSection
EndGlobal