-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNetflix.sln
101 lines (101 loc) · 6.51 KB
/
Netflix.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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Domain", "Domain\Domain.csproj", "{943D0E05-1C2C-4168-9858-C581798C9B28}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DataAccess", "DataAccess\DataAccess.csproj", "{550850E6-72B8-4BDA-8ECD-0A60471EEB48}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "API", "API\API.csproj", "{05CF5EE6-2667-4CB4-93EA-06729C2D66BE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tests", "Tests\Tests.csproj", "{3D811F92-0DC8-48B1-8D90-614EB32529BF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Application", "Application\Application.csproj", "{429EB6A1-E39E-448B-89D6-B62019A061C1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Infrastructure", "Infrastructure\Infrastructure.csproj", "{049DF3B0-8629-4765-A6E5-9B785CA2EC0A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SolutionFiles", "SolutionFiles", "{87B7CA57-E625-4EA5-9213-DE40C59CC4DF}"
ProjectSection(SolutionItems) = preProject
.env = .env
.gitignore = .gitignore
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SupportAPI", "SupportAPI\SupportAPI.csproj", "{DDB7ED35-825C-4AC6-B6B5-E1ACC5FD0725}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SupportPersistentAPI", "SupportPersistentAPI\SupportPersistentAPI.csproj", "{CF00AC25-E14F-4FCE-8BD9-4CBA4F81192A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Docker", "Docker", "{5D5EB48A-6C5F-4100-BF7A-11015AD7B7B5}"
ProjectSection(SolutionItems) = preProject
compose.dev.yaml = compose.dev.yaml
compose.prod.yaml = compose.prod.yaml
.env = .env
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "MainAPI", "MainAPI", "{52D07355-D23A-4DB2-951F-037BA319A2BB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Shared", "Shared\Shared.csproj", "{4C7AA523-271B-417E-9971-BC5869C8C4C3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SupportPermanentS3Service", "SupportPermanentS3Service\SupportPermanentS3Service.csproj", "{77A9E2A9-F867-4ABC-80EA-6218E68A8594}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{943D0E05-1C2C-4168-9858-C581798C9B28}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{943D0E05-1C2C-4168-9858-C581798C9B28}.Debug|Any CPU.Build.0 = Debug|Any CPU
{943D0E05-1C2C-4168-9858-C581798C9B28}.Release|Any CPU.ActiveCfg = Release|Any CPU
{943D0E05-1C2C-4168-9858-C581798C9B28}.Release|Any CPU.Build.0 = Release|Any CPU
{550850E6-72B8-4BDA-8ECD-0A60471EEB48}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{550850E6-72B8-4BDA-8ECD-0A60471EEB48}.Debug|Any CPU.Build.0 = Debug|Any CPU
{550850E6-72B8-4BDA-8ECD-0A60471EEB48}.Release|Any CPU.ActiveCfg = Release|Any CPU
{550850E6-72B8-4BDA-8ECD-0A60471EEB48}.Release|Any CPU.Build.0 = Release|Any CPU
{05CF5EE6-2667-4CB4-93EA-06729C2D66BE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{05CF5EE6-2667-4CB4-93EA-06729C2D66BE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{05CF5EE6-2667-4CB4-93EA-06729C2D66BE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{05CF5EE6-2667-4CB4-93EA-06729C2D66BE}.Release|Any CPU.Build.0 = Release|Any CPU
{3D811F92-0DC8-48B1-8D90-614EB32529BF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3D811F92-0DC8-48B1-8D90-614EB32529BF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3D811F92-0DC8-48B1-8D90-614EB32529BF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3D811F92-0DC8-48B1-8D90-614EB32529BF}.Release|Any CPU.Build.0 = Release|Any CPU
{429EB6A1-E39E-448B-89D6-B62019A061C1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{429EB6A1-E39E-448B-89D6-B62019A061C1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{429EB6A1-E39E-448B-89D6-B62019A061C1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{429EB6A1-E39E-448B-89D6-B62019A061C1}.Release|Any CPU.Build.0 = Release|Any CPU
{049DF3B0-8629-4765-A6E5-9B785CA2EC0A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{049DF3B0-8629-4765-A6E5-9B785CA2EC0A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{049DF3B0-8629-4765-A6E5-9B785CA2EC0A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{049DF3B0-8629-4765-A6E5-9B785CA2EC0A}.Release|Any CPU.Build.0 = Release|Any CPU
{DDB7ED35-825C-4AC6-B6B5-E1ACC5FD0725}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DDB7ED35-825C-4AC6-B6B5-E1ACC5FD0725}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DDB7ED35-825C-4AC6-B6B5-E1ACC5FD0725}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DDB7ED35-825C-4AC6-B6B5-E1ACC5FD0725}.Release|Any CPU.Build.0 = Release|Any CPU
{CF00AC25-E14F-4FCE-8BD9-4CBA4F81192A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CF00AC25-E14F-4FCE-8BD9-4CBA4F81192A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CF00AC25-E14F-4FCE-8BD9-4CBA4F81192A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CF00AC25-E14F-4FCE-8BD9-4CBA4F81192A}.Release|Any CPU.Build.0 = Release|Any CPU
{4C7AA523-271B-417E-9971-BC5869C8C4C3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4C7AA523-271B-417E-9971-BC5869C8C4C3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4C7AA523-271B-417E-9971-BC5869C8C4C3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4C7AA523-271B-417E-9971-BC5869C8C4C3}.Release|Any CPU.Build.0 = Release|Any CPU
{77A9E2A9-F867-4ABC-80EA-6218E68A8594}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{77A9E2A9-F867-4ABC-80EA-6218E68A8594}.Debug|Any CPU.Build.0 = Debug|Any CPU
{77A9E2A9-F867-4ABC-80EA-6218E68A8594}.Release|Any CPU.ActiveCfg = Release|Any CPU
{77A9E2A9-F867-4ABC-80EA-6218E68A8594}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{943D0E05-1C2C-4168-9858-C581798C9B28} = {52D07355-D23A-4DB2-951F-037BA319A2BB}
{550850E6-72B8-4BDA-8ECD-0A60471EEB48} = {52D07355-D23A-4DB2-951F-037BA319A2BB}
{05CF5EE6-2667-4CB4-93EA-06729C2D66BE} = {52D07355-D23A-4DB2-951F-037BA319A2BB}
{429EB6A1-E39E-448B-89D6-B62019A061C1} = {52D07355-D23A-4DB2-951F-037BA319A2BB}
{049DF3B0-8629-4765-A6E5-9B785CA2EC0A} = {52D07355-D23A-4DB2-951F-037BA319A2BB}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2814C499-8B05-4BBA-B8AA-86C0A8030372}
EndGlobalSection
EndGlobal