-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathEvolutionScraper.sln
More file actions
37 lines (37 loc) · 2.11 KB
/
EvolutionScraper.sln
File metadata and controls
37 lines (37 loc) · 2.11 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.14.36511.14
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EvolutionScraper", "EvolutionScraper\EvolutionScraper.csproj", "{A6ABD3F9-658E-4EA5-BFFA-94B8B9E0A33A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EvolutionScraper.Service", "EvolutionScraper.Service\EvolutionScraper.Service.csproj", "{555376A3-4F28-46EA-B11F-85E221FF8B4B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EvolutionScraper.Tests", "EvolutionScraper.Tests\EvolutionScraper.Tests.csproj", "{F2A5C4D1-8B3E-4A7F-9C2D-1E6F5A4B3C2D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A6ABD3F9-658E-4EA5-BFFA-94B8B9E0A33A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A6ABD3F9-658E-4EA5-BFFA-94B8B9E0A33A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A6ABD3F9-658E-4EA5-BFFA-94B8B9E0A33A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A6ABD3F9-658E-4EA5-BFFA-94B8B9E0A33A}.Release|Any CPU.Build.0 = Release|Any CPU
{555376A3-4F28-46EA-B11F-85E221FF8B4B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{555376A3-4F28-46EA-B11F-85E221FF8B4B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{555376A3-4F28-46EA-B11F-85E221FF8B4B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{555376A3-4F28-46EA-B11F-85E221FF8B4B}.Release|Any CPU.Build.0 = Release|Any CPU
{F2A5C4D1-8B3E-4A7F-9C2D-1E6F5A4B3C2D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F2A5C4D1-8B3E-4A7F-9C2D-1E6F5A4B3C2D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F2A5C4D1-8B3E-4A7F-9C2D-1E6F5A4B3C2D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F2A5C4D1-8B3E-4A7F-9C2D-1E6F5A4B3C2D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DBEDE139-20FE-4FC8-B8B4-F6DDEAB096E0}
EndGlobalSection
EndGlobal