[xbuild] Fix bug #674630.
[mono.git] / msvc05 / eglib.vcproj
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3         ProjectType="Visual C++"
4         Version="8.00"
5         Name="eglib"
6         ProjectGUID="{158073ED-99AE-4196-9EDC-DDB2344F8466}"
7         RootNamespace="eglib"
8         Keyword="Win32Proj"
9         >
10         <Platforms>
11                 <Platform
12                         Name="Win32"
13                 />
14                 <Platform
15                         Name="x64"
16                 />
17         </Platforms>
18         <ToolFiles>
19         </ToolFiles>
20         <Configurations>
21                 <Configuration
22                         Name="Debug|Win32"
23                         OutputDirectory="$(PlatformName)_$(ConfigurationName)/lib"
24                         IntermediateDirectory="$(PlatformName)_$(ConfigurationName)/obj/$(ProjectName)"
25                         ConfigurationType="4"
26                         CharacterSet="1"
27                         >
28                         <Tool
29                                 Name="VCPreBuildEventTool"
30                                 CommandLine="copy ..\eglib\winconfig.h ..\eglib\config.h"
31                         />
32                         <Tool
33                                 Name="VCCustomBuildTool"
34                         />
35                         <Tool
36                                 Name="VCXMLDataGeneratorTool"
37                         />
38                         <Tool
39                                 Name="VCWebServiceProxyGeneratorTool"
40                         />
41                         <Tool
42                                 Name="VCMIDLTool"
43                         />
44                         <Tool
45                                 Name="VCCLCompilerTool"
46                                 Optimization="0"
47                                 AdditionalIncludeDirectories="../eglib/src;../eglib"
48                                 PreprocessorDefinitions="_DEBUG;__i386__;i386;WIN32;_WIN32;__WIN32__;_WINDOWS;WINDOWS;HOST_WIN32;TARGET_WIN32;_CRT_SECURE_NO_DEPRECATE;_LIB;_CRT_NONSTDC_NO_DEPRECATE;TARGET_X86"
49                                 MinimalRebuild="true"
50                                 BasicRuntimeChecks="3"
51                                 RuntimeLibrary="3"
52                                 UsePrecompiledHeader="0"
53                                 WarningLevel="4"
54                                 WarnAsError="true"
55                                 Detect64BitPortabilityProblems="true"
56                                 DebugInformationFormat="4"
57                         />
58                         <Tool
59                                 Name="VCManagedResourceCompilerTool"
60                         />
61                         <Tool
62                                 Name="VCResourceCompilerTool"
63                         />
64                         <Tool
65                                 Name="VCPreLinkEventTool"
66                         />
67                         <Tool
68                                 Name="VCLibrarianTool"
69                         />
70                         <Tool
71                                 Name="VCALinkTool"
72                         />
73                         <Tool
74                                 Name="VCXDCMakeTool"
75                         />
76                         <Tool
77                                 Name="VCBscMakeTool"
78                         />
79                         <Tool
80                                 Name="VCFxCopTool"
81                         />
82                         <Tool
83                                 Name="VCPostBuildEventTool"
84                         />
85                 </Configuration>
86                 <Configuration
87                         Name="Debug|x64"
88                         OutputDirectory="$(PlatformName)_$(ConfigurationName)/lib"
89                         IntermediateDirectory="$(PlatformName)_$(ConfigurationName)/obj/$(ProjectName)"
90                         ConfigurationType="4"
91                         CharacterSet="1"
92                         >
93                         <Tool
94                                 Name="VCPreBuildEventTool"
95                                 CommandLine="copy ..\eglib\winconfig.h ..\eglib\config.h"
96                         />
97                         <Tool
98                                 Name="VCCustomBuildTool"
99                         />
100                         <Tool
101                                 Name="VCXMLDataGeneratorTool"
102                         />
103                         <Tool
104                                 Name="VCWebServiceProxyGeneratorTool"
105                         />
106                         <Tool
107                                 Name="VCMIDLTool"
108                                 TargetEnvironment="3"
109                         />
110                         <Tool
111                                 Name="VCCLCompilerTool"
112                                 Optimization="0"
113                                 AdditionalIncludeDirectories="../eglib/src;../eglib"
114                                 PreprocessorDefinitions="_DEBUG;__x86_64__;WIN64;_WIN64;WIN32;_WIN32;__WIN32__;_WINDOWS;WINDOWS;HOST_WIN32;TARGET_WIN32;_CRT_SECURE_NO_DEPRECATE;_LIB;_CRT_NONSTDC_NO_DEPRECATE;TARGET_AMD64"
115                                 MinimalRebuild="true"
116                                 BasicRuntimeChecks="3"
117                                 RuntimeLibrary="3"
118                                 UsePrecompiledHeader="0"
119                                 WarningLevel="4"
120                                 WarnAsError="true"
121                                 Detect64BitPortabilityProblems="true"
122                                 DebugInformationFormat="3"
123                         />
124                         <Tool
125                                 Name="VCManagedResourceCompilerTool"
126                         />
127                         <Tool
128                                 Name="VCResourceCompilerTool"
129                         />
130                         <Tool
131                                 Name="VCPreLinkEventTool"
132                         />
133                         <Tool
134                                 Name="VCLibrarianTool"
135                         />
136                         <Tool
137                                 Name="VCALinkTool"
138                         />
139                         <Tool
140                                 Name="VCXDCMakeTool"
141                         />
142                         <Tool
143                                 Name="VCBscMakeTool"
144                         />
145                         <Tool
146                                 Name="VCFxCopTool"
147                         />
148                         <Tool
149                                 Name="VCPostBuildEventTool"
150                         />
151                 </Configuration>
152                 <Configuration
153                         Name="Release|Win32"
154                         OutputDirectory="$(PlatformName)_$(ConfigurationName)/lib"
155                         IntermediateDirectory="$(PlatformName)_$(ConfigurationName)/obj/$(ProjectName)"
156                         ConfigurationType="4"
157                         CharacterSet="1"
158                         WholeProgramOptimization="1"
159                         >
160                         <Tool
161                                 Name="VCPreBuildEventTool"
162                                 CommandLine="copy ..\eglib\winconfig.h ..\eglib\config.h"
163                         />
164                         <Tool
165                                 Name="VCCustomBuildTool"
166                         />
167                         <Tool
168                                 Name="VCXMLDataGeneratorTool"
169                         />
170                         <Tool
171                                 Name="VCWebServiceProxyGeneratorTool"
172                         />
173                         <Tool
174                                 Name="VCMIDLTool"
175                         />
176                         <Tool
177                                 Name="VCCLCompilerTool"
178                                 Optimization="1"
179                                 AdditionalIncludeDirectories="../eglib/src;../eglib"
180                                 PreprocessorDefinitions="NDEBUG;__i386__;i386;WIN32;_WIN32;__WIN32__;_WINDOWS;WINDOWS;HOST_WIN32;TARGET_WIN32;_CRT_SECURE_NO_DEPRECATE;_LIB;_CRT_NONSTDC_NO_DEPRECATE;TARGET_X86"
181                                 RuntimeLibrary="2"
182                                 UsePrecompiledHeader="0"
183                                 WarningLevel="4"
184                                 WarnAsError="true"
185                                 Detect64BitPortabilityProblems="true"
186                                 DebugInformationFormat="3"
187                         />
188                         <Tool
189                                 Name="VCManagedResourceCompilerTool"
190                         />
191                         <Tool
192                                 Name="VCResourceCompilerTool"
193                         />
194                         <Tool
195                                 Name="VCPreLinkEventTool"
196                         />
197                         <Tool
198                                 Name="VCLibrarianTool"
199                         />
200                         <Tool
201                                 Name="VCALinkTool"
202                         />
203                         <Tool
204                                 Name="VCXDCMakeTool"
205                         />
206                         <Tool
207                                 Name="VCBscMakeTool"
208                         />
209                         <Tool
210                                 Name="VCFxCopTool"
211                         />
212                         <Tool
213                                 Name="VCPostBuildEventTool"
214                         />
215                 </Configuration>
216                 <Configuration
217                         Name="Release|x64"
218                         OutputDirectory="$(PlatformName)_$(ConfigurationName)/lib"
219                         IntermediateDirectory="$(PlatformName)_$(ConfigurationName)/obj/$(ProjectName)"
220                         ConfigurationType="4"
221                         CharacterSet="1"
222                         WholeProgramOptimization="1"
223                         >
224                         <Tool
225                                 Name="VCPreBuildEventTool"
226                                 CommandLine="copy ..\eglib\winconfig.h ..\eglib\config.h"
227                         />
228                         <Tool
229                                 Name="VCCustomBuildTool"
230                         />
231                         <Tool
232                                 Name="VCXMLDataGeneratorTool"
233                         />
234                         <Tool
235                                 Name="VCWebServiceProxyGeneratorTool"
236                         />
237                         <Tool
238                                 Name="VCMIDLTool"
239                                 TargetEnvironment="3"
240                         />
241                         <Tool
242                                 Name="VCCLCompilerTool"
243                                 Optimization="1"
244                                 AdditionalIncludeDirectories="../eglib/src;../eglib"
245                                 PreprocessorDefinitions="NDEBUG;__x86_64__;WIN64;_WIN64;WIN32;_WIN32;__WIN32__;_WINDOWS;WINDOWS;HOST_WIN32;TARGET_WIN32;_CRT_SECURE_NO_DEPRECATE;_LIB;_CRT_NONSTDC_NO_DEPRECATE;TARGET_AMD64"
246                                 RuntimeLibrary="2"
247                                 UsePrecompiledHeader="0"
248                                 WarningLevel="4"
249                                 WarnAsError="true"
250                                 Detect64BitPortabilityProblems="true"
251                                 DebugInformationFormat="3"
252                         />
253                         <Tool
254                                 Name="VCManagedResourceCompilerTool"
255                         />
256                         <Tool
257                                 Name="VCResourceCompilerTool"
258                         />
259                         <Tool
260                                 Name="VCPreLinkEventTool"
261                         />
262                         <Tool
263                                 Name="VCLibrarianTool"
264                         />
265                         <Tool
266                                 Name="VCALinkTool"
267                         />
268                         <Tool
269                                 Name="VCXDCMakeTool"
270                         />
271                         <Tool
272                                 Name="VCBscMakeTool"
273                         />
274                         <Tool
275                                 Name="VCFxCopTool"
276                         />
277                         <Tool
278                                 Name="VCPostBuildEventTool"
279                         />
280                 </Configuration>
281                 <Configuration
282                         Name="Debug_eglib|Win32"
283                         OutputDirectory="$(PlatformName)_$(ConfigurationName)/lib"
284                         IntermediateDirectory="$(PlatformName)_$(ConfigurationName)/obj/$(ProjectName)"
285                         ConfigurationType="4"
286                         CharacterSet="1"
287                         >
288                         <Tool
289                                 Name="VCPreBuildEventTool"
290                                 CommandLine="copy ..\eglib\winconfig.h ..\eglib\config.h"
291                         />
292                         <Tool
293                                 Name="VCCustomBuildTool"
294                         />
295                         <Tool
296                                 Name="VCXMLDataGeneratorTool"
297                         />
298                         <Tool
299                                 Name="VCWebServiceProxyGeneratorTool"
300                         />
301                         <Tool
302                                 Name="VCMIDLTool"
303                         />
304                         <Tool
305                                 Name="VCCLCompilerTool"
306                                 Optimization="0"
307                                 AdditionalIncludeDirectories="../eglib/src;../eglib"
308                                 PreprocessorDefinitions="_DEBUG;__i386__;i386;WIN32;_WIN32;__WIN32__;_WINDOWS;WINDOWS;HOST_WIN32;TARGET_WIN32;_CRT_SECURE_NO_DEPRECATE;_LIB;_CRT_NONSTDC_NO_DEPRECATE;TARGET_X86"
309                                 MinimalRebuild="true"
310                                 BasicRuntimeChecks="3"
311                                 RuntimeLibrary="3"
312                                 UsePrecompiledHeader="0"
313                                 WarningLevel="4"
314                                 WarnAsError="true"
315                                 Detect64BitPortabilityProblems="true"
316                                 DebugInformationFormat="4"
317                         />
318                         <Tool
319                                 Name="VCManagedResourceCompilerTool"
320                         />
321                         <Tool
322                                 Name="VCResourceCompilerTool"
323                         />
324                         <Tool
325                                 Name="VCPreLinkEventTool"
326                         />
327                         <Tool
328                                 Name="VCLibrarianTool"
329                         />
330                         <Tool
331                                 Name="VCALinkTool"
332                         />
333                         <Tool
334                                 Name="VCXDCMakeTool"
335                         />
336                         <Tool
337                                 Name="VCBscMakeTool"
338                         />
339                         <Tool
340                                 Name="VCFxCopTool"
341                         />
342                         <Tool
343                                 Name="VCPostBuildEventTool"
344                         />
345                 </Configuration>
346                 <Configuration
347                         Name="Debug_eglib|x64"
348                         OutputDirectory="$(PlatformName)_$(ConfigurationName)/lib"
349                         IntermediateDirectory="$(PlatformName)_$(ConfigurationName)/obj/$(ProjectName)"
350                         ConfigurationType="4"
351                         CharacterSet="1"
352                         >
353                         <Tool
354                                 Name="VCPreBuildEventTool"
355                                 CommandLine="copy ..\eglib\winconfig.h ..\eglib\config.h"
356                         />
357                         <Tool
358                                 Name="VCCustomBuildTool"
359                         />
360                         <Tool
361                                 Name="VCXMLDataGeneratorTool"
362                         />
363                         <Tool
364                                 Name="VCWebServiceProxyGeneratorTool"
365                         />
366                         <Tool
367                                 Name="VCMIDLTool"
368                                 TargetEnvironment="3"
369                         />
370                         <Tool
371                                 Name="VCCLCompilerTool"
372                                 Optimization="0"
373                                 AdditionalIncludeDirectories="../eglib/src;../eglib"
374                                 PreprocessorDefinitions="_DEBUG;__x86_64__;WIN64;_WIN64;WIN32;_WIN32;__WIN32__;_WINDOWS;WINDOWS;HOST_WIN32;TARGET_WIN32;_CRT_SECURE_NO_DEPRECATE;_LIB;_CRT_NONSTDC_NO_DEPRECATE;TARGET_AMD64"
375                                 MinimalRebuild="true"
376                                 BasicRuntimeChecks="3"
377                                 RuntimeLibrary="3"
378                                 UsePrecompiledHeader="0"
379                                 WarningLevel="4"
380                                 WarnAsError="true"
381                                 Detect64BitPortabilityProblems="true"
382                                 DebugInformationFormat="3"
383                         />
384                         <Tool
385                                 Name="VCManagedResourceCompilerTool"
386                         />
387                         <Tool
388                                 Name="VCResourceCompilerTool"
389                         />
390                         <Tool
391                                 Name="VCPreLinkEventTool"
392                         />
393                         <Tool
394                                 Name="VCLibrarianTool"
395                         />
396                         <Tool
397                                 Name="VCALinkTool"
398                         />
399                         <Tool
400                                 Name="VCXDCMakeTool"
401                         />
402                         <Tool
403                                 Name="VCBscMakeTool"
404                         />
405                         <Tool
406                                 Name="VCFxCopTool"
407                         />
408                         <Tool
409                                 Name="VCPostBuildEventTool"
410                         />
411                 </Configuration>
412                 <Configuration
413                         Name="Release_eglib|Win32"
414                         OutputDirectory="$(PlatformName)_$(ConfigurationName)/lib"
415                         IntermediateDirectory="$(PlatformName)_$(ConfigurationName)/obj/$(ProjectName)"
416                         ConfigurationType="4"
417                         CharacterSet="1"
418                         WholeProgramOptimization="1"
419                         >
420                         <Tool
421                                 Name="VCPreBuildEventTool"
422                                 CommandLine="copy ..\eglib\winconfig.h ..\eglib\config.h"
423                         />
424                         <Tool
425                                 Name="VCCustomBuildTool"
426                         />
427                         <Tool
428                                 Name="VCXMLDataGeneratorTool"
429                         />
430                         <Tool
431                                 Name="VCWebServiceProxyGeneratorTool"
432                         />
433                         <Tool
434                                 Name="VCMIDLTool"
435                         />
436                         <Tool
437                                 Name="VCCLCompilerTool"
438                                 Optimization="1"
439                                 AdditionalIncludeDirectories="../eglib/src;../eglib"
440                                 PreprocessorDefinitions="NDEBUG;__i386__;i386;WIN32;_WIN32;__WIN32__;_WINDOWS;WINDOWS;HOST_WIN32;TARGET_WIN32;_CRT_SECURE_NO_DEPRECATE;_LIB;_CRT_NONSTDC_NO_DEPRECATE;TARGET_X86"
441                                 RuntimeLibrary="2"
442                                 UsePrecompiledHeader="0"
443                                 WarningLevel="4"
444                                 WarnAsError="true"
445                                 Detect64BitPortabilityProblems="true"
446                                 DebugInformationFormat="3"
447                         />
448                         <Tool
449                                 Name="VCManagedResourceCompilerTool"
450                         />
451                         <Tool
452                                 Name="VCResourceCompilerTool"
453                         />
454                         <Tool
455                                 Name="VCPreLinkEventTool"
456                         />
457                         <Tool
458                                 Name="VCLibrarianTool"
459                         />
460                         <Tool
461                                 Name="VCALinkTool"
462                         />
463                         <Tool
464                                 Name="VCXDCMakeTool"
465                         />
466                         <Tool
467                                 Name="VCBscMakeTool"
468                         />
469                         <Tool
470                                 Name="VCFxCopTool"
471                         />
472                         <Tool
473                                 Name="VCPostBuildEventTool"
474                         />
475                 </Configuration>
476                 <Configuration
477                         Name="Release_eglib|x64"
478                         OutputDirectory="$(PlatformName)_$(ConfigurationName)/lib"
479                         IntermediateDirectory="$(PlatformName)_$(ConfigurationName)/obj/$(ProjectName)"
480                         ConfigurationType="4"
481                         CharacterSet="1"
482                         WholeProgramOptimization="1"
483                         >
484                         <Tool
485                                 Name="VCPreBuildEventTool"
486                                 CommandLine="copy ..\eglib\winconfig.h ..\eglib\config.h"
487                         />
488                         <Tool
489                                 Name="VCCustomBuildTool"
490                         />
491                         <Tool
492                                 Name="VCXMLDataGeneratorTool"
493                         />
494                         <Tool
495                                 Name="VCWebServiceProxyGeneratorTool"
496                         />
497                         <Tool
498                                 Name="VCMIDLTool"
499                                 TargetEnvironment="3"
500                         />
501                         <Tool
502                                 Name="VCCLCompilerTool"
503                                 Optimization="1"
504                                 AdditionalIncludeDirectories="../eglib/src;../eglib"
505                                 PreprocessorDefinitions="NDEBUG;__x86_64__;WIN64;_WIN64;WIN32;_WIN32;__WIN32__;_WINDOWS;WINDOWS;HOST_WIN32;TARGET_WIN32;_CRT_SECURE_NO_DEPRECATE;_LIB;_CRT_NONSTDC_NO_DEPRECATE;TARGET_AMD64"
506                                 RuntimeLibrary="2"
507                                 UsePrecompiledHeader="0"
508                                 WarningLevel="4"
509                                 WarnAsError="true"
510                                 Detect64BitPortabilityProblems="true"
511                                 DebugInformationFormat="3"
512                         />
513                         <Tool
514                                 Name="VCManagedResourceCompilerTool"
515                         />
516                         <Tool
517                                 Name="VCResourceCompilerTool"
518                         />
519                         <Tool
520                                 Name="VCPreLinkEventTool"
521                         />
522                         <Tool
523                                 Name="VCLibrarianTool"
524                         />
525                         <Tool
526                                 Name="VCALinkTool"
527                         />
528                         <Tool
529                                 Name="VCXDCMakeTool"
530                         />
531                         <Tool
532                                 Name="VCBscMakeTool"
533                         />
534                         <Tool
535                                 Name="VCFxCopTool"
536                         />
537                         <Tool
538                                 Name="VCPostBuildEventTool"
539                         />
540                 </Configuration>
541         </Configurations>
542         <References>
543         </References>
544         <Files>
545                 <Filter
546                         Name="Source Files"
547                         Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
548                         UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
549                         >
550                         <File
551                                 RelativePath="..\eglib\src\garray.c"
552                                 >
553                         </File>
554                         <File
555                                 RelativePath="..\eglib\src\gdate-win32.c"
556                                 >
557                         </File>
558                         <File
559                                 RelativePath="..\eglib\src\gdir-win32.c"
560                                 >
561                         </File>
562                         <File
563                                 RelativePath="..\eglib\src\gerror.c"
564                                 >
565                         </File>
566                         <File
567                                 RelativePath="..\eglib\src\gfile-posix.c"
568                                 >
569                         </File>
570                         <File
571                                 RelativePath="..\eglib\src\gfile-win32.c"
572                                 >
573                         </File>
574                         <File
575                                 RelativePath="..\eglib\src\gfile.c"
576                                 >
577                         </File>
578                         <File
579                                 RelativePath="..\eglib\src\ghashtable.c"
580                                 >
581                         </File>
582                         <File
583                                 RelativePath="..\eglib\src\glist.c"
584                                 >
585                         </File>
586                         <File
587                                 RelativePath="..\eglib\src\gmarkup.c"
588                                 >
589                         </File>
590                         <File
591                                 RelativePath="..\eglib\src\gmem.c"
592                                 >
593                         </File>
594                         <File
595                                 RelativePath="..\eglib\src\gmisc-win32.c"
596                                 >
597                         </File>
598                         <File
599                                 RelativePath="..\eglib\src\gmodule-win32.c"
600                                 >
601                         </File>
602                         <File
603                                 RelativePath="..\eglib\src\goutput.c"
604                                 >
605                         </File>
606                         <File
607                                 RelativePath="..\eglib\src\gpath.c"
608                                 >
609                         </File>
610                         <File
611                                 RelativePath="..\eglib\src\gpattern.c"
612                                 >
613                         </File>
614                         <File
615                                 RelativePath="..\eglib\src\gptrarray.c"
616                                 >
617                         </File>
618                         <File
619                                 RelativePath="..\eglib\src\gqueue.c"
620                                 >
621                         </File>
622                         <File
623                                 RelativePath="..\eglib\src\gshell.c"
624                                 >
625                         </File>
626                         <File
627                                 RelativePath="..\eglib\src\gslist.c"
628                                 >
629                         </File>
630                         <File
631                                 RelativePath="..\eglib\src\gspawn.c"
632                                 >
633                         </File>
634                         <File
635                                 RelativePath="..\eglib\src\gstr.c"
636                                 >
637                         </File>
638                         <File
639                                 RelativePath="..\eglib\src\gstring.c"
640                                 >
641                         </File>
642                         <File
643                                 RelativePath="..\eglib\src\gtimer-win32.c"
644                                 >
645                         </File>
646                         <File
647                                 RelativePath="..\eglib\src\gunicode.c"
648                                 >
649                         </File>
650                         <File
651                                 RelativePath="..\eglib\src\gutf8.c"
652                                 >
653                         </File>
654                         <File
655                                 RelativePath="..\eglib\src\vasprintf.c"
656                                 >
657                         </File>
658                 </Filter>
659                 <Filter
660                         Name="Header Files"
661                         Filter="h;hpp;hxx;hm;inl;inc;xsd"
662                         UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
663                         >
664                         <File
665                                 RelativePath="..\eglib\src\glib.h"
666                                 >
667                         </File>
668                         <File
669                                 RelativePath="..\eglib\src\gmodule.h"
670                                 >
671                         </File>
672                         <File
673                                 RelativePath="..\eglib\src\sort.frag.h"
674                                 >
675                         </File>
676                 </Filter>
677                 <Filter
678                         Name="Resource Files"
679                         Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
680                         UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
681                         >
682                 </Filter>
683         </Files>
684         <Globals>
685         </Globals>
686 </VisualStudioProject>