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

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

デリゲート収集コードの実装をLexicalAnalyzerクラスに移動した。

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