~ubuntu-branches/ubuntu/raring/simutrans/raring-proposed

« back to all changes in this revision

Viewing changes to Nettool.vcproj

  • Committer: Package Import Robot
  • Author(s): Ansgar Burchardt
  • Date: 2011-11-03 19:59:02 UTC
  • mfrom: (1.2.7)
  • Revision ID: package-import@ubuntu.com-20111103195902-uopgwf488mfctb75
Tags: 111.0-1
* New upstream release.
* debian/rules: Update get-orig-source target for new upstream release.
* Use xz compression for source and binary packages.
* Use override_* targets to simplify debian/rules.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="Windows-1252"?>
 
2
<VisualStudioProject
 
3
        ProjectType="Visual C++"
 
4
        Version="8,00"
 
5
        Name="Nettool"
 
6
        ProjectGUID="{F6C54DC9-69F2-4897-87E9-2A4A9FB9F643}"
 
7
        RootNamespace="Simutrans"
 
8
        >
 
9
        <Platforms>
 
10
                <Platform
 
11
                        Name="Win32"
 
12
                />
 
13
        </Platforms>
 
14
        <ToolFiles>
 
15
        </ToolFiles>
 
16
        <Configurations>
 
17
                <Configuration
 
18
                        Name="Debug|Win32"
 
19
                        OutputDirectory="$(SolutionDir)$(ConfigurationName)-nettool"
 
20
                        IntermediateDirectory="$(ConfigurationName)-nettool"
 
21
                        ConfigurationType="1"
 
22
                        CharacterSet="1"
 
23
                        >
 
24
                        <Tool
 
25
                                Name="VCPreBuildEventTool"
 
26
                        />
 
27
                        <Tool
 
28
                                Name="VCCustomBuildTool"
 
29
                        />
 
30
                        <Tool
 
31
                                Name="VCXMLDataGeneratorTool"
 
32
                        />
 
33
                        <Tool
 
34
                                Name="VCWebServiceProxyGeneratorTool"
 
35
                        />
 
36
                        <Tool
 
37
                                Name="VCMIDLTool"
 
38
                        />
 
39
                        <Tool
 
40
                                Name="VCCLCompilerTool"
 
41
                                Optimization="0"
 
42
                                AdditionalIncludeDirectories=""
 
43
                                PreprocessorDefinitions="LITTLE_ENDIAN;DEBUG=3;NETTOOL"
 
44
                                MinimalRebuild="true"
 
45
                                BasicRuntimeChecks="3"
 
46
                                RuntimeLibrary="3"
 
47
                                WarningLevel="3"
 
48
                                DebugInformationFormat="3"
 
49
                                DisableSpecificWarnings="4200;4800;4311;4996;4396"
 
50
                        />
 
51
                        <Tool
 
52
                                Name="VCManagedResourceCompilerTool"
 
53
                        />
 
54
                        <Tool
 
55
                                Name="VCResourceCompilerTool"
 
56
                        />
 
57
                        <Tool
 
58
                                Name="VCPreLinkEventTool"
 
59
                        />
 
60
                        <Tool
 
61
                                Name="VCLinkerTool"
 
62
                                AdditionalDependencies="kernel32.lib user32.lib gdi32.lib winmm.lib Ws2_32.lib advapi32.lib wsock32.lib $(NOINHERIT)"
 
63
                                AdditionalLibraryDirectories=""
 
64
                                GenerateDebugInformation="true"
 
65
                                TargetMachine="1"
 
66
                        />
 
67
                        <Tool
 
68
                                Name="VCALinkTool"
 
69
                        />
 
70
                        <Tool
 
71
                                Name="VCManifestTool"
 
72
                        />
 
73
                        <Tool
 
74
                                Name="VCXDCMakeTool"
 
75
                        />
 
76
                        <Tool
 
77
                                Name="VCBscMakeTool"
 
78
                        />
 
79
                        <Tool
 
80
                                Name="VCFxCopTool"
 
81
                        />
 
82
                        <Tool
 
83
                                Name="VCAppVerifierTool"
 
84
                        />
 
85
                        <Tool
 
86
                                Name="VCPostBuildEventTool"
 
87
                        />
 
88
                </Configuration>
 
89
                <Configuration
 
90
                        Name="Release|Win32"
 
91
                        OutputDirectory="$(SolutionDir)$(ConfigurationName)"
 
92
                        IntermediateDirectory="$(ConfigurationName)"
 
93
                        ConfigurationType="1"
 
94
                        CharacterSet="1"
 
95
                        WholeProgramOptimization="1"
 
96
                        >
 
97
                        <Tool
 
98
                                Name="VCPreBuildEventTool"
 
99
                        />
 
100
                        <Tool
 
101
                                Name="VCCustomBuildTool"
 
102
                        />
 
103
                        <Tool
 
104
                                Name="VCXMLDataGeneratorTool"
 
105
                        />
 
106
                        <Tool
 
107
                                Name="VCWebServiceProxyGeneratorTool"
 
108
                        />
 
109
                        <Tool
 
110
                                Name="VCMIDLTool"
 
111
                        />
 
112
                        <Tool
 
113
                                Name="VCCLCompilerTool"
 
114
                                AdditionalIncludeDirectories="&quot;"
 
115
                                PreprocessorDefinitions="LITTLE_ENDIAN;DEBUG=3;NETTOOL"
 
116
                                RuntimeLibrary="2"
 
117
                                WarningLevel="3"
 
118
                                DebugInformationFormat="3"
 
119
                                DisableSpecificWarnings="4200;4800;4311;4996"
 
120
                        />
 
121
                        <Tool
 
122
                                Name="VCManagedResourceCompilerTool"
 
123
                        />
 
124
                        <Tool
 
