-
Notifications
You must be signed in to change notification settings - Fork 41
/
Gremlin.Net.CosmosDb.sln
50 lines (50 loc) · 2.78 KB
/
Gremlin.Net.CosmosDb.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27428.2015
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Gremlin.Net.CosmosDb", "src\Gremlin.Net.CosmosDb\Gremlin.Net.CosmosDb.csproj", "{57E3A906-DCD2-4CCA-BF83-26890672CCB9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{21CCBA67-BD21-4693-B1E7-A1B17A8AA762}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GremlinSample", "GremlinSample\GremlinSample.csproj", "{5B9A41F5-3312-4C19-9FD9-0D7B0158D1E2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{EA59905B-97BF-4C5D-BECF-251DABFC7C16}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{D801341C-62E8-4F8C-9BBE-8F8D32824D18}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Gremlin.Net.CosmosDb.Tests", "test\Gremlin.Net.CosmosDb.Tests\Gremlin.Net.CosmosDb.Tests.csproj", "{152CE7DA-7C9C-4878-B01C-DB829AD20692}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{57E3A906-DCD2-4CCA-BF83-26890672CCB9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{57E3A906-DCD2-4CCA-BF83-26890672CCB9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{57E3A906-DCD2-4CCA-BF83-26890672CCB9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{57E3A906-DCD2-4CCA-BF83-26890672CCB9}.Release|Any CPU.Build.0 = Release|Any CPU
{5B9A41F5-3312-4C19-9FD9-0D7B0158D1E2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5B9A41F5-3312-4C19-9FD9-0D7B0158D1E2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5B9A41F5-3312-4C19-9FD9-0D7B0158D1E2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5B9A41F5-3312-4C19-9FD9-0D7B0158D1E2}.Release|Any CPU.Build.0 = Release|Any CPU
{152CE7DA-7C9C-4878-B01C-DB829AD20692}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{152CE7DA-7C9C-4878-B01C-DB829AD20692}.Debug|Any CPU.Build.0 = Debug|Any CPU
{152CE7DA-7C9C-4878-B01C-DB829AD20692}.Release|Any CPU.ActiveCfg = Release|Any CPU
{152CE7DA-7C9C-4878-B01C-DB829AD20692}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{57E3A906-DCD2-4CCA-BF83-26890672CCB9} = {21CCBA67-BD21-4693-B1E7-A1B17A8AA762}
{152CE7DA-7C9C-4878-B01C-DB829AD20692} = {D801341C-62E8-4F8C-9BBE-8F8D32824D18}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {43E88192-1430-491B-8D2C-1CF6647B18B4}
EndGlobalSection
EndGlobal