~ubuntu-branches/debian/jessie/glib2.0/jessie

« back to all changes in this revision

Viewing changes to build/win32/vs8/glib.vcproj

  • Committer: Bazaar Package Importer
  • Author(s): Gustavo Noronha Silva
  • Date: 2009-02-15 13:00:43 UTC
  • mto: (1.4.3 upstream)
  • mto: This revision was merged to the branch mainline in revision 70.
  • Revision ID: james.westby@ubuntu.com-20090215130043-6snh45flhit8oalb
Tags: upstream-2.18.4
ImportĀ upstreamĀ versionĀ 2.18.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="windows-1251"?>
2
 
<VisualStudioProject
3
 
        ProjectType="Visual C++"
4
 
        Version="8.00"
5
 
        Name="glib"
6
 
        ProjectGUID="{12BCA020-EABF-429E-876A-A476BC9C10C0}"
7
 
        RootNamespace="glib"
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="$(SolutionDir)$(ConfigurationName)\bin"
21
 
                        IntermediateDirectory="$(SolutionDir)$(ConfigurationName)\obj"
22
 
                        ConfigurationType="2"
23
 
                        CharacterSet="2"
24
 
                        >
25
 
                        <Tool
26
 
                                Name="VCPreBuildEventTool"
27
 
                                CommandLine="if exist ..\..\..\config.h goto GLIB_CONFIG&#x0D;&#x0A;copy ..\..\..\config.h.win32 ..\..\..\config.h&#x0D;&#x0A;:GLIB_CONFIG&#x0D;&#x0A;if exist ..\..\..\glibconfig.h goto CHARSET&#x0D;&#x0A;copy ..\..\..\glibconfig.h.win32 ..\..\..\glibconfig.h&#x0D;&#x0A;:CHARSET&#x0D;&#x0A;if exist ..\..\..\glib\localcharset.c goto END&#x0D;&#x0A;copy ..\..\..\glib\libcharset\localcharset.c ..\..\..\glib\localcharset.c&#x0D;&#x0A;:END&#x0D;&#x0A;"
28
 
                        />
29
 
                        <Tool
30
 
                                Name="VCCustomBuildTool"
31
 
                        />
32
 
                        <Tool
33
 
                                Name="VCXMLDataGeneratorTool"
34
 
                        />
35
 
                        <Tool
36
 
                                Name="VCWebServiceProxyGeneratorTool"
37
 
                        />
38
 
                        <Tool
39
 
                                Name="VCMIDLTool"
40
 
                        />
41
 
                        <Tool
42
 
                                Name="VCCLCompilerTool"
43
 
                                Optimization="0"
44
 
                                AdditionalIncludeDirectories="../../..,../dirent"
45
 
                                PreprocessorDefinitions="_DEBUG;_WINDOWS;_USRDLL;WIN32;HAVE_CONFIG_H;GLIB_COMPILATION;GLIB_EXPORTS;G_LOG_DOMAIN=\&quot;Glib\&quot;;G_ENABLE_DEBUG"
46
 
                                MinimalRebuild="true"
47
 
                                BasicRuntimeChecks="3"
48
 
                                RuntimeLibrary="3"
49
 
                                UsePrecompiledHeader="0"
50
 
                                WarningLevel="3"
51
 
                                Detect64BitPortabilityProblems="true"
52
 
                                DebugInformationFormat="4"
53
 
                                ForcedIncludeFiles="msvc_recommended_pragmas.h"
54
 
                        />
55
 
                        <Tool
56
 
                                Name="VCManagedResourceCompilerTool"
57
 
                        />
58
 
                        <Tool
59
 
                                Name="VCResourceCompilerTool"
60
 
                        />
61
 
                        <Tool
62
 
                                Name="VCPreLinkEventTool"
63
 
                        />
64
 
                        <Tool
65
 
                                Name="VCLinkerTool"
66
 
                                AdditionalDependencies="intl.lib iconv.lib Ws2_32.lib"
67
 
                                OutputFile="$(OutDir)\lib$(ProjectName)-2.0-0-vs8.dll"
68
 
                                LinkIncremental="2"
69
 
                                ModuleDefinitionFile="../../../glib/glib.def"
70
 
                                GenerateDebugInformation="true"
71
 
                                SubSystem="2"
72
 
                                ImportLibrary="$(TargetDir)$(ProjectName)-2.0-vs8.lib"
73
 
                                TargetMachine="1"
74
 
                        />
75
 
                        <Tool
76
 
                                Name="VCALinkTool"
77
 
                        />
78
 
                        <Tool
79
 
                                Name="VCManifestTool"
80
 
                        />
81
 
                        <Tool
82
 
                                Name="VCXDCMakeTool"
83
 
                        />
84
 
                        <Tool
85
 
                                Name="VCBscMakeTool"
86
 
                        />
87
 
                        <Tool
88
 
                                Name="VCFxCopTool"
89
 
                        />
90
 
                        <Tool
91
 
                                Name="VCAppVerifierTool"
92
 
                        />
93
 
                        <Tool
94
 
                                Name="VCWebDeploymentTool"
95
 
                        />
96
 
                        <Tool
97
 
                                Name="VCPostBuildEventTool"
98
 
                        />
99
 
                </Configuration>
100
 
                <Configuration
101
 
                        Name="Release|Win32"
102
 
                        OutputDirectory="$(SolutionDir)$(ConfigurationName)\bin"
103
 
                        IntermediateDirectory="$(SolutionDir)$(ConfigurationName)\obj"
104
 
                        ConfigurationType="2"
105
 
                        CharacterSet="2"
106
 
                        WholeProgramOptimization="1"
107
 
                        >
108
 
                        <Tool
