forked from dotnetcore/DotnetSpider
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDotnetSpider.netfx45.sln
60 lines (60 loc) · 3.84 KB
/
DotnetSpider.netfx45.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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DotnetSpider.Redial", "src\DotnetSpider.Redial\netfx45\DotnetSpider.Redial.csproj", "{8B6E0732-481E-42BC-8FA0-C48F4C6AFD8C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DotnetSpider.Core", "src\DotnetSpider.Core\netfx45\DotnetSpider.Core.csproj", "{28DADCA2-9053-4222-A813-A73DD0FE7F2F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DotnetSpider.Extension", "src\DotnetSpider.Extension\netfx45\DotnetSpider.Extension.csproj", "{DDB5A085-6219-4A95-8CD8-DDCF3A54B962}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{2825D0D3-8DB8-4450-AC2E-004FB4161997}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
build.sh = build.sh
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DotnetSpider.Sample", "src\DotnetSpider.Sample\netfx45\DotnetSpider.Sample.csproj", "{E49B94BD-2E84-4AF4-A7E9-073CC10A413C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DotnetSpider.Extension.Test", "src\DotnetSpider.Extension.Test\netfx45\DotnetSpider.Extension.Test.csproj", "{5806BCBB-08FF-46A5-AC63-40B4CF48A7F5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DotnetSpider.Core.Test", "src\DotnetSpider.Core.Test\netfx45\DotnetSpider.Core.Test.csproj", "{DCB1CEB0-DDA9-49B9-8358-13C4F3B53997}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8B6E0732-481E-42BC-8FA0-C48F4C6AFD8C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8B6E0732-481E-42BC-8FA0-C48F4C6AFD8C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8B6E0732-481E-42BC-8FA0-C48F4C6AFD8C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8B6E0732-481E-42BC-8FA0-C48F4C6AFD8C}.Release|Any CPU.Build.0 = Release|Any CPU
{28DADCA2-9053-4222-A813-A73DD0FE7F2F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{28DADCA2-9053-4222-A813-A73DD0FE7F2F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{28DADCA2-9053-4222-A813-A73DD0FE7F2F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{28DADCA2-9053-4222-A813-A73DD0FE7F2F}.Release|Any CPU.Build.0 = Release|Any CPU
{DDB5A085-6219-4A95-8CD8-DDCF3A54B962}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DDB5A085-6219-4A95-8CD8-DDCF3A54B962}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DDB5A085-6219-4A95-8CD8-DDCF3A54B962}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DDB5A085-6219-4A95-8CD8-DDCF3A54B962}.Release|Any CPU.Build.0 = Release|Any CPU
{E49B94BD-2E84-4AF4-A7E9-073CC10A413C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E49B94BD-2E84-4AF4-A7E9-073CC10A413C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E49B94BD-2E84-4AF4-A7E9-073CC10A413C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E49B94BD-2E84-4AF4-A7E9-073CC10A413C}.Release|Any CPU.Build.0 = Release|Any CPU
{5806BCBB-08FF-46A5-AC63-40B4CF48A7F5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5806BCBB-08FF-46A5-AC63-40B4CF48A7F5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5806BCBB-08FF-46A5-AC63-40B4CF48A7F5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5806BCBB-08FF-46A5-AC63-40B4CF48A7F5}.Release|Any CPU.Build.0 = Release|Any CPU
{DCB1CEB0-DDA9-49B9-8358-13C4F3B53997}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DCB1CEB0-DDA9-49B9-8358-13C4F3B53997}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DCB1CEB0-DDA9-49B9-8358-13C4F3B53997}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DCB1CEB0-DDA9-49B9-8358-13C4F3B53997}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal