-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGraphScopeProxy.sln
More file actions
52 lines (52 loc) · 3.27 KB
/
GraphScopeProxy.sln
File metadata and controls
52 lines (52 loc) · 3.27 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GraphScopeProxy.Api", "src\GraphScopeProxy.Api\GraphScopeProxy.Api.csproj", "{A1B2C3D4-E5F6-7890-ABCD-EF1234567890}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GraphScopeProxy.Core", "src\GraphScopeProxy.Core\GraphScopeProxy.Core.csproj", "{B2C3D4E5-F6G7-8901-BCDE-F12345678901}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GraphScopeProxy.Tests", "tests\GraphScopeProxy.Tests\GraphScopeProxy.Tests.csproj", "{C3D4E5F6-G7H8-9012-CDEF-123456789012}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GraphScopeProxy.IntegrationTests", "tests\GraphScopeProxy.IntegrationTests\GraphScopeProxy.IntegrationTests.csproj", "{D4E5F6G7-H8I9-0123-DEF1-234567890123}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{E5F6G7H8-I9J0-1234-EF12-345678901234}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{F6G7H8I9-J0K1-2345-F123-456789012345}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A1B2C3D4-E5F6-7890-ABCD-EF1234567890}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A1B2C3D4-E5F6-7890-ABCD-EF1234567890}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A1B2C3D4-E5F6-7890-ABCD-EF1234567890}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A1B2C3D4-E5F6-7890-ABCD-EF1234567890}.Release|Any CPU.Build.0 = Release|Any CPU
{B2C3D4E5-F6G7-8901-BCDE-F12345678901}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B2C3D4E5-F6G7-8901-BCDE-F12345678901}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B2C3D4E5-F6G7-8901-BCDE-F12345678901}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B2C3D4E5-F6G7-8901-BCDE-F12345678901}.Release|Any CPU.Build.0 = Release|Any CPU
{C3D4E5F6-G7H8-9012-CDEF-123456789012}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C3D4E5F6-G7H8-9012-CDEF-123456789012}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C3D4E5F6-G7H8-9012-CDEF-123456789012}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C3D4E5F6-G7H8-9012-CDEF-123456789012}.Release|Any CPU.Build.0 = Release|Any CPU
{D4E5F6G7-H8I9-0123-DEF1-234567890123}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D4E5F6G7-H8I9-0123-DEF1-234567890123}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D4E5F6G7-H8I9-0123-DEF1-234567890123}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D4E5F6G7-H8I9-0123-DEF1-234567890123}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{A1B2C3D4-E5F6-7890-ABCD-EF1234567890} = {E5F6G7H8-I9J0-1234-EF12-345678901234}
{B2C3D4E5-F6G7-8901-BCDE-F12345678901} = {E5F6G7H8-I9J0-1234-EF12-345678901234}
{C3D4E5F6-G7H8-9012-CDEF-123456789012} = {F6G7H8I9-J0K1-2345-F123-456789012345}
{D4E5F6G7-H8I9-0123-DEF1-234567890123} = {F6G7H8I9-J0K1-2345-F123-456789012345}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {12345678-1234-1234-1234-123456789012}
EndGlobalSection
EndGlobal