109
 
                                Name="VCPreBuildEventTool"
110
 
                                CommandLine="if exist ..\..\..\config.h goto GLIB_CONFIG&#x0D;&#x0A;copy ..\..\..\config.h.win32 ..\..\..\config.h&#x0D;&#x0A;:GLIB_CONFIG&#x0D;&#x0A;if exist ..\..\..\glibconfig.h\ goto END&#x0D;&#x0A;copy ..\..\..\glibconfig.h.win32 ..\..\..\glibconfig.h&#x0D;&#x0A;:END&#x0D;&#x0A;"
111
 
                        />
112
 
                        <Tool
113
 
                                Name="VCCustomBuildTool"
114
 
                        />
115
 
                        <Tool
116
 
                                Name="VCXMLDataGeneratorTool"
117
 
                        />
118
 
                        <Tool
119
 
                                Name="VCWebServiceProxyGeneratorTool"
120
 
                        />
121
 
                        <Tool
122
 
                                Name="VCMIDLTool"
123
 
                        />
124
 
                        <Tool
125
 
                                Name="VCCLCompilerTool"
126
 
                                AdditionalIncludeDirectories="../../..,../dirent"
127
 
                                PreprocessorDefinitions="_WINDOWS;_USRDLL;WIN32;NDEBUG;GLIB_EXPORTS;GLIB_COMPILATION;HAVE_CONFIG_H;G_LOG_DOMAIN=\&quot;Glib\&quot;"
128
 
                                RuntimeLibrary="2"
129
 
                                UsePrecompiledHeader="0"
130
 
                                WarningLevel="3"
131
 
                                Detect64BitPortabilityProblems="true"
132
 
                                DebugInformationFormat="3"
133
 
                                ForcedIncludeFiles="msvc_recommended_pragmas.h"
134
 
                        />
135
 
                        <Tool
136
 
                                Name="VCManagedResourceCompilerTool"
137
 
                        />
138
 
                        <Tool
139
 
                                Name="VCResourceCompilerTool"
140
 
                        />
141
 
                        <Tool
142
 
                                Name="VCPreLinkEventTool"
143
 
                        />
144
 
                        <Tool
145
 
                                Name="VCLinkerTool"
146
 
                                AdditionalDependencies="intl.lib iconv.lib Ws2_32.lib"
147
 
                                OutputFile="$(OutDir)\lib$(ProjectName)-2.0-0-vs8.dll"
148
 
                                LinkIncremental="1"
149
 
                                ModuleDefinitionFile="../../../glib/glib.def"
150
 
                                GenerateDebugInformation="true"
151
 
                                SubSystem="2"
152
 
                                OptimizeReferences="2"
153
 
                                EnableCOMDATFolding="2"
154
 
                                ImportLibrary="$(TargetDir)$(ProjectName)-2.0-vs8.lib"
155
 
                                TargetMachine="1"
156
 
                        />
157
 
                        <Tool
158
 
                                Name="VCALinkTool"
159
 
                        />
160
 
                        <Tool
161
 
                                Name="VCManifestTool"
162
 
                        />
163
 
                        <Tool
164
 
                                Name="VCXDCMakeTool"
165
 
                        />
166
 
                        <Tool
167
 
                                Name="VCBscMakeTool"
168
 
                        />
169
 
                        <Tool
170
 
                                Name="VCFxCopTool"
171
 
                        />
172
 
                        <Tool
173
 
                                Name="VCAppVerifierTool"
174
 
                        />
175
 
                        <Tool
176
 
                                Name="VCWebDeploymentTool"
177
 
                        />
178
 
                        <Tool
179
 
                                Name="VCPostBuildEventTool"
180
 
                        />
181
 
                </Configuration>
182
 
        </Configurations>
183
 
        <References>
184
 
        </References>
185
 
        <Files>
186
 
                <Filter
187
 
                        Name="Source Files"
188
 
                        Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
189
 
                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
190
 
                        >
191
 
                        <File
192
 
                                RelativePath="..\..\..\glib\garray.c"
193
 
                                >
194
 
                        </File>
195
 
                        <File
196
 
                                RelativePath="..\..\..\glib\gasyncqueue.c"
197
 
                                >
198
 
                        </File>
199
 
                        <File
200
 
                                RelativePath="..\..\..\glib\gatomic.c"
201
 
                                >
202
 
                        </File>
203
 
                        <File
204
 
                                RelativePath="..\..\..\glib\gbacktrace.c"
205
 
                                >
206
 
                        </File>
207
 
                        <File
208
 
                                RelativePath="..\..\..\glib\gbase64.c"
209
 
                                >
210
 
                        </File>
211
 
                        <File
212
 
                                RelativePath="..\..\..\glib\gbookmarkfile.c"
213
 
                                >
214
 
                        </File>
215
 
                        <File
216
 
                                RelativePath="..\..\..\glib\gcache.c"
217
 
                                >
218
 
                        </File>
219
 
                        <File
220
 
                                RelativePath="..\..\..\glib\gcompletion.c"
221
 
                                >
222
 
                        </File>
223
 
                        <File
224
 
                                RelativePath="..\..\..\glib\gconvert.c"
225
 
                                >
226
 
                        </File>
227
 
                        <File
228
 
                                RelativePath="..\..\..\glib\gdataset.c"
229
 
                                >
230
 
                        </File>
231
 
                        <File
232
 
                                RelativePath="..\..\..\glib\gdate.c"
233
 
                                >
234
 
                        </File>
235
 
                        <File
236
 
                                RelativePath="..\..\..\glib\gdir.c"
237
 
                                >
238
 
                        </File>
239
 
                        <File
240
 
                                RelativePath="..\..\..\glib\gerror.c"
