forked from crawlerplay/GooglePlayAppsCrawler
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPlayStoreCrawler.sln
46 lines (46 loc) · 2.88 KB
/
PlayStoreCrawler.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.30723.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PlayStoreCrawler", "PlayStoreCrawler\PlayStoreCrawler.csproj", "{412FE7DE-BC68-412F-8826-EDCE3E29A5F6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PlayStoreWorker", "PlayStoreWorker\PlayStoreWorker.csproj", "{79D10D8F-16D6-44FB-8B56-AE29F0B06B6E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SharedLibrary", "SharedLibrary\SharedLibrary.csproj", "{07AF4C70-C92E-4011-B1D1-D6D8925A4488}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AppsExporter", "AppsExporter\AppsExporter.csproj", "{0D4D0CF1-E89A-4EF1-A6EE-B93CB85368BF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ReviewsWorker", "ReviewsParser\ReviewsWorker.csproj", "{FD9DFB35-24DE-43BD-A8F9-DAABCD696A19}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{412FE7DE-BC68-412F-8826-EDCE3E29A5F6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{412FE7DE-BC68-412F-8826-EDCE3E29A5F6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{412FE7DE-BC68-412F-8826-EDCE3E29A5F6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{412FE7DE-BC68-412F-8826-EDCE3E29A5F6}.Release|Any CPU.Build.0 = Release|Any CPU
{79D10D8F-16D6-44FB-8B56-AE29F0B06B6E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{79D10D8F-16D6-44FB-8B56-AE29F0B06B6E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{79D10D8F-16D6-44FB-8B56-AE29F0B06B6E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{79D10D8F-16D6-44FB-8B56-AE29F0B06B6E}.Release|Any CPU.Build.0 = Release|Any CPU
{07AF4C70-C92E-4011-B1D1-D6D8925A4488}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{07AF4C70-C92E-4011-B1D1-D6D8925A4488}.Debug|Any CPU.Build.0 = Debug|Any CPU
{07AF4C70-C92E-4011-B1D1-D6D8925A4488}.Release|Any CPU.ActiveCfg = Release|Any CPU
{07AF4C70-C92E-4011-B1D1-D6D8925A4488}.Release|Any CPU.Build.0 = Release|Any CPU
{0D4D0CF1-E89A-4EF1-A6EE-B93CB85368BF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0D4D0CF1-E89A-4EF1-A6EE-B93CB85368BF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0D4D0CF1-E89A-4EF1-A6EE-B93CB85368BF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0D4D0CF1-E89A-4EF1-A6EE-B93CB85368BF}.Release|Any CPU.Build.0 = Release|Any CPU
{FD9DFB35-24DE-43BD-A8F9-DAABCD696A19}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FD9DFB35-24DE-43BD-A8F9-DAABCD696A19}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FD9DFB35-24DE-43BD-A8F9-DAABCD696A19}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FD9DFB35-24DE-43BD-A8F9-DAABCD696A19}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal