forked from microsoft/GraphEngine
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGraphEngine.Client.sln
More file actions
43 lines (43 loc) · 2.63 KB
/
GraphEngine.Client.sln
File metadata and controls
43 lines (43 loc) · 2.63 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2010
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Trinity.Client", "Trinity.Client\Trinity.Client.csproj", "{3D6DA1D3-C437-416C-9C73-8DAC07FC472B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Trinity.Client.TestClient", "Trinity.Client.TestClient\Trinity.Client.TestClient.csproj", "{6623DF4B-D77E-4967-A0A1-1D5F44F8EDDD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Trinity.Client.TestProtocols", "Trinity.Client.TestProtocols\Trinity.Client.TestProtocols.csproj", "{BF3C0F3B-7BC9-40E2-BD17-947C338EEC1E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Trinity.Client.TestServer", "Trinity.Client.TestServer\Trinity.Client.TestServer.csproj", "{072BD8BE-4078-4F0F-B158-6880AA7B184B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3D6DA1D3-C437-416C-9C73-8DAC07FC472B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3D6DA1D3-C437-416C-9C73-8DAC07FC472B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3D6DA1D3-C437-416C-9C73-8DAC07FC472B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3D6DA1D3-C437-416C-9C73-8DAC07FC472B}.Release|Any CPU.Build.0 = Release|Any CPU
{6623DF4B-D77E-4967-A0A1-1D5F44F8EDDD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6623DF4B-D77E-4967-A0A1-1D5F44F8EDDD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6623DF4B-D77E-4967-A0A1-1D5F44F8EDDD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6623DF4B-D77E-4967-A0A1-1D5F44F8EDDD}.Release|Any CPU.Build.0 = Release|Any CPU
{BF3C0F3B-7BC9-40E2-BD17-947C338EEC1E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BF3C0F3B-7BC9-40E2-BD17-947C338EEC1E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BF3C0F3B-7BC9-40E2-BD17-947C338EEC1E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BF3C0F3B-7BC9-40E2-BD17-947C338EEC1E}.Release|Any CPU.Build.0 = Release|Any CPU
{072BD8BE-4078-4F0F-B158-6880AA7B184B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{072BD8BE-4078-4F0F-B158-6880AA7B184B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{072BD8BE-4078-4F0F-B158-6880AA7B184B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{072BD8BE-4078-4F0F-B158-6880AA7B184B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C53F0FFC-9BFC-4C08-975C-C5CBE5B1888E}
EndGlobalSection
EndGlobal