241
 
                                >
242
 
                        </File>
243
 
                        <File
244
 
                                RelativePath="..\..\..\glib\gfileutils.c"
245
 
                                >
246
 
                        </File>
247
 
                        <File
248
 
                                RelativePath="..\..\..\glib\ghash.c"
249
 
                                >
250
 
                        </File>
251
 
                        <File
252
 
                                RelativePath="..\..\..\glib\ghook.c"
253
 
                                >
254
 
                        </File>
255
 
                        <File
256
 
                                RelativePath="..\..\..\glib\giochannel.c"
257
 
                                >
258
 
                        </File>
259
 
                        <File
260
 
                                RelativePath="..\..\..\glib\giowin32.c"
261
 
                                >
262
 
                        </File>
263
 
                        <File
264
 
                                RelativePath="..\..\..\glib\gkeyfile.c"
265
 
                                >
266
 
                        </File>
267
 
                        <File
268
 
                                RelativePath="..\..\..\glib\glist.c"
269
 
                                >
270
 
                        </File>
271
 
                        <File
272
 
                                RelativePath="..\..\..\glib\gmain.c"
273
 
                                >
274
 
                        </File>
275
 
                        <File
276
 
                                RelativePath="..\..\..\glib\gmappedfile.c"
277
 
                                >
278
 
                        </File>
279
 
                        <File
280
 
                                RelativePath="..\..\..\glib\gmarkup.c"
281
 
                                >
282
 
                        </File>
283
 
                        <File
284
 
                                RelativePath="..\..\..\glib\gmem.c"
285
 
                                >
286
 
                        </File>
287
 
                        <File
288
 
                                RelativePath="..\..\..\glib\gmessages.c"
289
 
                                >
290
 
                        </File>
291
 
                        <File
292
 
                                RelativePath="..\..\..\glib\gnode.c"
293
 
                                >
294
 
                        </File>
295
 
                        <File
296
 
                                RelativePath="..\..\..\glib\goption.c"
297
 
                                >
298
 
                        </File>
299
 
                        <File
300
 
                                RelativePath="..\..\..\glib\gpattern.c"
301
 
                                >
302
 
                        </File>
303
 
                        <File
304
 
                                RelativePath="..\..\..\glib\gprimes.c"
305
 
                                >
306
 
                        </File>
307
 
                        <File
308
 
                                RelativePath="..\..\..\glib\gprintf.c"
309
 
                                >
310
 
                        </File>
311
 
                        <File
312
 
                                RelativePath="..\..\..\glib\gqsort.c"
313
 
                                >
314
 
                        </File>
315
 
                        <File
316
 
                                RelativePath="..\..\..\glib\gqueue.c"
317
 
                                >
318
 
                        </File>
319
 
                        <File
320
 
                                RelativePath="..\..\..\glib\grand.c"
321
 
                                >
322
 
                        </File>
323
 
                        <File
324
 
                                RelativePath="..\..\..\glib\grel.c"
325
 
                                >
326
 
                        </File>
327
 
                        <File
328
 
                                RelativePath="..\..\..\glib\gscanner.c"
329
 
                                >
330
 
                        </File>
331
 
                        <File
332
 
                                RelativePath="..\..\..\glib\gshell.c"
333
 
                                >
334
 
                        </File>
335
 
                        <File
336
 
                                RelativePath="..\..\..\glib\gslice.c"
337
 
                                >
338
 
                        </File>
339
 
                        <File
340
 
                                RelativePath="..\..\..\glib\gslist.c"
341
 
                                >
342
 
                        </File>
343
 
                        <File
344
 
                                RelativePath="..\..\..\glib\gspawn-win32.c"
345
 
                                >
346
 
                        </File>
347
 
                        <File
348
 
                                RelativePath="..\..\..\glib\gstdio.c"
349
 
                                >
350
 
                        </File>
351
 
                        <File
352
 
                                RelativePath="..\..\..\glib\gstrfuncs.c"
353
 
                                >
354
 
                        </File>
355
 
                        <File
356
 
                                RelativePath="..\..\..\glib\gstring.c"
357
 
                                >
358
 
                        </File>
359
 
                        <File
360
 
                                RelativePath="..\..\..\glib\gthread.c"
361
 
                                >
362
 
                        </File>
363
 
                        <File
364
 
                                RelativePath="..\..\..\glib\gthreadpool.c"
365
 
                                >
366
 
                        </File>
367
 
                        <File
368
 
                                RelativePath="..\..\..\glib\gtimer.c"
369
 
                                >
370
 
                        </File>
371
 
                        <File
372
 
                                RelativePath="..\..\..\glib\gtree.c"
373
 
                                >
374
 
                        </File>
375
 
                        <File
376
 
                                RelativePath="..\..\..\glib\gunibreak.c"
377
 
                                >
378
 
                        </File>
379
 
                        <File
380
 
                                RelativePath="..\..\..\glib\gunicollate.c"
381
 
                                >
382
 
                        </File>
383
 
                        <File
384
 
                                RelativePath="..\..\..\glib\gunidecomp.c"
385
 
                                >
386
 
                        </File>
387
 
                        <File
388
 
                                RelativePath="..\..\..\glib\guniprop.c"
389
 
                                >
390
 
                        </File>
391
 
                        <File
392
 
                                RelativePath="..\..\..\glib\gutf8.c"
393
 
                                >
394
 
                        </File>
395
 
                        <File
396
 
                                RelativePath="..\..\..\glib\gutils.c"
397
 
                                >
398
 
                        </File>
399
 
                        <File
400
 
                                RelativePath="..\..\..\glib\gwin32.c"
401
 
                                >
402
 
                        </File>
