-
Notifications
You must be signed in to change notification settings - Fork 7
/
PathData.sln
43 lines (43 loc) · 2.51 KB
/
PathData.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.168
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PathApi.Client", "client\PathApi.Client.csproj", "{D395F09A-313E-4846-B0F5-F89D457550C2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PathApi.Proto", "proto\PathApi.Proto.csproj", "{E789D122-EB8C-424B-B313-4DA4A5E2FA91}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PathApi.Server", "server\PathApi.Server.csproj", "{AF13791C-0202-4803-8EF1-CC59FC7E8C99}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PathApi.Server.Tests", "server.Tests\PathApi.Server.Tests.csproj", "{D2CA82A5-AB13-4F95-9DC5-B22C89C4A304}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D395F09A-313E-4846-B0F5-F89D457550C2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D395F09A-313E-4846-B0F5-F89D457550C2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D395F09A-313E-4846-B0F5-F89D457550C2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D395F09A-313E-4846-B0F5-F89D457550C2}.Release|Any CPU.Build.0 = Release|Any CPU
{E789D122-EB8C-424B-B313-4DA4A5E2FA91}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E789D122-EB8C-424B-B313-4DA4A5E2FA91}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E789D122-EB8C-424B-B313-4DA4A5E2FA91}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E789D122-EB8C-424B-B313-4DA4A5E2FA91}.Release|Any CPU.Build.0 = Release|Any CPU
{AF13791C-0202-4803-8EF1-CC59FC7E8C99}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AF13791C-0202-4803-8EF1-CC59FC7E8C99}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AF13791C-0202-4803-8EF1-CC59FC7E8C99}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AF13791C-0202-4803-8EF1-CC59FC7E8C99}.Release|Any CPU.Build.0 = Release|Any CPU
{D2CA82A5-AB13-4F95-9DC5-B22C89C4A304}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D2CA82A5-AB13-4F95-9DC5-B22C89C4A304}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D2CA82A5-AB13-4F95-9DC5-B22C89C4A304}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D2CA82A5-AB13-4F95-9DC5-B22C89C4A304}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {33A58267-5F48-4984-9D7A-1493A02B32E7}
EndGlobalSection
EndGlobal