-
Notifications
You must be signed in to change notification settings - Fork 0
/
ClientScraper.sln
37 lines (37 loc) · 2.07 KB
/
ClientScraper.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.271
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ClientScrapper", "ClientScrapper\ClientScrapper.csproj", "{2B800E5C-3E90-40F4-AB6C-AB563BA33BE0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ClientScrapper.App", "ClientScrapper.App\ClientScrapper.App.csproj", "{E1E773F1-5D4E-4F77-B4B8-51B19444D433}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ClientScrapper.Test", "ClientScrapperTest\ClientScrapper.Test.csproj", "{0911C6F8-8B2B-4D25-805F-C1467FAA478E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2B800E5C-3E90-40F4-AB6C-AB563BA33BE0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2B800E5C-3E90-40F4-AB6C-AB563BA33BE0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2B800E5C-3E90-40F4-AB6C-AB563BA33BE0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2B800E5C-3E90-40F4-AB6C-AB563BA33BE0}.Release|Any CPU.Build.0 = Release|Any CPU
{E1E773F1-5D4E-4F77-B4B8-51B19444D433}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E1E773F1-5D4E-4F77-B4B8-51B19444D433}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E1E773F1-5D4E-4F77-B4B8-51B19444D433}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E1E773F1-5D4E-4F77-B4B8-51B19444D433}.Release|Any CPU.Build.0 = Release|Any CPU
{0911C6F8-8B2B-4D25-805F-C1467FAA478E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0911C6F8-8B2B-4D25-805F-C1467FAA478E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0911C6F8-8B2B-4D25-805F-C1467FAA478E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0911C6F8-8B2B-4D25-805F-C1467FAA478E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {028B65E5-E381-4B16-8039-CD47717696FE}
EndGlobalSection
EndGlobal