403
 
                        <Filter
404
 
                                Name="libcharset"
405
 
                                >
406
 
                                <File
407
 
                                        RelativePath="..\..\..\glib\libcharset\localcharset.c"
408
 
                                        >
409
 
                                </File>
410
 
                        </Filter>
411
 
                        <Filter
412
 
                                Name="dirent"
413
 
                                >
414
 
                                <File
415
 
                                        RelativePath="..\dirent\dirent.c"
416
 
                                        >
417
 
                                </File>
418
 
                                <File
419
 
                                        RelativePath="..\dirent\wdirent.c"
420
 
                                        >
421
 
                                </File>
422
 
                        </Filter>
423
 
                        <Filter
424
 
                                Name="gnulib"
425
 
                                >
426
 
                                <File
427
 
                                        RelativePath="..\..\..\glib\gnulib\asnprintf.c"
428
 
                                        >
429
 
                                </File>
430
 
                                <File
431
 
                                        RelativePath="..\..\..\glib\gnulib\printf-args.c"
432
 
                                        >
433
 
                                </File>
434
 
                                <File
435
 
                                        RelativePath="..\..\..\glib\gnulib\printf-parse.c"
436
 
                                        >
437
 
                                </File>
438
 
                                <File
439
 
                                        RelativePath="..\..\..\glib\gnulib\printf.c"
440
 
                                        >
441
 
                                </File>
442
 
                                <File
443
 
                                        RelativePath="..\..\..\glib\gnulib\vasnprintf.c"
444
 
                                        >
445
 
                                </File>
446
 
                        </Filter>
447
 
                </Filter>
448
 
                <Filter
449
 
                        Name="Header Files"
450
 
                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
451
 
                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
452
 
                        >
453
 
                </Filter>
454
 
                <Filter
455
 
                        Name="Resource Files"
456
 
                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
457
 
                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
458
 
                        >
459
 
                        <File
460
 
                                RelativePath="..\..\..\glib\glib.def"
461
 
                                >
462
 
                        </File>
463
 
                        <File
464
 
                                RelativePath="..\..\..\glib\glib.rc"
465
 
                                >
466
 
                        </File>
467
 
                </Filter>
468
 
        </Files>
469
 
        <Globals>
470
 
        </Globals>
471
 
</VisualStudioProject>
 
1
<?xml version="1.0" encoding="windows-1251"?>
 
2
<VisualStudioProject
 
3
        ProjectType="Visual C++"
 
4
        Version="8,00"
 
5
        Name="glib"
 
6
        ProjectGUID="{12BCA020-EABF-429E-876A-A476BC9C10C0}"
 
7
        RootNamespace="glib"
 
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="$(SolutionDir)$(ConfigurationName)\bin"
 
21
                        IntermediateDirectory="$(SolutionDir)$(ConfigurationName)\obj"
 
22
                        ConfigurationType="2"
 
23
                        CharacterSet="2"
 
24
                        >
 
25
                        <Tool
 
26
                                Name="VCPreBuildEventTool"
 
27
                                CommandLine="if exist ..\..\..\config.h goto DONE_CONFIG_H&#x0D;&#x0A;copy ..\..\..\config.h.win32 ..\..\..\config.h&#x0D;&#x0A;:DONE_CONFIG_H&#x0D;&#x0A;if exist ..\..\..\glibconfig.h goto DONE_GLIBCONFIG_H&#x0D;&#x0A;copy ..\..\..\glibconfig.h.win32 ..\..\..\glibconfig.h&#x0D;&#x0A;:DONE_GLIBCONFIG_H&#x0D;&#x0A;"
 
28
                        />
 
29
                        <Tool
 
30
                                Name="VCCustomBuildTool"
 
31
                        />
 
32
                        <Tool
 
33
                                Name="VCXMLDataGeneratorTool"
 
34
                        />
 
35
                        <Tool
 
36
                                Name="VCWebServiceProxyGeneratorTool"
 
37
                        />
 
38
                        <Tool
 
39
                                Name="VCMIDLTool"
 
40
                        />
 
41
                        <Tool
 
42
                                Name="VCCLCompilerTool"
 
43
                                Optimization="0"
 
44
                                AdditionalIncludeDirectories="../../..;../../../glib;../../../../dependencies/proxy-libintl-20080418/include"
 
45
                                PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;GLIB_COMPILATION;DLL_EXPORT;HAVE_CONFIG_H;G_LOG_DOMAIN=\&quot;Glib\&quot;;G_ENABLE_DEBUG;G_DISABLE_DEPRECATED;PCRE_STATIC;LINK_SIZE=2;MAX_NAME_SIZE=32;MAX_NAME_COUNT=10000;NEWLINE=-1;POSIX_MALLOC_THRESHOLD=10;MATCH_LIMIT=10000000;MATCH_LIMIT_RECURSION=10000000"
 
46
                                MinimalRebuild="true"
 
47
                                BasicRuntimeChecks="3"
 
48
                                RuntimeLibrary="3"
 
49
                                UsePrecompiledHeader="0"
 
50
                                WarningLevel="3"
 
51
                                DebugInformationFormat="4"
 
52
                                CompileAs="1"
 
53
                                ForcedIncludeFiles="msvc_recommended_pragmas.h"
 
54
                        />
 
55
                        <Tool
 
56
                                Name="VCManagedResourceCompilerTool"
 
57
                        />
 
58
                        <Tool
 
59
                                Name="VCResourceCompilerTool"
 
60
                        />
 
61
                        <Tool
 
62
                                Name="VCPreLinkEventTool"
 
63
                        />
 
64
                        <Tool
 
65
                                Name="VCLinkerTool"
 
