forked from dotnetcore/DotnetSpider
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDotnetSpider.sln
More file actions
98 lines (98 loc) · 6.94 KB
/
DotnetSpider.sln
File metadata and controls
98 lines (98 loc) · 6.94 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
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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DotnetSpider", "src\DotnetSpider\DotnetSpider.csproj", "{2479A45A-4592-4AF4-8115-E615CF34CC98}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{9F210716-DEEC-4671-86C4-F5CA867E907B}"
ProjectSection(SolutionItems) = preProject
DESIGN.md = DESIGN.md
.editorconfig = .editorconfig
.gitignore = .gitignore
LICENSE = LICENSE
README.md = README.md
runtests.sh = runtests.sh
azure-pipelines.yml = azure-pipelines.yml
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DotnetSpider.Portal", "src\DotnetSpider.Portal\DotnetSpider.Portal.csproj", "{F0693338-09F0-43D2-9DAF-59BB323EF0B6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DotnetSpider.Tests", "tests\DotnetSpider.Tests\DotnetSpider.Tests.csproj", "{32A4F6B5-0377-4353-BF06-A0E7328CBB9C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{31B052DB-A9AA-49F5-AE8C-1660546A8903}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DotnetSpider.Sample", "src\DotnetSpider.Sample\DotnetSpider.Sample.csproj", "{E3DEC5C0-D82B-456E-AFBC-8019273ACD6D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DotnetSpider.ExcelExpression", "src\DotnetSpider.ExcelExpression\DotnetSpider.ExcelExpression.csproj", "{A1AD2BFD-F0D0-4EB1-836B-98BE6E5BF56C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DotnetSpider.Mongo", "src\DotnetSpider.Mongo\DotnetSpider.Mongo.csproj", "{0DFD28D7-E0E8-4F81-84E9-DB6EA497F08C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DotnetSpider.Kafka", "src\DotnetSpider.Kafka\DotnetSpider.Kafka.csproj", "{AC87EA41-A0EF-4FCD-8230-5CAA76BEC847}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DotnetSpider.Postgre", "src\DotnetSpider.Postgre\DotnetSpider.Postgre.csproj", "{62069E7E-47BE-467F-87CA-233555C5C45E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DotnetSpider.DownloaderAgent", "src\DotnetSpider.DownloaderAgent\DotnetSpider.DownloaderAgent.csproj", "{9AE48371-40AA-4E27-804A-27EFD9AEA1EC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DotnetSpider.DownloadCenter", "src\DotnetSpider.DownloadCenter\DotnetSpider.DownloadCenter.csproj", "{80A42EC2-31E5-47EF-9751-3AD5172B5CDF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DockerClient", "src\DockerClient\DockerClient.csproj", "{E07CEB85-A0E6-4F07-AB31-FB6FF6584830}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DotnetSpider.Spiders", "src\DotnetSpider.Spiders\DotnetSpider.Spiders.csproj", "{C07ACDE1-1E56-4ACD-8F63-50C708F7D25C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2479A45A-4592-4AF4-8115-E615CF34CC98}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2479A45A-4592-4AF4-8115-E615CF34CC98}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2479A45A-4592-4AF4-8115-E615CF34CC98}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2479A45A-4592-4AF4-8115-E615CF34CC98}.Release|Any CPU.Build.0 = Release|Any CPU
{F0693338-09F0-43D2-9DAF-59BB323EF0B6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F0693338-09F0-43D2-9DAF-59BB323EF0B6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F0693338-09F0-43D2-9DAF-59BB323EF0B6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F0693338-09F0-43D2-9DAF-59BB323EF0B6}.Release|Any CPU.Build.0 = Release|Any CPU
{32A4F6B5-0377-4353-BF06-A0E7328CBB9C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{32A4F6B5-0377-4353-BF06-A0E7328CBB9C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{32A4F6B5-0377-4353-BF06-A0E7328CBB9C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{32A4F6B5-0377-4353-BF06-A0E7328CBB9C}.Release|Any CPU.Build.0 = Release|Any CPU
{E3DEC5C0-D82B-456E-AFBC-8019273ACD6D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E3DEC5C0-D82B-456E-AFBC-8019273ACD6D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E3DEC5C0-D82B-456E-AFBC-8019273ACD6D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E3DEC5C0-D82B-456E-AFBC-8019273ACD6D}.Release|Any CPU.Build.0 = Release|Any CPU
{A1AD2BFD-F0D0-4EB1-836B-98BE6E5BF56C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A1AD2BFD-F0D0-4EB1-836B-98BE6E5BF56C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A1AD2BFD-F0D0-4EB1-836B-98BE6E5BF56C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A1AD2BFD-F0D0-4EB1-836B-98BE6E5BF56C}.Release|Any CPU.Build.0 = Release|Any CPU
{0DFD28D7-E0E8-4F81-84E9-DB6EA497F08C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0DFD28D7-E0E8-4F81-84E9-DB6EA497F08C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0DFD28D7-E0E8-4F81-84E9-DB6EA497F08C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0DFD28D7-E0E8-4F81-84E9-DB6EA497F08C}.Release|Any CPU.Build.0 = Release|Any CPU
{AC87EA41-A0EF-4FCD-8230-5CAA76BEC847}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AC87EA41-A0EF-4FCD-8230-5CAA76BEC847}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AC87EA41-A0EF-4FCD-8230-5CAA76BEC847}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AC87EA41-A0EF-4FCD-8230-5CAA76BEC847}.Release|Any CPU.Build.0 = Release|Any CPU
{62069E7E-47BE-467F-87CA-233555C5C45E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{62069E7E-47BE-467F-87CA-233555C5C45E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{62069E7E-47BE-467F-87CA-233555C5C45E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{62069E7E-47BE-467F-87CA-233555C5C45E}.Release|Any CPU.Build.0 = Release|Any CPU
{9AE48371-40AA-4E27-804A-27EFD9AEA1EC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9AE48371-40AA-4E27-804A-27EFD9AEA1EC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9AE48371-40AA-4E27-804A-27EFD9AEA1EC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9AE48371-40AA-4E27-804A-27EFD9AEA1EC}.Release|Any CPU.Build.0 = Release|Any CPU
{80A42EC2-31E5-47EF-9751-3AD5172B5CDF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{80A42EC2-31E5-47EF-9751-3AD5172B5CDF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{80A42EC2-31E5-47EF-9751-3AD5172B5CDF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{80A42EC2-31E5-47EF-9751-3AD5172B5CDF}.Release|Any CPU.Build.0 = Release|Any CPU
{E07CEB85-A0E6-4F07-AB31-FB6FF6584830}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E07CEB85-A0E6-4F07-AB31-FB6FF6584830}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E07CEB85-A0E6-4F07-AB31-FB6FF6584830}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E07CEB85-A0E6-4F07-AB31-FB6FF6584830}.Release|Any CPU.Build.0 = Release|Any CPU
{C07ACDE1-1E56-4ACD-8F63-50C708F7D25C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C07ACDE1-1E56-4ACD-8F63-50C708F7D25C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C07ACDE1-1E56-4ACD-8F63-50C708F7D25C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C07ACDE1-1E56-4ACD-8F63-50C708F7D25C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{32A4F6B5-0377-4353-BF06-A0E7328CBB9C} = {31B052DB-A9AA-49F5-AE8C-1660546A8903}
EndGlobalSection
EndGlobal