source: dev/trunk/ab5.0/abdev/compiler_x86/compiler_x86.vcproj@ 484

Last change on this file since 484 was 484, checked in by dai_9181, 16 years ago

プロジェクトのリネーム中

File size: 36.2 KB
Line 
1<?xml version="1.0" encoding="shift_jis"?>
2<VisualStudioProject
3 ProjectType="Visual C++"
4 Version="8.00"
5 Name="compiler_x86"
6 ProjectGUID="{11F0E9AB-EAEC-4616-A9DD-838073342CBB}"
7 >
8 <Platforms>
9 <Platform
10 Name="Win32"
11 />
12 </Platforms>
13 <ToolFiles>
14 </ToolFiles>
15 <Configurations>
16 <Configuration
17 Name="Debug|Win32"
18 OutputDirectory="..\build\$(ConfigurationName)\bin\x86"
19 IntermediateDirectory="$(ConfigurationName)"
20 ConfigurationType="1"
21 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
22 UseOfMFC="0"
23 ATLMinimizesCRunTimeLibraryUsage="false"
24 CharacterSet="2"
25 >
26 <Tool
27 Name="VCPreBuildEventTool"
28 />
29 <Tool
30 Name="VCCustomBuildTool"
31 />
32 <Tool
33 Name="VCXMLDataGeneratorTool"
34 />
35 <Tool
36 Name="VCWebServiceProxyGeneratorTool"
37 />
38 <Tool
39 Name="VCMIDLTool"
40 PreprocessorDefinitions="_DEBUG"
41 MkTypLibCompatible="true"
42 SuppressStartupBanner="true"
43 TargetEnvironment="1"
44 TypeLibraryName=".\Debug/BasicCompiler.tlb"
45 HeaderFileName=""
46 />
47 <Tool
48 Name="VCCLCompilerTool"
49 Optimization="0"
50 AdditionalIncludeDirectories="..\..\;..\..\cpplibs\boost;..\BasicCompiler_Common\include"
51 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;JPN"
52 MinimalRebuild="true"
53 BasicRuntimeChecks="3"
54 RuntimeLibrary="1"
55 UsePrecompiledHeader="2"
56 PrecompiledHeaderFile=".\Debug/BasicCompiler.pch"
57 AssemblerListingLocation=".\Debug/"
58 ObjectFile=".\Debug/"
59 ProgramDataBaseFileName=".\Debug/"
60 BrowseInformation="0"
61 WarningLevel="3"
62 SuppressStartupBanner="true"
63 DebugInformationFormat="3"
64 />
65 <Tool
66 Name="VCManagedResourceCompilerTool"
67 />
68 <Tool
69 Name="VCResourceCompilerTool"
70 PreprocessorDefinitions="_DEBUG,JPN"
71 Culture="1041"
72 />
73 <Tool
74 Name="VCPreLinkEventTool"
75 />
76 <Tool
77 Name="VCLinkerTool"
78 AdditionalDependencies="comctl32.lib psapi.lib imagehlp.lib shlwapi.lib"
79 OutputFile="$(OutDir)\abc.exe"
80 LinkIncremental="2"
81 SuppressStartupBanner="true"
82 AdditionalLibraryDirectories="..\..\jenga\lib\x86;..\lib\x86"
83 GenerateDebugInformation="true"
84 ProgramDatabaseFile=".\Debug/BasicCompiler32.pdb"
85 SubSystem="1"
86 StackReserveSize="4194304"
87 TargetMachine="1"
88 />
89 <Tool
90 Name="VCALinkTool"
91 />
92 <Tool
93 Name="VCManifestTool"
94 AdditionalManifestFiles="manifest.xml"
95 />
96 <Tool
97 Name="VCXDCMakeTool"
98 />
99 <Tool
100 Name="VCBscMakeTool"
101 SuppressStartupBanner="true"
102 OutputFile=".\Debug/BasicCompiler.bsc"
103 />
104 <Tool
105 Name="VCFxCopTool"
106 />
107 <Tool
108 Name="VCAppVerifierTool"
109 />
110 <Tool
111 Name="VCWebDeploymentTool"
112 />
113 <Tool
114 Name="VCPostBuildEventTool"
115 />
116 </Configuration>
117 <Configuration
118 Name="Release|Win32"
119 OutputDirectory="..\build\$(ConfigurationName)\bin\x86"
120 IntermediateDirectory="$(ConfigurationName)"
121 ConfigurationType="1"
122 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
123 UseOfMFC="0"
124 ATLMinimizesCRunTimeLibraryUsage="false"
125 CharacterSet="2"
126 >
127 <Tool
128 Name="VCPreBuildEventTool"
129 />
130 <Tool
131 Name="VCCustomBuildTool"
132 />
133 <Tool
134 Name="VCXMLDataGeneratorTool"
135 />
136 <Tool
137 Name="VCWebServiceProxyGeneratorTool"
138 />
139 <Tool
140 Name="VCMIDLTool"
141 PreprocessorDefinitions="NDEBUG"
142 MkTypLibCompatible="true"
143 SuppressStartupBanner="true"
144 TargetEnvironment="1"
145 TypeLibraryName=".\Release/BasicCompiler.tlb"
146 HeaderFileName=""
147 />
148 <Tool
149 Name="VCCLCompilerTool"
150 Optimization="2"
151 InlineFunctionExpansion="2"
152 FavorSizeOrSpeed="1"
153 AdditionalIncludeDirectories="..\..\;..\..\cpplibs\boost;..\BasicCompiler_Common\include"
154 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;JPN"
155 StringPooling="false"
156 RuntimeLibrary="0"
157 EnableFunctionLevelLinking="false"
158 RuntimeTypeInfo="true"
159 UsePrecompiledHeader="2"
160 PrecompiledHeaderFile=".\Release/BasicCompiler.pch"
161 AssemblerListingLocation=".\Release/"
162 ObjectFile=".\Release/"
163 ProgramDataBaseFileName=".\Release/"
164 BrowseInformation="0"
165 BrowseInformationFile=".\Release/"
166 WarningLevel="3"
167 SuppressStartupBanner="true"
168 DebugInformationFormat="3"
169 />
170 <Tool
171 Name="VCManagedResourceCompilerTool"
172 />
173 <Tool
174 Name="VCResourceCompilerTool"
175 PreprocessorDefinitions="NDEBUG,JPN"
176 Culture="1041"
177 />
178 <Tool
179 Name="VCPreLinkEventTool"
180 />
181 <Tool
182 Name="VCLinkerTool"
183 AdditionalDependencies="comctl32.lib psapi.lib imagehlp.lib shlwapi.lib"
184 OutputFile="$(OutDir)\abc.exe"
185 LinkIncremental="1"
186 SuppressStartupBanner="true"
187 AdditionalLibraryDirectories="..\..\jenga\lib\x86;..\lib\x86"
188 ProgramDatabaseFile=".\Release/BasicCompiler32.pdb"
189 SubSystem="1"
190 TargetMachine="1"
191 />
192 <Tool
193 Name="VCALinkTool"
194 />
195 <Tool
196 Name="VCManifestTool"
197 AdditionalManifestFiles="manifest.xml"
198 />
199 <Tool
200 Name="VCXDCMakeTool"
201 />
202 <Tool
203 Name="VCBscMakeTool"
204 SuppressStartupBanner="true"
205 OutputFile=".\Release/BasicCompiler.bsc"
206 />
207 <Tool
208 Name="VCFxCopTool"
209 />
210 <Tool
211 Name="VCAppVerifierTool"
212 />
213 <Tool
214 Name="VCWebDeploymentTool"
215 />
216 <Tool
217 Name="VCPostBuildEventTool"
218 />
219 </Configuration>
220 </Configurations>
221 <References>
222 <ProjectReference
223 ReferencedProjectIdentifier="{F01805B6-65B4-4708-88F4-A5E07DEA9FBD}"
224 RelativePathToProject="..\jenga\projects\jenga\jenga.vcproj"
225 />
226 <ProjectReference
227 ReferencedProjectIdentifier="{87835C33-64C9-4BA5-9B39-608BA5394387}"
228 RelativePathToProject=".\ab_common\ab_common.vcproj"
229 />
230 </References>
231 <Files>
232 <Filter
233 Name="Source Files"
234 Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
235 >
236 <File
237 RelativePath=".\stdafx.cpp"
238 >
239 <FileConfiguration
240 Name="Debug|Win32"
241 >
242 <Tool
243 Name="VCCLCompilerTool"
244 UsePrecompiledHeader="1"
245 />
246 </FileConfiguration>
247 <FileConfiguration
248 Name="Release|Win32"
249 >
250 <Tool
251 Name="VCCLCompilerTool"
252 UsePrecompiledHeader="1"
253 />
254 </FileConfiguration>
255 </File>
256 <Filter
257 Name="32及び64共通"
258 >
259 <File
260 RelativePath="..\BasicCompiler_Common\BasicCompiler.cpp"
261 >
262 <FileConfiguration
263 Name="Debug|Win32"
264 >
265 <Tool
266 Name="VCCLCompilerTool"
267 PreprocessorDefinitions=""
268 />
269 </FileConfiguration>
270 <FileConfiguration
271 Name="Release|Win32"
272 >
273 <Tool
274 Name="VCCLCompilerTool"
275 PreprocessorDefinitions=""
276 />
277 </FileConfiguration>
278 </File>
279 <File
280 RelativePath="..\BasicCompiler_Common\calculation.cpp"
281 >
282 <FileConfiguration
283 Name="Debug|Win32"
284 >
285 <Tool
286 Name="VCCLCompilerTool"
287 PreprocessorDefinitions=""
288 />
289 </FileConfiguration>
290 <FileConfiguration
291 Name="Release|Win32"
292 >
293 <Tool
294 Name="VCCLCompilerTool"
295 PreprocessorDefinitions=""
296 />
297 </FileConfiguration>
298 </File>
299 <File
300 RelativePath="..\BasicCompiler_Common\Compile.cpp"
301 >
302 <FileConfiguration
303 Name="Debug|Win32"
304 >
305 <Tool
306 Name="VCCLCompilerTool"
307 PreprocessorDefinitions=""
308 />
309 </FileConfiguration>
310 <FileConfiguration
311 Name="Release|Win32"
312 >
313 <Tool
314 Name="VCCLCompilerTool"
315 PreprocessorDefinitions=""
316 />
317 </FileConfiguration>
318 </File>
319 <File
320 RelativePath="..\BasicCompiler_Common\Diagnose.cpp"
321 >
322 </File>
323 <File
324 RelativePath="..\BasicCompiler_Common\error.cpp"
325 >
326 <FileConfiguration
327 Name="Debug|Win32"
328 >
329 <Tool
330 Name="VCCLCompilerTool"
331 PreprocessorDefinitions=""
332 />
333 </FileConfiguration>
334 <FileConfiguration
335 Name="Release|Win32"
336 >
337 <Tool
338 Name="VCCLCompilerTool"
339 PreprocessorDefinitions=""
340 />
341 </FileConfiguration>
342 </File>
343 <File
344 RelativePath="..\BasicCompiler_Common\gc.cpp"
345 >
346 <FileConfiguration
347 Name="Debug|Win32"
348 >
349 <Tool
350 Name="VCCLCompilerTool"
351 PreprocessorDefinitions=""
352 />
353 </FileConfiguration>
354 <FileConfiguration
355 Name="Release|Win32"
356 >
357 <Tool
358 Name="VCCLCompilerTool"
359 PreprocessorDefinitions=""
360 />
361 </FileConfiguration>
362 </File>
363 <File
364 RelativePath="..\BasicCompiler_Common\hash.cpp"
365 >
366 <FileConfiguration
367 Name="Debug|Win32"
368 >
369 <Tool
370 Name="VCCLCompilerTool"
371 PreprocessorDefinitions=""
372 />
373 </FileConfiguration>
374 <FileConfiguration
375 Name="Release|Win32"
376 >
377 <Tool
378 Name="VCCLCompilerTool"
379 PreprocessorDefinitions=""
380 />
381 </FileConfiguration>
382 </File>
383 <File
384 RelativePath="..\BasicCompiler_Common\MakeExe.cpp"
385 >
386 <FileConfiguration
387 Name="Debug|Win32"
388 >
389 <Tool
390 Name="VCCLCompilerTool"
391 PreprocessorDefinitions=""
392 />
393 </FileConfiguration>
394 <FileConfiguration
395 Name="Release|Win32"
396 >
397 <Tool
398 Name="VCCLCompilerTool"
399 PreprocessorDefinitions=""
400 />
401 </FileConfiguration>
402 </File>
403 <File
404 RelativePath="..\BasicCompiler_Common\NumOpe_GetType.cpp"
405 >
406 <FileConfiguration
407 Name="Debug|Win32"
408 >
409 <Tool
410 Name="VCCLCompilerTool"
411 PreprocessorDefinitions=""
412 />
413 </FileConfiguration>
414 <FileConfiguration
415 Name="Release|Win32"
416 >
417 <Tool
418 Name="VCCLCompilerTool"
419 PreprocessorDefinitions=""
420 />
421 </FileConfiguration>
422 </File>
423 <File
424 RelativePath="..\BasicCompiler_Common\Object.cpp"
425 >
426 <FileConfiguration
427 Name="Debug|Win32"
428 >
429 <Tool
430 Name="VCCLCompilerTool"
431 PreprocessorDefinitions=""
432 />
433 </FileConfiguration>
434 <FileConfiguration
435 Name="Release|Win32"
436 >
437 <Tool
438 Name="VCCLCompilerTool"
439 PreprocessorDefinitions=""
440 />
441 </FileConfiguration>
442 </File>
443 <File
444 RelativePath="..\BasicCompiler_Common\OldStatement.cpp"
445 >
446 </File>
447 <File
448 RelativePath="..\BasicCompiler_Common\Overload.cpp"
449 >
450 <FileConfiguration
451 Name="Debug|Win32"
452 >
453 <Tool
454 Name="VCCLCompilerTool"
455 PreprocessorDefinitions=""
456 />
457 </FileConfiguration>
458 <FileConfiguration
459 Name="Release|Win32"
460 >
461 <Tool
462 Name="VCCLCompilerTool"
463 PreprocessorDefinitions=""
464 />
465 </FileConfiguration>
466 </File>
467 <File
468 RelativePath="..\BasicCompiler_Common\RSrcSection.cpp"
469 >
470 <FileConfiguration
471 Name="Debug|Win32"
472 >
473 <Tool
474 Name="VCCLCompilerTool"
475 PreprocessorDefinitions=""
476 />
477 </FileConfiguration>
478 <FileConfiguration
479 Name="Release|Win32"
480 >
481 <Tool
482 Name="VCCLCompilerTool"
483 PreprocessorDefinitions=""
484 />
485 </FileConfiguration>
486 </File>
487 <File
488 RelativePath="..\BasicCompiler_Common\StrOperation.cpp"
489 >
490 <FileConfiguration
491 Name="Debug|Win32"
492 >
493 <Tool
494 Name="VCCLCompilerTool"
495 PreprocessorDefinitions=""
496 />
497 </FileConfiguration>
498 <FileConfiguration
499 Name="Release|Win32"
500 >
501 <Tool
502 Name="VCCLCompilerTool"
503 PreprocessorDefinitions=""
504 />
505 </FileConfiguration>
506 </File>
507 <File
508 RelativePath="..\BasicCompiler_Common\StrOperation.h"
509 >
510 </File>
511 <Filter
512 Name="Intermediate"
513 >
514 <File
515 RelativePath="..\BasicCompiler_Common\CommandFormat.cpp"
516 >
517 <FileConfiguration
518 Name="Debug|Win32"
519 >
520 <Tool
521 Name="VCCLCompilerTool"
522 PreprocessorDefinitions=""
523 />
524 </FileConfiguration>
525 <FileConfiguration
526 Name="Release|Win32"
527 >
528 <Tool
529 Name="VCCLCompilerTool"
530 PreprocessorDefinitions=""
531 />
532 </FileConfiguration>
533 </File>
534 <File
535 RelativePath="..\BasicCompiler_Common\Intermediate_Step1.cpp"
536 >
537 <FileConfiguration
538 Name="Debug|Win32"
539 >
540 <Tool
541 Name="VCCLCompilerTool"
542 PreprocessorDefinitions=""
543 />
544 </FileConfiguration>
545 <FileConfiguration
546 Name="Release|Win32"
547 >
548 <Tool
549 Name="VCCLCompilerTool"
550 PreprocessorDefinitions=""
551 />
552 </FileConfiguration>
553 </File>
554 <File
555 RelativePath="..\BasicCompiler_Common\Intermediate_Step2.cpp"
556 >
557 <FileConfiguration
558 Name="Debug|Win32"
559 >
560 <Tool
561 Name="VCCLCompilerTool"
562 PreprocessorDefinitions=""
563 />
564 </FileConfiguration>
565 <FileConfiguration
566 Name="Release|Win32"
567 >
568 <Tool
569 Name="VCCLCompilerTool"
570 PreprocessorDefinitions=""
571 />
572 </FileConfiguration>
573 </File>
574 <File
575 RelativePath="..\BasicCompiler_Common\Resource.cpp"
576 >
577 <FileConfiguration
578 Name="Debug|Win32"
579 >
580 <Tool
581 Name="VCCLCompilerTool"
582 PreprocessorDefinitions=""
583 />
584 </FileConfiguration>
585 <FileConfiguration
586 Name="Release|Win32"
587 >
588 <Tool
589 Name="VCCLCompilerTool"
590 PreprocessorDefinitions=""
591 />
592 </FileConfiguration>
593 </File>
594 </Filter>
595 <Filter
596 Name="Parts"
597 >
598 <File
599 RelativePath="..\BasicCompiler_Common\NonVolatile.cpp"
600 >
601 <FileConfiguration
602 Name="Debug|Win32"
603 >
604 <Tool
605 Name="VCCLCompilerTool"
606 PreprocessorDefinitions=""
607 />
608 </FileConfiguration>
609 <FileConfiguration
610 Name="Release|Win32"
611 >
612 <Tool
613 Name="VCCLCompilerTool"
614 PreprocessorDefinitions=""
615 />
616 </FileConfiguration>
617 </File>
618 </Filter>
619 <Filter
620 Name="Debug(共通)"
621 >
622 <File
623 RelativePath="..\BasicCompiler_Common\BreakPoint.cpp"
624 >
625 <FileConfiguration
626 Name="Debug|Win32"
627 >
628 <Tool
629 Name="VCCLCompilerTool"
630 PreprocessorDefinitions=""
631 />
632 </FileConfiguration>
633 <FileConfiguration
634 Name="Release|Win32"
635 >
636 <Tool
637 Name="VCCLCompilerTool"
638 PreprocessorDefinitions=""
639 />
640 </FileConfiguration>
641 </File>
642 <File
643 RelativePath="..\BasicCompiler_Common\BreakPoint.h"
644 >
645 </File>
646 <File
647 RelativePath="..\BasicCompiler_Common\CDebugThreadInfo.cpp"
648 >
649 <FileConfiguration
650 Name="Debug|Win32"
651 >
652 <Tool
653 Name="VCCLCompilerTool"
654 PreprocessorDefinitions=""
655 />
656 </FileConfiguration>
657 <FileConfiguration
658 Name="Release|Win32"
659 >
660 <Tool
661 Name="VCCLCompilerTool"
662 PreprocessorDefinitions=""
663 />
664 </FileConfiguration>
665 </File>
666 <File
667 RelativePath="..\BasicCompiler_Common\Debug.cpp"
668 >
669 <FileConfiguration
670 Name="Debug|Win32"
671 >
672 <Tool
673 Name="VCCLCompilerTool"
674 PreprocessorDefinitions=""
675 />
676 </FileConfiguration>
677 <FileConfiguration
678 Name="Release|Win32"
679 >
680 <Tool
681 Name="VCCLCompilerTool"
682 PreprocessorDefinitions=""
683 />
684 </FileConfiguration>
685 </File>
686 <File
687 RelativePath="..\BasicCompiler_Common\debug.h"
688 >
689 </File>
690 <File
691 RelativePath="..\BasicCompiler_Common\DebugMiddleFile.cpp"
692 >
693 <FileConfiguration
694 Name="Debug|Win32"
695 >
696 <Tool
697 Name="VCCLCompilerTool"
698 PreprocessorDefinitions=""
699 />
700 </FileConfiguration>
701 <FileConfiguration
702 Name="Release|Win32"
703 >
704 <Tool
705 Name="VCCLCompilerTool"
706 PreprocessorDefinitions=""
707 />
708 </FileConfiguration>
709 </File>
710 <File
711 RelativePath="..\BasicCompiler_Common\DebugSection.h"
712 >
713 </File>
714 <File
715 RelativePath="..\BasicCompiler_Common\VarList.cpp"
716 >
717 </File>
718 <File
719 RelativePath="..\BasicCompiler_Common\WatchList.cpp"
720 >
721 <FileConfiguration
722 Name="Debug|Win32"
723 >
724 <Tool
725 Name="VCCLCompilerTool"
726 ObjectFile="$(IntDir)\$(InputName)1.obj"
727 XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
728 />
729 </FileConfiguration>
730 <FileConfiguration
731 Name="Release|Win32"
732 >
733 <Tool
734 Name="VCCLCompilerTool"
735 ObjectFile="$(IntDir)\$(InputName)1.obj"
736 XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
737 />
738 </FileConfiguration>
739 </File>
740 </Filter>
741 <Filter
742 Name="Schedule"
743 >
744 <File
745 RelativePath="..\BasicCompiler_Common\PESchedule.cpp"
746 >
747 <FileConfiguration
748 Name="Debug|Win32"
749 >
750 <Tool
751 Name="VCCLCompilerTool"
752 PreprocessorDefinitions=""
753 />
754 </FileConfiguration>
755 <FileConfiguration
756 Name="Release|Win32"
757 >
758 <Tool
759 Name="VCCLCompilerTool"
760 PreprocessorDefinitions=""
761 />
762 </FileConfiguration>
763 </File>
764 <File
765 RelativePath="..\BasicCompiler_Common\PESchedule.h"
766 >
767 </File>
768 </Filter>
769 <Filter
770 Name="Variable"
771 >
772 <File
773 RelativePath="..\BasicCompiler_Common\VariableOpe.cpp"
774 >
775 </File>
776 <File
777 RelativePath="..\BasicCompiler_Common\VariableOpe.h"
778 >
779 </File>
780 </Filter>
781 <Filter
782 Name="Procedure"
783 >
784 <File
785 RelativePath="..\BasicCompiler_Common\ParamImpl.cpp"
786 >
787 </File>
788 <File
789 RelativePath="..\BasicCompiler_Common\Subroutine.cpp"
790 >
791 <FileConfiguration
792 Name="Debug|Win32"
793 >
794 <Tool
795 Name="VCCLCompilerTool"
796 PreprocessorDefinitions=""
797 />
798 </FileConfiguration>
799 <FileConfiguration
800 Name="Release|Win32"
801 >
802 <Tool
803 Name="VCCLCompilerTool"
804 PreprocessorDefinitions=""
805 />
806 </FileConfiguration>
807 </File>
808 </Filter>
809 </Filter>
810 <Filter
811 Name="x86Compiler"
812 >
813 <File
814 RelativePath="Compile_Statement.cpp"
815 >
816 <FileConfiguration
817 Name="Debug|Win32"
818 >
819 <Tool
820 Name="VCCLCompilerTool"
821 PreprocessorDefinitions=""
822 />
823 </FileConfiguration>
824 <FileConfiguration
825 Name="Release|Win32"
826 >
827 <Tool
828 Name="VCCLCompilerTool"
829 PreprocessorDefinitions=""
830 />
831 </FileConfiguration>
832 </File>
833 <File
834 RelativePath="Compile_Var.cpp"
835 >
836 <FileConfiguration
837 Name="Debug|Win32"
838 >
839 <Tool
840 Name="VCCLCompilerTool"
841 PreprocessorDefinitions=""
842 />
843 </FileConfiguration>
844 <FileConfiguration
845 Name="Release|Win32"
846 >
847 <Tool
848 Name="VCCLCompilerTool"
849 PreprocessorDefinitions=""
850 />
851 </FileConfiguration>
852 </File>
853 <File
854 RelativePath="MakePeHdr.cpp"
855 >
856 <FileConfiguration
857 Name="Debug|Win32"
858 >
859 <Tool
860 Name="VCCLCompilerTool"
861 PreprocessorDefinitions=""
862 />
863 </FileConfiguration>
864 <FileConfiguration
865 Name="Release|Win32"
866 >
867 <Tool
868 Name="VCCLCompilerTool"
869 PreprocessorDefinitions=""
870 />
871 </FileConfiguration>
872 </File>
873 <Filter
874 Name="Calculation"
875 >
876 <File
877 RelativePath="Compile_Calc.cpp"
878 >
879 <FileConfiguration
880 Name="Debug|Win32"
881 >
882 <Tool
883 Name="VCCLCompilerTool"
884 PreprocessorDefinitions=""
885 />
886 </FileConfiguration>
887 <FileConfiguration
888 Name="Release|Win32"
889 >
890 <Tool
891 Name="VCCLCompilerTool"
892 PreprocessorDefinitions=""
893 />
894 </FileConfiguration>
895 </File>
896 <File
897 RelativePath="Compile_Calc_PushVar.cpp"
898 >
899 <FileConfiguration
900 Name="Debug|Win32"
901 >
902 <Tool
903 Name="VCCLCompilerTool"
904 PreprocessorDefinitions=""
905 />
906 </FileConfiguration>
907 <FileConfiguration
908 Name="Release|Win32"
909 >
910 <Tool
911 Name="VCCLCompilerTool"
912 PreprocessorDefinitions=""
913 />
914 </FileConfiguration>
915 </File>
916 <File
917 RelativePath="Compile_Set_Var.cpp"
918 >
919 <FileConfiguration
920 Name="Debug|Win32"
921 >
922 <Tool
923 Name="VCCLCompilerTool"
924 PreprocessorDefinitions=""
925 />
926 </FileConfiguration>
927 <FileConfiguration
928 Name="Release|Win32"
929 >
930 <Tool
931 Name="VCCLCompilerTool"
932 PreprocessorDefinitions=""
933 />
934 </FileConfiguration>
935 </File>
936 <File
937 RelativePath="increment.cpp"
938 >
939 <FileConfiguration
940 Name="Debug|Win32"
941 >
942 <Tool
943 Name="VCCLCompilerTool"
944 PreprocessorDefinitions=""
945 />
946 </FileConfiguration>
947 <FileConfiguration
948 Name="Release|Win32"
949 >
950 <Tool
951 Name="VCCLCompilerTool"
952 PreprocessorDefinitions=""
953 />
954 </FileConfiguration>
955 </File>
956 <File
957 RelativePath="NumOpe.cpp"
958 >
959 <FileConfiguration
960 Name="Debug|Win32"
961 >
962 <Tool
963 Name="VCCLCompilerTool"
964 PreprocessorDefinitions=""
965 />
966 </FileConfiguration>
967 <FileConfiguration
968 Name="Release|Win32"
969 >
970 <Tool
971 Name="VCCLCompilerTool"
972 PreprocessorDefinitions=""
973 />
974 </FileConfiguration>
975 </File>
976 <File
977 RelativePath="NumOpe_Arithmetic.cpp"
978 >
979 <FileConfiguration
980 Name="Debug|Win32"
981 >
982 <Tool
983 Name="VCCLCompilerTool"
984 PreprocessorDefinitions=""
985 />
986 </FileConfiguration>
987 <FileConfiguration
988 Name="Release|Win32"
989 >
990 <Tool
991 Name="VCCLCompilerTool"
992 PreprocessorDefinitions=""
993 />
994 </FileConfiguration>
995 </File>
996 <File
997 RelativePath="NumOpe_Logical.cpp"
998 >
999 <FileConfiguration
1000 Name="Debug|Win32"
1001 >
1002 <Tool
1003 Name="VCCLCompilerTool"
1004 PreprocessorDefinitions=""
1005 />
1006 </FileConfiguration>
1007 <FileConfiguration
1008 Name="Release|Win32"
1009 >
1010 <Tool
1011 Name="VCCLCompilerTool"
1012 PreprocessorDefinitions=""
1013 />
1014 </FileConfiguration>
1015 </File>
1016 <File
1017 RelativePath="NumOpe_Relation.cpp"
1018 >
1019 <FileConfiguration
1020 Name="Debug|Win32"
1021 >
1022 <Tool
1023 Name="VCCLCompilerTool"
1024 PreprocessorDefinitions=""
1025 />
1026 </FileConfiguration>
1027 <FileConfiguration
1028 Name="Release|Win32"
1029 >
1030 <Tool
1031 Name="VCCLCompilerTool"
1032 PreprocessorDefinitions=""
1033 />
1034 </FileConfiguration>
1035 </File>
1036 <File
1037 RelativePath="NumOpe_TypeOperation.cpp"
1038 >
1039 <FileConfiguration
1040 Name="Debug|Win32"
1041 >
1042 <Tool
1043 Name="VCCLCompilerTool"
1044 PreprocessorDefinitions=""
1045 />
1046 </FileConfiguration>
1047 <FileConfiguration
1048 Name="Release|Win32"
1049 >
1050 <Tool
1051 Name="VCCLCompilerTool"
1052 PreprocessorDefinitions=""
1053 />
1054 </FileConfiguration>
1055 </File>
1056 </Filter>
1057 <Filter
1058 Name="Object"
1059 >
1060 <File
1061 RelativePath="Compile_Object.cpp"
1062 >
1063 <FileConfiguration
1064 Name="Debug|Win32"
1065 >
1066 <Tool
1067 Name="VCCLCompilerTool"
1068 PreprocessorDefinitions=""
1069 />
1070 </FileConfiguration>
1071 <FileConfiguration
1072 Name="Release|Win32"
1073 >
1074 <Tool
1075 Name="VCCLCompilerTool"
1076 PreprocessorDefinitions=""
1077 />
1078 </FileConfiguration>
1079 </File>
1080 </Filter>
1081 <Filter
1082 Name="Opcode"
1083 >
1084 <File
1085 RelativePath="op32_main.cpp"
1086 >
1087 <FileConfiguration
1088 Name="Debug|Win32"
1089 >
1090 <Tool
1091 Name="VCCLCompilerTool"
1092 PreprocessorDefinitions=""
1093 />
1094 </FileConfiguration>
1095 <FileConfiguration
1096 Name="Release|Win32"
1097 >
1098 <Tool
1099 Name="VCCLCompilerTool"
1100 PreprocessorDefinitions=""
1101 />
1102 </FileConfiguration>
1103 </File>
1104 <File
1105 RelativePath=".\x86CodeGenerator.cpp"
1106 >
1107 </File>
1108 </Filter>
1109 <Filter
1110 Name="Procedure"
1111 >
1112 <File
1113 RelativePath="Compile_CallProc.cpp"
1114 >
1115 <FileConfiguration
1116 Name="Debug|Win32"
1117 >
1118 <Tool
1119 Name="VCCLCompilerTool"
1120 PreprocessorDefinitions=""
1121 />
1122 </FileConfiguration>
1123 <FileConfiguration
1124 Name="Release|Win32"
1125 >
1126 <Tool
1127 Name="VCCLCompilerTool"
1128 PreprocessorDefinitions=""
1129 />
1130 </FileConfiguration>
1131 </File>
1132 <File
1133 RelativePath="Compile_Func.cpp"
1134 >
1135 <FileConfiguration
1136 Name="Debug|Win32"
1137 >
1138 <Tool
1139 Name="VCCLCompilerTool"
1140 PreprocessorDefinitions=""
1141 />
1142 </FileConfiguration>
1143 <FileConfiguration
1144 Name="Release|Win32"
1145 >
1146 <Tool
1147 Name="VCCLCompilerTool"
1148 PreprocessorDefinitions=""
1149 />
1150 </FileConfiguration>
1151 </File>
1152 <File
1153 RelativePath="Compile_ProcOp.cpp"
1154 >
1155 <FileConfiguration
1156 Name="Debug|Win32"
1157 >
1158 <Tool
1159 Name="VCCLCompilerTool"
1160 PreprocessorDefinitions=""
1161 />
1162 </FileConfiguration>
1163 <FileConfiguration
1164 Name="Release|Win32"
1165 >
1166 <Tool
1167 Name="VCCLCompilerTool"
1168 PreprocessorDefinitions=""
1169 />
1170 </FileConfiguration>
1171 </File>
1172 <File
1173 RelativePath="CParameter.cpp"
1174 >
1175 <FileConfiguration
1176 Name="Debug|Win32"
1177 >
1178 <Tool
1179 Name="VCCLCompilerTool"
1180 PreprocessorDefinitions=""
1181 />
1182 </FileConfiguration>
1183 <FileConfiguration
1184 Name="Release|Win32"
1185 >
1186 <Tool
1187 Name="VCCLCompilerTool"
1188 PreprocessorDefinitions=""
1189 />
1190 </FileConfiguration>
1191 </File>
1192 <File
1193 RelativePath="OperatorProc.cpp"
1194 >
1195 <FileConfiguration
1196 Name="Debug|Win32"
1197 >
1198 <Tool
1199 Name="VCCLCompilerTool"
1200 PreprocessorDefinitions=""
1201 />
1202 </FileConfiguration>
1203 <FileConfiguration
1204 Name="Release|Win32"
1205 >
1206 <Tool
1207 Name="VCCLCompilerTool"
1208 PreprocessorDefinitions=""
1209 />
1210 </FileConfiguration>
1211 </File>
1212 </Filter>
1213 </Filter>
1214 <Filter
1215 Name="Common Classes"
1216 >
1217 <File
1218 RelativePath="..\BasicCompiler_Common\src\BoostSerializationSupport.cpp"
1219 >
1220 <FileConfiguration
1221 Name="Debug|Win32"
1222 >
1223 <Tool
1224 Name="VCCLCompilerTool"
1225 UsePrecompiledHeader="0"
1226 />
1227 </FileConfiguration>
1228 <FileConfiguration
1229 Name="Release|Win32"
1230 >
1231 <Tool
1232 Name="VCCLCompilerTool"
1233 UsePrecompiledHeader="0"
1234 />
1235 </FileConfiguration>
1236 </File>
1237 </Filter>
1238 <Filter
1239 Name="Compiler Classes"
1240 >
1241 <File
1242 RelativePath="..\BasicCompiler_Common\src\CodeGenerator.cpp"
1243 >
1244 </File>
1245 <File
1246 RelativePath="..\BasicCompiler_Common\src\CommonCodeGenerator.cpp"
1247 >
1248 </File>
1249 <File
1250 RelativePath="..\BasicCompiler_Common\src\Compiler.cpp"
1251 >
1252 </File>
1253 <File
1254 RelativePath="..\BasicCompiler_Common\src\Linker.cpp"
1255 >
1256 </File>
1257 <File
1258 RelativePath="..\BasicCompiler_Common\src\Messenger.cpp"
1259 >
1260 </File>
1261 <Filter
1262 Name="Langauge Classes"
1263 >
1264 <File
1265 RelativePath="..\BasicCompiler_Common\src\Class.cpp"
1266 >
1267 </File>
1268 <File
1269 RelativePath="..\BasicCompiler_Common\src\Class_Collect.cpp"
1270 >
1271 </File>
1272 <File
1273 RelativePath="..\BasicCompiler_Common\src\Const.cpp"
1274 >
1275 </File>
1276 <File
1277 RelativePath="..\BasicCompiler_Common\src\DataTable.cpp"
1278 >
1279 </File>
1280 <File
1281 RelativePath="..\BasicCompiler_Common\src\Delegate.cpp"
1282 >
1283 </File>
1284 <File
1285 RelativePath="..\BasicCompiler_Common\src\Enum.cpp"
1286 >
1287 </File>
1288 <File
1289 RelativePath="..\BasicCompiler_Common\src\Exception.cpp"
1290 >
1291 </File>
1292 <File
1293 RelativePath="..\BasicCompiler_Common\src\LexicalScope.cpp"
1294 >
1295 </File>
1296 <File
1297 RelativePath="..\BasicCompiler_Common\src\Meta.cpp"
1298 >
1299 </File>
1300 <File
1301 RelativePath="..\BasicCompiler_Common\src\Method.cpp"
1302 >
1303 </File>
1304 <File
1305 RelativePath="..\BasicCompiler_Common\src\Namespace.cpp"
1306 >
1307 </File>
1308 <File
1309 RelativePath="..\BasicCompiler_Common\src\NamespaceSupporter.cpp"
1310 >
1311 </File>
1312 <File
1313 RelativePath="..\BasicCompiler_Common\src\NativeCode.cpp"
1314 >
1315 </File>
1316 <File
1317 RelativePath="..\BasicCompiler_Common\src\ObjectModule.cpp"
1318 >
1319 <FileConfiguration
1320 Name="Debug|Win32"
1321 >
1322 <Tool
1323 Name="VCCLCompilerTool"
1324 UsePrecompiledHeader="0"
1325 />
1326 </FileConfiguration>
1327 <FileConfiguration
1328 Name="Release|Win32"
1329 >
1330 <Tool
1331 Name="VCCLCompilerTool"
1332 UsePrecompiledHeader="0"
1333 />
1334 </FileConfiguration>
1335 </File>
1336 <File
1337 RelativePath="..\BasicCompiler_Common\src\Parameter.cpp"
1338 >
1339 </File>
1340 <File
1341 RelativePath="..\BasicCompiler_Common\src\Procedure.cpp"
1342 >
1343 </File>
1344 <File
1345 RelativePath="..\BasicCompiler_Common\src\Source.cpp"
1346 >
1347 </File>
1348 <File
1349 RelativePath="..\BasicCompiler_Common\src\Symbol.cpp"
1350 >
1351 </File>
1352 <File
1353 RelativePath="..\BasicCompiler_Common\src\Type.cpp"
1354 >
1355 </File>
1356 <File
1357 RelativePath="..\BasicCompiler_Common\src\TypeDef.cpp"
1358 >
1359 </File>
1360 <File
1361 RelativePath="..\BasicCompiler_Common\src\Variable.cpp"
1362 >
1363 </File>
1364 </Filter>
1365 </Filter>
1366 <Filter
1367 Name="Application Classes"
1368 >
1369 <File
1370 RelativePath="..\BasicCompiler_Common\src\Program.cpp"
1371 >
1372 </File>
1373 </Filter>
1374 </Filter>
1375 <Filter
1376 Name="Header Files"
1377 Filter="h;hpp;hxx;hm;inl"
1378 >
1379 <File
1380 RelativePath="..\BasicCompiler_Common\BasicCompiler.h"
1381 >
1382 </File>
1383 <File
1384 RelativePath="..\BasicCompiler_Common\BasicFixed.h"
1385 >
1386 </File>
1387 <File
1388 RelativePath="CommandValue.h"
1389 >
1390 </File>
1391 <File
1392 RelativePath="..\BasicCompiler_Common\common.h"
1393 >
1394 </File>
1395 <File
1396 RelativePath=".\MachineFixed.h"
1397 >
1398 </File>
1399 <File
1400 RelativePath="Opcode.h"
1401 >
1402 </File>
1403 <File
1404 RelativePath="..\BasicCompiler_Common\include\option.h"
1405 >
1406 </File>
1407 <File
1408 RelativePath=".\stdafx.h"
1409 >
1410 </File>
1411 <File
1412 RelativePath="..\BasicCompiler_Common\include\ver.h"
1413 >
1414 </File>
1415 <Filter
1416 Name="言語対応文字列"
1417 >
1418 <File
1419 RelativePath="..\BasicCompiler_Common\common_msg_eng.h"
1420 >
1421 </File>
1422 <File
1423 RelativePath="..\BasicCompiler_Common\common_msg_jpn.h"
1424 >
1425 </File>
1426 </Filter>
1427 <Filter
1428 Name="Parts_h"
1429 >
1430 <File
1431 RelativePath="..\BasicCompiler_Common\NonVolatile.h"
1432 >
1433 </File>
1434 </Filter>
1435 <Filter
1436 Name="Common Classes"
1437 >
1438 <File
1439 RelativePath="..\BasicCompiler_Common\include\Binary.h"
1440 >
1441 </File>
1442 <File
1443 RelativePath="..\BasicCompiler_Common\include\BoostSerializationSupport.h"
1444 >
1445 </File>
1446 <File
1447 RelativePath="..\BasicCompiler_Common\include\Hashmap.h"
1448 >
1449 </File>
1450 <File
1451 RelativePath="..\BasicCompiler_Common\include\logger.h"
1452 >
1453 </File>
1454 </Filter>
1455 <Filter
1456 Name="Compiler Classes"
1457 >
1458 <File
1459 RelativePath="..\BasicCompiler_Common\include\CodeGenerator.h"
1460 >
1461 </File>
1462 <File
1463 RelativePath="..\BasicCompiler_Common\include\Compiler.h"
1464 >
1465 </File>
1466 <File
1467 RelativePath="..\BasicCompiler_Common\include\Linker.h"
1468 >
1469 </File>
1470 <File
1471 RelativePath="..\BasicCompiler_Common\include\Messenger.h"
1472 >
1473 </File>
1474 <Filter
1475 Name="Language Classes"
1476 >
1477 <File
1478 RelativePath="..\BasicCompiler_Common\include\Class.h"
1479 >
1480 </File>
1481 <File
1482 RelativePath="..\BasicCompiler_Common\include\Const.h"
1483 >
1484 </File>
1485 <File
1486 RelativePath="..\BasicCompiler_Common\include\DataTable.h"
1487 >
1488 </File>
1489 <File
1490 RelativePath="..\BasicCompiler_Common\include\Delegate.h"
1491 >
1492 </File>
1493 <File
1494 RelativePath="..\BasicCompiler_Common\include\Enum.h"
1495 >
1496 </File>
1497 <File
1498 RelativePath="..\BasicCompiler_Common\include\Exception.h"
1499 >
1500 </File>
1501 <File
1502 RelativePath="..\BasicCompiler_Common\include\LexicalScope.h"
1503 >
1504 </File>
1505 <File
1506 RelativePath="..\BasicCompiler_Common\include\Member.h"
1507 >
1508 </File>
1509 <File
1510 RelativePath="..\BasicCompiler_Common\include\Meta.h"
1511 >
1512 </File>
1513 <File
1514 RelativePath="..\BasicCompiler_Common\include\Method.h"
1515 >
1516 </File>
1517 <File
1518 RelativePath="..\BasicCompiler_Common\include\Namespace.h"
1519 >
1520 </File>
1521 <File
1522 RelativePath="..\BasicCompiler_Common\include\NamespaceSupporter.h"
1523 >
1524 </File>
1525 <File
1526 RelativePath="..\BasicCompiler_Common\include\NativeCode.h"
1527 >
1528 </File>
1529 <File
1530 RelativePath="..\BasicCompiler_Common\include\ObjectModule.h"
1531 >
1532 </File>
1533 <File
1534 RelativePath="..\BasicCompiler_Common\include\Parameter.h"
1535 >
1536 </File>
1537 <File
1538 RelativePath="..\BasicCompiler_Common\include\Procedure.h"
1539 >
1540 </File>
1541 <File
1542 RelativePath="..\BasicCompiler_Common\include\Prototype.h"
1543 >
1544 </File>
1545 <File
1546 RelativePath="..\BasicCompiler_Common\include\Source.h"
1547 >
1548 </File>
1549 <File
1550 RelativePath="..\BasicCompiler_Common\include\Symbol.h"
1551 >
1552 </File>
1553 <File
1554 RelativePath="..\BasicCompiler_Common\include\Type.h"
1555 >
1556 </File>
1557 <File
1558 RelativePath="..\BasicCompiler_Common\include\TypeDef.h"
1559 >
1560 </File>
1561 <File
1562 RelativePath="..\BasicCompiler_Common\include\Variable.h"
1563 >
1564 </File>
1565 </Filter>
1566 </Filter>
1567 <Filter
1568 Name="Application Classes"
1569 >
1570 <File
1571 RelativePath="..\BasicCompiler_Common\include\Configuration.h"
1572 >
1573 </File>
1574 <File
1575 RelativePath="..\BasicCompiler_Common\include\Program.h"
1576 >
1577 </File>
1578 </Filter>
1579 <Filter
1580 Name="Debugger Classes"
1581 >
1582 <File
1583 RelativePath="..\BasicCompiler_Common\include\Debugger.h"
1584 >
1585 </File>
1586 </Filter>
1587 </Filter>
1588 <Filter
1589 Name="Resource Files"
1590 Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
1591 >
1592 <File
1593 RelativePath=".\compiler_x86.rc"
1594 >
1595 </File>
1596 <File
1597 RelativePath="icon1.ico"
1598 >
1599 </File>
1600 <File
1601 RelativePath="toolbar_debugger.bmp"
1602 >
1603 </File>
1604 <File
1605 RelativePath="toolbar_debugger_disable.bmp"
1606 >
1607 </File>
1608 <File
1609 RelativePath="VarArray.ico"
1610 >
1611 </File>
1612 <File
1613 RelativePath="VarData.ico"
1614 >
1615 </File>
1616 <File
1617 RelativePath="VarPtrStruct.ico"
1618 >
1619 </File>
1620 <File
1621 RelativePath="VarStr.ico"
1622 >
1623 </File>
1624 <File
1625 RelativePath="VarStruct.ico"
1626 >
1627 </File>
1628 </Filter>
1629 </Files>
1630 <Globals>
1631 </Globals>
1632</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.