66
                                AdditionalDependencies="intl.lib Ws2_32.lib"
 
67
                                OutputFile="$(OutDir)\lib$(ProjectName)-2.0-0-vs8.dll"
 
68
                                LinkIncremental="2"
 
69
                                AdditionalLibraryDirectories="../../../../dependencies/proxy-libintl-20080418/lib"
 
70
                                ModuleDefinitionFile="../../../glib/glib.def"
 
71
                                GenerateDebugInformation="true"
 
72
                                SubSystem="2"
 
73
                                ImportLibrary="$(TargetDir)$(ProjectName)-2.0-vs8.lib"
 
74
                                TargetMachine="1"
 
75
                        />
 
76
                        <Tool
 
77
                                Name="VCALinkTool"
 
78
                        />
 
79
                        <Tool
 
80
                                Name="VCManifestTool"
 
81
                        />
 
82
                        <Tool
 
83
                                Name="VCXDCMakeTool"
 
84
                        />
 
85
                        <Tool
 
86
                                Name="VCBscMakeTool"
 
87
                        />
 
88
                        <Tool
 
89
                                Name="VCFxCopTool"
 
90
                        />
 
91
                        <Tool
 
92
                                Name="VCAppVerifierTool"
 
93
                        />
 
94
                        <Tool
 
95
                                Name="VCWebDeploymentTool"
 
96
                        />
 
97
                        <Tool
 
98
                                Name="VCPostBuildEventTool"
 
99
                        />
 
100
                </Configuration>
 
101
                <Configuration
 
102
                        Name="Release|Win32"
 
103
                        OutputDirectory="$(SolutionDir)$(ConfigurationName)\bin"
 
104
                        IntermediateDirectory="$(SolutionDir)$(ConfigurationName)\obj"
 
105
                        ConfigurationType="2"
 
106
                        CharacterSet="2"
 
107
                        WholeProgramOptimization="1"
 
108
                        >
 
109
                        <Tool
 
110
                                Name="VCPreBuildEventTool"
 
111
                                CommandLine="if exist ..\..\..\config.h goto GLIB_CONFIG&#x0D;&#x0A;copy ..\..\..\config.h.win32 ..\..\..\config.h&#x0D;&#x0A;:GLIB_CONFIG&#x0D;&#x0A;if exist ..\..\..\glibconfig.h\ goto END&#x0D;&#x0A;copy ..\..\..\glibconfig.h.win32 ..\..\..\glibconfig.h&#x0D;&#x0A;:END&#x0D;&#x0A;"
 
112
                        />
 
113
                        <Tool
 
114
                                Name="VCCustomBuildTool"
 
115
                        />
 
116
                        <Tool
 
117
                                Name="VCXMLDataGeneratorTool"
 
118
                        />
 
119
                        <Tool
 
120
                                Name="VCWebServiceProxyGeneratorTool"
 
121
                        />
 
122
                        <Tool
 
123
                                Name="VCMIDLTool"
 
124
                        />
 
125
                        <Tool
 
126
                                Name="VCCLCompilerTool"
 
127
                                AdditionalIncludeDirectories="../../..;../../../glib;../../../../dependencies/proxy-libintl-20080418/include"
 
128
                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;GLIB_COMPILATION;DLL_EXPORT;HAVE_CONFIG_H;G_LOG_DOMAIN=\&quot;Glib\&quot;;G_DISABLE_DEPRECATED;PCRE_STATIC;LINK_SIZE=2;MAX_NAME_SIZE=32;MAX_NAME_COUNT=10000;NEWLINE=-1;POSIX_MALLOC_THRESHOLD=10;MATCH_LIMIT=10000000;MATCH_LIMIT_RECURSION=10000000"
 
129
                                RuntimeLibrary="2"
 
130
                                UsePrecompiledHeader="0"
 
131
                                WarningLevel="3"
 
132
                                DebugInformationFormat="3"
 
133
                                CompileAs="1"
 
134
                                ForcedIncludeFiles="msvc_recommended_pragmas.h"
 
135
                        />
 
136
                        <Tool
 
137
                                Name="VCManagedResourceCompilerTool"
 
138
                        />
 
139
                        <Tool
 
140
                                Name="VCResourceCompilerTool"
 
141
                        />
 
142
                        <Tool
 
143
                                Name="VCPreLinkEventTool"
 
144
                        />
 
145
                        <Tool
 
146
                                Name="VCLinkerTool"
 
147
                                AdditionalDependencies="intl.lib Ws2_32.lib"
 
148
                                OutputFile="$(OutDir)\lib$(ProjectName)-2.0-0-vs8.dll"
 
149
                                LinkIncremental="1"
 
150
                                AdditionalLibraryDirectories="../../../../dependencies/proxy-libintl-20080418/lib"
 
151
                                ModuleDefinitionFile="../../../glib/glib.def"
 
152
                                GenerateDebugInformation="true"
 
153
                                SubSystem="2"
 
154
                                OptimizeReferences="2"
 
155
                                EnableCOMDATFolding="2"
 
156
                                ImportLibrary="$(TargetDir)$(ProjectName)-2.0-vs8.lib"
 
157
                                TargetMachine="1"
 
158
                        />
 
159
                        <Tool
 
160
                                Name="VCALinkTool"
 
161
                        />
 
162
                        <Tool
 
163
                                Name="VCManifestTool"
 
164
                        />
 
165
                        <Tool
 
166
                                Name="VCXDCMakeTool"
 
167
                        />
 
168
                        <Tool
 
169
                                Name="VCBscMakeTool"
 
170
                        />
 
171
                        <Tool
 
172
                                Name="VCFxCopTool"
 
173
                        />
 
174
                        <Tool
 
