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

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