-
Notifications
You must be signed in to change notification settings - Fork 0
/
Certification System.sln
165 lines (165 loc) · 13.9 KB
/
Certification System.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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.421
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Certification_System", "Certification_System\Certification_System.csproj", "{45919CA8-3BF0-48FA-8619-44F0C7AB3337}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MongoDB.AspNet.Identity", "MongoDB.AspNet.Identity\MongoDB.AspNet.Identity.csproj", "{0FF87680-235F-4231-8302-9BF6FCAC7476}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "MongoDB Scheme", "MongoDB Scheme", "{8B5191DA-905F-4D00-B14B-393F196163B3}"
ProjectSection(SolutionItems) = preProject
MongoDB Scheme\certification-system_mongoCollectionScheme.pdf = MongoDB Scheme\certification-system_mongoCollectionScheme.pdf
MongoDB Scheme\certification-system_mongoCollectionScheme.png = MongoDB Scheme\certification-system_mongoCollectionScheme.png
MongoDB Scheme\certification-system_mongoCollectionScheme.vsdx = MongoDB Scheme\certification-system_mongoCollectionScheme.vsdx
MongoDB Scheme\certification-system_mongoCollectionScheme_v2.1.pdf = MongoDB Scheme\certification-system_mongoCollectionScheme_v2.1.pdf
MongoDB Scheme\certification-system_mongoCollectionScheme_v2.1.png = MongoDB Scheme\certification-system_mongoCollectionScheme_v2.1.png
MongoDB Scheme\certification-system_mongoCollectionScheme_v2.1.vsdx = MongoDB Scheme\certification-system_mongoCollectionScheme_v2.1.vsdx
MongoDB Scheme\certification-system_mongoCollectionScheme_v3.0.pdf = MongoDB Scheme\certification-system_mongoCollectionScheme_v3.0.pdf
MongoDB Scheme\certification-system_mongoCollectionScheme_v3.0.png = MongoDB Scheme\certification-system_mongoCollectionScheme_v3.0.png
MongoDB Scheme\certification-system_mongoCollectionScheme_v3.0.vsdx = MongoDB Scheme\certification-system_mongoCollectionScheme_v3.0.vsdx
MongoDB Scheme\certification_mongoStructure_mongoCollectionScheme_v4.0.pdf = MongoDB Scheme\certification_mongoStructure_mongoCollectionScheme_v4.0.pdf
MongoDB Scheme\certification_mongoStructure_mongoCollectionScheme_v4.0.png = MongoDB Scheme\certification_mongoStructure_mongoCollectionScheme_v4.0.png
MongoDB Scheme\certification_mongoStructure_mongoCollectionScheme_v4.0.vsdx = MongoDB Scheme\certification_mongoStructure_mongoCollectionScheme_v4.0.vsdx
MongoDB Scheme\certification_mongoStructure_mongoCollectionScheme_v5.0.pdf = MongoDB Scheme\certification_mongoStructure_mongoCollectionScheme_v5.0.pdf
MongoDB Scheme\certification_mongoStructure_mongoCollectionScheme_v5.0.png = MongoDB Scheme\certification_mongoStructure_mongoCollectionScheme_v5.0.png
MongoDB Scheme\certification_mongoStructure_mongoCollectionScheme_v5.0.vsdx = MongoDB Scheme\certification_mongoStructure_mongoCollectionScheme_v5.0.vsdx
MongoDB Scheme\certification_mongoStructure_mongoCollectionScheme_v6.0.pdf = MongoDB Scheme\certification_mongoStructure_mongoCollectionScheme_v6.0.pdf
MongoDB Scheme\certification_mongoStructure_mongoCollectionScheme_v6.0.png = MongoDB Scheme\certification_mongoStructure_mongoCollectionScheme_v6.0.png
MongoDB Scheme\certification_mongoStructure_mongoCollectionScheme_v6.0.vsdx = MongoDB Scheme\certification_mongoStructure_mongoCollectionScheme_v6.0.vsdx
MongoDB Scheme\certification_mongoStructure_mongoCollectionScheme_v7.0.pdf = MongoDB Scheme\certification_mongoStructure_mongoCollectionScheme_v7.0.pdf
MongoDB Scheme\certification_mongoStructure_mongoCollectionScheme_v7.0.png = MongoDB Scheme\certification_mongoStructure_mongoCollectionScheme_v7.0.png
MongoDB Scheme\certification_mongoStructure_mongoCollectionScheme_v7.0.vsdx = MongoDB Scheme\certification_mongoStructure_mongoCollectionScheme_v7.0.vsdx
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Certification-System", "Certification-System\Certification-System.csproj", "{60C0AB49-802A-479A-BC44-9A88FA32105A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AspNetCore.Identity.Mongo", "AspNetCore.Identity.Mongo\AspNetCore.Identity.Mongo.csproj", "{09033783-67D1-43AC-ADDA-35C927303DF2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".NET Framework", ".NET Framework", "{657480D3-4E1E-4544-8940-1EAE400B5A7B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "AspNetIdentityProvider", "AspNetIdentityProvider", "{FC991CC6-814E-4E6E-8F21-EAB6E6278B88}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{E0559461-6B52-4250-8A08-C45D8B7C57A1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Certification-System.UnitTests", "Certification-System.UnitTests\Certification-System.UnitTests.csproj", "{3D5022CD-EE0B-4744-AF1E-67844D488D00}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Certification-System.IntegrationTests", "Certification-System.IntegrationTests\Certification-System.IntegrationTests.csproj", "{B5592562-F731-45A6-874D-AD1988E9F206}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Schemas", "Schemas", "{979622FD-B1F5-42C7-B8F8-324FC3070770}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Architecture Scheme", "Architecture Scheme", "{B28244F8-A795-4408-905D-BF6A2D4AB6E2}"
ProjectSection(SolutionItems) = preProject
MongoDB Scheme\certification-system_architectureScheme.core.png = MongoDB Scheme\certification-system_architectureScheme.core.png
MongoDB Scheme\certification-system_architectureScheme.pdf = MongoDB Scheme\certification-system_architectureScheme.pdf
MongoDB Scheme\certification-system_architectureScheme.png = MongoDB Scheme\certification-system_architectureScheme.png
MongoDB Scheme\certification-system_architectureScheme.tests.png = MongoDB Scheme\certification-system_architectureScheme.tests.png
MongoDB Scheme\certification-system_architectureScheme.vsdx = MongoDB Scheme\certification-system_architectureScheme.vsdx
MongoDB Scheme\certification-system_architectureScheme_v2.pdf = MongoDB Scheme\certification-system_architectureScheme_v2.pdf
MongoDB Scheme\certification-system_architectureScheme_v2.png = MongoDB Scheme\certification-system_architectureScheme_v2.png
MongoDB Scheme\certification-system_architectureScheme_v2.vsdx = MongoDB Scheme\certification-system_architectureScheme_v2.vsdx
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Certification-System.RepositoryInterfaces", "Certification-System.RepositoryInterfaces\Certification-System.RepositoryInterfaces.csproj", "{96923ED7-0C77-4D19-9B43-961D7AD8F624}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Certification-System.Repository", "Certification-System.Repository\Certification-System.Repository.csproj", "{4E3A4129-5C9E-4B27-9DE0-AE736D136AB5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Certification-System.ServicesInterfaces", "Certification-System.ServicesInterfaces\Certification-System.ServicesInterfaces.csproj", "{81EFDACC-65F8-40A7-AB73-4AE5C44EE402}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Certification-System.Services", "Certification-System.Services\Certification-System.Services.csproj", "{847537FA-B8B0-451D-8460-2A04D8A641E7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Certification-System.DataEntities", "Certification-System.DataEntities\Certification-System.DataEntities.csproj", "{907FA13A-FEA2-4556-97EC-CEBDE3EA053E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Certification-System.DTOViewModels", "Certification-System.DTOViewModels\Certification-System.DTOViewModels.csproj", "{5836DE2A-0609-4690-B916-E18EEFF8953C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Materials", "Materials", "{5981EC74-AF6A-4651-8D6C-6FA3D1379930}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "EmailTemplate", "EmailTemplate", "{E8382AFE-B998-4EF1-AD6E-A96D49DA2AD9}"
ProjectSection(SolutionItems) = preProject
Materials\EmailTemplate\index.htm = Materials\EmailTemplate\index.htm
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "images", "images", "{5CC1BAFF-4E3A-4D7D-873E-FBBFC25C5F79}"
ProjectSection(SolutionItems) = preProject
Materials\EmailTemplate\images\logo_ziad_medium.jpg = Materials\EmailTemplate\images\logo_ziad_medium.jpg
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Certification-System.VerificationAPI", "Certification-System.VerificationAPI\Certification-System.VerificationAPI.csproj", "{BADB63A9-5CB8-4E9B-BADF-0862F09C8AEF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{45919CA8-3BF0-48FA-8619-44F0C7AB3337}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{45919CA8-3BF0-48FA-8619-44F0C7AB3337}.Debug|Any CPU.Build.0 = Debug|Any CPU
{45919CA8-3BF0-48FA-8619-44F0C7AB3337}.Release|Any CPU.ActiveCfg = Release|Any CPU
{45919CA8-3BF0-48FA-8619-44F0C7AB3337}.Release|Any CPU.Build.0 = Release|Any CPU
{0FF87680-235F-4231-8302-9BF6FCAC7476}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0FF87680-235F-4231-8302-9BF6FCAC7476}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0FF87680-235F-4231-8302-9BF6FCAC7476}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0FF87680-235F-4231-8302-9BF6FCAC7476}.Release|Any CPU.Build.0 = Release|Any CPU
{60C0AB49-802A-479A-BC44-9A88FA32105A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{60C0AB49-802A-479A-BC44-9A88FA32105A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{60C0AB49-802A-479A-BC44-9A88FA32105A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{60C0AB49-802A-479A-BC44-9A88FA32105A}.Release|Any CPU.Build.0 = Release|Any CPU
{09033783-67D1-43AC-ADDA-35C927303DF2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{09033783-67D1-43AC-ADDA-35C927303DF2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{09033783-67D1-43AC-ADDA-35C927303DF2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{09033783-67D1-43AC-ADDA-35C927303DF2}.Release|Any CPU.Build.0 = Release|Any CPU
{3D5022CD-EE0B-4744-AF1E-67844D488D00}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3D5022CD-EE0B-4744-AF1E-67844D488D00}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3D5022CD-EE0B-4744-AF1E-67844D488D00}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3D5022CD-EE0B-4744-AF1E-67844D488D00}.Release|Any CPU.Build.0 = Release|Any CPU
{B5592562-F731-45A6-874D-AD1988E9F206}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B5592562-F731-45A6-874D-AD1988E9F206}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B5592562-F731-45A6-874D-AD1988E9F206}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B5592562-F731-45A6-874D-AD1988E9F206}.Release|Any CPU.Build.0 = Release|Any CPU
{96923ED7-0C77-4D19-9B43-961D7AD8F624}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{96923ED7-0C77-4D19-9B43-961D7AD8F624}.Debug|Any CPU.Build.0 = Debug|Any CPU
{96923ED7-0C77-4D19-9B43-961D7AD8F624}.Release|Any CPU.ActiveCfg = Release|Any CPU
{96923ED7-0C77-4D19-9B43-961D7AD8F624}.Release|Any CPU.Build.0 = Release|Any CPU
{4E3A4129-5C9E-4B27-9DE0-AE736D136AB5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4E3A4129-5C9E-4B27-9DE0-AE736D136AB5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4E3A4129-5C9E-4B27-9DE0-AE736D136AB5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4E3A4129-5C9E-4B27-9DE0-AE736D136AB5}.Release|Any CPU.Build.0 = Release|Any CPU
{81EFDACC-65F8-40A7-AB73-4AE5C44EE402}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{81EFDACC-65F8-40A7-AB73-4AE5C44EE402}.Debug|Any CPU.Build.0 = Debug|Any CPU
{81EFDACC-65F8-40A7-AB73-4AE5C44EE402}.Release|Any CPU.ActiveCfg = Release|Any CPU
{81EFDACC-65F8-40A7-AB73-4AE5C44EE402}.Release|Any CPU.Build.0 = Release|Any CPU
{847537FA-B8B0-451D-8460-2A04D8A641E7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{847537FA-B8B0-451D-8460-2A04D8A641E7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{847537FA-B8B0-451D-8460-2A04D8A641E7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{847537FA-B8B0-451D-8460-2A04D8A641E7}.Release|Any CPU.Build.0 = Release|Any CPU
{907FA13A-FEA2-4556-97EC-CEBDE3EA053E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{907FA13A-FEA2-4556-97EC-CEBDE3EA053E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{907FA13A-FEA2-4556-97EC-CEBDE3EA053E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{907FA13A-FEA2-4556-97EC-CEBDE3EA053E}.Release|Any CPU.Build.0 = Release|Any CPU
{5836DE2A-0609-4690-B916-E18EEFF8953C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5836DE2A-0609-4690-B916-E18EEFF8953C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5836DE2A-0609-4690-B916-E18EEFF8953C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5836DE2A-0609-4690-B916-E18EEFF8953C}.Release|Any CPU.Build.0 = Release|Any CPU
{BADB63A9-5CB8-4E9B-BADF-0862F09C8AEF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BADB63A9-5CB8-4E9B-BADF-0862F09C8AEF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BADB63A9-5CB8-4E9B-BADF-0862F09C8AEF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BADB63A9-5CB8-4E9B-BADF-0862F09C8AEF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{45919CA8-3BF0-48FA-8619-44F0C7AB3337} = {657480D3-4E1E-4544-8940-1EAE400B5A7B}
{0FF87680-235F-4231-8302-9BF6FCAC7476} = {657480D3-4E1E-4544-8940-1EAE400B5A7B}
{8B5191DA-905F-4D00-B14B-393F196163B3} = {979622FD-B1F5-42C7-B8F8-324FC3070770}
{09033783-67D1-43AC-ADDA-35C927303DF2} = {FC991CC6-814E-4E6E-8F21-EAB6E6278B88}
{3D5022CD-EE0B-4744-AF1E-67844D488D00} = {E0559461-6B52-4250-8A08-C45D8B7C57A1}
{B5592562-F731-45A6-874D-AD1988E9F206} = {E0559461-6B52-4250-8A08-C45D8B7C57A1}
{B28244F8-A795-4408-905D-BF6A2D4AB6E2} = {979622FD-B1F5-42C7-B8F8-324FC3070770}
{E8382AFE-B998-4EF1-AD6E-A96D49DA2AD9} = {5981EC74-AF6A-4651-8D6C-6FA3D1379930}
{5CC1BAFF-4E3A-4D7D-873E-FBBFC25C5F79} = {E8382AFE-B998-4EF1-AD6E-A96D49DA2AD9}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3E97B8C1-13DA-4A73-82AA-0CC413C62002}
EndGlobalSection
EndGlobal