-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathGTFS-Explorer.sln
53 lines (53 loc) · 3.24 KB
/
GTFS-Explorer.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
51
52
53
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30225.117
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{D39B9B37-E873-431F-A1FB-C570B9B96543}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{E479FD5B-4BCA-416D-AF02-D820BF822E0A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GTFS-Explorer.BackEnd", "src\GTFS-Explorer.BackEnd\GTFS-Explorer.BackEnd.csproj", "{A93986CE-BA99-430A-B940-4DC4310F07B4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GTFS-Explorer.Core", "src\GTFS-Explorer.Core\GTFS-Explorer.Core.csproj", "{71E9F085-9F2C-451F-ADA2-67FBDF89DAA9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GTFS-Explorer.FrontEnd", "src\GTFS-Explorer.FrontEnd\GTFS-Explorer.FrontEnd.csproj", "{2BB276E5-EFD3-4C3D-B4EA-D7582325CAA5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GTFS-Explorer.Tests", "tests\GTFS-Explorer.Tests\GTFS-Explorer.Tests.csproj", "{AD96B208-8BE5-420A-A6C3-AC50EB6BBDFB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A93986CE-BA99-430A-B940-4DC4310F07B4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A93986CE-BA99-430A-B940-4DC4310F07B4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A93986CE-BA99-430A-B940-4DC4310F07B4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A93986CE-BA99-430A-B940-4DC4310F07B4}.Release|Any CPU.Build.0 = Release|Any CPU
{71E9F085-9F2C-451F-ADA2-67FBDF89DAA9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{71E9F085-9F2C-451F-ADA2-67FBDF89DAA9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{71E9F085-9F2C-451F-ADA2-67FBDF89DAA9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{71E9F085-9F2C-451F-ADA2-67FBDF89DAA9}.Release|Any CPU.Build.0 = Release|Any CPU
{2BB276E5-EFD3-4C3D-B4EA-D7582325CAA5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2BB276E5-EFD3-4C3D-B4EA-D7582325CAA5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2BB276E5-EFD3-4C3D-B4EA-D7582325CAA5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2BB276E5-EFD3-4C3D-B4EA-D7582325CAA5}.Release|Any CPU.Build.0 = Release|Any CPU
{AD96B208-8BE5-420A-A6C3-AC50EB6BBDFB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AD96B208-8BE5-420A-A6C3-AC50EB6BBDFB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AD96B208-8BE5-420A-A6C3-AC50EB6BBDFB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AD96B208-8BE5-420A-A6C3-AC50EB6BBDFB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{A93986CE-BA99-430A-B940-4DC4310F07B4} = {D39B9B37-E873-431F-A1FB-C570B9B96543}
{71E9F085-9F2C-451F-ADA2-67FBDF89DAA9} = {D39B9B37-E873-431F-A1FB-C570B9B96543}
{2BB276E5-EFD3-4C3D-B4EA-D7582325CAA5} = {D39B9B37-E873-431F-A1FB-C570B9B96543}
{AD96B208-8BE5-420A-A6C3-AC50EB6BBDFB} = {E479FD5B-4BCA-416D-AF02-D820BF822E0A}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {21BE76E9-9C65-425B-8D11-752AB8836951}
EndGlobalSection
EndGlobal