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

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

Enumを大改修。Enumメンバ初期値にリテラル、定数、Enumメンバを指定できるようにした。また、エラー行数を正確に表示可能にした。

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