forked from jamespetts/simutrans-extended
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSimutrans-Extended.sln
147 lines (147 loc) · 11.2 KB
/
Simutrans-Extended.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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Simutrans-Extended", "Simutrans-Extended.vcxproj", "{0621B295-BEB7-4767-82F1-F27995610323}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug (graphical server)|Win32 = Debug (graphical server)|Win32
Debug (graphical server)|x64 = Debug (graphical server)|x64
Debug (no randomness)|Win32 = Debug (no randomness)|Win32
Debug (no randomness)|x64 = Debug (no randomness)|x64
Debug (non-graphical server)|Win32 = Debug (non-graphical server)|Win32
Debug (non-graphical server)|x64 = Debug (non-graphical server)|x64
Debug (open GL)|Win32 = Debug (open GL)|Win32
Debug (open GL)|x64 = Debug (open GL)|x64
Debug (SDL 2)|Win32 = Debug (SDL 2)|Win32
Debug (SDL 2)|x64 = Debug (SDL 2)|x64
Debug (SDL)|Win32 = Debug (SDL)|Win32
Debug (SDL)|x64 = Debug (SDL)|x64
Debug (single threaded new)|Win32 = Debug (single threaded new)|Win32
Debug (single threaded new)|x64 = Debug (single threaded new)|x64
Debug (single threaded)|Win32 = Debug (single threaded)|Win32
Debug (single threaded)|x64 = Debug (single threaded)|x64
Debug SDL|Win32 = Debug SDL|Win32
Debug SDL|x64 = Debug SDL|x64
Debug|Win32 = Debug|Win32
Debug|x64 = Debug|x64
Debug-64|Win32 = Debug-64|Win32
Debug-64|x64 = Debug-64|x64
Dr. Memory|Win32 = Dr. Memory|Win32
Dr. Memory|x64 = Dr. Memory|x64
Optimised debug|Win32 = Optimised debug|Win32
Optimised debug|x64 = Optimised debug|x64
Release (command-line server)|Win32 = Release (command-line server)|Win32
Release (command-line server)|x64 = Release (command-line server)|x64
Release (IP v. 4 only)|Win32 = Release (IP v. 4 only)|Win32
Release (IP v. 4 only)|x64 = Release (IP v. 4 only)|x64
Release (large address)|Win32 = Release (large address)|Win32
Release (large address)|x64 = Release (large address)|x64
Release (open GL 2)|Win32 = Release (open GL 2)|Win32
Release (open GL 2)|x64 = Release (open GL 2)|x64
Release (open GL)|Win32 = Release (open GL)|Win32
Release (open GL)|x64 = Release (open GL)|x64
Release (SDL)|Win32 = Release (SDL)|Win32
Release (SDL)|x64 = Release (SDL)|x64
Release (single threaded)|Win32 = Release (single threaded)|Win32
Release (single threaded)|x64 = Release (single threaded)|x64
Release SDL|Win32 = Release SDL|Win32
Release SDL|x64 = Release SDL|x64
Release|Win32 = Release|Win32
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0621B295-BEB7-4767-82F1-F27995610323}.Debug (graphical server)|Win32.ActiveCfg = Debug (graphical server)|Win32
{0621B295-BEB7-4767-82F1-F27995610323}.Debug (graphical server)|Win32.Build.0 = Debug (graphical server)|Win32
{0621B295-BEB7-4767-82F1-F27995610323}.Debug (graphical server)|x64.ActiveCfg = Debug (graphical server)|x64
{0621B295-BEB7-4767-82F1-F27995610323}.Debug (graphical server)|x64.Build.0 = Debug (graphical server)|x64
{0621B295-BEB7-4767-82F1-F27995610323}.Debug (no randomness)|Win32.ActiveCfg = Debug (no randomness)|Win32
{0621B295-BEB7-4767-82F1-F27995610323}.Debug (no randomness)|Win32.Build.0 = Debug (no randomness)|Win32
{0621B295-BEB7-4767-82F1-F27995610323}.Debug (no randomness)|x64.ActiveCfg = Debug (no randomness)|x64
{0621B295-BEB7-4767-82F1-F27995610323}.Debug (no randomness)|x64.Build.0 = Debug (no randomness)|x64
{0621B295-BEB7-4767-82F1-F27995610323}.Debug (non-graphical server)|Win32.ActiveCfg = Debug (non-graphical server)|Win32
{0621B295-BEB7-4767-82F1-F27995610323}.Debug (non-graphical server)|Win32.Build.0 = Debug (non-graphical server)|Win32
{0621B295-BEB7-4767-82F1-F27995610323}.Debug (non-graphical server)|x64.ActiveCfg = Debug (non-graphical server)|x64
{0621B295-BEB7-4767-82F1-F27995610323}.Debug (non-graphical server)|x64.Build.0 = Debug (non-graphical server)|x64
{0621B295-BEB7-4767-82F1-F27995610323}.Debug (open GL)|Win32.ActiveCfg = Debug (open GL)|Win32
{0621B295-BEB7-4767-82F1-F27995610323}.Debug (open GL)|Win32.Build.0 = Debug (open GL)|Win32
{0621B295-BEB7-4767-82F1-F27995610323}.Debug (open GL)|x64.ActiveCfg = Debug (open GL)|x64
{0621B295-BEB7-4767-82F1-F27995610323}.Debug (open GL)|x64.Build.0 = Debug (open GL)|x64
{0621B295-BEB7-4767-82F1-F27995610323}.Debug (SDL 2)|Win32.ActiveCfg = Debug (SDL 2)|Win32
{0621B295-BEB7-4767-82F1-F27995610323}.Debug (SDL 2)|Win32.Build.0 = Debug (SDL 2)|Win32
{0621B295-BEB7-4767-82F1-F27995610323}.Debug (SDL 2)|x64.ActiveCfg = Debug (SDL 2)|x64
{0621B295-BEB7-4767-82F1-F27995610323}.Debug (SDL 2)|x64.Build.0 = Debug (SDL 2)|x64
{0621B295-BEB7-4767-82F1-F27995610323}.Debug (SDL)|Win32.ActiveCfg = Debug (SDL)|Win32
{0621B295-BEB7-4767-82F1-F27995610323}.Debug (SDL)|Win32.Build.0 = Debug (SDL)|Win32
{0621B295-BEB7-4767-82F1-F27995610323}.Debug (SDL)|x64.ActiveCfg = Debug (SDL)|x64
{0621B295-BEB7-4767-82F1-F27995610323}.Debug (SDL)|x64.Build.0 = Debug (SDL)|x64
{0621B295-BEB7-4767-82F1-F27995610323}.Debug (single threaded new)|Win32.ActiveCfg = Debug (single threaded new)|Win32
{0621B295-BEB7-4767-82F1-F27995610323}.Debug (single threaded new)|Win32.Build.0 = Debug (single threaded new)|Win32
{0621B295-BEB7-4767-82F1-F27995610323}.Debug (single threaded new)|x64.ActiveCfg = Debug (single threaded new)|x64
{0621B295-BEB7-4767-82F1-F27995610323}.Debug (single threaded new)|x64.Build.0 = Debug (single threaded new)|x64
{0621B295-BEB7-4767-82F1-F27995610323}.Debug (single threaded)|Win32.ActiveCfg = Debug (single threaded old)|Win32
{0621B295-BEB7-4767-82F1-F27995610323}.Debug (single threaded)|Win32.Build.0 = Debug (single threaded old)|Win32
{0621B295-BEB7-4767-82F1-F27995610323}.Debug (single threaded)|x64.ActiveCfg = Debug (single threaded new)|x64
{0621B295-BEB7-4767-82F1-F27995610323}.Debug (single threaded)|x64.Build.0 = Debug (single threaded new)|x64
{0621B295-BEB7-4767-82F1-F27995610323}.Debug SDL|Win32.ActiveCfg = Debug (SDL)|Win32
{0621B295-BEB7-4767-82F1-F27995610323}.Debug SDL|Win32.Build.0 = Debug (SDL)|Win32
{0621B295-BEB7-4767-82F1-F27995610323}.Debug SDL|x64.ActiveCfg = Debug (command-line server)|x64
{0621B295-BEB7-4767-82F1-F27995610323}.Debug SDL|x64.Build.0 = Debug (command-line server)|x64
{0621B295-BEB7-4767-82F1-F27995610323}.Debug|Win32.ActiveCfg = Debug|Win32
{0621B295-BEB7-4767-82F1-F27995610323}.Debug|Win32.Build.0 = Debug|Win32
{0621B295-BEB7-4767-82F1-F27995610323}.Debug|x64.ActiveCfg = Debug|x64
{0621B295-BEB7-4767-82F1-F27995610323}.Debug|x64.Build.0 = Debug|x64
{0621B295-BEB7-4767-82F1-F27995610323}.Debug-64|Win32.ActiveCfg = Debug-64|x64
{0621B295-BEB7-4767-82F1-F27995610323}.Debug-64|Win32.Build.0 = Debug-64|x64
{0621B295-BEB7-4767-82F1-F27995610323}.Debug-64|x64.ActiveCfg = Debug-64|x64
{0621B295-BEB7-4767-82F1-F27995610323}.Debug-64|x64.Build.0 = Debug-64|x64
{0621B295-BEB7-4767-82F1-F27995610323}.Dr. Memory|Win32.ActiveCfg = Dr. Memory|Win32
{0621B295-BEB7-4767-82F1-F27995610323}.Dr. Memory|Win32.Build.0 = Dr. Memory|Win32
{0621B295-BEB7-4767-82F1-F27995610323}.Dr. Memory|x64.ActiveCfg = Dr. Memory|x64
{0621B295-BEB7-4767-82F1-F27995610323}.Dr. Memory|x64.Build.0 = Dr. Memory|x64
{0621B295-BEB7-4767-82F1-F27995610323}.Optimised debug|Win32.ActiveCfg = Optimised debug|Win32
{0621B295-BEB7-4767-82F1-F27995610323}.Optimised debug|Win32.Build.0 = Optimised debug|Win32
{0621B295-BEB7-4767-82F1-F27995610323}.Optimised debug|x64.ActiveCfg = Optimised debug|x64
{0621B295-BEB7-4767-82F1-F27995610323}.Optimised debug|x64.Build.0 = Optimised debug|x64
{0621B295-BEB7-4767-82F1-F27995610323}.Release (command-line server)|Win32.ActiveCfg = Release (command-line server)|Win32
{0621B295-BEB7-4767-82F1-F27995610323}.Release (command-line server)|Win32.Build.0 = Release (command-line server)|Win32
{0621B295-BEB7-4767-82F1-F27995610323}.Release (command-line server)|x64.ActiveCfg = Release (command-line server)|x64
{0621B295-BEB7-4767-82F1-F27995610323}.Release (command-line server)|x64.Build.0 = Release (command-line server)|x64
{0621B295-BEB7-4767-82F1-F27995610323}.Release (IP v. 4 only)|Win32.ActiveCfg = Release (IP v. 4 only)|Win32
{0621B295-BEB7-4767-82F1-F27995610323}.Release (IP v. 4 only)|Win32.Build.0 = Release (IP v. 4 only)|Win32
{0621B295-BEB7-4767-82F1-F27995610323}.Release (IP v. 4 only)|x64.ActiveCfg = Release (IP v. 4 only)|x64
{0621B295-BEB7-4767-82F1-F27995610323}.Release (IP v. 4 only)|x64.Build.0 = Release (IP v. 4 only)|x64
{0621B295-BEB7-4767-82F1-F27995610323}.Release (large address)|Win32.ActiveCfg = Release (single threaded)|Win32
{0621B295-BEB7-4767-82F1-F27995610323}.Release (large address)|Win32.Build.0 = Release (single threaded)|Win32
{0621B295-BEB7-4767-82F1-F27995610323}.Release (large address)|x64.ActiveCfg = Release (single threaded)|x64
{0621B295-BEB7-4767-82F1-F27995610323}.Release (large address)|x64.Build.0 = Release (single threaded)|x64
{0621B295-BEB7-4767-82F1-F27995610323}.Release (open GL 2)|Win32.ActiveCfg = Release (open GL 2)|Win32
{0621B295-BEB7-4767-82F1-F27995610323}.Release (open GL 2)|Win32.Build.0 = Release (open GL 2)|Win32
{0621B295-BEB7-4767-82F1-F27995610323}.Release (open GL 2)|x64.ActiveCfg = Release (open GL 2)|x64
{0621B295-BEB7-4767-82F1-F27995610323}.Release (open GL 2)|x64.Build.0 = Release (open GL 2)|x64
{0621B295-BEB7-4767-82F1-F27995610323}.Release (open GL)|Win32.ActiveCfg = Release (open GL)|Win32
{0621B295-BEB7-4767-82F1-F27995610323}.Release (open GL)|Win32.Build.0 = Release (open GL)|Win32
{0621B295-BEB7-4767-82F1-F27995610323}.Release (open GL)|x64.ActiveCfg = Release (open GL)|x64
{0621B295-BEB7-4767-82F1-F27995610323}.Release (open GL)|x64.Build.0 = Release (open GL)|x64
{0621B295-BEB7-4767-82F1-F27995610323}.Release (SDL)|Win32.ActiveCfg = Release (SDL)|Win32
{0621B295-BEB7-4767-82F1-F27995610323}.Release (SDL)|Win32.Build.0 = Release (SDL)|Win32
{0621B295-BEB7-4767-82F1-F27995610323}.Release (SDL)|x64.ActiveCfg = Release (SDL)|x64
{0621B295-BEB7-4767-82F1-F27995610323}.Release (SDL)|x64.Build.0 = Release (SDL)|x64
{0621B295-BEB7-4767-82F1-F27995610323}.Release (single threaded)|Win32.ActiveCfg = Release (single threaded)|Win32
{0621B295-BEB7-4767-82F1-F27995610323}.Release (single threaded)|Win32.Build.0 = Release (single threaded)|Win32
{0621B295-BEB7-4767-82F1-F27995610323}.Release (single threaded)|x64.ActiveCfg = Release (single threaded)|x64
{0621B295-BEB7-4767-82F1-F27995610323}.Release (single threaded)|x64.Build.0 = Release (single threaded)|x64
{0621B295-BEB7-4767-82F1-F27995610323}.Release SDL|Win32.ActiveCfg = Release (SDL)|Win32
{0621B295-BEB7-4767-82F1-F27995610323}.Release SDL|Win32.Build.0 = Release (SDL)|Win32
{0621B295-BEB7-4767-82F1-F27995610323}.Release SDL|x64.ActiveCfg = Release (single threaded)|x64
{0621B295-BEB7-4767-82F1-F27995610323}.Release SDL|x64.Build.0 = Release (single threaded)|x64
{0621B295-BEB7-4767-82F1-F27995610323}.Release|Win32.ActiveCfg = Release|Win32
{0621B295-BEB7-4767-82F1-F27995610323}.Release|Win32.Build.0 = Release|Win32
{0621B295-BEB7-4767-82F1-F27995610323}.Release|x64.ActiveCfg = Release|x64
{0621B295-BEB7-4767-82F1-F27995610323}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal