~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to win32/libdrizzle.vcproj

  • Committer: Brian Aker
  • Date: 2011-02-13 22:15:19 UTC
  • mfrom: (2165.1.6 drizzle-staging)
  • Revision ID: brian@tangent.org-20110213221519-7a1zyzo0vfpw9jbm
Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="UTF-8"?>
2
 
<VisualStudioProject
3
 
        ProjectType="Visual C++"
4
 
        Version="8.00"
5
 
        Name="libdrizzle"
6
 
        ProjectGUID="{786CDCC5-9B40-4927-B8B3-DC484E138EE9}"
7
 
        RootNamespace="libdrizzle"
8
 
        Keyword="Win32Proj"
9
 
        >
10
 
        <Platforms>
11
 
                <Platform
12
 
                        Name="Win32"
13
 
                />
14
 
        </Platforms>
15
 
        <ToolFiles>
16
 
        </ToolFiles>
17
 
        <Configurations>
18
 
                <Configuration
19
 
                        Name="Debug|Win32"
20
 
                        OutputDirectory="Debug"
21
 
                        IntermediateDirectory="Debug"
22
 
                        ConfigurationType="2"
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="&quot;$(ProjectDir)\windows&quot;;&quot;$(ProjectDir)&quot;;&quot;$(ProjectDir)\..&quot;"
43
 
                                PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;LIBDRIZZLE_EXPORTS;"
44
 
                                MinimalRebuild="true"
45
 
                                BasicRuntimeChecks="3"
46
 
                                RuntimeLibrary="3"
47
 
                                UsePrecompiledHeader="0"
48
 
                                WarningLevel="3"
49
 
                                Detect64BitPortabilityProblems="true"
50
 
                                DebugInformationFormat="4"
51
 
                                CompileAs="1"
52
 
                        />
53
 
                        <Tool
54
 
                                Name="VCManagedResourceCompilerTool"
55
 
                        />
56
 
                        <Tool
57
 
                                Name="VCResourceCompilerTool"
58
 
                        />
59
 
                        <Tool
60
 
                                Name="VCPreLinkEventTool"
61
 
                        />
62
 
                        <Tool
63
 
                                Name="VCLinkerTool"
64
 
                                AdditionalDependencies="wsock32.lib Ws2_32.lib"
65
 
                                LinkIncremental="2"
66
 
                                GenerateDebugInformation="true"
67
 
                                SubSystem="2"
68
 
                                TargetMachine="1"
69
 
                        />
70
 
                        <Tool
71
 
                                Name="VCALinkTool"
72
 
                        />
73
 
                        <Tool
74
 
                                Name="VCManifestTool"
75
 
                        />
76
 
                        <Tool
77
 
                                Name="VCXDCMakeTool"
78
 
                        />
79
 
                        <Tool
80
 
                                Name="VCBscMakeTool"
81
 
                        />
82
 
                        <Tool
83
 
                                Name="VCFxCopTool"
84
 
                        />
85
 
                        <Tool
86
 
                                Name="VCAppVerifierTool"
87
 
                        />
88
 
                        <Tool
89
 
                                Name="VCWebDeploymentTool"
90
 
                        />
91
 
                        <Tool
92
 
                                Name="VCPostBuildEventTool"
93
 
                        />
94
 
                </Configuration>
95
 
                <Configuration
96
 
                        Name="Release|Win32"
97
 
                        OutputDirectory="Release"
98
 
                        IntermediateDirectory="Release"
99
 
                        ConfigurationType="2"
100
 
                        >
101
 
                        <Tool
102
 
                                Name="VCPreBuildEventTool"
103
 
                        />
104
 
                        <Tool
105
 
                                Name="VCCustomBuildTool"
106
 
                        />
107
 
                        <Tool
108
 
                                Name="VCXMLDataGeneratorTool"
109
 
                        />
110
 
                        <Tool
111
 
                                Name="VCWebServiceProxyGeneratorTool"
112
 
                        />
113
 
                        <Tool
114
 
                                Name="VCMIDLTool"
115
 
                        />
116
 
                        <Tool
117
 
                                Name="VCCLCompilerTool"
118
 
                                AdditionalIncludeDirectories="&quot;J:\Documents
119
 
                                and Settings\monty\My Documents\libdrizzle\autoconf-cleanup\win32\windows&quot;;&quot;J:\Documents and Settings\monty\My Documents\libdrizzle\autoconf-cleanup\win32&quot;;&quot;J:\Documents and Settings\monty\My Documents\libdrizzle\autoconf-cleanup&quot;"
120
 
                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBDRIZZLE_EXPORTS;"
121
 
                                RuntimeLibrary="2"
122
 
                                UsePrecompiledHeader="0"
123
 
                                WarningLevel="3"
124
 
                                Detect64BitPortabilityProblems="true"
125
 
                                DebugInformationFormat="3"
126
 
                        />
127
 
                        <Tool
128
 
                                Name="VCManagedResourceCompilerTool"
