-
Notifications
You must be signed in to change notification settings - Fork 0
/
KuhakuCentral.sln
70 lines (70 loc) · 4.34 KB
/
KuhakuCentral.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.6.33815.320
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "KuhakuCentral", "Presentation.KuhakuCentral\KuhakuCentral.csproj", "{40258EF8-D203-487C-858F-0C18E670D334}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Core", "Core", "{0DC8D7A5-116E-4D3A-9558-7117E04259E4}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Infrastructure", "Infrastructure", "{53B76375-560E-4877-ADCB-AC8867D2C154}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Presentation", "Presentation", "{6EF67B05-6C19-4B71-BB1E-D12AF39BC73E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Core.Application", "Core.Application\Core.Application.csproj", "{9F830846-1037-4CD5-AC15-9C37247722A5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Core.Domain", "Core.Domain\Core.Domain.csproj", "{18406F0A-BCBA-4EC1-AD59-BBD433876AD7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Infrastructure.Persistence", "Infraestructure.Persistence\Infrastructure.Persistence.csproj", "{634F6CB7-783B-4D7D-8AA6-9EEACAE82D5A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Testing Scraping", "Testing Scraping", "{512629F5-2E4E-4745-B822-0FEBE9944F81}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebScrapingTesting", "WebScrapingTesting\WebScrapingTesting.csproj", "{6F652130-A97A-434D-B1CC-466612A8DE5F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Jenkinsfiles", "Jenkinsfiles", "{8377DF25-0E24-45F4-BFF4-1760CE19591B}"
ProjectSection(SolutionItems) = preProject
.Jenkins\ProdJenkins = .Jenkins\ProdJenkins
.Jenkins\TestJenkins = .Jenkins\TestJenkins
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{40258EF8-D203-487C-858F-0C18E670D334}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{40258EF8-D203-487C-858F-0C18E670D334}.Debug|Any CPU.Build.0 = Debug|Any CPU
{40258EF8-D203-487C-858F-0C18E670D334}.Release|Any CPU.ActiveCfg = Release|Any CPU
{40258EF8-D203-487C-858F-0C18E670D334}.Release|Any CPU.Build.0 = Release|Any CPU
{9F830846-1037-4CD5-AC15-9C37247722A5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9F830846-1037-4CD5-AC15-9C37247722A5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9F830846-1037-4CD5-AC15-9C37247722A5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9F830846-1037-4CD5-AC15-9C37247722A5}.Release|Any CPU.Build.0 = Release|Any CPU
{18406F0A-BCBA-4EC1-AD59-BBD433876AD7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{18406F0A-BCBA-4EC1-AD59-BBD433876AD7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{18406F0A-BCBA-4EC1-AD59-BBD433876AD7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{18406F0A-BCBA-4EC1-AD59-BBD433876AD7}.Release|Any CPU.Build.0 = Release|Any CPU
{634F6CB7-783B-4D7D-8AA6-9EEACAE82D5A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{634F6CB7-783B-4D7D-8AA6-9EEACAE82D5A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{634F6CB7-783B-4D7D-8AA6-9EEACAE82D5A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{634F6CB7-783B-4D7D-8AA6-9EEACAE82D5A}.Release|Any CPU.Build.0 = Release|Any CPU
{6F652130-A97A-434D-B1CC-466612A8DE5F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6F652130-A97A-434D-B1CC-466612A8DE5F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6F652130-A97A-434D-B1CC-466612A8DE5F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6F652130-A97A-434D-B1CC-466612A8DE5F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{40258EF8-D203-487C-858F-0C18E670D334} = {6EF67B05-6C19-4B71-BB1E-D12AF39BC73E}
{9F830846-1037-4CD5-AC15-9C37247722A5} = {0DC8D7A5-116E-4D3A-9558-7117E04259E4}
{18406F0A-BCBA-4EC1-AD59-BBD433876AD7} = {0DC8D7A5-116E-4D3A-9558-7117E04259E4}
{634F6CB7-783B-4D7D-8AA6-9EEACAE82D5A} = {53B76375-560E-4877-ADCB-AC8867D2C154}
{6F652130-A97A-434D-B1CC-466612A8DE5F} = {512629F5-2E4E-4745-B822-0FEBE9944F81}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {EA615552-1A61-42A1-A8DB-FBCE8C10103C}
EndGlobalSection
EndGlobal