[xbuild] Vbc task - make error column check a little non-specific.
[mono.git] / msvc / test_eglib.vcproj
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3         ProjectType="Visual C++"
4         Version="9.00"
5         Name="test_eglib"
6         ProjectGUID="{80A0620A-3478-4E1A-AA7C-0D2387B892AB}"
7         RootNamespace="test_eglib"
8         Keyword="Win32Proj"
9         TargetFrameworkVersion="131072"
10         >
11         <Platforms>
12                 <Platform
13                         Name="Win32"
14                 />
15                 <Platform
16                         Name="x64"
17                 />
18         </Platforms>
19         <ToolFiles>
20         </ToolFiles>
21         <Configurations>
22                 <Configuration
23                         Name="Debug|Win32"
24                         OutputDirectory="$(PlatformName)_$(ConfigurationName)/bin"
25                         IntermediateDirectory="$(PlatformName)_$(ConfigurationName)/obj/$(ProjectName)"
26                         ConfigurationType="1"
27                         CharacterSet="1"
28                         >
29                         <Tool
30                                 Name="VCPreBuildEventTool"
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="&quot;$(MONO_DEPENDENCIES_PREFIX)\include\glib-2.0&quot;;&quot;$(MONO_DEPENDENCIES_PREFIX)\include\glib-2.0\glib&quot;;&quot;$(MONO_DEPENDENCIES_PREFIX)\lib\glib-2.0\include&quot;;../msvc;../"
48                                 PreprocessorDefinitions="WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_FORTIFY_SOURCE=2"
49                                 MinimalRebuild="true"
50                                 BasicRuntimeChecks="3"
51                                 RuntimeLibrary="3"
52                                 UsePrecompiledHeader="0"
53                                 WarningLevel="4"
54                                 WarnAsError="false"
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="VCLinkerTool"
69                                 LinkLibraryDependencies="false"
70                                 AdditionalDependencies="Ws2_32.lib Psapi.lib glib-2.0.lib gthread-2.0.lib gmodule-2.0.lib"
71                                 AdditionalLibraryDirectories="&quot;$(PlatformName)_$(ConfigurationName)/lib&quot;;&quot;$(MONO_DEPENDENCIES_PREFIX)\lib&quot;"
72                                 GenerateDebugInformation="true"
73                                 OptimizeReferences="1"
74                                 EnableCOMDATFolding="1"
75                                 OptimizeForWindows98="1"
76                                 RandomizedBaseAddress="1"
77                                 DataExecutionPrevention="0"
78                         />
79                         <Tool
80                                 Name="VCALinkTool"
81                         />
82                         <Tool
83                                 Name="VCManifestTool"
84                         />
85                         <Tool
86                                 Name="VCXDCMakeTool"
87                         />
88                         <Tool
89                                 Name="VCBscMakeTool"
90                         />
91                         <Tool
92                                 Name="VCFxCopTool"
93                         />
94                         <Tool
95                                 Name="VCAppVerifierTool"
96                         />
97                         <Tool
98                                 Name="VCPostBuildEventTool"
99                         />
100                 </Configuration>
101                 <Configuration
102                         Name="Release|Win32"
103                         OutputDirectory="$(PlatformName)_$(ConfigurationName)/bin"
104                         IntermediateDirectory="$(PlatformName)_$(ConfigurationName)/obj/$(ProjectName)"
105                         ConfigurationType="1"
106                         CharacterSet="1"
107                         WholeProgramOptimization="1"
108                         >
109                         <Tool
110                                 Name="VCPreBuildEventTool"
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                                 Optimization="1"
127                                 AdditionalIncludeDirectories="&quot;$(MONO_DEPENDENCIES_PREFIX)\include\glib-2.0&quot;;&quot;$(MONO_DEPENDENCIES_PREFIX)\include\glib-2.0\glib&quot;;&quot;$(MONO_DEPENDENCIES_PREFIX)\lib\glib-2.0\include&quot;;../msvc;../"
128                                 PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_FORTIFY_SOURCE=2"
129                                 RuntimeLibrary="2"
130                                 UsePrecompiledHeader="0"
131                                 WarningLevel="4"
132                                 WarnAsError="false"
133                                 Detect64BitPortabilityProblems="true"
134                                 DebugInformationFormat="3"
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                                 LinkLibraryDependencies="false"
148                                 AdditionalDependencies="Ws2_32.lib Psapi.lib"
149                                 AdditionalLibraryDirectories="&quot;$(PlatformName)_$(ConfigurationName)/lib&quot;;&quot;$(MONO_DEPENDENCIES_PREFIX)\lib&quot;"
150                                 RandomizedBaseAddress="1"
151                                 DataExecutionPrevention="0"
152                         />
153                         <Tool
154                                 Name="VCALinkTool"
155                         />
156                         <Tool
157                                 Name="VCManifestTool"
158                         />
159                         <Tool
160                                 Name="VCXDCMakeTool"
161                         />
162                         <Tool
163                                 Name="VCBscMakeTool"
164                         />
165                         <Tool
166                                 Name="VCFxCopTool"
167                         />
168                         <Tool
169                                 Name="VCAppVerifierTool"
170                         />
171                         <Tool
172                                 Name="VCPostBuildEventTool"
173                         />
174                 </Configuration>
175                 <Configuration
176                         Name="Debug_eglib|Win32"
177                         OutputDirectory="$(PlatformName)_$(ConfigurationName)/bin"
178                         IntermediateDirectory="$(PlatformName)_$(ConfigurationName)/obj/$(ProjectName)"
179                         ConfigurationType="1"
180                         CharacterSet="1"
181                         >
182                         <Tool
183                                 Name="VCPreBuildEventTool"
184                         />
185                         <Tool
186                                 Name="VCCustomBuildTool"
187                         />
188                         <Tool
189                                 Name="VCXMLDataGeneratorTool"
190                         />
191                         <Tool
192                                 Name="VCWebServiceProxyGeneratorTool"
193                         />
194                         <Tool
195                                 Name="VCMIDLTool"
196                         />
197                         <Tool
198                                 Name="VCCLCompilerTool"
199                                 Optimization="0"
200                                 AdditionalIncludeDirectories="../eglib/src;../eglib/test;../eglib;../msvc"
201                                 PreprocessorDefinitions="WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_FORTIFY_SOURCE=2"
202                                 MinimalRebuild="true"
203                                 BasicRuntimeChecks="3"
204                                 RuntimeLibrary="3"
205                                 UsePrecompiledHeader="0"
206                                 WarningLevel="4"
207                                 WarnAsError="false"
208                                 Detect64BitPortabilityProblems="true"
209                                 DebugInformationFormat="4"
210                         />
211                         <Tool
212                                 Name="VCManagedResourceCompilerTool"
213                         />
214                         <Tool
215                                 Name="VCResourceCompilerTool"
216                         />
217                         <Tool
218                                 Name="VCPreLinkEventTool"
219                         />
220                         <Tool
221                                 Name="VCLinkerTool"
222                                 LinkLibraryDependencies="false"
223                                 AdditionalDependencies="Ws2_32.lib Psapi.lib eglib.lib"
224                                 AdditionalLibraryDirectories="&quot;$(PlatformName)_$(ConfigurationName)/lib&quot;"
225                                 GenerateDebugInformation="true"
226                                 OptimizeReferences="1"
227                                 EnableCOMDATFolding="1"
228                                 OptimizeForWindows98="1"
229                                 RandomizedBaseAddress="1"
230                                 DataExecutionPrevention="0"
231                         />
232                         <Tool
233                                 Name="VCALinkTool"
234                         />
235                         <Tool
236                                 Name="VCManifestTool"
237                         />
238                         <Tool
239                                 Name="VCXDCMakeTool"
240                         />
241                         <Tool
242                                 Name="VCBscMakeTool"
243                         />
244                         <Tool
245                                 Name="VCFxCopTool"
246                         />
247                         <Tool
248                                 Name="VCAppVerifierTool"
249                         />
250                         <Tool
251                                 Name="VCPostBuildEventTool"
252                         />
253                 </Configuration>
254                 <Configuration
255                         Name="Release_eglib|Win32"
256                         OutputDirectory="$(PlatformName)_$(ConfigurationName)/bin"
257                         IntermediateDirectory="$(PlatformName)_$(ConfigurationName)/obj/$(ProjectName)"
258                         ConfigurationType="1"
259                         CharacterSet="1"
260                         WholeProgramOptimization="1"
261                         >
262                         <Tool
263                                 Name="VCPreBuildEventTool"
264                         />
265                         <Tool
266                                 Name="VCCustomBuildTool"
267                         />
268                         <Tool
269                                 Name="VCXMLDataGeneratorTool"
270                         />
271                         <Tool
272                                 Name="VCWebServiceProxyGeneratorTool"
273                         />
274                         <Tool
275                                 Name="VCMIDLTool"
276                         />
277                         <Tool
278                                 Name="VCCLCompilerTool"
279                                 Optimization="1"
280                                 AdditionalIncludeDirectories="../eglib/src;../eglib/test;../eglib;../msvc"
281                                 PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_FORTIFY_SOURCE=2"
282                                 RuntimeLibrary="2"
283                                 UsePrecompiledHeader="0"
284                                 WarningLevel="4"
285                                 WarnAsError="false"
286                                 Detect64BitPortabilityProblems="true"
287                                 DebugInformationFormat="3"
288                         />
289                         <Tool
290                                 Name="VCManagedResourceCompilerTool"
291                         />
292                         <Tool
293                                 Name="VCResourceCompilerTool"
294                         />
295                         <Tool
296                                 Name="VCPreLinkEventTool"
297                         />
298                         <Tool
299                                 Name="VCLinkerTool"
300                                 LinkLibraryDependencies="false"
301                                 AdditionalDependencies="Ws2_32.lib Psapi.lib eglib.lib"
302                                 AdditionalLibraryDirectories="&quot;$(PlatformName)_$(ConfigurationName)/lib&quot;"
303                                 RandomizedBaseAddress="1"
304                                 DataExecutionPrevention="0"
305                         />
306                         <Tool
307                                 Name="VCALinkTool"
308                         />
309                         <Tool
310                                 Name="VCManifestTool"
311                         />
312                         <Tool
313                                 Name="VCXDCMakeTool"
314                         />
315                         <Tool
316                                 Name="VCBscMakeTool"
317                         />
318                         <Tool
319                                 Name="VCFxCopTool"
320                         />
321                         <Tool
322                                 Name="VCAppVerifierTool"
323                         />
324                         <Tool
325                                 Name="VCPostBuildEventTool"
326                         />
327                 </Configuration>
328                 <Configuration
329                         Name="Debug|x64"
330                         OutputDirectory="$(PlatformName)_$(ConfigurationName)/bin"
331                         IntermediateDirectory="$(PlatformName)_$(ConfigurationName)/obj/$(ProjectName)"
332                         ConfigurationType="1"
333                         CharacterSet="1"
334                         >
335                         <Tool
336                                 Name="VCPreBuildEventTool"
337                         />
338                         <Tool
339                                 Name="VCCustomBuildTool"
340                         />
341                         <Tool
342                                 Name="VCXMLDataGeneratorTool"
343                         />
344                         <Tool
345                                 Name="VCWebServiceProxyGeneratorTool"
346                         />
347                         <Tool
348                                 Name="VCMIDLTool"
349                                 TargetEnvironment="3"
350                         />
351                         <Tool
352                                 Name="VCCLCompilerTool"
353                                 Optimization="0"
354                                 AdditionalIncludeDirectories="&quot;$(MONO_DEPENDENCIES_PREFIX)\include\glib-2.0&quot;;&quot;$(MONO_DEPENDENCIES_PREFIX)\include\glib-2.0\glib&quot;;&quot;$(MONO_DEPENDENCIES_PREFIX)\lib\glib-2.0\include&quot;;../msvc;../"
355                                 PreprocessorDefinitions="WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_FORTIFY_SOURCE=2"
356                                 MinimalRebuild="true"
357                                 BasicRuntimeChecks="3"
358                                 RuntimeLibrary="3"
359                                 UsePrecompiledHeader="0"
360                                 WarningLevel="4"
361                                 WarnAsError="false"
362                                 Detect64BitPortabilityProblems="true"
363                                 DebugInformationFormat="3"
364                         />
365                         <Tool
366                                 Name="VCManagedResourceCompilerTool"
367                         />
368                         <Tool
369                                 Name="VCResourceCompilerTool"
370                         />
371                         <Tool
372                                 Name="VCPreLinkEventTool"
373                         />
374                         <Tool
375                                 Name="VCLinkerTool"
376                                 LinkLibraryDependencies="false"
377                                 AdditionalDependencies="Ws2_32.lib Psapi.lib"
378                                 AdditionalLibraryDirectories="&quot;$(PlatformName)_$(ConfigurationName)/lib&quot;;&quot;$(MONO_DEPENDENCIES_PREFIX)\lib&quot;"
379                                 GenerateDebugInformation="true"
380                                 OptimizeReferences="1"
381                                 EnableCOMDATFolding="1"
382                                 OptimizeForWindows98="1"
383                                 TargetMachine="17"
384                         />
385                         <Tool
386                                 Name="VCALinkTool"
387                         />
388                         <Tool
389                                 Name="VCManifestTool"
390                         />
391                         <Tool
392                                 Name="VCXDCMakeTool"
393                         />
394                         <Tool
395                                 Name="VCBscMakeTool"
396                         />
397                         <Tool
398                                 Name="VCFxCopTool"
399                         />
400                         <Tool
401                                 Name="VCAppVerifierTool"
402                         />
403                         <Tool
404                                 Name="VCWebDeploymentTool"
405                         />
406                         <Tool
407                                 Name="VCPostBuildEventTool"
408                         />
409                 </Configuration>
410                 <Configuration
411                         Name="Release|x64"
412                         OutputDirectory="$(PlatformName)_$(ConfigurationName)/bin"
413                         IntermediateDirectory="$(PlatformName)_$(ConfigurationName)/obj/$(ProjectName)"
414                         ConfigurationType="1"
415                         CharacterSet="1"
416                         WholeProgramOptimization="1"
417                         >
418                         <Tool
419                                 Name="VCPreBuildEventTool"
420                         />
421                         <Tool
422                                 Name="VCCustomBuildTool"
423                         />
424                         <Tool
425                                 Name="VCXMLDataGeneratorTool"
426                         />
427                         <Tool
428                                 Name="VCWebServiceProxyGeneratorTool"
429                         />
430                         <Tool
431                                 Name="VCMIDLTool"
432                                 TargetEnvironment="3"
433                         />
434                         <Tool
435                                 Name="VCCLCompilerTool"
436                                 Optimization="1"
437                                 AdditionalIncludeDirectories="&quot;$(MONO_DEPENDENCIES_PREFIX)\include\glib-2.0&quot;;&quot;$(MONO_DEPENDENCIES_PREFIX)\include\glib-2.0\glib&quot;;&quot;$(MONO_DEPENDENCIES_PREFIX)\lib\glib-2.0\include&quot;;../msvc;../"
438                                 PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_FORTIFY_SOURCE=2"
439                                 RuntimeLibrary="2"
440                                 UsePrecompiledHeader="0"
441                                 WarningLevel="4"
442                                 WarnAsError="false"
443                                 Detect64BitPortabilityProblems="true"
444                                 DebugInformationFormat="3"
445                         />
446                         <Tool
447                                 Name="VCManagedResourceCompilerTool"
448                         />
449                         <Tool
450                                 Name="VCResourceCompilerTool"
451                         />
452                         <Tool
453                                 Name="VCPreLinkEventTool"
454                         />
455                         <Tool
456                                 Name="VCLinkerTool"
457                                 LinkLibraryDependencies="false"
458                                 AdditionalDependencies="Ws2_32.lib Psapi.lib"
459                                 AdditionalLibraryDirectories="&quot;$(PlatformName)_$(ConfigurationName)/lib&quot;;&quot;$(MONO_DEPENDENCIES_PREFIX)\lib&quot;"
460                                 TargetMachine="17"
461                         />
462                         <Tool
463                                 Name="VCALinkTool"
464                         />
465                         <Tool
466                                 Name="VCManifestTool"
467                         />
468                         <Tool
469                                 Name="VCXDCMakeTool"
470                         />
471                         <Tool
472                                 Name="VCBscMakeTool"
473                         />
474                         <Tool
475                                 Name="VCFxCopTool"
476                         />
477                         <Tool
478                                 Name="VCAppVerifierTool"
479                         />
480                         <Tool
481                                 Name="VCWebDeploymentTool"
482                         />
483                         <Tool
484                                 Name="VCPostBuildEventTool"
485                         />
486                 </Configuration>
487                 <Configuration
488                         Name="Debug_eglib|x64"
489                         OutputDirectory="$(PlatformName)_$(ConfigurationName)/bin"
490                         IntermediateDirectory="$(PlatformName)_$(ConfigurationName)/obj/$(ProjectName)"
491                         ConfigurationType="1"
492                         CharacterSet="1"
493                         >
494                         <Tool
495                                 Name="VCPreBuildEventTool"
496                         />
497                         <Tool
498                                 Name="VCCustomBuildTool"
499                         />
500                         <Tool
501                                 Name="VCXMLDataGeneratorTool"
502                         />
503                         <Tool
504                                 Name="VCWebServiceProxyGeneratorTool"
505                         />
506                         <Tool
507                                 Name="VCMIDLTool"
508                                 TargetEnvironment="3"
509                         />
510                         <Tool
511                                 Name="VCCLCompilerTool"
512                                 Optimization="0"
513                                 AdditionalIncludeDirectories="../eglib/src;../eglib/test;../eglib;../msvc"
514                                 PreprocessorDefinitions="WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_FORTIFY_SOURCE=2"
515                                 MinimalRebuild="true"
516                                 BasicRuntimeChecks="3"
517                                 RuntimeLibrary="3"
518                                 UsePrecompiledHeader="0"
519                                 WarningLevel="4"
520                                 WarnAsError="false"
521                                 Detect64BitPortabilityProblems="true"
522                                 DebugInformationFormat="3"
523                         />
524                         <Tool
525                                 Name="VCManagedResourceCompilerTool"
526                         />
527                         <Tool
528                                 Name="VCResourceCompilerTool"
529                         />
530                         <Tool
531                                 Name="VCPreLinkEventTool"
532                         />
533                         <Tool
534                                 Name="VCLinkerTool"
535                                 LinkLibraryDependencies="false"
536                                 AdditionalDependencies="Ws2_32.lib Psapi.lib eglib.lib"
537                                 AdditionalLibraryDirectories="&quot;$(PlatformName)_$(ConfigurationName)/lib&quot;"
538                                 GenerateDebugInformation="true"
539                                 OptimizeReferences="1"
540                                 EnableCOMDATFolding="1"
541                                 OptimizeForWindows98="1"
542                                 TargetMachine="17"
543                         />
544                         <Tool
545                                 Name="VCALinkTool"
546                         />
547                         <Tool
548                                 Name="VCManifestTool"
549                         />
550                         <Tool
551                                 Name="VCXDCMakeTool"
552                         />
553                         <Tool
554                                 Name="VCBscMakeTool"
555                         />
556                         <Tool
557                                 Name="VCFxCopTool"
558                         />
559                         <Tool
560                                 Name="VCAppVerifierTool"
561                         />
562                         <Tool
563                                 Name="VCWebDeploymentTool"
564                         />
565                         <Tool
566                                 Name="VCPostBuildEventTool"
567                         />
568                 </Configuration>
569                 <Configuration
570                         Name="Release_eglib|x64"
571                         OutputDirectory="$(PlatformName)_$(ConfigurationName)/bin"
572                         IntermediateDirectory="$(PlatformName)_$(ConfigurationName)/obj/$(ProjectName)"
573                         ConfigurationType="1"
574                         CharacterSet="1"
575                         WholeProgramOptimization="1"
576                         >
577                         <Tool
578                                 Name="VCPreBuildEventTool"
579                         />
580                         <Tool
581                                 Name="VCCustomBuildTool"
582                         />
583                         <Tool
584                                 Name="VCXMLDataGeneratorTool"
585                         />
586                         <Tool
587                                 Name="VCWebServiceProxyGeneratorTool"
588                         />
589                         <Tool
590                                 Name="VCMIDLTool"
591                                 TargetEnvironment="3"
592                         />
593                         <Tool
594                                 Name="VCCLCompilerTool"
595                                 Optimization="1"
596                                 AdditionalIncludeDirectories="../eglib/src;../eglib/test;../eglib;../msvc"
597                                 PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_FORTIFY_SOURCE=2"
598                                 RuntimeLibrary="2"
599                                 UsePrecompiledHeader="0"
600                                 WarningLevel="4"
601                                 WarnAsError="false"
602                                 Detect64BitPortabilityProblems="true"
603                                 DebugInformationFormat="3"
604                         />
605                         <Tool
606                                 Name="VCManagedResourceCompilerTool"
607                         />
608                         <Tool
609                                 Name="VCResourceCompilerTool"
610                         />
611                         <Tool
612                                 Name="VCPreLinkEventTool"
613                         />
614                         <Tool
615                                 Name="VCLinkerTool"
616                                 LinkLibraryDependencies="false"
617                                 AdditionalDependencies="Ws2_32.lib Psapi.lib eglib.lib"
618                                 AdditionalLibraryDirectories="&quot;$(PlatformName)_$(ConfigurationName)/lib&quot;"
619                                 TargetMachine="17"
620                         />
621                         <Tool
622                                 Name="VCALinkTool"
623                         />
624                         <Tool
625                                 Name="VCManifestTool"
626                         />
627                         <Tool
628                                 Name="VCXDCMakeTool"
629                         />
630                         <Tool
631                                 Name="VCBscMakeTool"
632                         />
633                         <Tool
634                                 Name="VCFxCopTool"
635                         />
636                         <Tool
637                                 Name="VCAppVerifierTool"
638                         />
639                         <Tool
640                                 Name="VCWebDeploymentTool"
641                         />
642                         <Tool
643                                 Name="VCPostBuildEventTool"
644                         />
645                 </Configuration>
646         </Configurations>
647         <References>
648         </References>
649         <Files>
650                 <Filter
651                         Name="Source Files"
652                         Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
653                         UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
654                         >
655                         <File
656                                 RelativePath="..\eglib\test\array.c"
657                                 >
658                         </File>
659                         <File
660                                 RelativePath="..\eglib\test\dir.c"
661                                 >
662                         </File>
663                         <File
664                                 RelativePath="..\eglib\test\driver.c"
665                                 >
666                         </File>
667                         <File
668                                 RelativePath="..\eglib\test\endian.c"
669                                 >
670                         </File>
671                         <File
672                                 RelativePath="..\eglib\test\fake.c"
673                                 >
674                         </File>
675                         <File
676                                 RelativePath="..\eglib\test\file.c"
677                                 >
678                         </File>
679                         <File
680                                 RelativePath=".\getopt.c"
681                                 >
682                         </File>
683                         <File
684                                 RelativePath=".\getopt_long.c"
685                                 >
686                         </File>
687                         <File
688                                 RelativePath="..\eglib\test\hashtable.c"
689                                 >
690                         </File>
691                         <File
692                                 RelativePath="..\eglib\test\list.c"
693                                 >
694                         </File>
695                         <File
696                                 RelativePath="..\eglib\test\markup.c"
697                                 >
698                         </File>
699                         <File
700                                 RelativePath="..\eglib\test\memory.c"
701                                 >
702                         </File>
703                         <File
704                                 RelativePath="..\eglib\test\module.c"
705                                 >
706                         </File>
707                         <File
708                                 RelativePath="..\eglib\test\path.c"
709                                 >
710                         </File>
711                         <File
712                                 RelativePath="..\eglib\test\pattern.c"
713                                 >
714                         </File>
715                         <File
716                                 RelativePath="..\eglib\test\ptrarray.c"
717                                 >
718                         </File>
719                         <File
720                                 RelativePath="..\eglib\test\queue.c"
721                                 >
722                         </File>
723                         <File
724                                 RelativePath="..\eglib\test\shell.c"
725                                 >
726                         </File>
727                         <File
728                                 RelativePath="..\eglib\test\sizes.c"
729                                 >
730                         </File>
731                         <File
732                                 RelativePath="..\eglib\test\slist.c"
733                                 >
734                         </File>
735                         <File
736                                 RelativePath="..\eglib\test\spawn.c"
737                                 >
738                         </File>
739                         <File
740                                 RelativePath="..\eglib\test\string-util.c"
741                                 >
742                         </File>
743                         <File
744                                 RelativePath="..\eglib\test\string.c"
745                                 >
746                         </File>
747                         <File
748                                 RelativePath="..\eglib\test\test.c"
749                                 >
750                         </File>
751                         <File
752                                 RelativePath="..\eglib\test\timer.c"
753                                 >
754                         </File>
755                         <File
756                                 RelativePath="..\eglib\test\unicode.c"
757                                 >
758                         </File>
759                         <File
760                                 RelativePath="..\eglib\test\utf8.c"
761                                 >
762                         </File>
763                 </Filter>
764                 <Filter
765                         Name="Header Files"
766                         Filter="h;hpp;hxx;hm;inl;inc;xsd"
767                         UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
768                         >
769                         <File
770                                 RelativePath=".\getopt.h"
771                                 >
772                         </File>
773                         <File
774                                 RelativePath=".\getopt_long.h"
775                                 >
776                         </File>
777                         <File
778                                 RelativePath="..\eglib\src\glib.h"
779                                 >
780                         </File>
781                         <File
782                                 RelativePath="..\eglib\test\test.h"
783                                 >
784                         </File>
785                         <File
786                                 RelativePath="..\eglib\test\tests.h"
787                                 >
788                         </File>
789                 </Filter>
790                 <Filter
791                         Name="Resource Files"
792                         Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
793                         UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
794                         >
795                 </Filter>
796         </Files>
797         <Globals>
798         </Globals>
799 </VisualStudioProject>