@@ -3,8 +3,6 @@ Microsoft Visual Studio Solution File, Format Version 12.00
3
3
# Visual Studio 15
4
4
VisualStudioVersion = 15.0.27703.2042
5
5
MinimumVisualStudioVersion = 10.0.40219.1
6
- Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "DotnetSpider.Common" , "src\DotnetSpider.Common\DotnetSpider.Common.csproj" , "{F1C6C272-A72A-4A5B-95EE-846643A29A3A}"
7
- EndProject
8
6
Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "DotnetSpider.Extraction" , "src\DotnetSpider.Extraction\DotnetSpider.Extraction.csproj" , "{C5A68E4D-E9B4-4B2D-B198-74FA88C8CA22}"
9
7
EndProject
10
8
Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "DotnetSpider.HtmlAgilityPack.Css" , "src\DotnetSpider.HtmlAgilityPack.Css\DotnetSpider.HtmlAgilityPack.Css.csproj" , "{38DFF949-761C-4DC1-ADC6-D3F535E84AEF}"
@@ -36,11 +34,12 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
36
34
.editorconfig = .editorconfig
37
35
.gitignore = .gitignore
38
36
.travis .yml = .travis .yml
37
+ Design .md = Design .md
38
+ Design .zh -CN .md = Design .zh -CN .md
39
39
DistributeDesign .md = DistributeDesign .md
40
40
publishToNuget .bat = publishToNuget .bat
41
41
README .md = README .md
42
42
runtests .sh = runtests .sh
43
- Design .md = Design .md
44
43
EndProject Section
45
44
EndProject
46
45
Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "DotnetSpider.Worker" , "src\DotnetSpider.Worker\DotnetSpider.Worker.csproj" , "{C416B779-5018-42AF-A1A5-98186389CCED}"
@@ -49,18 +48,14 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DotnetSpider.Migrator", "sr
49
48
EndProject
50
49
Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "DotnetSpider.Broker.Test" , "src\DotnetSpider.Broker.Test\DotnetSpider.Broker.Test.csproj" , "{6CAEECB0-0BD0-4A32-B057-99C7DADE3F4C}"
51
50
EndProject
52
- Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC }" ) = "DotnetSpider.Broker" , "src\DotnetSpider.Broker\DotnetSpider.Broker.csproj" , "{AAD552D8-0D0A-43B0-9C5D-E542AA8998CE}"
51
+ Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556 }" ) = "DotnetSpider.Broker" , "src\DotnetSpider.Broker\DotnetSpider.Broker.csproj" , "{AAD552D8-0D0A-43B0-9C5D-E542AA8998CE}"
53
52
EndProject
54
53
Global
55
54
GlobalSection (SolutionConfigurationPlatforms ) = preSolution
56
55
Debug| Any CPU = Debug| Any CPU
57
56
Release| Any CPU = Release| Any CPU
58
57
EndGlobalSection
59
58
GlobalSection (ProjectConfigurationPlatforms ) = postSolution
60
- {F1C6C272-A72A-4A5B-95EE-846643A29A3A} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
61
- {F1C6C272-A72A-4A5B-95EE-846643A29A3A} .Debug| Any CPU .Build .0 = Debug| Any CPU
62
- {F1C6C272-A72A-4A5B-95EE-846643A29A3A} .Release| Any CPU .ActiveCfg = Release| Any CPU
63
- {F1C6C272-A72A-4A5B-95EE-846643A29A3A} .Release| Any CPU .Build .0 = Release| Any CPU
64
59
{C5A68E4D-E9B4-4B2D-B198-74FA88C8CA22} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
65
60
{C5A68E4D-E9B4-4B2D-B198-74FA88C8CA22} .Debug| Any CPU .Build .0 = Debug| Any CPU
66
61
{C5A68E4D-E9B4-4B2D-B198-74FA88C8CA22} .Release| Any CPU .ActiveCfg = Release| Any CPU
0 commit comments