source: dev/trunk/abdev/BasicCompiler32/BasicCompiler.vcproj@ 225

Last change on this file since 225 was 225, checked in by dai_9181, 17 years ago

CodeGeneratorクラスのベースを実装

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