-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathEnterpriseArchitecture.sln
More file actions
60 lines (60 loc) · 3.42 KB
/
EnterpriseArchitecture.sln
File metadata and controls
60 lines (60 loc) · 3.42 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
58
59
60
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30011.22
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "API", "API\API.csproj", "{9FB9CE01-7F7B-489D-8C00-3E9FD46F457D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ApplicationCore", "ApplicationCore\ApplicationCore.csproj", "{C3805ED6-2EB5-4CCB-ABE2-D39B095632B0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Infrastructure", "Infrastructure\Infrastructure.csproj", "{D4F29CF8-B479-49DB-BC0D-9535974581A7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{C5D358A7-9DF3-4366-90E4-AB48E6AC78BF}"
ProjectSection(SolutionItems) = preProject
1_Database_initial.sql = 1_Database_initial.sql
2_Enrollments.sql = 2_Enrollments.sql
3_Name_value_object.sql = 3_Name_value_object.sql
4_Name_suffix.sql = 4_Name_suffix.sql
5_Author.sql = 5_Author.sql
6_Book.sql = 6_Book.sql
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IntegrationTest", "IntegrationTest\IntegrationTest.csproj", "{63367786-A442-44E5-A0F8-F581B3D88F02}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnitTest", "UnitTest\UnitTest.csproj", "{7E811564-8449-4910-A95C-FB1892B02051}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9FB9CE01-7F7B-489D-8C00-3E9FD46F457D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9FB9CE01-7F7B-489D-8C00-3E9FD46F457D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9FB9CE01-7F7B-489D-8C00-3E9FD46F457D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9FB9CE01-7F7B-489D-8C00-3E9FD46F457D}.Release|Any CPU.Build.0 = Release|Any CPU
{C3805ED6-2EB5-4CCB-ABE2-D39B095632B0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C3805ED6-2EB5-4CCB-ABE2-D39B095632B0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C3805ED6-2EB5-4CCB-ABE2-D39B095632B0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C3805ED6-2EB5-4CCB-ABE2-D39B095632B0}.Release|Any CPU.Build.0 = Release|Any CPU
{D4F29CF8-B479-49DB-BC0D-9535974581A7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D4F29CF8-B479-49DB-BC0D-9535974581A7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D4F29CF8-B479-49DB-BC0D-9535974581A7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D4F29CF8-B479-49DB-BC0D-9535974581A7}.Release|Any CPU.Build.0 = Release|Any CPU
{63367786-A442-44E5-A0F8-F581B3D88F02}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{63367786-A442-44E5-A0F8-F581B3D88F02}.Debug|Any CPU.Build.0 = Debug|Any CPU
{63367786-A442-44E5-A0F8-F581B3D88F02}.Release|Any CPU.ActiveCfg = Release|Any CPU
{63367786-A442-44E5-A0F8-F581B3D88F02}.Release|Any CPU.Build.0 = Release|Any CPU
{7E811564-8449-4910-A95C-FB1892B02051}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7E811564-8449-4910-A95C-FB1892B02051}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7E811564-8449-4910-A95C-FB1892B02051}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7E811564-8449-4910-A95C-FB1892B02051}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BABFAE21-BE23-4B5B-8B7A-663205FDEE29}
EndGlobalSection
EndGlobal