-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTwitterProject.sln
48 lines (48 loc) · 2.89 KB
/
TwitterProject.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.30804.86
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TwitterProject.Domain", "TwitterProject.Domain\TwitterProject.Domain.csproj", "{62D02367-6948-45D4-80A7-96CE4F034D57}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{691BA0FE-6C42-487D-A0C8-044A0215CD6F}"
ProjectSection(SolutionItems) = preProject
ReadMe.txt = ReadMe.txt
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TwitterProject.Infrastructure", "TwitterProject.Infrastructure\TwitterProject.Infrastructure.csproj", "{84D20531-69CF-4F58-9013-3D81DAAEA638}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TwitterProject.Application", "TwitterProject.Application\TwitterProject.Application.csproj", "{5D6E4F5C-08CB-4891-9EFF-D7A192E5F4A5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TwitterProject.Presentation", "TwitterProject.Presentation\TwitterProject.Presentation.csproj", "{68EFE7D1-39EE-41AB-972C-C87675D1F37B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{62D02367-6948-45D4-80A7-96CE4F034D57}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{62D02367-6948-45D4-80A7-96CE4F034D57}.Debug|Any CPU.Build.0 = Debug|Any CPU
{62D02367-6948-45D4-80A7-96CE4F034D57}.Release|Any CPU.ActiveCfg = Release|Any CPU
{62D02367-6948-45D4-80A7-96CE4F034D57}.Release|Any CPU.Build.0 = Release|Any CPU
{84D20531-69CF-4F58-9013-3D81DAAEA638}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{84D20531-69CF-4F58-9013-3D81DAAEA638}.Debug|Any CPU.Build.0 = Debug|Any CPU
{84D20531-69CF-4F58-9013-3D81DAAEA638}.Release|Any CPU.ActiveCfg = Release|Any CPU
{84D20531-69CF-4F58-9013-3D81DAAEA638}.Release|Any CPU.Build.0 = Release|Any CPU
{5D6E4F5C-08CB-4891-9EFF-D7A192E5F4A5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5D6E4F5C-08CB-4891-9EFF-D7A192E5F4A5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5D6E4F5C-08CB-4891-9EFF-D7A192E5F4A5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5D6E4F5C-08CB-4891-9EFF-D7A192E5F4A5}.Release|Any CPU.Build.0 = Release|Any CPU
{68EFE7D1-39EE-41AB-972C-C87675D1F37B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{68EFE7D1-39EE-41AB-972C-C87675D1F37B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{68EFE7D1-39EE-41AB-972C-C87675D1F37B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{68EFE7D1-39EE-41AB-972C-C87675D1F37B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {341378F0-043A-45C7-B5C9-EE33879AB5F2}
EndGlobalSection
EndGlobal