~ubuntu-branches/debian/sid/filezilla/sid

« back to all changes in this revision

Viewing changes to src/engine/engine.vcproj

  • Committer: Bazaar Package Importer
  • Author(s): Adam Cécile (Le_Vert)
  • Date: 2008-07-05 21:00:24 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080705210024-mvzp21zlyheschi6
Tags: 3.0.11.1-1
* wxWidgets 2.8 just entered unstable ! Upload to unstable.
* New upstream release.
* Bump Standards-Version to 3.8.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
                                PreprocessorDefinitions="WIN32;_DEBUG;_LIB;ENGINE"
25
25
                                MinimalRebuild="TRUE"
26
26
                                BasicRuntimeChecks="3"
27
 
                                RuntimeLibrary="1"
 
27
                                RuntimeLibrary="3"
28
28
                                BufferSecurityCheck="TRUE"
29
29
                                UsePrecompiledHeader="2"
30
30
                                PrecompiledHeaderThrough="FileZilla.h"
187
187
                        <Tool
188
188
                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
189
189
                </Configuration>
 
190
                <Configuration
 
191
                        Name="Universal|Win32"
 
192
                        OutputDirectory="$(ConfigurationName)"
 
193
                        IntermediateDirectory="$(ConfigurationName)"
 
194
                        ConfigurationType="4"
 
195
                        CharacterSet="2">
 
196
                        <Tool
 
197
                                Name="VCCLCompilerTool"
 
198
                                Optimization="0"
 
199
                                AdditionalIncludeDirectories="../include/"
 
200
                                PreprocessorDefinitions="WIN32;_DEBUG;_LIB;ENGINE"
 
201
                                MinimalRebuild="TRUE"
 
202
                                BasicRuntimeChecks="3"
 
203
                                RuntimeLibrary="1"
 
204
                                BufferSecurityCheck="TRUE"
 
205
                                UsePrecompiledHeader="2"
 
206
                                PrecompiledHeaderThrough="FileZilla.h"
 
207
                                WarningLevel="3"
 
208
                                Detect64BitPortabilityProblems="FALSE"
 
209
                                DebugInformationFormat="4"/>
 
210
                        <Tool
 
211
                                Name="VCCustomBuildTool"/>
 
212
                        <Tool
 
213
                                Name="VCLibrarianTool"
 
214
                                OutputFile="../lib/engine_debug.lib"/>
 
215
                        <Tool
 
216
                                Name="VCMIDLTool"/>
 
217
                        <Tool
 
218
                                Name="VCPostBuildEventTool"/>
 
219
                        <Tool
 
220
                                Name="VCPreBuildEventTool"/>
 
221
                        <Tool
 
222
                                Name="VCPreLinkEventTool"/>
 
223
                        <Tool
 
224
                                Name="VCResourceCompilerTool"/>
 
225
                        <Tool
 
226
                                Name="VCWebServiceProxyGeneratorTool"/>
 
227
                        <Tool
 
228
                                Name="VCXMLDataGeneratorTool"/>
 
229
                        <Tool
 
230
                                Name="VCManagedWrapperGeneratorTool"/>
 
231
                        <Tool
 
232
                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
 
233
                </Configuration>
 
234
                <Configuration
 
235
                        Name="Debug Universal|Win32"
 
236
                        OutputDirectory="$(ConfigurationName)"
 
237
                        IntermediateDirectory="$(ConfigurationName)"
 
238
                        ConfigurationType="4"
 
239
                        CharacterSet="2">
 
240
                        <Tool
 
241
                                Name="VCCLCompilerTool"
 
242
                                Optimization="0"
 
243
                                AdditionalIncludeDirectories="../include/"
 
244
                                PreprocessorDefinitions="WIN32;_DEBUG;_LIB;ENGINE"
 
245
                                MinimalRebuild="TRUE"
 
246
                                BasicRuntimeChecks="3"
 
247
                                RuntimeLibrary="1"
 
248
                                BufferSecurityCheck="TRUE"
 
249
                                UsePrecompiledHeader="2"
 
250
                                PrecompiledHeaderThrough="FileZilla.h"
 
