source: dev/trunk/ab5.0/abdev/ab_common/ab_common.vcproj@ 753

Last change on this file since 753 was 753, checked in by イグトランス (egtra), 16 years ago

リンクに時間がかかるので、プログラム全体の最適化を切った。

File size: 12.8 KB
Line 
1<?xml version="1.0" encoding="shift_jis"?>
2<VisualStudioProject
3 ProjectType="Visual C++"
4 Version="8.00"
5 Name="ab_common"
6 ProjectGUID="{87835C33-64C9-4BA5-9B39-608BA5394387}"
7 RootNamespace="ab_common"
8 Keyword="Win32Proj"
9 >
10 <Platforms>
11 <Platform
12 Name="Win32"
13 />
14 </Platforms>
15 <ToolFiles>
16 </ToolFiles>
17 <Configurations>
18 <Configuration
19 Name="Debug(x86)|Win32"
20 OutputDirectory=".\$(ConfigurationName)"
21 IntermediateDirectory=".\$(ConfigurationName)"
22 ConfigurationType="4"
23 CharacterSet="2"
24 >
25 <Tool
26 Name="VCPreBuildEventTool"
27 />
28 <Tool
29 Name="VCCustomBuildTool"
30 />
31 <Tool
32 Name="VCXMLDataGeneratorTool"
33 />
34 <Tool
35 Name="VCWebServiceProxyGeneratorTool"
36 />
37 <Tool
38 Name="VCMIDLTool"
39 />
40 <Tool
41 Name="VCCLCompilerTool"
42 Optimization="0"
43 AdditionalIncludeDirectories="..\..\;..\..\cpplibs\boost;include"
44 PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
45 MinimalRebuild="true"
46 BasicRuntimeChecks="3"
47 RuntimeLibrary="1"
48 UsePrecompiledHeader="2"
49 WarningLevel="3"
50 Detect64BitPortabilityProblems="true"
51 DebugInformationFormat="3"
52 />
53 <Tool
54 Name="VCManagedResourceCompilerTool"
55 />
56 <Tool
57 Name="VCResourceCompilerTool"
58 />
59 <Tool
60 Name="VCPreLinkEventTool"
61 />
62 <Tool
63 Name="VCLibrarianTool"
64 />
65 <Tool
66 Name="VCALinkTool"
67 />
68 <Tool
69 Name="VCXDCMakeTool"
70 />
71 <Tool
72 Name="VCBscMakeTool"
73 />
74 <Tool
75 Name="VCFxCopTool"
76 />
77 <Tool
78 Name="VCPostBuildEventTool"
79 />
80 </Configuration>
81 <Configuration
82 Name="Release(x86)|Win32"
83 OutputDirectory=".\$(ConfigurationName)"
84 IntermediateDirectory=".\$(ConfigurationName)"
85 ConfigurationType="4"
86 CharacterSet="2"
87 WholeProgramOptimization="0"
88 >
89 <Tool
90 Name="VCPreBuildEventTool"
91 />
92 <Tool
93 Name="VCCustomBuildTool"
94 />
95 <Tool
96 Name="VCXMLDataGeneratorTool"
97 />
98 <Tool
99 Name="VCWebServiceProxyGeneratorTool"
100 />
101 <Tool
102 Name="VCMIDLTool"
103 />
104 <Tool
105 Name="VCCLCompilerTool"
106 InlineFunctionExpansion="2"
107 EnableIntrinsicFunctions="true"
108 FavorSizeOrSpeed="1"
109 AdditionalIncludeDirectories="..\..\;..\..\cpplibs\boost;include"
110 PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
111 RuntimeLibrary="0"
112 UsePrecompiledHeader="2"
113 WarningLevel="3"
114 Detect64BitPortabilityProblems="true"
115 DebugInformationFormat="3"
116 />
117 <Tool
118 Name="VCManagedResourceCompilerTool"
119 />
120 <Tool
121 Name="VCResourceCompilerTool"
122 />
123 <Tool
124 Name="VCPreLinkEventTool"
125 />
126 <Tool
127 Name="VCLibrarianTool"
128 />
129 <Tool
130 Name="VCALinkTool"
131 />
132 <Tool
133 Name="VCXDCMakeTool"
134 />
135 <Tool
136 Name="VCBscMakeTool"
137 />
138 <Tool
139 Name="VCFxCopTool"
140 />
141 <Tool
142 Name="VCPostBuildEventTool"
143 />
144 </Configuration>
145 <Configuration
146 Name="Debug(x64)|Win32"
147 OutputDirectory=".\$(ConfigurationName)"
148 IntermediateDirectory=".\$(ConfigurationName)"
149 ConfigurationType="4"
150 CharacterSet="2"
151 >
152 <Tool
153 Name="VCPreBuildEventTool"
154 />
155 <Tool
156 Name="VCCustomBuildTool"
157 />
158 <Tool
159 Name="VCXMLDataGeneratorTool"
160 />
161 <Tool
162 Name="VCWebServiceProxyGeneratorTool"
163 />
164 <Tool
165 Name="VCMIDLTool"
166 />
167 <Tool
168 Name="VCCLCompilerTool"
169 Optimization="0"
170 AdditionalIncludeDirectories="..\..\;..\..\cpplibs\boost;include"
171 PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
172 MinimalRebuild="true"
173 BasicRuntimeChecks="3"
174 RuntimeLibrary="1"
175 UsePrecompiledHeader="2"
176 WarningLevel="3"
177 Detect64BitPortabilityProblems="true"
178 DebugInformationFormat="3"
179 />
180 <Tool
181 Name="VCManagedResourceCompilerTool"
182 />
183 <Tool
184 Name="VCResourceCompilerTool"
185 />
186 <Tool
187 Name="VCPreLinkEventTool"
188 />
189 <Tool
190 Name="VCLibrarianTool"
191 />
192 <Tool
193 Name="VCALinkTool"
194 />
195 <Tool
196 Name="VCXDCMakeTool"
197 />
198 <Tool
199 Name="VCBscMakeTool"
200 />
201 <Tool
202 Name="VCFxCopTool"
203 />
204 <Tool
205 Name="VCPostBuildEventTool"
206 />
207 </Configuration>
208 <Configuration
209 Name="Release(x64)|Win32"
210 OutputDirectory=".\$(ConfigurationName)"
211 IntermediateDirectory=".\$(ConfigurationName)"
212 ConfigurationType="4"
213 CharacterSet="2"
214 WholeProgramOptimization="1"
215 >
216 <Tool
217 Name="VCPreBuildEventTool"
218 />
219 <Tool
220 Name="VCCustomBuildTool"
221 />
222 <Tool
223 Name="VCXMLDataGeneratorTool"
224 />
225 <Tool
226 Name="VCWebServiceProxyGeneratorTool"
227 />
228 <Tool
229 Name="VCMIDLTool"
230 />
231 <Tool
232 Name="VCCLCompilerTool"
233 InlineFunctionExpansion="2"
234 EnableIntrinsicFunctions="true"
235 FavorSizeOrSpeed="1"
236 AdditionalIncludeDirectories="..\..\;..\..\cpplibs\boost;include"
237 PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
238 RuntimeLibrary="0"
239 UsePrecompiledHeader="2"
240 WarningLevel="3"
241 Detect64BitPortabilityProblems="true"
242 DebugInformationFormat="3"
243 />
244 <Tool
245 Name="VCManagedResourceCompilerTool"
246 />
247 <Tool
248 Name="VCResourceCompilerTool"
249 />
250 <Tool
251 Name="VCPreLinkEventTool"
252 />
253 <Tool
254 Name="VCLibrarianTool"
255 />
256 <Tool
257 Name="VCALinkTool"
258 />
259 <Tool
260 Name="VCXDCMakeTool"
261 />
262 <Tool
263 Name="VCBscMakeTool"
264 />
265 <Tool
266 Name="VCFxCopTool"
267 />
268 <Tool
269 Name="VCPostBuildEventTool"
270 />
271 </Configuration>
272 </Configurations>
273 <References>
274 </References>
275 <Files>
276 <Filter
277 Name="ソース ファイル"
278 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
279 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
280 >
281 <File
282 RelativePath=".\src\Environment.cpp"
283 >
284 </File>
285 <File
286 RelativePath="..\malloc.c"
287 >
288 <FileConfiguration
289 Name="Debug(x86)|Win32"
290 >
291 <Tool
292 Name="VCCLCompilerTool"
293 PreprocessorDefinitions="USE_DL_PREFIX"
294 UsePrecompiledHeader="0"
295 />
296 </FileConfiguration>
297 <FileConfiguration
298 Name="Release(x86)|Win32"
299 >
300 <Tool
301 Name="VCCLCompilerTool"
302 Optimization="3"
303 PreprocessorDefinitions="USE_DL_PREFIX"
304 UsePrecompiledHeader="0"
305 />
306 </FileConfiguration>
307 <FileConfiguration
308 Name="Debug(x64)|Win32"
309 >
310 <Tool
311 Name="VCCLCompilerTool"
312 PreprocessorDefinitions="USE_DL_PREFIX"
313 UsePrecompiledHeader="0"
314 />
315 </FileConfiguration>
316 <FileConfiguration
317 Name="Release(x64)|Win32"
318 >
319 <Tool
320 Name="VCCLCompilerTool"
321 PreprocessorDefinitions="USE_DL_PREFIX"
322 UsePrecompiledHeader="0"
323 />
324 </FileConfiguration>
325 </File>
326 <File
327 RelativePath=".\stdafx.cpp"
328 >
329 <FileConfiguration
330 Name="Debug(x86)|Win32"
331 >
332 <Tool
333 Name="VCCLCompilerTool"
334 UsePrecompiledHeader="1"
335 />
336 </FileConfiguration>
337 <FileConfiguration
338 Name="Release(x86)|Win32"
339 >
340 <Tool
341 Name="VCCLCompilerTool"
342 UsePrecompiledHeader="1"
343 />
344 </FileConfiguration>
345 <FileConfiguration
346 Name="Debug(x64)|Win32"
347 >
348 <Tool
349 Name="VCCLCompilerTool"
350 UsePrecompiledHeader="1"
351 />
352 </FileConfiguration>
353 <FileConfiguration
354 Name="Release(x64)|Win32"
355 >
356 <Tool
357 Name="VCCLCompilerTool"
358 UsePrecompiledHeader="1"
359 />
360 </FileConfiguration>
361 </File>
362 <Filter
363 Name="Lexical"
364 >
365 <File
366 RelativePath=".\src\Lexical\Class.cpp"
367 >
368 </File>
369 <File
370 RelativePath=".\src\Lexical\Const.cpp"
371 >
372 </File>
373 <File
374 RelativePath=".\src\Lexical\DataTable.cpp"
375 >
376 </File>
377 <File
378 RelativePath=".\src\Lexical\Delegate.cpp"
379 >
380 </File>
381 <File
382 RelativePath=".\src\Lexical\Interface.cpp"
383 >
384 </File>
385 <File
386 RelativePath=".\src\Lexical\Member.cpp"
387 >
388 </File>
389 <File
390 RelativePath=".\src\Lexical\Meta.cpp"
391 >
392 </File>
393 <File
394 RelativePath=".\src\Lexical\Method.cpp"
395 >
396 </File>
397 <File
398 RelativePath=".\src\Lexical\Namespace.cpp"
399 >
400 </File>
401 <File
402 RelativePath=".\src\Lexical\NamespaceSupporter.cpp"
403 >
404 </File>
405 <File
406 RelativePath=".\src\Lexical\NativeCode.cpp"
407 >
408 </File>
409 <File
410 RelativePath=".\src\Lexical\ObjectModule.cpp"
411 >
412 <FileConfiguration
413 Name="Debug(x86)|Win32"
414 >
415 <Tool
416 Name="VCCLCompilerTool"
417 UsePrecompiledHeader="0"
418 />
419 </FileConfiguration>
420 <FileConfiguration
421 Name="Release(x86)|Win32"
422 >
423 <Tool
424 Name="VCCLCompilerTool"
425 UsePrecompiledHeader="0"
426 />
427 </FileConfiguration>
428 <FileConfiguration
429 Name="Debug(x64)|Win32"
430 >
431 <Tool
432 Name="VCCLCompilerTool"
433 AdditionalOptions="/bigobj"
434 UsePrecompiledHeader="0"
435 />
436 </FileConfiguration>
437 <FileConfiguration
438 Name="Release(x64)|Win32"
439 >
440 <Tool
441 Name="VCCLCompilerTool"
442 UsePrecompiledHeader="0"
443 />
444 </FileConfiguration>
445 </File>
446 <File
447 RelativePath=".\src\Lexical\Parameter.cpp"
448 >
449 </File>
450 <File
451 RelativePath=".\src\Lexical\Procedure.cpp"
452 >
453 </File>
454 <File
455 RelativePath=".\src\Lexical\Source.cpp"
456 >
457 </File>
458 <File
459 RelativePath=".\src\Lexical\Symbol.cpp"
460 >
461 </File>
462 <File
463 RelativePath=".\src\Lexical\Template.cpp"
464 >
465 </File>
466 <File
467 RelativePath=".\src\Lexical\Type.cpp"
468 >
469 </File>
470 <File
471 RelativePath=".\src\Lexical\TypeDef.cpp"
472 >
473 </File>
474 <File
475 RelativePath=".\src\Lexical\Variable.cpp"
476 >
477 </File>
478 </Filter>
479 <Filter
480 Name="ResourceManager"
481 >
482 <File
483 RelativePath=".\src\ResourceManager\ResourceManager.cpp"
484 >
485 </File>
486 </Filter>
487 </Filter>
488 <Filter
489 Name="ヘッダー ファイル"
490 Filter="h;hpp;hxx;hm;inl;inc;xsd"
491 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
492 >
493 <File
494 RelativePath=".\include\ab_common.h"
495 >
496 </File>
497 <File
498 RelativePath=".\include\BasicFixed.h"
499 >
500 </File>
501 <File
502 RelativePath=".\include\Environment.h"
503 >
504 </File>
505 <File
506 RelativePath=".\include\libs.h"
507 >
508 </File>
509 <File
510 RelativePath=".\stdafx.h"
511 >
512 </File>
513 <Filter
514 Name="Lexical"
515 >
516 <File
517 RelativePath=".\include\Lexical\Class.h"
518 >
519 </File>
520 <File
521 RelativePath=".\include\Lexical\Const.h"
522 >
523 </File>
524 <File
525 RelativePath=".\include\Lexical\DataTable.h"
526 >
527 </File>
528 <File
529 RelativePath=".\include\Lexical\Delegate.h"
530 >
531 </File>
532 <File
533 RelativePath=".\include\Lexical\Interface.h"
534 >
535 </File>
536 <File
537 RelativePath=".\include\Lexical\Member.h"
538 >
539 </File>
540 <File
541 RelativePath=".\include\Lexical\Meta.h"
542 >
543 </File>
544 <File
545 RelativePath=".\include\Lexical\Method.h"
546 >
547 </File>
548 <File
549 RelativePath=".\include\Lexical\Namespace.h"
550 >
551 </File>
552 <File
553 RelativePath=".\include\Lexical\NamespaceSupporter.h"
554 >
555 </File>
556 <File
557 RelativePath=".\include\Lexical\NativeCode.h"
558 >
559 </File>
560 <File
561 RelativePath=".\include\Lexical\ObjectModule.h"
562 >
563 </File>
564 <File
565 RelativePath=".\include\Lexical\Parameter.h"
566 >
567 </File>
568 <File
569 RelativePath=".\include\Lexical\Procedure.h"
570 >
571 </File>
572 <File
573 RelativePath=".\include\Lexical\Prototype.h"
574 >
575 </File>
576 <File
577 RelativePath=".\include\Lexical\RelationalObjectModuleItem.h"
578 >
579 </File>
580 <File
581 RelativePath=".\include\Lexical\Resolver.h"
582 >
583 </File>
584 <File
585 RelativePath=".\include\Lexical\Source.h"
586 >
587 </File>
588 <File
589 RelativePath=".\include\Lexical\Symbol.h"
590 >
591 </File>
592 <File
593 RelativePath=".\include\Lexical\Template.h"
594 >
595 </File>
596 <File
597 RelativePath=".\include\Lexical\Type.h"
598 >
599 </File>
600 <File
601 RelativePath=".\include\Lexical\TypeDef.h"
602 >
603 </File>
604 <File
605 RelativePath=".\include\Lexical\TypeMisc.h"
606 >
607 </File>
608 <File
609 RelativePath=".\include\Lexical\Variable.h"
610 >
611 </File>
612 </Filter>
613 <Filter
614 Name="ResourceManager"
615 >
616 <File
617 RelativePath=".\include\ResourceManager\ResourceManager.h"
618 >
619 </File>
620 </Filter>
621 </Filter>
622 <Filter
623 Name="リソース ファイル"
624 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
625 UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
626 >
627 </Filter>
628 </Files>
629 <Globals>
630 </Globals>
631</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.