-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathReflectionHydration.sln
More file actions
28 lines (28 loc) · 1.78 KB
/
ReflectionHydration.sln
File metadata and controls
28 lines (28 loc) · 1.78 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ReflectionHydration", "ReflectionHydration\ReflectionHydration.csproj", "{15449326-BCEC-4C3C-B52E-2B5BD84148B8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Neo4j.Driver", "..\neo4j-dotnet-driver\Neo4j.Driver\Neo4j.Driver\Neo4j.Driver.csproj", "{E043A437-2E8A-40B6-A3D0-C57EABCEBEE3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TelemetryTest", "TelemetryTest\TelemetryTest.csproj", "{6320A448-EF01-4F92-8090-B32B808AE054}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{15449326-BCEC-4C3C-B52E-2B5BD84148B8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{15449326-BCEC-4C3C-B52E-2B5BD84148B8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{15449326-BCEC-4C3C-B52E-2B5BD84148B8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{15449326-BCEC-4C3C-B52E-2B5BD84148B8}.Release|Any CPU.Build.0 = Release|Any CPU
{E043A437-2E8A-40B6-A3D0-C57EABCEBEE3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E043A437-2E8A-40B6-A3D0-C57EABCEBEE3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E043A437-2E8A-40B6-A3D0-C57EABCEBEE3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E043A437-2E8A-40B6-A3D0-C57EABCEBEE3}.Release|Any CPU.Build.0 = Release|Any CPU
{6320A448-EF01-4F92-8090-B32B808AE054}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6320A448-EF01-4F92-8090-B32B808AE054}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6320A448-EF01-4F92-8090-B32B808AE054}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6320A448-EF01-4F92-8090-B32B808AE054}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal