-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGleanerClassifieds.sln
42 lines (42 loc) · 2.2 KB
/
GleanerClassifieds.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2036
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{B24DB8DA-1764-490E-81B7-DF068E0F9D87}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GleanerClassifieds.Scraper", "src\GleanerClassifieds.Scraper\GleanerClassifieds.Scraper.csproj", "{73A8DF07-1FB0-4589-8B7D-7EC9D4A60726}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GleanerClassifieds.Data", "src\GleanerClassifieds.Data\GleanerClassifieds.Data.csproj", "{F5875F76-818C-4658-AFB4-48BC28FDF258}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{50C4C498-5438-40DC-A1EF-A83EC8586F3B}"
ProjectSection(SolutionItems) = preProject
ReadMe.md = ReadMe.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{73A8DF07-1FB0-4589-8B7D-7EC9D4A60726}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{73A8DF07-1FB0-4589-8B7D-7EC9D4A60726}.Debug|Any CPU.Build.0 = Debug|Any CPU
{73A8DF07-1FB0-4589-8B7D-7EC9D4A60726}.Release|Any CPU.ActiveCfg = Release|Any CPU
{73A8DF07-1FB0-4589-8B7D-7EC9D4A60726}.Release|Any CPU.Build.0 = Release|Any CPU
{F5875F76-818C-4658-AFB4-48BC28FDF258}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F5875F76-818C-4658-AFB4-48BC28FDF258}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F5875F76-818C-4658-AFB4-48BC28FDF258}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F5875F76-818C-4658-AFB4-48BC28FDF258}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{73A8DF07-1FB0-4589-8B7D-7EC9D4A60726} = {B24DB8DA-1764-490E-81B7-DF068E0F9D87}
{F5875F76-818C-4658-AFB4-48BC28FDF258} = {B24DB8DA-1764-490E-81B7-DF068E0F9D87}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6E4EA86C-D85D-433E-982E-26169BFEECB1}
EndGlobalSection
EndGlobal