-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCrawler.sln
More file actions
66 lines (66 loc) · 4.17 KB
/
Crawler.sln
File metadata and controls
66 lines (66 loc) · 4.17 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26730.10
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ServerServiceInstaller", "ServerServiceInstaller\ServerServiceInstaller.csproj", "{CB8F9A8A-6F5D-4EFE-9C3C-734C6325D3A2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ServerSelfHost", "ServerSelfHost\ServerSelfHost.csproj", "{6111FA1B-8886-4D1A-A030-2FCA9DFF607D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebServer", "WebServer\WebServer.csproj", "{503CA32F-0FC7-42FB-A091-7C0BFD733384}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ServerService", "ServerService\ServerService.csproj", "{A007BE4A-8741-48E7-806F-1D86FCE1678C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Crawlers", "Crawler\Crawlers.csproj", "{1E4D3627-B969-45AA-8855-B8F414ACBE08}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ServerPool", "ServerPool\ServerPool.csproj", "{F8B29278-FBA3-4C05-A1BB-9C8D15C4360E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ServerCore", "ServerCore\ServerCore.csproj", "{4709EC4B-E042-4AB0-BCAB-0745E299C2FB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{826E42F4-24E1-4DD5-B8A9-056B6BDB64BE}"
ProjectSection(SolutionItems) = preProject
SharedAssemblyInfo.cs = SharedAssemblyInfo.cs
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CB8F9A8A-6F5D-4EFE-9C3C-734C6325D3A2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CB8F9A8A-6F5D-4EFE-9C3C-734C6325D3A2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CB8F9A8A-6F5D-4EFE-9C3C-734C6325D3A2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CB8F9A8A-6F5D-4EFE-9C3C-734C6325D3A2}.Release|Any CPU.Build.0 = Release|Any CPU
{6111FA1B-8886-4D1A-A030-2FCA9DFF607D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6111FA1B-8886-4D1A-A030-2FCA9DFF607D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6111FA1B-8886-4D1A-A030-2FCA9DFF607D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6111FA1B-8886-4D1A-A030-2FCA9DFF607D}.Release|Any CPU.Build.0 = Release|Any CPU
{503CA32F-0FC7-42FB-A091-7C0BFD733384}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{503CA32F-0FC7-42FB-A091-7C0BFD733384}.Debug|Any CPU.Build.0 = Debug|Any CPU
{503CA32F-0FC7-42FB-A091-7C0BFD733384}.Release|Any CPU.ActiveCfg = Release|Any CPU
{503CA32F-0FC7-42FB-A091-7C0BFD733384}.Release|Any CPU.Build.0 = Release|Any CPU
{A007BE4A-8741-48E7-806F-1D86FCE1678C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A007BE4A-8741-48E7-806F-1D86FCE1678C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A007BE4A-8741-48E7-806F-1D86FCE1678C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A007BE4A-8741-48E7-806F-1D86FCE1678C}.Release|Any CPU.Build.0 = Release|Any CPU
{1E4D3627-B969-45AA-8855-B8F414ACBE08}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1E4D3627-B969-45AA-8855-B8F414ACBE08}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1E4D3627-B969-45AA-8855-B8F414ACBE08}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1E4D3627-B969-45AA-8855-B8F414ACBE08}.Release|Any CPU.Build.0 = Release|Any CPU
{F8B29278-FBA3-4C05-A1BB-9C8D15C4360E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F8B29278-FBA3-4C05-A1BB-9C8D15C4360E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F8B29278-FBA3-4C05-A1BB-9C8D15C4360E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F8B29278-FBA3-4C05-A1BB-9C8D15C4360E}.Release|Any CPU.Build.0 = Release|Any CPU
{4709EC4B-E042-4AB0-BCAB-0745E299C2FB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4709EC4B-E042-4AB0-BCAB-0745E299C2FB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4709EC4B-E042-4AB0-BCAB-0745E299C2FB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4709EC4B-E042-4AB0-BCAB-0745E299C2FB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4892C36E-559E-4CCB-A495-B6E8131A6811}
EndGlobalSection
EndGlobal