175
                                Name="VCAppVerifierTool"
 
176
                        />
 
177
                        <Tool
 
178
                                Name="VCWebDeploymentTool"
 
179
                        />
 
180
                        <Tool
 
181
                                Name="VCPostBuildEventTool"
 
182
                        />
 
183
                </Configuration>
 
184
        </Configurations>
 
185
        <References>
 
186
        </References>
 
187
        <Files>
 
188
                <Filter
 
189
                        Name="Source Files"
 
190
                        Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
 
191
                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
 
192
                        >
 
193
                        <File
 
194
                                RelativePath="..\..\..\glib\garray.c"
 
195
                                >
 
196
                        </File>
 
197
                        <File
 
198
                                RelativePath="..\..\..\glib\gasyncqueue.c"
 
199
                                >
 
200
                        </File>
 
201
                        <File
 
202
                                RelativePath="..\..\..\glib\gatomic.c"
 
203
                                >
 
204
                        </File>
 
205
                        <File
 
206
                                RelativePath="..\..\..\glib\gbacktrace.c"
 
207
                                >
 
208
                        </File>
 
209
                        <File
 
210
                                RelativePath="..\..\..\glib\gbase64.c"
 
211
                                >
 
212
                        </File>
 
213
                        <File
 
214
                                RelativePath="..\..\..\glib\gbookmarkfile.c"
 
215
                                >
 
216
                        </File>
 
217
                        <File
 
218
                                RelativePath="..\..\..\glib\gcache.c"
 
219
                                >
 
220
                        </File>
 
221
                        <File
 
222
                                RelativePath="..\..\..\glib\gchecksum.c"
 
223
                                >
 
224
                        </File>
 
225
                        <File
 
226
                                RelativePath="..\..\..\glib\gcompletion.c"
 
227
                                >
 
228
                        </File>
 
229
                        <File
 
230
                                RelativePath="..\..\..\glib\gconvert.c"
 
231
                                >
 
232
                        </File>
 
233
                        <File
 
234
                                RelativePath="..\..\..\glib\gdataset.c"
 
235
                                >
 
236
                        </File>
 
237
                        <File
 
238
                                RelativePath="..\..\..\glib\gdate.c"
 
239
                                >
 
240
                        </File>
 
241
                        <File
 
242
                                RelativePath="..\..\..\glib\gdir.c"
 
243
                                >
 
244
                        </File>
 
245
                        <File
 
246
                                RelativePath="..\..\..\glib\gerror.c"
 
247
                                >
 
248
                        </File>
 
249
                        <File
 
250
                                RelativePath="..\..\..\glib\gfileutils.c"
 
251
                                >
 
252
                        </File>
 
253
                        <File
 
254
                                RelativePath="..\..\..\glib\ghash.c"
 
255
                                >
 
256
                        </File>
 
257
                        <File
 
258
                                RelativePath="..\..\..\glib\ghook.c"
 
259
                                >
 
260
                        </File>
 
261
                        <File
 
262
                                RelativePath="..\..\..\glib\giochannel.c"
 
263
                                >
 
264
                        </File>
 
265
                        <File
 
266
                                RelativePath="..\..\..\glib\giowin32.c"
 
267
                                >
 
268
                        </File>
 
269
                        <File
 
270
                                RelativePath="..\..\..\glib\gkeyfile.c"
 
271
                                >
 
272
                        </File>
 
273
                        <File
 
274
                                RelativePath="..\..\..\glib\glist.c"
 
275
                                >
 
276
                        </File>
 
277
                        <File
 
278
                                RelativePath="..\..\..\glib\gmain.c"
 
279
                                >
 
280
                        </File>
 
281
                        <File
 
282
                                RelativePath="..\..\..\glib\gmappedfile.c"
 
283
                                >
 
284
                        </File>
 
285
                        <File
 
286
                                RelativePath="..\..\..\glib\gmarkup.c"
 
287
                                >
 
288
                        </File>
 
289
                        <File
 
290
                                RelativePath="..\..\..\glib\gmem.c"
 
291
                                >
 
292
                        </File>
 
293
                        <File
 
294
                                RelativePath="..\..\..\glib\gmessages.c"
 
295
                                >
 
296
                        </File>
 
297
                        <File
 
298
                                RelativePath="..\..\..\glib\gnode.c"
 
299
                                >
 
300
                        </File>
 
301
                        <File
 
302
                                RelativePath="..\..\..\glib\goption.c"
 
303
                                >
 
304
                        </File>
 
305
                        <File
 
306
                                RelativePath="..\..\..\glib\gpattern.c"
 
307
                                >
 
308
                        </File>
 
309
                        <File
 
310
                                RelativePath="..\..\..\glib\gprimes.c"
 
311
                                >
 
312
                        </File>
 
313
                        <File
 
314
                                RelativePath="..\..\..\glib\gprintf.c"
 
315
                                >
 
316
                        </File>
 
317
                        <File
 
318
                                RelativePath="..\..\..\glib\gqsort.c"
 
319
                                >
 
320
                        </File>
 
321
                        <File
 
322
                                RelativePath="..\..\..\glib\gqueue.c"
 
323
                                >
 
324
                        </File>
 
325
                        <File
 
326
                                RelativePath="..\..\..\glib\grand.c"
 
327
                                >
 
328
                        </File>
 
329
                        <File
 
330
                                RelativePath="..\..\..\glib\gregex.c"
 
331
                                >
 
332
                        </File>
 
333
                        <File
 
334
                                RelativePath="..\..\..\glib\grel.c"
 
335
                                >
 
336
                        </File>
 
337
                        <File
 
338
                                RelativePath="..\..\..\glib\gscanner.c"
 
339
                                >
 
