source: dev/branches/egtra/ab5.0/abdev/ab_common/ab_common.vcproj@ 775

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

32ビットと64ビット版を同じプロジェクト・ソリューションへ統合。

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