-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNeo4jTest.sln
41 lines (41 loc) · 2 KB
/
Neo4jTest.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29613.14
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Neo4jTest", "Neo4jTest\Neo4jTest.csproj", "{1F0EB20C-A1A5-401E-AA44-5FF140E1C526}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B2E2EEA1-0E2F-4382-9011-A8C5242534EA}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Neo4jClientTest", "Neo4jClientTest\Neo4jClientTest.csproj", "{2F55B46F-2710-4CCC-A0E5-7A16F75DDB10}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Neovis", "Neovis", "{7832B78D-CF6F-4840-87B9-376977280E89}"
ProjectSection(SolutionItems) = preProject
Neovis\Test.html = Neovis\Test.html
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1F0EB20C-A1A5-401E-AA44-5FF140E1C526}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1F0EB20C-A1A5-401E-AA44-5FF140E1C526}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1F0EB20C-A1A5-401E-AA44-5FF140E1C526}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1F0EB20C-A1A5-401E-AA44-5FF140E1C526}.Release|Any CPU.Build.0 = Release|Any CPU
{2F55B46F-2710-4CCC-A0E5-7A16F75DDB10}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2F55B46F-2710-4CCC-A0E5-7A16F75DDB10}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2F55B46F-2710-4CCC-A0E5-7A16F75DDB10}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2F55B46F-2710-4CCC-A0E5-7A16F75DDB10}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7521B5D9-5C8F-455D-9A83-3214B0FB0252}
EndGlobalSection
EndGlobal