2007-04-27 Jonathan Chambers <joncham@gmail.com>
[mono.git] / msvc / 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="./bin/$(ProjectName)/$(PlatformName)/$(ConfigurationName)"
24                         IntermediateDirectory="./obj/$(ProjectName)/$(PlatformName)/$(ConfigurationName)"
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="WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
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="./bin/$(ProjectName)/$(PlatformName)/$(ConfigurationName)"
89                         IntermediateDirectory="./obj/$(ProjectName)/$(PlatformName)/$(ConfigurationName)"
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="WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
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="./bin/$(ProjectName)/$(PlatformName)/$(ConfigurationName)"
155                         IntermediateDirectory="./obj/$(ProjectName)/$(PlatformName)/$(ConfigurationName)"
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                                 AdditionalIncludeDirectories="../eglib/src;../eglib"
179                                 PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
180                                 RuntimeLibrary="2"
181                                 UsePrecompiledHeader="0"
182                                 WarningLevel="4"
183                                 WarnAsError="true"
184                                 Detect64BitPortabilityProblems="true"
185                                 DebugInformationFormat="3"
186                         />
187                         <Tool
188                                 Name="VCManagedResourceCompilerTool"
189                         />
190                         <Tool
191                                 Name="VCResourceCompilerTool"
192                         />
193                         <Tool
194                                 Name="VCPreLinkEventTool"
195                         />
196                         <Tool
197                                 Name="VCLibrarianTool"
198                         />
199                         <Tool
200                                 Name="VCALinkTool"
201                         />
202                         <Tool
203                                 Name="VCXDCMakeTool"
204                         />
205                         <Tool
206                                 Name="VCBscMakeTool"
207                         />
208                         <Tool
209                                 Name="VCFxCopTool"
210                         />
211                         <Tool
212                                 Name="VCPostBuildEventTool"
213                         />
214                 </Configuration>
215                 <Configuration
216                         Name="Release|x64"
217                         OutputDirectory="./bin/$(ProjectName)/$(PlatformName)/$(ConfigurationName)"
218                         IntermediateDirectory="./obj/$(ProjectName)/$(PlatformName)/$(ConfigurationName)"
219                         ConfigurationType="4"
220                         CharacterSet="1"
221                         WholeProgramOptimization="1"
222                         >
223                         <Tool
224                                 Name="VCPreBuildEventTool"
225                                 CommandLine="copy ..\eglib\winconfig.h ..\eglib\config.h"
226                         />
227                         <Tool
228                                 Name="VCCustomBuildTool"
229                         />
230                         <Tool
231                                 Name="VCXMLDataGeneratorTool"
232                         />
233                         <Tool
234                                 Name="VCWebServiceProxyGeneratorTool"
235                         />
236                         <Tool
237                                 Name="VCMIDLTool"
238                                 TargetEnvironment="3"
239                         />
240                         <Tool
241                                 Name="VCCLCompilerTool"
242                                 AdditionalIncludeDirectories="../eglib/src;../eglib"
243                                 PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
244                                 RuntimeLibrary="2"
245                                 UsePrecompiledHeader="0"
246                                 WarningLevel="4"
247                                 WarnAsError="true"
248                                 Detect64BitPortabilityProblems="true"
249                                 DebugInformationFormat="3"
250                         />
251                         <Tool
252                                 Name="VCManagedResourceCompilerTool"
253                         />
254                         <Tool
255                                 Name="VCResourceCompilerTool"
256                         />
257                         <Tool
258                                 Name="VCPreLinkEventTool"
259                         />
260                         <Tool
261                                 Name="VCLibrarianTool"
262                         />
263                         <Tool
264                                 Name="VCALinkTool"
265                         />
266                         <Tool
267                                 Name="VCXDCMakeTool"
268                         />
269                         <Tool
270                                 Name="VCBscMakeTool"
271                         />
272                         <Tool
273                                 Name="VCFxCopTool"
274                         />
275                         <Tool
276                                 Name="VCPostBuildEventTool"
277                         />
278                 </Configuration>
279         </Configurations>
280         <References>
281         </References>
282         <Files>
283                 <Filter
284                         Name="Source Files"
285                         Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
286                         UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
287                         >
288                         <File
289                                 RelativePath="..\eglib\src\garray.c"
290                                 >
291                         </File>
292                         <File
293                                 RelativePath="..\eglib\src\gdate.c"
294                                 >
295                         </File>
296                         <File
297                                 RelativePath="..\eglib\src\gdir.c"
298                                 >
299                         </File>
300                         <File
301                                 RelativePath="..\eglib\src\gerror.c"
302                                 >
303                         </File>
304                         <File
305                                 RelativePath="..\eglib\src\gfile.c"
306                                 >
307                         </File>
308                         <File
309                                 RelativePath="..\eglib\src\ghashtable.c"
310                                 >
311                         </File>
312                         <File
313                                 RelativePath="..\eglib\src\glist.c"
314                                 >
315                         </File>
316                         <File
317                                 RelativePath="..\eglib\src\gmarkup.c"
318                                 >
319                         </File>
320                         <File
321                                 RelativePath="..\eglib\src\gmem.c"
322                                 >
323                         </File>
324                         <File
325                                 RelativePath="..\eglib\src\gmisc.c"
326                                 >
327                         </File>
328                         <File
329                                 RelativePath="..\eglib\src\gmodule.c"
330                                 >
331                         </File>
332                         <File
333                                 RelativePath="..\eglib\src\goutput.c"
334                                 >
335                         </File>
336                         <File
337                                 RelativePath="..\eglib\src\gpath.c"
338                                 >
339                         </File>
340                         <File
341                                 RelativePath="..\eglib\src\gpattern.c"
342                                 >
343                         </File>
344                         <File
345                                 RelativePath="..\eglib\src\gptrarray.c"
346                                 >
347                         </File>
348                         <File
349                                 RelativePath="..\eglib\src\gqueue.c"
350                                 >
351                         </File>
352                         <File
353                                 RelativePath="..\eglib\src\gshell.c"
354                                 >
355                         </File>
356                         <File
357                                 RelativePath="..\eglib\src\gslist.c"
358                                 >
359                         </File>
360                         <File
361                                 RelativePath="..\eglib\src\gspawn.c"
362                                 >
363                         </File>
364                         <File
365                                 RelativePath="..\eglib\src\gstr.c"
366                                 >
367                         </File>
368                         <File
369                                 RelativePath="..\eglib\src\gstring.c"
370                                 >
371                         </File>
372                         <File
373                                 RelativePath="..\eglib\src\gtimer.c"
374                                 >
375                         </File>
376                         <File
377                                 RelativePath="..\eglib\src\gunicode.c"
378                                 >
379                         </File>
380                         <File
381                                 RelativePath="..\eglib\src\gutf8.c"
382                                 >
383                         </File>
384                         <File
385                                 RelativePath="..\eglib\src\vasprintf.c"
386                                 >
387                         </File>
388                 </Filter>
389                 <Filter
390                         Name="Header Files"
391                         Filter="h;hpp;hxx;hm;inl;inc;xsd"
392                         UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
393                         >
394                         <File
395                                 RelativePath="..\eglib\src\glib.h"
396                                 >
397                         </File>
398                         <File
399                                 RelativePath="..\eglib\src\gmodule.h"
400                                 >
401                         </File>
402                         <File
403                                 RelativePath="..\eglib\src\sort.frag.h"
404                                 >
405                         </File>
406                 </Filter>
407                 <Filter
408                         Name="Resource Files"
409                         Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
410                         UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
411                         >
412                 </Filter>
413         </Files>
414         <Globals>
415         </Globals>
416 </VisualStudioProject>