forked from WSDOT-GIS/GTFS.NET
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gtfs.sln
42 lines (42 loc) · 2.26 KB
/
Gtfs.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Gtfs.Contract", "Gtfs.Contract\Gtfs.Contract.csproj", "{87063403-B38C-446E-A517-9C4082D64E57}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Gtfs.IO", "Gtfs.IO\Gtfs.IO.csproj", "{D0F94838-10A7-4BA2-BBEE-41B342641554}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{4CEDA82C-47F8-445E-8B58-85DB88A02148}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Gtfs.Test", "Gtfs.Test\Gtfs.Test.csproj", "{E350459C-D6B2-4C5B-A486-88570556B770}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{0ACE88A2-871E-4F6D-A54B-CCF11CAE285E}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{87063403-B38C-446E-A517-9C4082D64E57}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{87063403-B38C-446E-A517-9C4082D64E57}.Debug|Any CPU.Build.0 = Debug|Any CPU
{87063403-B38C-446E-A517-9C4082D64E57}.Release|Any CPU.ActiveCfg = Release|Any CPU
{87063403-B38C-446E-A517-9C4082D64E57}.Release|Any CPU.Build.0 = Release|Any CPU
{D0F94838-10A7-4BA2-BBEE-41B342641554}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D0F94838-10A7-4BA2-BBEE-41B342641554}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D0F94838-10A7-4BA2-BBEE-41B342641554}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D0F94838-10A7-4BA2-BBEE-41B342641554}.Release|Any CPU.Build.0 = Release|Any CPU
{E350459C-D6B2-4C5B-A486-88570556B770}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E350459C-D6B2-4C5B-A486-88570556B770}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E350459C-D6B2-4C5B-A486-88570556B770}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E350459C-D6B2-4C5B-A486-88570556B770}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal