-
Notifications
You must be signed in to change notification settings - Fork 1
/
TVQ.sln
56 lines (56 loc) · 3.43 KB
/
TVQ.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29102.190
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebService", "webservice\WebService\WebService.csproj", "{B90B5E60-70AF-434E-99E1-902A27278EB0}"
EndProject
Project("{E53339B2-1760-4266-BCC7-CA923CBCF16C}") = "docker-compose", "docker-compose.dcproj", "{44E9C443-0341-4A5D-A160-495121C51FFB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UnitTests", "webservice\UnitTests\UnitTests.csproj", "{EECE8342-2185-4C0B-87E3-64EE1717823D}"
EndProject
Project("{888888A0-9F3D-457C-B088-3A5042F75D52}") = "Analytics", "analytics\Analytics.pyproj", "{BA478CB8-4B83-49A1-A478-AF0F6F7BD69F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{551A6CEA-FB71-42E6-8B0E-287119EEFD1D}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ToolShedCrawler", "Crawlers\ToolShed\ToolShedCrawler.csproj", "{C63FCD37-C34C-4D14-9D59-FE48A954E2D5}"
EndProject
Project("{888888A0-9F3D-457C-B088-3A5042F75D52}") = "Bioconductor", "Crawlers\Bioconductor\Bioconductor.pyproj", "{04EB6157-27D2-4C88-9885-961DC04DB7A0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B90B5E60-70AF-434E-99E1-902A27278EB0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B90B5E60-70AF-434E-99E1-902A27278EB0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B90B5E60-70AF-434E-99E1-902A27278EB0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B90B5E60-70AF-434E-99E1-902A27278EB0}.Release|Any CPU.Build.0 = Release|Any CPU
{44E9C443-0341-4A5D-A160-495121C51FFB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{44E9C443-0341-4A5D-A160-495121C51FFB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{44E9C443-0341-4A5D-A160-495121C51FFB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{44E9C443-0341-4A5D-A160-495121C51FFB}.Release|Any CPU.Build.0 = Release|Any CPU
{EECE8342-2185-4C0B-87E3-64EE1717823D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EECE8342-2185-4C0B-87E3-64EE1717823D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EECE8342-2185-4C0B-87E3-64EE1717823D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EECE8342-2185-4C0B-87E3-64EE1717823D}.Release|Any CPU.Build.0 = Release|Any CPU
{BA478CB8-4B83-49A1-A478-AF0F6F7BD69F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BA478CB8-4B83-49A1-A478-AF0F6F7BD69F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C63FCD37-C34C-4D14-9D59-FE48A954E2D5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C63FCD37-C34C-4D14-9D59-FE48A954E2D5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C63FCD37-C34C-4D14-9D59-FE48A954E2D5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C63FCD37-C34C-4D14-9D59-FE48A954E2D5}.Release|Any CPU.Build.0 = Release|Any CPU
{04EB6157-27D2-4C88-9885-961DC04DB7A0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{04EB6157-27D2-4C88-9885-961DC04DB7A0}.Release|Any CPU.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7D4DF988-3E98-4A8E-8489-46022896691A}
EndGlobalSection
EndGlobal