251
                                WarningLevel="3"
 
252
                                Detect64BitPortabilityProblems="FALSE"
 
253
                                DebugInformationFormat="4"/>
 
254
                        <Tool
 
255
                                Name="VCCustomBuildTool"/>
 
256
                        <Tool
 
257
                                Name="VCLibrarianTool"
 
258
                                OutputFile="../lib/engine_debug.lib"/>
 
259
                        <Tool
 
260
                                Name="VCMIDLTool"/>
 
261
                        <Tool
 
262
                                Name="VCPostBuildEventTool"/>
 
263
                        <Tool
 
264
                                Name="VCPreBuildEventTool"/>
 
265
                        <Tool
 
266
                                Name="VCPreLinkEventTool"/>
 
267
                        <Tool
 
268
                                Name="VCResourceCompilerTool"/>
 
269
                        <Tool
 
270
                                Name="VCWebServiceProxyGeneratorTool"/>
 
271
                        <Tool
 
272
                                Name="VCXMLDataGeneratorTool"/>
 
273
                        <Tool
 
274
                                Name="VCManagedWrapperGeneratorTool"/>
 
275
                        <Tool
 
276
                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
 
277
                </Configuration>
190
278
        </Configurations>
191
279
        <References>
192
280
        </References>
199
287
                                RelativePath=".\asynchostresolver.cpp">
200
288
                        </File>
201
289
                        <File
 
290
                                RelativePath=".\backend.cpp">
 
291
                        </File>
 
292
                        <File
202
293
                                RelativePath=".\commands.cpp">
203
294
                        </File>
204
295
                        <File
232
323
                                RelativePath=".\iothread.cpp">
233
324
                        </File>
234
325
                        <File
 
326
                                RelativePath=".\local_filesys.cpp">
 
327
                        </File>
 
328
                        <File
235
329
                                RelativePath=".\logging.cpp">
236
330
                        </File>
237
331
                        <File
241
335
                                RelativePath=".\notification.cpp">
242
336
                        </File>
243
337
                        <File
 
338
                                RelativePath=".\pathcache.cpp">
 
339
                        </File>
 
340
                        <File
 
341
                                RelativePath=".\ratelimiter.cpp">
 
342
                        </File>
 
343
                        <File
244
344
                                RelativePath=".\server.cpp">
245
345
                        </File>
246
346
                        <File
259
359
                                RelativePath=".\timeex.cpp">
260
360
                        </File>
261
361
                        <File
 
362
                                RelativePath=".\tlssocket.cpp">
 
363
                        </File>
 
364
                        <File
262
365
                                RelativePath=".\transfersocket.cpp">
263
366
                        </File>
264
367
                </Filter>
270
373
                                RelativePath="..\include\asynchostresolver.h">
271
374
                        </File>
272
375
                        <File
 
376
                                RelativePath=".\backend.h">
 
377
                        </File>
 
378
                        <File
273
379
                                RelativePath="..\include\commands.h">
274
380
                        </File>
275
381
                        <File
312
418
                                RelativePath=".\iothread.h">
313
419
                        </File>
314
420
                        <File
 
421
                                RelativePath="..\include\local_filesys.h">
 
422
                        </File>
 
423
                        <File
315
424
                                RelativePath="..\include\logging.h">
316
425
                        </File>
317
426
                        <File
327
436
                                RelativePath="..\include\optionsbase.h">
328
437
                        </File>
329
438
                        <File
 
439
                                RelativePath=".\pathcache.h">
 
440
                        </File>
 
441
                        <File
 
442
                                RelativePath=".\ratelimiter.h">
 
443
                        </File>
 
444
                        <File
330
445
                                RelativePath="..\include\Server.h">
331
446
                        </File>
332
447
                        <File
345
460
                                RelativePath="..\include\timeex.h">
346
461
                        </File>
347
462
                        <File
 
463
                                RelativePath=".\tlssocket.h">
 
464
                        </File>
 
465
                        <File
348
466
                                RelativePath=".\transfersocket.h">
349
467
                        </File>
350
468
                </Filter>