-
Notifications
You must be signed in to change notification settings - Fork 1
/
Crawler.sln
44 lines (44 loc) · 2.31 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
44
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33103.184
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Crawler", "Crawler\Crawler.csproj", "{23B32898-F40D-4D7F-A50A-4BF04E8F7CF3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Crawler.Tests", "Crawler.Tests\Crawler.Tests.csproj", "{31FB9D74-7A01-4380-9B7A-0F2F269B27B6}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A14E8FFD-6E75-4B34-97CF-7995684C0FEF}"
ProjectSection(SolutionItems) = preProject
build.ps1 = build.ps1
README.md = README.md
Directory.Build.props = Directory.Build.props
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CrawlSite", "CrawlSite\CrawlSite.csproj", "{897CDA88-BEDE-4EC1-88F3-7093CC0E16FB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{23B32898-F40D-4D7F-A50A-4BF04E8F7CF3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{23B32898-F40D-4D7F-A50A-4BF04E8F7CF3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{23B32898-F40D-4D7F-A50A-4BF04E8F7CF3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{23B32898-F40D-4D7F-A50A-4BF04E8F7CF3}.Release|Any CPU.Build.0 = Release|Any CPU
{31FB9D74-7A01-4380-9B7A-0F2F269B27B6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{31FB9D74-7A01-4380-9B7A-0F2F269B27B6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{31FB9D74-7A01-4380-9B7A-0F2F269B27B6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{31FB9D74-7A01-4380-9B7A-0F2F269B27B6}.Release|Any CPU.Build.0 = Release|Any CPU
{897CDA88-BEDE-4EC1-88F3-7093CC0E16FB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{897CDA88-BEDE-4EC1-88F3-7093CC0E16FB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{897CDA88-BEDE-4EC1-88F3-7093CC0E16FB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{897CDA88-BEDE-4EC1-88F3-7093CC0E16FB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {45DD61CD-3E1A-4129-950D-DF89ECA530AF}
EndGlobalSection
EndGlobal