-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGraBID.sln
52 lines (52 loc) · 2.85 KB
/
GraBID.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28306.52
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Src", "Src", "{47FA0BFF-7C06-4F41-A91E-3119CE207B70}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Docker", "Docker", "{D695FB5C-0D3D-468A-95F0-43ADC918BE06}"
ProjectSection(SolutionItems) = preProject
docker-compose.yml = docker-compose.yml
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Ingestion", "Src\Ingestion\Ingestion.csproj", "{2E78E0E5-DD54-457C-92F3-DB6D19EFA6DA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Refiner", "src\Refiner\Refiner.csproj", "{13410153-13DB-41D4-A08A-CE507B963559}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Logger", "src\Logger\Logger.csproj", "{1C67535A-5DB2-4B2E-B1F6-56B864229760}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tests", "Test\Tests.csproj", "{2CC3D7F9-F025-4F2B-A74A-B40CE45019DE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2E78E0E5-DD54-457C-92F3-DB6D19EFA6DA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2E78E0E5-DD54-457C-92F3-DB6D19EFA6DA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2E78E0E5-DD54-457C-92F3-DB6D19EFA6DA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2E78E0E5-DD54-457C-92F3-DB6D19EFA6DA}.Release|Any CPU.Build.0 = Release|Any CPU
{13410153-13DB-41D4-A08A-CE507B963559}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{13410153-13DB-41D4-A08A-CE507B963559}.Debug|Any CPU.Build.0 = Debug|Any CPU
{13410153-13DB-41D4-A08A-CE507B963559}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1C67535A-5DB2-4B2E-B1F6-56B864229760}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1C67535A-5DB2-4B2E-B1F6-56B864229760}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1C67535A-5DB2-4B2E-B1F6-56B864229760}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2CC3D7F9-F025-4F2B-A74A-B40CE45019DE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2CC3D7F9-F025-4F2B-A74A-B40CE45019DE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2CC3D7F9-F025-4F2B-A74A-B40CE45019DE}.Release|Any CPU.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{2E78E0E5-DD54-457C-92F3-DB6D19EFA6DA} = {47FA0BFF-7C06-4F41-A91E-3119CE207B70}
{13410153-13DB-41D4-A08A-CE507B963559} = {47FA0BFF-7C06-4F41-A91E-3119CE207B70}
{1C67535A-5DB2-4B2E-B1F6-56B864229760} = {47FA0BFF-7C06-4F41-A91E-3119CE207B70}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DF72D76D-9AAC-495C-AC04-BF4A85307D01}
EndGlobalSection
EndGlobal