-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathKVCrawler.sln
49 lines (49 loc) · 2.8 KB
/
KVCrawler.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32804.467
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "KVCrawler", "KVCrawler\KVCrawler.csproj", "{EA751448-C140-48CD-BE38-DAF0416D5612}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Geocoding", "Geocoding\Geocoding.csproj", "{D816C435-C35F-48D4-8925-5330F35A4F6D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OpsMatcher", "OpsMatcher\OpsMatcher.csproj", "{F0E03778-CF79-4F7E-BE44-70F30923E062}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EA751448-C140-48CD-BE38-DAF0416D5612}.Debug|Any CPU.ActiveCfg = Debug|x86
{EA751448-C140-48CD-BE38-DAF0416D5612}.Debug|x86.ActiveCfg = Debug|x86
{EA751448-C140-48CD-BE38-DAF0416D5612}.Debug|x86.Build.0 = Debug|x86
{EA751448-C140-48CD-BE38-DAF0416D5612}.Release|Any CPU.ActiveCfg = Release|x86
{EA751448-C140-48CD-BE38-DAF0416D5612}.Release|x86.ActiveCfg = Release|x86
{EA751448-C140-48CD-BE38-DAF0416D5612}.Release|x86.Build.0 = Release|x86
{D816C435-C35F-48D4-8925-5330F35A4F6D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D816C435-C35F-48D4-8925-5330F35A4F6D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D816C435-C35F-48D4-8925-5330F35A4F6D}.Debug|x86.ActiveCfg = Debug|Any CPU
{D816C435-C35F-48D4-8925-5330F35A4F6D}.Debug|x86.Build.0 = Debug|Any CPU
{D816C435-C35F-48D4-8925-5330F35A4F6D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D816C435-C35F-48D4-8925-5330F35A4F6D}.Release|Any CPU.Build.0 = Release|Any CPU
{D816C435-C35F-48D4-8925-5330F35A4F6D}.Release|x86.ActiveCfg = Release|Any CPU
{D816C435-C35F-48D4-8925-5330F35A4F6D}.Release|x86.Build.0 = Release|Any CPU
{F0E03778-CF79-4F7E-BE44-70F30923E062}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F0E03778-CF79-4F7E-BE44-70F30923E062}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F0E03778-CF79-4F7E-BE44-70F30923E062}.Debug|x86.ActiveCfg = Debug|Any CPU
{F0E03778-CF79-4F7E-BE44-70F30923E062}.Debug|x86.Build.0 = Debug|Any CPU
{F0E03778-CF79-4F7E-BE44-70F30923E062}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F0E03778-CF79-4F7E-BE44-70F30923E062}.Release|Any CPU.Build.0 = Release|Any CPU
{F0E03778-CF79-4F7E-BE44-70F30923E062}.Release|x86.ActiveCfg = Release|Any CPU
{F0E03778-CF79-4F7E-BE44-70F30923E062}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1E597E72-1536-45BB-8001-718EEE9922E5}
EndGlobalSection
EndGlobal