129
 
                        />
130
 
                        <Tool
131
 
                                Name="VCResourceCompilerTool"
132
 
                        />
133
 
                        <Tool
134
 
                                Name="VCPreLinkEventTool"
135
 
                        />
136
 
                        <Tool
137
 
                                Name="VCLinkerTool"
138
 
                                AdditionalDependencies="wsock32.lib Ws2_32.lib"
139
 
                                LinkIncremental="2"
140
 
                                GenerateDebugInformation="true"
141
 
                                SubSystem="2"
142
 
                                OptimizeReferences="2"
143
 
                                EnableCOMDATFolding="2"
144
 
                                TargetMachine="1"
145
 
                        />
146
 
                        <Tool
147
 
                                Name="VCALinkTool"
148
 
                        />
149
 
                        <Tool
150
 
                                Name="VCManifestTool"
151
 
                        />
152
 
                        <Tool
153
 
                                Name="VCXDCMakeTool"
154
 
                        />
155
 
                        <Tool
156
 
                                Name="VCBscMakeTool"
157
 
                        />
158
 
                        <Tool
159
 
                                Name="VCFxCopTool"
160
 
                        />
161
 
                        <Tool
162
 
                                Name="VCAppVerifierTool"
163
 
                        />
164
 
                        <Tool
165
 
                                Name="VCWebDeploymentTool"
166
 
                        />
167
 
                        <Tool
168
 
                                Name="VCPostBuildEventTool"
169
 
                        />
170
 
                </Configuration>
171
 
        </Configurations>
172
 
        <References>
173
 
        </References>
174
 
        <Files>
175
 
                <Filter
176
 
                        Name="Header Files"
177
 
                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
178
 
                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
179
 
                        >
180
 
                        <File
181
 
                                RelativePath="..\win32\alloca.h"
182
 
                                >
183
 
                        </File>
184
 
                        <File
185
 
                                RelativePath="..\libdrizzle\column.h"
186
 
                                >
187
 
                        </File>
188
 
                        <File
189
 
                                RelativePath="..\libdrizzle\column_client.h"
190
 
                                >
191
 
                        </File>
192
 
                        <File
193
 
                                RelativePath="..\libdrizzle\column_server.h"
194
 
                                >
195
 
                        </File>
196
 
                        <File
197
 
                                RelativePath="..\libdrizzle\command_client.h"
198
 
                                >
199
 
                        </File>
200
 
                        <File
201
 
                                RelativePath="..\libdrizzle\command_server.h"
202
 
                                >
203
 
                        </File>
204
 
                        <File
205
 
                                RelativePath="..\libdrizzle\common.h"
206
 
                                >
207
 
                        </File>
208
 
                        <File
209
 
                                RelativePath="..\win32\config.h"
210
 
                                >
211
 
                        </File>
212
 
                        <File
213
 
                                RelativePath="..\libdrizzle\conn.h"
214
 
                                >
215
 
                        </File>
216
 
                        <File
217
 
                                RelativePath="..\libdrizzle\conn_client.h"
218
 
                                >
219
 
                        </File>
220
 
                        <File
221
 
                                RelativePath="..\libdrizzle\conn_local.h"
222
 
                                >
223
 
                        </File>
224
 
                        <File
225
 
                                RelativePath="..\libdrizzle\conn_server.h"
226
 
                                >
227
 
                        </File>
228
 
                        <File
229
 
                                RelativePath="..\libdrizzle\constants.h"
230
 
                                >
231
 
                        </File>
232
 
                        <File
233
 
                                RelativePath="..\libdrizzle\drizzle.h"
234
 
                                >
235
 
                        </File>
236
 
                        <File
237
 
                                RelativePath="..\libdrizzle\drizzle_client.h"
238
 
                                >
239
 
                        </File>
240
 
                        <File
241
 
                                RelativePath="..\libdrizzle\drizzle_local.h"
242
 
                                >
243
 
                        </File>
244
 
                        <File
245
 
                                RelativePath="..\libdrizzle\drizzle_server.h"
246
 
                                >
247
 
                        </File>
248
 
                        <File
249
 
                                RelativePath="..\win32\windows\errno.h"
250
 
                                >
251
 
                        </File>
252
 
                        <File
253
 
                                RelativePath="..\libdrizzle\field_client.h"
254
 
                                >
255
 
                        </File>
256
 
                        <File
257
 
                                RelativePath="..\libdrizzle\field_server.h"
258
 
                                >
259
 
                        </File>
260
 
                        <File
261
 
                                RelativePath="..\libdrizzle\handshake_client.h"
262
 
                                >
263
 
                        </File>
264
 
                        <File
265
 
                                RelativePath="..\libdrizzle\handshake_server.h"
266
 
                                >
267
 
                        </File>
268
 
                        <File
269
 
                                RelativePath="..\win32\windows\inttypes.h"
270
 
                                >
271
 
                        </File>
272
 
                        <File
