-
Notifications
You must be signed in to change notification settings - Fork 1
/
MaximEmmBots.sln
145 lines (145 loc) · 8.43 KB
/
MaximEmmBots.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
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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29318.209
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MaximEmmBots", "MaximEmmBots\MaximEmmBots.csproj", "{744502DC-7803-4658-8FB4-EB8C844F7DA2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Bots", "Bots", "{AC096050-90E3-4B42-B9F4-7BB03DC81DEB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Bot.Review", "Bots\Bot.Review\Bot.Review.csproj", "{6BB7282D-EC41-4A4E-AA5D-6A7C5EC88DA0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Bot.Abstractions", "Bots\Bot.Abstractions\Bot.Abstractions.csproj", "{5CE13BF6-35D2-4711-8027-9E5133FACEEB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Host", "Host\Host.csproj", "{E27052D7-A5FC-45D0-851E-49030FE298FE}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Docker", "Docker", "{06CF43D0-34A2-41B2-862C-E277EB8F9D34}"
ProjectSection(SolutionItems) = preProject
docker-compose.yml = docker-compose.yml
Host\Dockerfile = Host\Dockerfile
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Cron", "Cron", "{0DCF2C92-F9DA-4703-99C1-441B08134D92}"
ProjectSection(SolutionItems) = preProject
cron\Dockerfile = cron\Dockerfile
cron\entrypoint.sh = cron\entrypoint.sh
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Config", "Config", "{FF3000A6-B87B-4DE9-AB6C-21FECE3EF451}"
ProjectSection(SolutionItems) = preProject
.env = .env
.gitignore = .gitignore
LICENSE = LICENSE
init.sql = init.sql
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Relay", "Relay", "{45E743F4-A8FA-4DD6-B9E2-E27A7ED88416}"
ProjectSection(SolutionItems) = preProject
relay\config.yml = relay\config.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Sentry", "Sentry", "{C9A84D54-70CE-4B77-AA2D-2505575E2362}"
ProjectSection(SolutionItems) = preProject
sentry\.dockerignore = sentry\.dockerignore
sentry\config.example.yml = sentry\config.example.yml
sentry\Dockerfile = sentry\Dockerfile
sentry\requirements.example.txt = sentry\requirements.example.txt
sentry\sentry.conf.example.py = sentry\sentry.conf.example.py
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Crawlers", "Crawlers", "{792F7D24-C79A-4C93-B860-CF397DE41C41}"
ProjectSection(SolutionItems) = preProject
crawlers\.git = crawlers\.git
crawlers\.gitignore = crawlers\.gitignore
crawlers\docker-compose.yml = crawlers\docker-compose.yml
crawlers\Dockerfile = crawlers\Dockerfile
crawlers\Pipfile = crawlers\Pipfile
crawlers\Pipfile.lock = crawlers\Pipfile.lock
crawlers\requirements.txt = crawlers\requirements.txt
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "reviewbot", "reviewbot", "{241E4355-D418-4220-AF51-C454C2ED402E}"
ProjectSection(SolutionItems) = preProject
crawlers\reviewbot\__init__.py = crawlers\reviewbot\__init__.py
crawlers\reviewbot\scrapy.cfg = crawlers\reviewbot\scrapy.cfg
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "reviewbot", "reviewbot", "{918317D7-8427-4D96-A386-57AFFBA62497}"
ProjectSection(SolutionItems) = preProject
crawlers\reviewbot\reviewbot\__init__.py = crawlers\reviewbot\reviewbot\__init__.py
crawlers\reviewbot\reviewbot\http.py = crawlers\reviewbot\reviewbot\http.py
crawlers\reviewbot\reviewbot\items.py = crawlers\reviewbot\reviewbot\items.py
crawlers\reviewbot\reviewbot\middlewares.py = crawlers\reviewbot\reviewbot\middlewares.py
crawlers\reviewbot\reviewbot\monitors.py = crawlers\reviewbot\reviewbot\monitors.py
crawlers\reviewbot\reviewbot\pipelines.py = crawlers\reviewbot\reviewbot\pipelines.py
crawlers\reviewbot\reviewbot\settings.py = crawlers\reviewbot\reviewbot\settings.py
crawlers\reviewbot\reviewbot\validators.py = crawlers\reviewbot\reviewbot\validators.py
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "spiders", "spiders", "{E497C2B4-7777-403E-8314-9FEF5179D2FA}"
ProjectSection(SolutionItems) = preProject
crawlers\reviewbot\reviewbot\spiders\__init__.py = crawlers\reviewbot\reviewbot\spiders\__init__.py
crawlers\reviewbot\reviewbot\spiders\foursquare.py = crawlers\reviewbot\reviewbot\spiders\foursquare.py
crawlers\reviewbot\reviewbot\spiders\google.py = crawlers\reviewbot\reviewbot\spiders\google.py
crawlers\reviewbot\reviewbot\spiders\instagram.py = crawlers\reviewbot\reviewbot\spiders\instagram.py
crawlers\reviewbot\reviewbot\spiders\restoclub.py = crawlers\reviewbot\reviewbot\spiders\restoclub.py
crawlers\reviewbot\reviewbot\spiders\restorating.py = crawlers\reviewbot\reviewbot\spiders\restorating.py
crawlers\reviewbot\reviewbot\spiders\review.py = crawlers\reviewbot\reviewbot\spiders\review.py
crawlers\reviewbot\reviewbot\spiders\tripadvisor.py = crawlers\reviewbot\reviewbot\spiders\tripadvisor.py
crawlers\reviewbot\reviewbot\spiders\vk.py = crawlers\reviewbot\reviewbot\spiders\vk.py
crawlers\reviewbot\reviewbot\spiders\yell.py = crawlers\reviewbot\reviewbot\spiders\yell.py
crawlers\reviewbot\reviewbot\spiders\yelp.py = crawlers\reviewbot\reviewbot\spiders\yelp.py
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Scrapy", "Scrapy", "{A1FD2B15-8F21-4CA5-A827-0FE969B3B89F}"
ProjectSection(SolutionItems) = preProject
scrapy\Dockerfile = scrapy\Dockerfile
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Bot.Spreadsheets", "Bots\Bot.Spreadsheets\Bot.Spreadsheets.csproj", "{BC3FE7D9-E673-4CE8-A10E-D8B828EDDD13}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{744502DC-7803-4658-8FB4-EB8C844F7DA2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{744502DC-7803-4658-8FB4-EB8C844F7DA2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{744502DC-7803-4658-8FB4-EB8C844F7DA2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{744502DC-7803-4658-8FB4-EB8C844F7DA2}.Release|Any CPU.Build.0 = Release|Any CPU
{6BB7282D-EC41-4A4E-AA5D-6A7C5EC88DA0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6BB7282D-EC41-4A4E-AA5D-6A7C5EC88DA0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6BB7282D-EC41-4A4E-AA5D-6A7C5EC88DA0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6BB7282D-EC41-4A4E-AA5D-6A7C5EC88DA0}.Release|Any CPU.Build.0 = Release|Any CPU
{5CE13BF6-35D2-4711-8027-9E5133FACEEB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5CE13BF6-35D2-4711-8027-9E5133FACEEB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5CE13BF6-35D2-4711-8027-9E5133FACEEB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5CE13BF6-35D2-4711-8027-9E5133FACEEB}.Release|Any CPU.Build.0 = Release|Any CPU
{E27052D7-A5FC-45D0-851E-49030FE298FE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E27052D7-A5FC-45D0-851E-49030FE298FE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E27052D7-A5FC-45D0-851E-49030FE298FE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E27052D7-A5FC-45D0-851E-49030FE298FE}.Release|Any CPU.Build.0 = Release|Any CPU
{BC3FE7D9-E673-4CE8-A10E-D8B828EDDD13}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BC3FE7D9-E673-4CE8-A10E-D8B828EDDD13}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BC3FE7D9-E673-4CE8-A10E-D8B828EDDD13}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BC3FE7D9-E673-4CE8-A10E-D8B828EDDD13}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{6BB7282D-EC41-4A4E-AA5D-6A7C5EC88DA0} = {AC096050-90E3-4B42-B9F4-7BB03DC81DEB}
{5CE13BF6-35D2-4711-8027-9E5133FACEEB} = {AC096050-90E3-4B42-B9F4-7BB03DC81DEB}
{241E4355-D418-4220-AF51-C454C2ED402E} = {792F7D24-C79A-4C93-B860-CF397DE41C41}
{918317D7-8427-4D96-A386-57AFFBA62497} = {241E4355-D418-4220-AF51-C454C2ED402E}
{E497C2B4-7777-403E-8314-9FEF5179D2FA} = {918317D7-8427-4D96-A386-57AFFBA62497}
{45E743F4-A8FA-4DD6-B9E2-E27A7ED88416} = {C9A84D54-70CE-4B77-AA2D-2505575E2362}
{0DCF2C92-F9DA-4703-99C1-441B08134D92} = {C9A84D54-70CE-4B77-AA2D-2505575E2362}
{A1FD2B15-8F21-4CA5-A827-0FE969B3B89F} = {06CF43D0-34A2-41B2-862C-E277EB8F9D34}
{BC3FE7D9-E673-4CE8-A10E-D8B828EDDD13} = {AC096050-90E3-4B42-B9F4-7BB03DC81DEB}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C0ADAA46-4B54-4C70-B6FD-D2897BDEEDD0}
EndGlobalSection
EndGlobal