-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPhonebook.sln
More file actions
57 lines (57 loc) · 3.45 KB
/
Copy pathPhonebook.sln
File metadata and controls
57 lines (57 loc) · 3.45 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30204.135
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "API", "API\API.csproj", "{5616748A-8392-433E-BA1B-3D31E6C6CB9F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PhonebookApp", "PhonebookApp\PhonebookApp.csproj", "{C5E6BDB9-00C1-4F0A-A1AE-4FF769B7BC66}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Core", "Core\Core.csproj", "{392F598B-640D-4BC2-BE04-E2620B18156F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Infrastructure", "Infrastructure\Infrastructure.csproj", "{FF4C98EE-CB4A-42AE-B645-3D86FD87C6E2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Backend", "Backend", "{D1A3D995-E3A9-4D37-A52F-CF6A45197219}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Phonebook.Tests", "Unit.Tests\Phonebook.Tests.csproj", "{22543711-1A8A-4CA3-9751-E5915A5BB302}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5616748A-8392-433E-BA1B-3D31E6C6CB9F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5616748A-8392-433E-BA1B-3D31E6C6CB9F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5616748A-8392-433E-BA1B-3D31E6C6CB9F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5616748A-8392-433E-BA1B-3D31E6C6CB9F}.Release|Any CPU.Build.0 = Release|Any CPU
{C5E6BDB9-00C1-4F0A-A1AE-4FF769B7BC66}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C5E6BDB9-00C1-4F0A-A1AE-4FF769B7BC66}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C5E6BDB9-00C1-4F0A-A1AE-4FF769B7BC66}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C5E6BDB9-00C1-4F0A-A1AE-4FF769B7BC66}.Release|Any CPU.Build.0 = Release|Any CPU
{392F598B-640D-4BC2-BE04-E2620B18156F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{392F598B-640D-4BC2-BE04-E2620B18156F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{392F598B-640D-4BC2-BE04-E2620B18156F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{392F598B-640D-4BC2-BE04-E2620B18156F}.Release|Any CPU.Build.0 = Release|Any CPU
{FF4C98EE-CB4A-42AE-B645-3D86FD87C6E2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FF4C98EE-CB4A-42AE-B645-3D86FD87C6E2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FF4C98EE-CB4A-42AE-B645-3D86FD87C6E2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FF4C98EE-CB4A-42AE-B645-3D86FD87C6E2}.Release|Any CPU.Build.0 = Release|Any CPU
{22543711-1A8A-4CA3-9751-E5915A5BB302}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{22543711-1A8A-4CA3-9751-E5915A5BB302}.Debug|Any CPU.Build.0 = Debug|Any CPU
{22543711-1A8A-4CA3-9751-E5915A5BB302}.Release|Any CPU.ActiveCfg = Release|Any CPU
{22543711-1A8A-4CA3-9751-E5915A5BB302}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{5616748A-8392-433E-BA1B-3D31E6C6CB9F} = {D1A3D995-E3A9-4D37-A52F-CF6A45197219}
{392F598B-640D-4BC2-BE04-E2620B18156F} = {D1A3D995-E3A9-4D37-A52F-CF6A45197219}
{FF4C98EE-CB4A-42AE-B645-3D86FD87C6E2} = {D1A3D995-E3A9-4D37-A52F-CF6A45197219}
{22543711-1A8A-4CA3-9751-E5915A5BB302} = {D1A3D995-E3A9-4D37-A52F-CF6A45197219}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {26A02F24-98E3-4006-852E-03DFC84AAAD6}
EndGlobalSection
EndGlobal