340
                        </File>
 
341
                        <File
 
342
                                RelativePath="..\..\..\glib\gsequence.c"
 
343
                                >
 
344
                        </File>
 
345
                        <File
 
346
                                RelativePath="..\..\..\glib\gshell.c"
 
347
                                >
 
348
                        </File>
 
349
                        <File
 
350
                                RelativePath="..\..\..\glib\gslice.c"
 
351
                                >
 
352
                        </File>
 
353
                        <File
 
354
                                RelativePath="..\..\..\glib\gslist.c"
 
355
                                >
 
356
                        </File>
 
357
                        <File
 
358
                                RelativePath="..\..\..\glib\gspawn-win32.c"
 
359
                                >
 
360
                        </File>
 
361
                        <File
 
362
                                RelativePath="..\..\..\glib\gstdio.c"
 
363
                                >
 
364
                        </File>
 
365
                        <File
 
366
                                RelativePath="..\..\..\glib\gstrfuncs.c"
 
367
                                >
 
368
                        </File>
 
369
                        <File
 
370
                                RelativePath="..\..\..\glib\gstring.c"
 
371
                                >
 
372
                        </File>
 
373
                        <File
 
374
                                RelativePath="..\..\..\glib\gtestutils.c"
 
375
                                >
 
376
                        </File>
 
377
                        <File
 
378
                                RelativePath="..\..\..\glib\gthread.c"
 
379
                                >
 
380
                        </File>
 
381
                        <File
 
382
                                RelativePath="..\..\..\glib\gthreadpool.c"
 
383
                                >
 
384
                        </File>
 
385
                        <File
 
386
                                RelativePath="..\..\..\glib\gtimer.c"
 
387
                                >
 
388
                        </File>
 
389
                        <File
 
390
                                RelativePath="..\..\..\glib\gtree.c"
 
391
                                >
 
392
                        </File>
 
393
                        <File
 
394
                                RelativePath="..\..\..\glib\gunibreak.c"
 
395
                                >
 
396
                        </File>
 
397
                        <File
 
398
                                RelativePath="..\..\..\glib\gunicollate.c"
 
399
                                >
 
400
                        </File>
 
401
                        <File
 
402
                                RelativePath="..\..\..\glib\gunidecomp.c"
 
403
                                >
 
404
                        </File>
 
405
                        <File
 
406
                                RelativePath="..\..\..\glib\guniprop.c"
 
407
                                >
 
408
                        </File>
 
409
                        <File
 
410
                                RelativePath="..\..\..\glib\gurifuncs.c"
 
411
                                >
 
412
                        </File>
 
413
                        <File
 
414
                                RelativePath="..\..\..\glib\gutf8.c"
 
415
                                >
 
416
                        </File>
 
417
                        <File
 
418
                                RelativePath="..\..\..\glib\gutils.c"
 
419
                                >
 
420
                        </File>
 
421
                        <File
 
422
                                RelativePath="..\..\..\glib\gwin32.c"
 
423
                                >
 
424
                        </File>
 
425
                        <Filter
 
426
                                Name="libcharset"
 
427
                                >
 
428
                                <File
 
429
                                        RelativePath="..\..\..\glib\libcharset\localcharset.c"
 
430
                                        >
 
431
                                        <FileConfiguration
 
432
                                                Name="Debug|Win32"
 
433
                                                >
 
434
                                                <Tool
 
435
                                                        Name="VCCLCompilerTool"
 
436
                                                        PreprocessorDefinitions="LIBDIR=&quot;/irrelevant/lib&quot;"
 
437
                                                />
 
438
                                        </FileConfiguration>
 
439
                                        <FileConfiguration
 
440
                                                Name="Release|Win32"
 
441
                                                >
 
442
                                                <Tool
 
443
                                                        Name="VCCLCompilerTool"
 
444
                                                        PreprocessorDefinitions="LIBDIR=&quot;/irrelevant/lib&quot;"
 
445
                                                />
 
446
                                        </FileConfiguration>
 
447
                                </File>
 
448
                        </Filter>
 
449
                        <Filter
 
450
                                Name="gnulib"
 
451
                                >
 
452
                                <File
 
453
                                        RelativePath="..\..\..\glib\gnulib\asnprintf.c"
 
454
                                        >
 
455
                                </File>
 
456
                                <File
 
457
                                        RelativePath="..\..\..\glib\gnulib\printf-args.c"
 
458
                                        >
 
459
                                </File>
 
460
                                <File
 
461
                                        RelativePath="..\..\..\glib\gnulib\printf-parse.c"
 
462
                                        >
 
463
                                </File>
 
464
                                <File
 
465
                                        RelativePath="..\..\..\glib\gnulib\printf.c"
 
466
                                        >
 
467
                                </File>
 
468
                                <File
 
469
                                        RelativePath="..\..\..\glib\gnulib\vasnprintf.c"
 
470
                                        >
 
471
                                </File>
 
472
                        </Filter>
 
473
                        <Filter
 
474
                                Name="pcre"
 
475
                                >
 
476
                                <File
 
477
                                        RelativePath="..\..\..\glib\pcre\pcre_chartables.c"
 
478
                                        >
 
479
                                </File>
 
480
                                <File
 
481
                                        RelativePath="..\..\..\glib\pcre\pcre_compile.c"
 
482
                                        >
 
483
                                </File>
 
484
                                <File
 
485
                                        RelativePath="..\..\..\glib\pcre\pcre_config.c"
 
486
                                        >
 
487
                                </File>
 
488
                                <File
 
489
                                        RelativePath="..\..\..\glib\pcre\pcre_dfa_exec.c"
 
490
                                        >
 
491
                                </File>
 
492
                                <File
 
