-
Notifications
You must be signed in to change notification settings - Fork 1
/
artemis.sln
48 lines (48 loc) · 2.66 KB
/
artemis.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.24720.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{52098446-6EFE-42E2-B554-D5707C2DEC52}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{0B631D4D-A051-4861-AB1F-B29A97E6DF60}"
ProjectSection(SolutionItems) = preProject
global.json = global.json
EndProjectSection
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "artemis", "src\artemis\artemis.xproj", "{532EB5B4-252C-440F-9EB4-C2466BDCF79C}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "artemis.neo4j", "src\artemis.neo4j\artemis.neo4j.xproj", "{5C17E57A-AD8F-41B8-AA85-5AE83CC303B3}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "artemis.tests", "test\artemis.tests\artemis.tests.xproj", "{DB1D69D1-892D-439F-B24D-001C06E48299}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{34D16BC5-1381-4A0D-980F-A720C19BEF24}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{532EB5B4-252C-440F-9EB4-C2466BDCF79C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{532EB5B4-252C-440F-9EB4-C2466BDCF79C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{532EB5B4-252C-440F-9EB4-C2466BDCF79C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{532EB5B4-252C-440F-9EB4-C2466BDCF79C}.Release|Any CPU.Build.0 = Release|Any CPU
{5C17E57A-AD8F-41B8-AA85-5AE83CC303B3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5C17E57A-AD8F-41B8-AA85-5AE83CC303B3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5C17E57A-AD8F-41B8-AA85-5AE83CC303B3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5C17E57A-AD8F-41B8-AA85-5AE83CC303B3}.Release|Any CPU.Build.0 = Release|Any CPU
{DB1D69D1-892D-439F-B24D-001C06E48299}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DB1D69D1-892D-439F-B24D-001C06E48299}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DB1D69D1-892D-439F-B24D-001C06E48299}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DB1D69D1-892D-439F-B24D-001C06E48299}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{532EB5B4-252C-440F-9EB4-C2466BDCF79C} = {52098446-6EFE-42E2-B554-D5707C2DEC52}
{5C17E57A-AD8F-41B8-AA85-5AE83CC303B3} = {52098446-6EFE-42E2-B554-D5707C2DEC52}
{DB1D69D1-892D-439F-B24D-001C06E48299} = {34D16BC5-1381-4A0D-980F-A720C19BEF24}
EndGlobalSection
EndGlobal