273
 
                                RelativePath="..\libdrizzle\pack.h"
274
 
                                >
275
 
                        </File>
276
 
                        <File
277
 
                                RelativePath="..\win32\poll.h"
278
 
                                >
279
 
                        </File>
280
 
                        <File
281
 
                                RelativePath="..\libdrizzle\query.h"
282
 
                                >
283
 
                        </File>
284
 
                        <File
285
 
                                RelativePath="..\libdrizzle\result.h"
286
 
                                >
287
 
                        </File>
288
 
                        <File
289
 
                                RelativePath="..\libdrizzle\result_client.h"
290
 
                                >
291
 
                        </File>
292
 
                        <File
293
 
                                RelativePath="..\libdrizzle\result_server.h"
294
 
                                >
295
 
                        </File>
296
 
                        <File
297
 
                                RelativePath="..\libdrizzle\row_client.h"
298
 
                                >
299
 
                        </File>
300
 
                        <File
301
 
                                RelativePath="..\libdrizzle\row_server.h"
302
 
                                >
303
 
                        </File>
304
 
                        <File
305
 
                                RelativePath="..\libdrizzle\sha1.h"
306
 
                                >
307
 
                        </File>
308
 
                        <File
309
 
                                RelativePath="..\libdrizzle\state.h"
310
 
                                >
311
 
                        </File>
312
 
                        <File
313
 
                                RelativePath="..\win32\windows\stdint.h"
314
 
                                >
315
 
                        </File>
316
 
                        <File
317
 
                                RelativePath="..\libdrizzle\structs.h"
318
 
                                >
319
 
                        </File>
320
 
                        <File
321
 
                                RelativePath="..\libdrizzle\visibility.h"
322
 
                                >
323
 
                        </File>
324
 
                </Filter>
325
 
                <Filter
326
 
                        Name="Resource Files"
327
 
                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
328
 
                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
329
 
                        >
330
 
                </Filter>
331
 
                <Filter
332
 
                        Name="Source Files"
333
 
                        Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
334
 
                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
335
 
                        >
336
 
                        <File
337
 
                                RelativePath="..\win32\alloca.c"
338
 
                                >
339
 
                        </File>
340
 
                        <File
341
 
                                RelativePath="..\libdrizzle\column.c"
342
 
                                >
343
 
                        </File>
344
 
                        <File
345
 
                                RelativePath="..\libdrizzle\command.c"
346
 
                                >
347
 
                        </File>
348
 
                        <File
349
 
                                RelativePath="..\libdrizzle\conn.c"
350
 
                                >
351
 
                        </File>
352
 
                        <File
353
 
                                RelativePath="..\win32\conn_uds.c"
354
 
                                >
355
 
                        </File>
356
 
                        <File
357
 
                                RelativePath="..\libdrizzle\drizzle.c"
358
 
                                >
359
 
                        </File>
360
 
                        <File
361
 
                                RelativePath="..\libdrizzle\field.c"
362
 
                                >
363
 
                        </File>
364
 
                        <File
365
 
                                RelativePath="..\libdrizzle\handshake.c"
366
 
                                >
367
 
                        </File>
368
 
                        <File
369
 
                                RelativePath="..\libdrizzle\pack.c"
370
 
                                >
371
 
                        </File>
372
 
                        <File
373
 
                                RelativePath="..\win32\poll.c"
374
 
                                >
375
 
                                <FileConfiguration
376
 
                                        Name="Debug|Win32"
377
 
                                        >
378
 
                                        <Tool
379
 
                                                Name="VCCLCompilerTool"
380
 
                                                ObjectFile="$(IntDir)\$(InputName)1.obj"
381
 
                                                XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
382
 
                                        />
383
 
                                </FileConfiguration>
384
 
                                <FileConfiguration
385
 
                                        Name="Release|Win32"
386
 
                                        >
387
 
                                        <Tool
388
 
                                                Name="VCCLCompilerTool"
389
 
                                                ObjectFile="$(IntDir)\$(InputName)1.obj"
390
 
                                                XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
391
 
                                        />
392
 
                                </FileConfiguration>
393
 
                        </File>
394
 
                        <File
395
 
                                RelativePath="..\libdrizzle\query.c"
396
 
                                >
397
 
                        </File>
398
 
                        <File
399
 
                                RelativePath="..\libdrizzle\result.c"
400
 
                                >
401
 
                        </File>
402
 
                        <File
403
 
                                RelativePath="..\libdrizzle\row.c"
404
 
                                >
405
 
                        </File>
406
 
                        <File
407
 
                                RelativePath="..\libdrizzle\sha1.c"
408
 
                                >
409
 
                        </File>
410
 
                        <File
411
 
                                RelativePath="..\libdrizzle\state.c"
412
 
                                >
413
 
                        </File>
414
 
                </Filter>
415
 
        </Files>
416
 
        <Globals>
417
 
        </Globals>
418
 
</VisualStudioProject>