493
                                        RelativePath="..\..\..\glib\pcre\pcre_exec.c"
 
494
                                        >
 
495
                                </File>
 
496
                                <File
 
497
                                        RelativePath="..\..\..\glib\pcre\pcre_fullinfo.c"
 
498
                                        >
 
499
                                </File>
 
500
                                <File
 
501
                                        RelativePath="..\..\..\glib\pcre\pcre_get.c"
 
502
                                        >
 
503
                                </File>
 
504
                                <File
 
505
                                        RelativePath="..\..\..\glib\pcre\pcre_globals.c"
 
506
                                        >
 
507
                                </File>
 
508
                                <File
 
509
                                        RelativePath="..\..\..\glib\pcre\pcre_info.c"
 
510
                                        >
 
511
                                </File>
 
512
                                <File
 
513
                                        RelativePath="..\..\..\glib\pcre\pcre_maketables.c"
 
514
                                        >
 
515
                                </File>
 
516
                                <File
 
517
                                        RelativePath="..\..\..\glib\pcre\pcre_newline.c"
 
518
                                        >
 
519
                                </File>
 
520
                                <File
 
521
                                        RelativePath="..\..\..\glib\pcre\pcre_ord2utf8.c"
 
522
                                        >
 
523
                                </File>
 
524
                                <File
 
525
                                        RelativePath="..\..\..\glib\pcre\pcre_refcount.c"
 
526
                                        >
 
527
                                </File>
 
528
                                <File
 
529
                                        RelativePath="..\..\..\glib\pcre\pcre_study.c"
 
530
                                        >
 
531
                                </File>
 
532
                                <File
 
533
                                        RelativePath="..\..\..\glib\pcre\pcre_tables.c"
 
534
                                        >
 
535
                                </File>
 
536
                                <File
 
537
                                        RelativePath="..\..\..\glib\pcre\pcre_try_flipped.c"
 
538
                                        >
 
539
                                </File>
 
540
                                <File
 
541
                                        RelativePath="..\..\..\glib\pcre\pcre_ucp_searchfuncs.c"
 
542
                                        >
 
543
                                </File>
 
544
                                <File
 
545
                                        RelativePath="..\..\..\glib\pcre\pcre_valid_utf8.c"
 
546
                                        >
 
547
                                </File>
 
548
                                <File
 
549
                                        RelativePath="..\..\..\glib\pcre\pcre_version.c"
 
550
                                        >
 
551
                                </File>
 
552
                                <File
 
553
                                        RelativePath="..\..\..\glib\pcre\pcre_xclass.c"
 
554
                                        >
 
555
                                </File>
 
556
                        </Filter>
 
557
                </Filter>
 
558
                <Filter
 
559
                        Name="Header Files"
 
560
                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
 
561
                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
 
562
                        >
 
563
                </Filter>
 
564
                <Filter
 
565
                        Name="Resource Files"
 
566
                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
 
567
                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
 
568
                        >
 
569
                        <File
 
570
                                RelativePath="..\..\..\glib\glib.def"
 
571
                                >
 
572
                        </File>
 
573
                        <File
 
574
                                RelativePath="..\..\..\glib\glib.rc"
 
575
                                >
 
576
                        </File>
 
577
                        <File
 
578
                                RelativePath="..\..\..\glib\glib.symbols"
 
579
                                >
 
580
                                <FileConfiguration
 
581
                                        Name="Debug|Win32"
 
582
                                        >
 
583
                                        <Tool
 
584
                                                Name="VCCustomBuildTool"
 
585
                                                Description="Generating glib.def"
 
586
                                                CommandLine="echo EXPORTS &gt; &quot;$(InputDir)/glib.def&quot; &amp;&amp; cl /EP -DINCLUDE_VARIABLES -DG_OS_WIN32 -DINCLUDE_INTERNAL_SYMBOLS -DALL_FILES -DG_GNUC_MALLOC= -DG_GNUC_CONST= -DG_GNUC_NULL_TERMINATED= -DG_GNUC_NORETURN= -DG_GNUC_PRINTF=;G_GNUC_PRINTF -DG_GNUC_FORMAT=;G_GNUC_FORMAT &quot;$(InputPath)&quot; &gt;&gt; &quot;$(InputDir)/glib.def&quot;&#x0D;&#x0A;"
 
587
                                                Outputs="$(InputDir)/glib.def"
 
588
                                        />
 
589
                                </FileConfiguration>
 
590
                                <FileConfiguration
 
591
                                        Name="Release|Win32"
 
592
                                        >
 
593
                                        <Tool
 
594
                                                Name="VCCustomBuildTool"
 
595
                                                Description="Generating glib.def"
 
596
                                                CommandLine="echo EXPORTS &gt; &quot;$(InputDir)/glib.def&quot; &amp;&amp; cl /EP -DINCLUDE_VARIABLES -DG_OS_WIN32 -DINCLUDE_INTERNAL_SYMBOLS -DALL_FILES -DG_GNUC_MALLOC= -DG_GNUC_CONST= -DG_GNUC_NULL_TERMINATED= -DG_GNUC_NORETURN= -DG_GNUC_PRINTF=;G_GNUC_PRINTF -DG_GNUC_FORMAT=;G_GNUC_FORMAT &quot;$(InputPath)&quot; &gt;&gt; &quot;$(InputDir)/glib.def&quot;&#x0D;&#x0A;"
 
597
                                                Outputs="$(InputDir)/glib.def"
 
598
                                        />
 
599
                                </FileConfiguration>
 
600
                        </File>
 
601
                </Filter>
 
602
        </Files>
 
603
        <Globals>
 
604
        </Globals>
 
605
</VisualStudioProject>