-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGTFSEngine.sln
125 lines (125 loc) · 8.9 KB
/
GTFSEngine.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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GTFSEngine", "GTFSEngine.csproj", "{E3B62AD1-8FB9-4930-A9BE-ED4A71E68045}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Ximura (4.0)", "..\Ximura\Ximura\Ximura (4.0).csproj", "{7C2684DD-A055-4A7A-88D6-EC5BAE28AEB2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Unit Tests", "Unit Tests", "{C5BC7426-15E9-40B9-8CF3-391465177FDB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Test_GTFSEngine", "Unit Test\Test_GTFSEngine.csproj", "{10FA9325-1499-4D06-95FF-85B92E839769}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
SQL|Any CPU = SQL|Any CPU
SQL|x64 = SQL|x64
SQL|x86 = SQL|x86
SQLBudubu|Any CPU = SQLBudubu|Any CPU
SQLBudubu|x64 = SQLBudubu|x64
SQLBudubu|x86 = SQLBudubu|x86
XSSocNet x64 Release|Any CPU = XSSocNet x64 Release|Any CPU
XSSocNet x64 Release|x64 = XSSocNet x64 Release|x64
XSSocNet x64 Release|x86 = XSSocNet x64 Release|x86
XSSocNet x86 Release|Any CPU = XSSocNet x86 Release|Any CPU
XSSocNet x86 Release|x64 = XSSocNet x86 Release|x64
XSSocNet x86 Release|x86 = XSSocNet x86 Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E3B62AD1-8FB9-4930-A9BE-ED4A71E68045}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E3B62AD1-8FB9-4930-A9BE-ED4A71E68045}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E3B62AD1-8FB9-4930-A9BE-ED4A71E68045}.Debug|x64.ActiveCfg = Debug|Any CPU
{E3B62AD1-8FB9-4930-A9BE-ED4A71E68045}.Debug|x86.ActiveCfg = Debug|Any CPU
{E3B62AD1-8FB9-4930-A9BE-ED4A71E68045}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E3B62AD1-8FB9-4930-A9BE-ED4A71E68045}.Release|Any CPU.Build.0 = Release|Any CPU
{E3B62AD1-8FB9-4930-A9BE-ED4A71E68045}.Release|x64.ActiveCfg = Release|Any CPU
{E3B62AD1-8FB9-4930-A9BE-ED4A71E68045}.Release|x86.ActiveCfg = Release|Any CPU
{E3B62AD1-8FB9-4930-A9BE-ED4A71E68045}.SQL|Any CPU.ActiveCfg = Release|Any CPU
{E3B62AD1-8FB9-4930-A9BE-ED4A71E68045}.SQL|Any CPU.Build.0 = Release|Any CPU
{E3B62AD1-8FB9-4930-A9BE-ED4A71E68045}.SQL|x64.ActiveCfg = Release|Any CPU
{E3B62AD1-8FB9-4930-A9BE-ED4A71E68045}.SQL|x86.ActiveCfg = Release|Any CPU
{E3B62AD1-8FB9-4930-A9BE-ED4A71E68045}.SQLBudubu|Any CPU.ActiveCfg = Release|Any CPU
{E3B62AD1-8FB9-4930-A9BE-ED4A71E68045}.SQLBudubu|Any CPU.Build.0 = Release|Any CPU
{E3B62AD1-8FB9-4930-A9BE-ED4A71E68045}.SQLBudubu|x64.ActiveCfg = Release|Any CPU
{E3B62AD1-8FB9-4930-A9BE-ED4A71E68045}.SQLBudubu|x86.ActiveCfg = Release|Any CPU
{E3B62AD1-8FB9-4930-A9BE-ED4A71E68045}.XSSocNet x64 Release|Any CPU.ActiveCfg = Release|Any CPU
{E3B62AD1-8FB9-4930-A9BE-ED4A71E68045}.XSSocNet x64 Release|Any CPU.Build.0 = Release|Any CPU
{E3B62AD1-8FB9-4930-A9BE-ED4A71E68045}.XSSocNet x64 Release|x64.ActiveCfg = Release|Any CPU
{E3B62AD1-8FB9-4930-A9BE-ED4A71E68045}.XSSocNet x64 Release|x86.ActiveCfg = Release|Any CPU
{E3B62AD1-8FB9-4930-A9BE-ED4A71E68045}.XSSocNet x86 Release|Any CPU.ActiveCfg = Release|Any CPU
{E3B62AD1-8FB9-4930-A9BE-ED4A71E68045}.XSSocNet x86 Release|Any CPU.Build.0 = Release|Any CPU
{E3B62AD1-8FB9-4930-A9BE-ED4A71E68045}.XSSocNet x86 Release|x64.ActiveCfg = Release|Any CPU
{E3B62AD1-8FB9-4930-A9BE-ED4A71E68045}.XSSocNet x86 Release|x86.ActiveCfg = Release|Any CPU
{7C2684DD-A055-4A7A-88D6-EC5BAE28AEB2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7C2684DD-A055-4A7A-88D6-EC5BAE28AEB2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7C2684DD-A055-4A7A-88D6-EC5BAE28AEB2}.Debug|x64.ActiveCfg = Debug|x64
{7C2684DD-A055-4A7A-88D6-EC5BAE28AEB2}.Debug|x64.Build.0 = Debug|x64
{7C2684DD-A055-4A7A-88D6-EC5BAE28AEB2}.Debug|x86.ActiveCfg = Debug|x86
{7C2684DD-A055-4A7A-88D6-EC5BAE28AEB2}.Debug|x86.Build.0 = Debug|x86
{7C2684DD-A055-4A7A-88D6-EC5BAE28AEB2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7C2684DD-A055-4A7A-88D6-EC5BAE28AEB2}.Release|Any CPU.Build.0 = Release|Any CPU
{7C2684DD-A055-4A7A-88D6-EC5BAE28AEB2}.Release|x64.ActiveCfg = Release|x64
{7C2684DD-A055-4A7A-88D6-EC5BAE28AEB2}.Release|x64.Build.0 = Release|x64
{7C2684DD-A055-4A7A-88D6-EC5BAE28AEB2}.Release|x86.ActiveCfg = Release|x86
{7C2684DD-A055-4A7A-88D6-EC5BAE28AEB2}.Release|x86.Build.0 = Release|x86
{7C2684DD-A055-4A7A-88D6-EC5BAE28AEB2}.SQL|Any CPU.ActiveCfg = SQL|Any CPU
{7C2684DD-A055-4A7A-88D6-EC5BAE28AEB2}.SQL|Any CPU.Build.0 = SQL|Any CPU
{7C2684DD-A055-4A7A-88D6-EC5BAE28AEB2}.SQL|x64.ActiveCfg = SQL|x64
{7C2684DD-A055-4A7A-88D6-EC5BAE28AEB2}.SQL|x64.Build.0 = SQL|x64
{7C2684DD-A055-4A7A-88D6-EC5BAE28AEB2}.SQL|x86.ActiveCfg = SQL|x86
{7C2684DD-A055-4A7A-88D6-EC5BAE28AEB2}.SQL|x86.Build.0 = SQL|x86
{7C2684DD-A055-4A7A-88D6-EC5BAE28AEB2}.SQLBudubu|Any CPU.ActiveCfg = SQLBudubu|Any CPU
{7C2684DD-A055-4A7A-88D6-EC5BAE28AEB2}.SQLBudubu|Any CPU.Build.0 = SQLBudubu|Any CPU
{7C2684DD-A055-4A7A-88D6-EC5BAE28AEB2}.SQLBudubu|x64.ActiveCfg = SQLBudubu|x64
{7C2684DD-A055-4A7A-88D6-EC5BAE28AEB2}.SQLBudubu|x64.Build.0 = SQLBudubu|x64
{7C2684DD-A055-4A7A-88D6-EC5BAE28AEB2}.SQLBudubu|x86.ActiveCfg = SQLBudubu|x86
{7C2684DD-A055-4A7A-88D6-EC5BAE28AEB2}.SQLBudubu|x86.Build.0 = SQLBudubu|x86
{7C2684DD-A055-4A7A-88D6-EC5BAE28AEB2}.XSSocNet x64 Release|Any CPU.ActiveCfg = XSSocNet x64 Release|Any CPU
{7C2684DD-A055-4A7A-88D6-EC5BAE28AEB2}.XSSocNet x64 Release|Any CPU.Build.0 = XSSocNet x64 Release|Any CPU
{7C2684DD-A055-4A7A-88D6-EC5BAE28AEB2}.XSSocNet x64 Release|x64.ActiveCfg = XSSocNet x64 Release|x64
{7C2684DD-A055-4A7A-88D6-EC5BAE28AEB2}.XSSocNet x64 Release|x64.Build.0 = XSSocNet x64 Release|x64
{7C2684DD-A055-4A7A-88D6-EC5BAE28AEB2}.XSSocNet x64 Release|x86.ActiveCfg = XSSocNet x64 Release|x86
{7C2684DD-A055-4A7A-88D6-EC5BAE28AEB2}.XSSocNet x64 Release|x86.Build.0 = XSSocNet x64 Release|x86
{7C2684DD-A055-4A7A-88D6-EC5BAE28AEB2}.XSSocNet x86 Release|Any CPU.ActiveCfg = XSSocNet x86 Release|Any CPU
{7C2684DD-A055-4A7A-88D6-EC5BAE28AEB2}.XSSocNet x86 Release|Any CPU.Build.0 = XSSocNet x86 Release|Any CPU
{7C2684DD-A055-4A7A-88D6-EC5BAE28AEB2}.XSSocNet x86 Release|x64.ActiveCfg = XSSocNet x86 Release|x64
{7C2684DD-A055-4A7A-88D6-EC5BAE28AEB2}.XSSocNet x86 Release|x64.Build.0 = XSSocNet x86 Release|x64
{7C2684DD-A055-4A7A-88D6-EC5BAE28AEB2}.XSSocNet x86 Release|x86.ActiveCfg = XSSocNet x86 Release|x86
{7C2684DD-A055-4A7A-88D6-EC5BAE28AEB2}.XSSocNet x86 Release|x86.Build.0 = XSSocNet x86 Release|x86
{10FA9325-1499-4D06-95FF-85B92E839769}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{10FA9325-1499-4D06-95FF-85B92E839769}.Debug|Any CPU.Build.0 = Debug|Any CPU
{10FA9325-1499-4D06-95FF-85B92E839769}.Debug|x64.ActiveCfg = Debug|Any CPU
{10FA9325-1499-4D06-95FF-85B92E839769}.Debug|x86.ActiveCfg = Debug|Any CPU
{10FA9325-1499-4D06-95FF-85B92E839769}.Release|Any CPU.ActiveCfg = Release|Any CPU
{10FA9325-1499-4D06-95FF-85B92E839769}.Release|Any CPU.Build.0 = Release|Any CPU
{10FA9325-1499-4D06-95FF-85B92E839769}.Release|x64.ActiveCfg = Release|Any CPU
{10FA9325-1499-4D06-95FF-85B92E839769}.Release|x86.ActiveCfg = Release|Any CPU
{10FA9325-1499-4D06-95FF-85B92E839769}.SQL|Any CPU.ActiveCfg = Release|Any CPU
{10FA9325-1499-4D06-95FF-85B92E839769}.SQL|Any CPU.Build.0 = Release|Any CPU
{10FA9325-1499-4D06-95FF-85B92E839769}.SQL|x64.ActiveCfg = Release|Any CPU
{10FA9325-1499-4D06-95FF-85B92E839769}.SQL|x86.ActiveCfg = Release|Any CPU
{10FA9325-1499-4D06-95FF-85B92E839769}.SQLBudubu|Any CPU.ActiveCfg = Release|Any CPU
{10FA9325-1499-4D06-95FF-85B92E839769}.SQLBudubu|Any CPU.Build.0 = Release|Any CPU
{10FA9325-1499-4D06-95FF-85B92E839769}.SQLBudubu|x64.ActiveCfg = Release|Any CPU
{10FA9325-1499-4D06-95FF-85B92E839769}.SQLBudubu|x86.ActiveCfg = Release|Any CPU
{10FA9325-1499-4D06-95FF-85B92E839769}.XSSocNet x64 Release|Any CPU.ActiveCfg = Release|Any CPU
{10FA9325-1499-4D06-95FF-85B92E839769}.XSSocNet x64 Release|Any CPU.Build.0 = Release|Any CPU
{10FA9325-1499-4D06-95FF-85B92E839769}.XSSocNet x64 Release|x64.ActiveCfg = Release|Any CPU
{10FA9325-1499-4D06-95FF-85B92E839769}.XSSocNet x64 Release|x86.ActiveCfg = Release|Any CPU
{10FA9325-1499-4D06-95FF-85B92E839769}.XSSocNet x86 Release|Any CPU.ActiveCfg = Release|Any CPU
{10FA9325-1499-4D06-95FF-85B92E839769}.XSSocNet x86 Release|Any CPU.Build.0 = Release|Any CPU
{10FA9325-1499-4D06-95FF-85B92E839769}.XSSocNet x86 Release|x64.ActiveCfg = Release|Any CPU
{10FA9325-1499-4D06-95FF-85B92E839769}.XSSocNet x86 Release|x86.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{10FA9325-1499-4D06-95FF-85B92E839769} = {C5BC7426-15E9-40B9-8CF3-391465177FDB}
EndGlobalSection
EndGlobal