-
Notifications
You must be signed in to change notification settings - Fork 43
Expand file tree
/
Copy pathMangaRipper.sln
More file actions
96 lines (96 loc) · 6.64 KB
/
Copy pathMangaRipper.sln
File metadata and controls
96 lines (96 loc) · 6.64 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30330.147
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MangaRipper.Common", "MangaRipper.Common\MangaRipper.Common.csproj", "{4E8F199D-E532-4D7A-9E08-9567182D092C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MangaRipper.ChromeDriver", "MangaRipper.ChromeDriver\MangaRipper.ChromeDriver.csproj", "{F872A327-7E67-40BF-A228-358FEE3BBD2F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MangaRipper.Presentation", "MangaRipper.Presentation\MangaRipper.Presentation.csproj", "{FEAF75C4-1380-4E57-9A83-D93090B3F48A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MangaRipper.Sites", "MangaRipper.Sites\MangaRipper.Sites.csproj", "{AEA8B45C-37AA-457C-8958-5F736C555AF3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MangaRipper.Tests", "MangaRipper.Tests\MangaRipper.Tests.csproj", "{17F0F80C-F5BC-4A26-AA8A-1FBA4A4D1BDF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|Mixed Platforms = Release|Mixed Platforms
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4E8F199D-E532-4D7A-9E08-9567182D092C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4E8F199D-E532-4D7A-9E08-9567182D092C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4E8F199D-E532-4D7A-9E08-9567182D092C}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{4E8F199D-E532-4D7A-9E08-9567182D092C}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{4E8F199D-E532-4D7A-9E08-9567182D092C}.Debug|x86.ActiveCfg = Debug|Any CPU
{4E8F199D-E532-4D7A-9E08-9567182D092C}.Debug|x86.Build.0 = Debug|Any CPU
{4E8F199D-E532-4D7A-9E08-9567182D092C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4E8F199D-E532-4D7A-9E08-9567182D092C}.Release|Any CPU.Build.0 = Release|Any CPU
{4E8F199D-E532-4D7A-9E08-9567182D092C}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{4E8F199D-E532-4D7A-9E08-9567182D092C}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{4E8F199D-E532-4D7A-9E08-9567182D092C}.Release|x86.ActiveCfg = Release|Any CPU
{4E8F199D-E532-4D7A-9E08-9567182D092C}.Release|x86.Build.0 = Release|Any CPU
{F872A327-7E67-40BF-A228-358FEE3BBD2F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F872A327-7E67-40BF-A228-358FEE3BBD2F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F872A327-7E67-40BF-A228-358FEE3BBD2F}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{F872A327-7E67-40BF-A228-358FEE3BBD2F}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{F872A327-7E67-40BF-A228-358FEE3BBD2F}.Debug|x86.ActiveCfg = Debug|Any CPU
{F872A327-7E67-40BF-A228-358FEE3BBD2F}.Debug|x86.Build.0 = Debug|Any CPU
{F872A327-7E67-40BF-A228-358FEE3BBD2F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F872A327-7E67-40BF-A228-358FEE3BBD2F}.Release|Any CPU.Build.0 = Release|Any CPU
{F872A327-7E67-40BF-A228-358FEE3BBD2F}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{F872A327-7E67-40BF-A228-358FEE3BBD2F}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{F872A327-7E67-40BF-A228-358FEE3BBD2F}.Release|x86.ActiveCfg = Release|Any CPU
{F872A327-7E67-40BF-A228-358FEE3BBD2F}.Release|x86.Build.0 = Release|Any CPU
{FEAF75C4-1380-4E57-9A83-D93090B3F48A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FEAF75C4-1380-4E57-9A83-D93090B3F48A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FEAF75C4-1380-4E57-9A83-D93090B3F48A}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{FEAF75C4-1380-4E57-9A83-D93090B3F48A}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{FEAF75C4-1380-4E57-9A83-D93090B3F48A}.Debug|x86.ActiveCfg = Debug|Any CPU
{FEAF75C4-1380-4E57-9A83-D93090B3F48A}.Debug|x86.Build.0 = Debug|Any CPU
{FEAF75C4-1380-4E57-9A83-D93090B3F48A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FEAF75C4-1380-4E57-9A83-D93090B3F48A}.Release|Any CPU.Build.0 = Release|Any CPU
{FEAF75C4-1380-4E57-9A83-D93090B3F48A}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{FEAF75C4-1380-4E57-9A83-D93090B3F48A}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{FEAF75C4-1380-4E57-9A83-D93090B3F48A}.Release|x86.ActiveCfg = Release|Any CPU
{FEAF75C4-1380-4E57-9A83-D93090B3F48A}.Release|x86.Build.0 = Release|Any CPU
{AEA8B45C-37AA-457C-8958-5F736C555AF3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AEA8B45C-37AA-457C-8958-5F736C555AF3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AEA8B45C-37AA-457C-8958-5F736C555AF3}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{AEA8B45C-37AA-457C-8958-5F736C555AF3}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{AEA8B45C-37AA-457C-8958-5F736C555AF3}.Debug|x86.ActiveCfg = Debug|Any CPU
{AEA8B45C-37AA-457C-8958-5F736C555AF3}.Debug|x86.Build.0 = Debug|Any CPU
{AEA8B45C-37AA-457C-8958-5F736C555AF3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AEA8B45C-37AA-457C-8958-5F736C555AF3}.Release|Any CPU.Build.0 = Release|Any CPU
{AEA8B45C-37AA-457C-8958-5F736C555AF3}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{AEA8B45C-37AA-457C-8958-5F736C555AF3}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{AEA8B45C-37AA-457C-8958-5F736C555AF3}.Release|x86.ActiveCfg = Release|Any CPU
{AEA8B45C-37AA-457C-8958-5F736C555AF3}.Release|x86.Build.0 = Release|Any CPU
{17F0F80C-F5BC-4A26-AA8A-1FBA4A4D1BDF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{17F0F80C-F5BC-4A26-AA8A-1FBA4A4D1BDF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{17F0F80C-F5BC-4A26-AA8A-1FBA4A4D1BDF}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{17F0F80C-F5BC-4A26-AA8A-1FBA4A4D1BDF}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{17F0F80C-F5BC-4A26-AA8A-1FBA4A4D1BDF}.Debug|x86.ActiveCfg = Debug|Any CPU
{17F0F80C-F5BC-4A26-AA8A-1FBA4A4D1BDF}.Debug|x86.Build.0 = Debug|Any CPU
{17F0F80C-F5BC-4A26-AA8A-1FBA4A4D1BDF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{17F0F80C-F5BC-4A26-AA8A-1FBA4A4D1BDF}.Release|Any CPU.Build.0 = Release|Any CPU
{17F0F80C-F5BC-4A26-AA8A-1FBA4A4D1BDF}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{17F0F80C-F5BC-4A26-AA8A-1FBA4A4D1BDF}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{17F0F80C-F5BC-4A26-AA8A-1FBA4A4D1BDF}.Release|x86.ActiveCfg = Release|Any CPU
{17F0F80C-F5BC-4A26-AA8A-1FBA4A4D1BDF}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2ED31759-47AF-4DAA-9151-4B98C6F4B1E0}
EndGlobalSection
GlobalSection(TestCaseManagementSettings) = postSolution
CategoryFile = MangaRipper.vsmdi
EndGlobalSection
EndGlobal