@@ -3,8 +3,6 @@ Microsoft Visual Studio Solution File, Format Version 12.00
33# Visual Studio 15
44VisualStudioVersion = 15.0.27703.2042
55MinimumVisualStudioVersion = 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
86Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "DotnetSpider.Extraction" , "src\DotnetSpider.Extraction\DotnetSpider.Extraction.csproj" , "{C5A68E4D-E9B4-4B2D-B198-74FA88C8CA22}"
97EndProject
108Project ("{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
3634 .editorconfig = .editorconfig
3735 .gitignore = .gitignore
3836 .travis .yml = .travis .yml
37+ Design .md = Design .md
38+ Design .zh -CN .md = Design .zh -CN .md
3939 DistributeDesign .md = DistributeDesign .md
4040 publishToNuget .bat = publishToNuget .bat
4141 README .md = README .md
4242 runtests .sh = runtests .sh
43- Design .md = Design .md
4443 EndProject Section
4544EndProject
4645Project ("{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
4948EndProject
5049Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "DotnetSpider.Broker.Test" , "src\DotnetSpider.Broker.Test\DotnetSpider.Broker.Test.csproj" , "{6CAEECB0-0BD0-4A32-B057-99C7DADE3F4C}"
5150EndProject
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}"
5352EndProject
5453Global
5554 GlobalSection (SolutionConfigurationPlatforms ) = preSolution
5655 Debug| Any CPU = Debug| Any CPU
5756 Release| Any CPU = Release| Any CPU
5857 EndGlobalSection
5958 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
6459 {C5A68E4D-E9B4-4B2D-B198-74FA88C8CA22} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
6560 {C5A68E4D-E9B4-4B2D-B198-74FA88C8CA22} .Debug| Any CPU .Build .0 = Debug| Any CPU
6661 {C5A68E4D-E9B4-4B2D-B198-74FA88C8CA22} .Release| Any CPU .ActiveCfg = Release| Any CPU
0 commit comments