-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathBingCrawler.sln
31 lines (31 loc) · 1.56 KB
/
BingCrawler.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26621.2
MinimumVisualStudioVersion = 10.0.40219.1
Project("{888888A0-9F3D-457C-B088-3A5042F75D52}") = "BingCrawler", "BingCrawler\BingCrawler.pyproj", "{554561FD-8275-4C41-86EE-51907A43409F}"
EndProject
Project("{888888A0-9F3D-457C-B088-3A5042F75D52}") = "companyEmbedding", "companyEmbedding\companyEmbedding.pyproj", "{61922F1A-CBB0-4530-B05E-D379114C83EC}"
EndProject
Project("{888888A0-9F3D-457C-B088-3A5042F75D52}") = "LabelCompany", "LabelCompany\LabelCompany.pyproj", "{856A1A67-B2C5-4FA4-B6A8-6C9A3A5BE870}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{554561FD-8275-4C41-86EE-51907A43409F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{554561FD-8275-4C41-86EE-51907A43409F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{61922F1A-CBB0-4530-B05E-D379114C83EC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{61922F1A-CBB0-4530-B05E-D379114C83EC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{856A1A67-B2C5-4FA4-B6A8-6C9A3A5BE870}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{856A1A67-B2C5-4FA4-B6A8-6C9A3A5BE870}.Release|Any CPU.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5C666F8A-5C0C-414D-AF91-53FB6CFF916F}
EndGlobalSection
EndGlobal