-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCrawler.sln
43 lines (43 loc) · 2.49 KB
/
Crawler.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2008
MinimumVisualStudioVersion = 10.0.40219.1
Project("{888888A0-9F3D-457C-B088-3A5042F75D52}") = "Test", "Test\Test.pyproj", "{AEAB6ABF-5390-451A-A99A-E664C180E5A8}"
EndProject
Project("{888888A0-9F3D-457C-B088-3A5042F75D52}") = "CrawlerGuba", "CrawlerGuba\CrawlerGuba.pyproj", "{066333E6-38B5-4B69-B310-B04E83894497}"
EndProject
Project("{888888A0-9F3D-457C-B088-3A5042F75D52}") = "CrawlerSinaNews", "CrawlerSinaNews\CrawlerSinaNews.pyproj", "{E816693A-EAED-4DB6-8F4C-ABF7F93FC7D2}"
EndProject
Project("{888888A0-9F3D-457C-B088-3A5042F75D52}") = "CrawlerXQ", "CrawlerXQ\CrawlerXQ.pyproj", "{6FF43C29-2222-42EA-A38B-C8D0A7ECB314}"
EndProject
Project("{888888A0-9F3D-457C-B088-3A5042F75D52}") = "CrawlerPrice", "CrawlerPrice\CrawlerPrice.pyproj", "{EDF7223E-5FC0-4E53-86EE-543F510E84DE}"
EndProject
Project("{888888A0-9F3D-457C-B088-3A5042F75D52}") = "CrawlerChinaVitae", "CrawlerChinaVitae\CrawlerChinaVitae.pyproj", "{8D36F9D4-8C74-471D-BC4C-89570F0B983E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AEAB6ABF-5390-451A-A99A-E664C180E5A8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AEAB6ABF-5390-451A-A99A-E664C180E5A8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{066333E6-38B5-4B69-B310-B04E83894497}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{066333E6-38B5-4B69-B310-B04E83894497}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E816693A-EAED-4DB6-8F4C-ABF7F93FC7D2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E816693A-EAED-4DB6-8F4C-ABF7F93FC7D2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6FF43C29-2222-42EA-A38B-C8D0A7ECB314}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6FF43C29-2222-42EA-A38B-C8D0A7ECB314}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EDF7223E-5FC0-4E53-86EE-543F510E84DE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EDF7223E-5FC0-4E53-86EE-543F510E84DE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8D36F9D4-8C74-471D-BC4C-89570F0B983E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8D36F9D4-8C74-471D-BC4C-89570F0B983E}.Release|Any CPU.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C7B81E3F-D2F7-4F69-B4C4-5236C17C1CC8}
EndGlobalSection
EndGlobal