forked from jaensen/graph-crawler
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLiv.io.GraphCrawler.sln
54 lines (54 loc) · 3.4 KB
/
Liv.io.GraphCrawler.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Liv.io.GraphCrawler", "Liv.io.GraphCrawler\Liv.io.GraphCrawler.csproj", "{F3C3A030-39B7-4294-8F5B-3C6C42358C8E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Liv.io.Utils", "Liv.io.Utils\Liv.io.Utils.csproj", "{48387B12-6FB9-4196-8388-4F39A9BB49E3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Liv.io.GraphCrawler.ControlService", "Liv.io.GraphCrawler.ControlService\Liv.io.GraphCrawler.ControlService.csproj", "{97FDB2DE-4E81-4AEA-9A32-8BDAFE9A8F92}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Liv.io.GraphCrawler.Interface", "Liv.io.GraphCrawler.Interface\Liv.io.GraphCrawler.Interface.csproj", "{601880E0-2C58-4E7C-84B4-2C501CE42303}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Integration", "Integration", "{8733E406-DA7B-41FA-AA62-CAB17855EF4C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Stuff", "Stuff\Stuff.csproj", "{085BE9E2-2185-4151-BC30-EE7BF5BBEF14}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "External", "External", "{404B75D8-7687-40BD-A980-C2D6CAC200B4}"
ProjectSection(SolutionItems) = preProject
Json.Net\Newtonsoft.Json.dll = Json.Net\Newtonsoft.Json.dll
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{085BE9E2-2185-4151-BC30-EE7BF5BBEF14}.Debug|x86.ActiveCfg = Debug|Any CPU
{085BE9E2-2185-4151-BC30-EE7BF5BBEF14}.Debug|x86.Build.0 = Debug|Any CPU
{085BE9E2-2185-4151-BC30-EE7BF5BBEF14}.Release|x86.ActiveCfg = Release|Any CPU
{085BE9E2-2185-4151-BC30-EE7BF5BBEF14}.Release|x86.Build.0 = Release|Any CPU
{48387B12-6FB9-4196-8388-4F39A9BB49E3}.Debug|x86.ActiveCfg = Debug|x86
{48387B12-6FB9-4196-8388-4F39A9BB49E3}.Debug|x86.Build.0 = Debug|x86
{48387B12-6FB9-4196-8388-4F39A9BB49E3}.Release|x86.ActiveCfg = Release|x86
{48387B12-6FB9-4196-8388-4F39A9BB49E3}.Release|x86.Build.0 = Release|x86
{601880E0-2C58-4E7C-84B4-2C501CE42303}.Debug|x86.ActiveCfg = Debug|Any CPU
{601880E0-2C58-4E7C-84B4-2C501CE42303}.Debug|x86.Build.0 = Debug|Any CPU
{601880E0-2C58-4E7C-84B4-2C501CE42303}.Release|x86.ActiveCfg = Release|Any CPU
{601880E0-2C58-4E7C-84B4-2C501CE42303}.Release|x86.Build.0 = Release|Any CPU
{97FDB2DE-4E81-4AEA-9A32-8BDAFE9A8F92}.Debug|x86.ActiveCfg = Debug|Any CPU
{97FDB2DE-4E81-4AEA-9A32-8BDAFE9A8F92}.Debug|x86.Build.0 = Debug|Any CPU
{97FDB2DE-4E81-4AEA-9A32-8BDAFE9A8F92}.Release|x86.ActiveCfg = Release|Any CPU
{97FDB2DE-4E81-4AEA-9A32-8BDAFE9A8F92}.Release|x86.Build.0 = Release|Any CPU
{F3C3A030-39B7-4294-8F5B-3C6C42358C8E}.Debug|x86.ActiveCfg = Debug|x86
{F3C3A030-39B7-4294-8F5B-3C6C42358C8E}.Debug|x86.Build.0 = Debug|x86
{F3C3A030-39B7-4294-8F5B-3C6C42358C8E}.Release|x86.ActiveCfg = Release|x86
{F3C3A030-39B7-4294-8F5B-3C6C42358C8E}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{085BE9E2-2185-4151-BC30-EE7BF5BBEF14} = {8733E406-DA7B-41FA-AA62-CAB17855EF4C}
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = Liv.io.GraphCrawler.ControlService\Liv.io.GraphCrawler.ControlService.csproj
EndGlobalSection
EndGlobal