125
                                Name="VCResourceCompilerTool"
 
126
                        />
 
127
                        <Tool
 
128
                                Name="VCPreLinkEventTool"
 
129
                        />
 
130
                        <Tool
 
131
                                Name="VCLinkerTool"
 
132
                                AdditionalDependencies="kernel32.lib user32.lib gdi32.lib winmm.lib advapi32.lib wsock32.lib $(NOINHERIT)"
 
133
                                AdditionalLibraryDirectories="&quot;"
 
134
                                GenerateDebugInformation="true"
 
135
                                OptimizeReferences="2"
 
136
                                TargetMachine="1"
 
137
                        />
 
138
                        <Tool
 
139
                                Name="VCALinkTool"
 
140
                        />
 
141
                        <Tool
 
142
                                Name="VCManifestTool"
 
143
                        />
 
144
                        <Tool
 
145
                                Name="VCXDCMakeTool"
 
146
                        />
 
147
                        <Tool
 
148
                                Name="VCBscMakeTool"
 
149
                        />
 
150
                        <Tool
 
151
                                Name="VCFxCopTool"
 
152
                        />
 
153
                        <Tool
 
154
                                Name="VCAppVerifierTool"
 
155
                        />
 
156
                        <Tool
 
157
                                Name="VCPostBuildEventTool"
 
158
                        />
 
159
                </Configuration>
 
160
        </Configurations>
 
161
        <References>
 
162
        </References>
 
163
        <Files>
 
164
                <Filter
 
165
                        Name="Source Files"
 
166
                        Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
 
167
                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
 
168
                        >
 
169
                        <File
 
170
                                RelativePath=".\dataobj\freelist.cc"
 
171
                                >
 
172
                        </File>
 
173
                        <File
 
174
                                RelativePath=".\utils\fetchopt.cc"
 
175
                                >
 
176
                        </File>
 
177
                        <File
 
178
                                RelativePath=".\utils\log.cc"
 
179
                                >
 
180
                        </File>
 
181
                        <File
 
182
                                RelativePath=".\utils\memory_rw.cc"
 
183
                                >
 
184
                        </File>
 
185
                        <File
 
186
                                RelativePath=".\nettools\nettool.cc"
 
187
                                >
 
188
                        </File>
 
189
                        <File
 
190
                                RelativePath=".\dataobj\network.cc"
 
191
                                >
 
192
                        </File>
 
193
                        <File
 
194
                                RelativePath=".\dataobj\network_address.cc"
 
195
                                >
 
196
                        </File>
 
197
                        <File
 
198
                                RelativePath=".\dataobj\network_cmd.cc"
 
199
                                >
 
200
                        </File>
 
201
                        <File
 
202
                                RelativePath=".\dataobj\network_file_transfer.cc"
 
203
                                >
 
204
                        </File>
 
205
                        <File
 
206
                                RelativePath=".\dataobj\network_packet.cc"
 
207
                                >
 
208
                        </File>
 
209
                        <File
 
210
                                RelativePath=".\dataobj\network_socket_list.cc"
 
211
                                >
 
212
                        </File>
 
213
                        <File
 
214
                                RelativePath=".\simdebug.cc"
 
215
                                >
 
216
                        </File>
 
217
                        <File
 
218
                                RelativePath=".\simmem.cc"
 
219
                                >
 
220
                        </File>
 
221
                        <File
 
222
                                RelativePath=".\utils\simstring.cc"
 
223
                                >
 
224
                        </File>
 
225
                </Filter>
 
226
                <Filter
 
227
                        Name="Header Files"
 
228
                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
 
229
                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
 
230
                        >
 
231
                        <File
 
232
                                RelativePath=".\dataobj\freelist.h"
 
233
                                >
 
234
                        </File>
 
235
                        <File
 
236
                                RelativePath=".\utils\fetchopt.h"
 
237
                                >
 
238
                        </File>
 
239
                        <File
 
240
                                RelativePath=".\utils\log.h"
 
241
                                >
 
242
                        </File>
 
243
                        <File
 
244
                                RelativePath=".\utils\memory_rw.h"
 
245
                                >
 
246
                        </File>
 
247
                        <File
 
248
                                RelativePath=".\nettools\nettool.h"
 
249
                                >
 
250
                        </File>
 
251
                        <File
 
252
                                RelativePath=".\dataobj\network.h"
 
253
                                >
 
254
                        </File>
 
255
                        <File
 
256
                                RelativePath=".\dataobj\network_address.h"
 
257
                                >
 
258
                        </File>
 
259
                        <File
 
260
                                RelativePath=".\dataobj\network_cmd.h"
 
261
                                >
 
262
                        </File>
 
263
                        <File
 
264
                                RelativePath=".\dataobj\network_file_transfer.h"
 
265
                                >
 
266
                        </File>
 
267
                        <File
 
268
                                RelativePath=".\dataobj\network_packet.h"
 
269
                                >
 
270
                        </File>
 
271
                        <File
 
272
                                RelativePath=".\dataobj\network_socket_list.h"
 
273
                                >
 
274
                        </File>
 
275
                        <File
 
276
                                RelativePath=".\simdebug.h"
 
277
                                >
 
278
                        </File>
 
279
                        <File
 
280
                                RelativePath=".\simmem.h"
 
281
                                >
 
282
                        </File>
 
283
                        <File
 
284
                                RelativePath=".\utils\simstring.h"
 
285
                                >
 
286
                        </File>
 
287
                </Filter>
 
288
                <Filter
 
289
                        Name="Resource Files"
 
290
                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
 
291
                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
 
292
                        >
 
293
                </Filter>
 
294
        </Files>
 
295
        <Globals>
 
296
        </Globals>
 
297
</VisualStudioProject>