source: dev/trunk/ab5.0/abdev/BasicCompiler32/BasicCompiler.vcproj@ 455

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

・コンパイルビューへの出力を標準出力にも行うようにした。
#164への対応。コンパイルを中断すると高確率で強制終了してしまうバグを修正。
・ProjectEditorをVista用Microsoft SDKにてビルドできるようにした(WINVER定数を0x0501に指定した)。
#168への対応。エディタ上のDelegateキーワードを青色で表示するようにした。

File size: 35.8 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 shlwapi.lib"
79 OutputFile="../ActiveBasic/BasicCompiler32.exe"
80 LinkIncremental="2"
81 SuppressStartupBanner="true"
82 AdditionalLibraryDirectories="..\..\jenga\lib\x86;..\lib\x86"
83 GenerateDebugInformation="true"
84 ProgramDatabaseFile=".\Debug/BasicCompiler32.pdb"
85 SubSystem="1"
86 StackReserveSize="4194304"
87 TargetMachine="1"
88 />
89 <Tool
90 Name="VCALinkTool"
91 />
92 <Tool
93 Name="VCManifestTool"
94 AdditionalManifestFiles="manifest.xml"
95 />
96 <Tool
97 Name="VCXDCMakeTool"
98 />
99 <Tool
100 Name="VCBscMakeTool"
101 SuppressStartupBanner="true"
102 OutputFile=".\Debug/BasicCompiler.bsc"
103 />
104 <Tool
105 Name="VCFxCopTool"
106 />
107 <Tool
108 Name="VCAppVerifierTool"
109 />
110 <Tool
111 Name="VCWebDeploymentTool"
112 />
113 <Tool
114 Name="VCPostBuildEventTool"
115 />
116 </Configuration>
117 <Configuration
118 Name="Release|Win32"
119 OutputDirectory=".\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 shlwapi.lib"
183 OutputFile="../ActiveBasic/BasicCompiler32.exe"
184 LinkIncremental="1"
185 SuppressStartupBanner="true"
186 AdditionalLibraryDirectories="..\..\jenga\lib\x86;..\lib\x86"
187 ProgramDatabaseFile=".\Release/BasicCompiler32.pdb"
188 SubSystem="1"
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="Schedule"
754 >
755 <File
756 RelativePath="..\BasicCompiler_Common\PESchedule.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\PESchedule.h"
777 >
778 </File>
779 </Filter>
780 <Filter
781 Name="Variable"
782 >
783 <File
784 RelativePath="..\BasicCompiler_Common\VariableOpe.cpp"
785 >
786 </File>
787 <File
788 RelativePath="..\BasicCompiler_Common\VariableOpe.h"
789 >
790 </File>
791 </Filter>
792 <Filter
793 Name="Procedure"
794 >
795 <File
796 RelativePath="..\BasicCompiler_Common\ParamImpl.cpp"
797 >
798 </File>
799 <File
800 RelativePath="..\BasicCompiler_Common\Subroutine.cpp"
801 >
802 <FileConfiguration
803 Name="Debug|Win32"
804 >
805 <Tool
806 Name="VCCLCompilerTool"
807 PreprocessorDefinitions=""
808 />
809 </FileConfiguration>
810 <FileConfiguration
811 Name="Release|Win32"
812 >
813 <Tool
814 Name="VCCLCompilerTool"
815 PreprocessorDefinitions=""
816 />
817 </FileConfiguration>
818 </File>
819 </Filter>
820 </Filter>
821 <Filter
822 Name="x86Compiler"
823 >
824 <File
825 RelativePath="Compile_Statement.cpp"
826 >
827 <FileConfiguration
828 Name="Debug|Win32"
829 >
830 <Tool
831 Name="VCCLCompilerTool"
832 PreprocessorDefinitions=""
833 />
834 </FileConfiguration>
835 <FileConfiguration
836 Name="Release|Win32"
837 >
838 <Tool
839 Name="VCCLCompilerTool"
840 PreprocessorDefinitions=""
841 />
842 </FileConfiguration>
843 </File>
844 <File
845 RelativePath="Compile_Var.cpp"
846 >
847 <FileConfiguration
848 Name="Debug|Win32"
849 >
850 <Tool
851 Name="VCCLCompilerTool"
852 PreprocessorDefinitions=""
853 />
854 </FileConfiguration>
855 <FileConfiguration
856 Name="Release|Win32"
857 >
858 <Tool
859 Name="VCCLCompilerTool"
860 PreprocessorDefinitions=""
861 />
862 </FileConfiguration>
863 </File>
864 <File
865 RelativePath="MakePeHdr.cpp"
866 >
867 <FileConfiguration
868 Name="Debug|Win32"
869 >
870 <Tool
871 Name="VCCLCompilerTool"
872 PreprocessorDefinitions=""
873 />
874 </FileConfiguration>
875 <FileConfiguration
876 Name="Release|Win32"
877 >
878 <Tool
879 Name="VCCLCompilerTool"
880 PreprocessorDefinitions=""
881 />
882 </FileConfiguration>
883 </File>
884 <Filter
885 Name="Calculation"
886 >
887 <File
888 RelativePath="Compile_Calc.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 <File
908 RelativePath="Compile_Calc_PushVar.cpp"
909 >
910 <FileConfiguration
911 Name="Debug|Win32"
912 >
913 <Tool
914 Name="VCCLCompilerTool"
915 PreprocessorDefinitions=""
916 />
917 </FileConfiguration>
918 <FileConfiguration
919 Name="Release|Win32"
920 >
921 <Tool
922 Name="VCCLCompilerTool"
923 PreprocessorDefinitions=""
924 />
925 </FileConfiguration>
926 </File>
927 <File
928 RelativePath="Compile_Set_Var.cpp"
929 >
930 <FileConfiguration
931 Name="Debug|Win32"
932 >
933 <Tool
934 Name="VCCLCompilerTool"
935 PreprocessorDefinitions=""
936 />
937 </FileConfiguration>
938 <FileConfiguration
939 Name="Release|Win32"
940 >
941 <Tool
942 Name="VCCLCompilerTool"
943 PreprocessorDefinitions=""
944 />
945 </FileConfiguration>
946 </File>
947 <File
948 RelativePath="increment.cpp"
949 >
950 <FileConfiguration
951 Name="Debug|Win32"
952 >
953 <Tool
954 Name="VCCLCompilerTool"
955 PreprocessorDefinitions=""
956 />
957 </FileConfiguration>
958 <FileConfiguration
959 Name="Release|Win32"
960 >
961 <Tool
962 Name="VCCLCompilerTool"
963 PreprocessorDefinitions=""
964 />
965 </FileConfiguration>
966 </File>
967 <File
968 RelativePath="NumOpe.cpp"
969 >
970 <FileConfiguration
971 Name="Debug|Win32"
972 >
973 <Tool
974 Name="VCCLCompilerTool"
975 PreprocessorDefinitions=""
976 />
977 </FileConfiguration>
978 <FileConfiguration
979 Name="Release|Win32"
980 >
981 <Tool
982 Name="VCCLCompilerTool"
983 PreprocessorDefinitions=""
984 />
985 </FileConfiguration>
986 </File>
987 <File
988 RelativePath="NumOpe_Arithmetic.cpp"
989 >
990 <FileConfiguration
991 Name="Debug|Win32"
992 >
993 <Tool
994 Name="VCCLCompilerTool"
995 PreprocessorDefinitions=""
996 />
997 </FileConfiguration>
998 <FileConfiguration
999 Name="Release|Win32"
1000 >
1001 <Tool
1002 Name="VCCLCompilerTool"
1003 PreprocessorDefinitions=""
1004 />
1005 </FileConfiguration>
1006 </File>
1007 <File
1008 RelativePath="NumOpe_Logical.cpp"
1009 >
1010 <FileConfiguration
1011 Name="Debug|Win32"
1012 >
1013 <Tool
1014 Name="VCCLCompilerTool"
1015 PreprocessorDefinitions=""
1016 />
1017 </FileConfiguration>
1018 <FileConfiguration
1019 Name="Release|Win32"
1020 >
1021 <Tool
1022 Name="VCCLCompilerTool"
1023 PreprocessorDefinitions=""
1024 />
1025 </FileConfiguration>
1026 </File>
1027 <File
1028 RelativePath="NumOpe_Relation.cpp"
1029 >
1030 <FileConfiguration
1031 Name="Debug|Win32"
1032 >
1033 <Tool
1034 Name="VCCLCompilerTool"
1035 PreprocessorDefinitions=""
1036 />
1037 </FileConfiguration>
1038 <FileConfiguration
1039 Name="Release|Win32"
1040 >
1041 <Tool
1042 Name="VCCLCompilerTool"
1043 PreprocessorDefinitions=""
1044 />
1045 </FileConfiguration>
1046 </File>
1047 <File
1048 RelativePath="NumOpe_TypeOperation.cpp"
1049 >
1050 <FileConfiguration
1051 Name="Debug|Win32"
1052 >
1053 <Tool
1054 Name="VCCLCompilerTool"
1055 PreprocessorDefinitions=""
1056 />
1057 </FileConfiguration>
1058 <FileConfiguration
1059 Name="Release|Win32"
1060 >
1061 <Tool
1062 Name="VCCLCompilerTool"
1063 PreprocessorDefinitions=""
1064 />
1065 </FileConfiguration>
1066 </File>
1067 </Filter>
1068 <Filter
1069 Name="Object"
1070 >
1071 <File
1072 RelativePath="Compile_Object.cpp"
1073 >
1074 <FileConfiguration
1075 Name="Debug|Win32"
1076 >
1077 <Tool
1078 Name="VCCLCompilerTool"
1079 PreprocessorDefinitions=""
1080 />
1081 </FileConfiguration>
1082 <FileConfiguration
1083 Name="Release|Win32"
1084 >
1085 <Tool
1086 Name="VCCLCompilerTool"
1087 PreprocessorDefinitions=""
1088 />
1089 </FileConfiguration>
1090 </File>
1091 </Filter>
1092 <Filter
1093 Name="Opcode"
1094 >
1095 <File
1096 RelativePath="op32_main.cpp"
1097 >
1098 <FileConfiguration
1099 Name="Debug|Win32"
1100 >
1101 <Tool
1102 Name="VCCLCompilerTool"
1103 PreprocessorDefinitions=""
1104 />
1105 </FileConfiguration>
1106 <FileConfiguration
1107 Name="Release|Win32"
1108 >
1109 <Tool
1110 Name="VCCLCompilerTool"
1111 PreprocessorDefinitions=""
1112 />
1113 </FileConfiguration>
1114 </File>
1115 <File
1116 RelativePath=".\x86CodeGenerator.cpp"
1117 >
1118 </File>
1119 </Filter>
1120 <Filter
1121 Name="Procedure"
1122 >
1123 <File
1124 RelativePath="Compile_CallProc.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="Compile_Func.cpp"
1145 >
1146 <FileConfiguration
1147 Name="Debug|Win32"
1148 >
1149 <Tool
1150 Name="VCCLCompilerTool"
1151 PreprocessorDefinitions=""
1152 />
1153 </FileConfiguration>
1154 <FileConfiguration
1155 Name="Release|Win32"
1156 >
1157 <Tool
1158 Name="VCCLCompilerTool"
1159 PreprocessorDefinitions=""
1160 />
1161 </FileConfiguration>
1162 </File>
1163 <File
1164 RelativePath="Compile_ProcOp.cpp"
1165 >
1166 <FileConfiguration
1167 Name="Debug|Win32"
1168 >
1169 <Tool
1170 Name="VCCLCompilerTool"
1171 PreprocessorDefinitions=""
1172 />
1173 </FileConfiguration>
1174 <FileConfiguration
1175 Name="Release|Win32"
1176 >
1177 <Tool
1178 Name="VCCLCompilerTool"
1179 PreprocessorDefinitions=""
1180 />
1181 </FileConfiguration>
1182 </File>
1183 <File
1184 RelativePath="CParameter.cpp"
1185 >
1186 <FileConfiguration
1187 Name="Debug|Win32"
1188 >
1189 <Tool
1190 Name="VCCLCompilerTool"
1191 PreprocessorDefinitions=""
1192 />
1193 </FileConfiguration>
1194 <FileConfiguration
1195 Name="Release|Win32"
1196 >
1197 <Tool
1198 Name="VCCLCompilerTool"
1199 PreprocessorDefinitions=""
1200 />
1201 </FileConfiguration>
1202 </File>
1203 <File
1204 RelativePath="OperatorProc.cpp"
1205 >
1206 <FileConfiguration
1207 Name="Debug|Win32"
1208 >
1209 <Tool
1210 Name="VCCLCompilerTool"
1211 PreprocessorDefinitions=""
1212 />
1213 </FileConfiguration>
1214 <FileConfiguration
1215 Name="Release|Win32"
1216 >
1217 <Tool
1218 Name="VCCLCompilerTool"
1219 PreprocessorDefinitions=""
1220 />
1221 </FileConfiguration>
1222 </File>
1223 </Filter>
1224 </Filter>
1225 <Filter
1226 Name="Common Classes"
1227 >
1228 <File
1229 RelativePath="..\BasicCompiler_Common\src\BoostSerializationSupport.cpp"
1230 >
1231 <FileConfiguration
1232 Name="Debug|Win32"
1233 >
1234 <Tool
1235 Name="VCCLCompilerTool"
1236 UsePrecompiledHeader="0"
1237 />
1238 </FileConfiguration>
1239 <FileConfiguration
1240 Name="Release|Win32"
1241 >
1242 <Tool
1243 Name="VCCLCompilerTool"
1244 UsePrecompiledHeader="0"
1245 />
1246 </FileConfiguration>
1247 </File>
1248 </Filter>
1249 <Filter
1250 Name="Compiler Classes"
1251 >
1252 <File
1253 RelativePath="..\BasicCompiler_Common\src\CodeGenerator.cpp"
1254 >
1255 </File>
1256 <File
1257 RelativePath="..\BasicCompiler_Common\src\CommonCodeGenerator.cpp"
1258 >
1259 </File>
1260 <File
1261 RelativePath="..\BasicCompiler_Common\src\Compiler.cpp"
1262 >
1263 </File>
1264 <File
1265 RelativePath="..\BasicCompiler_Common\src\Linker.cpp"
1266 >
1267 </File>
1268 <Filter
1269 Name="Langauge Classes"
1270 >
1271 <File
1272 RelativePath="..\BasicCompiler_Common\src\Class.cpp"
1273 >
1274 </File>
1275 <File
1276 RelativePath="..\BasicCompiler_Common\src\Class_Collect.cpp"
1277 >
1278 </File>
1279 <File
1280 RelativePath="..\BasicCompiler_Common\src\Const.cpp"
1281 >
1282 </File>
1283 <File
1284 RelativePath="..\BasicCompiler_Common\src\DataTable.cpp"
1285 >
1286 </File>
1287 <File
1288 RelativePath="..\BasicCompiler_Common\src\Delegate.cpp"
1289 >
1290 </File>
1291 <File
1292 RelativePath="..\BasicCompiler_Common\src\Enum.cpp"
1293 >
1294 </File>
1295 <File
1296 RelativePath="..\BasicCompiler_Common\src\Exception.cpp"
1297 >
1298 </File>
1299 <File
1300 RelativePath="..\BasicCompiler_Common\src\LexicalScope.cpp"
1301 >
1302 </File>
1303 <File
1304 RelativePath="..\BasicCompiler_Common\src\Meta.cpp"
1305 >
1306 </File>
1307 <File
1308 RelativePath="..\BasicCompiler_Common\src\Method.cpp"
1309 >
1310 </File>
1311 <File
1312 RelativePath="..\BasicCompiler_Common\src\Namespace.cpp"
1313 >
1314 </File>
1315 <File
1316 RelativePath="..\BasicCompiler_Common\src\NamespaceSupporter.cpp"
1317 >
1318 </File>
1319 <File
1320 RelativePath="..\BasicCompiler_Common\src\NativeCode.cpp"
1321 >
1322 </File>
1323 <File
1324 RelativePath="..\BasicCompiler_Common\src\ObjectModule.cpp"
1325 >
1326 <FileConfiguration
1327 Name="Debug|Win32"
1328 >
1329 <Tool
1330 Name="VCCLCompilerTool"
1331 UsePrecompiledHeader="0"
1332 />
1333 </FileConfiguration>
1334 <FileConfiguration
1335 Name="Release|Win32"
1336 >
1337 <Tool
1338 Name="VCCLCompilerTool"
1339 UsePrecompiledHeader="0"
1340 />
1341 </FileConfiguration>
1342 </File>
1343 <File
1344 RelativePath="..\BasicCompiler_Common\src\Parameter.cpp"
1345 >
1346 </File>
1347 <File
1348 RelativePath="..\BasicCompiler_Common\src\Procedure.cpp"
1349 >
1350 </File>
1351 <File
1352 RelativePath="..\BasicCompiler_Common\src\Program.cpp"
1353 >
1354 </File>
1355 <File
1356 RelativePath="..\BasicCompiler_Common\src\SmoothieImpl.cpp"
1357 >
1358 </File>
1359 <File
1360 RelativePath="..\BasicCompiler_Common\src\Source.cpp"
1361 >
1362 </File>
1363 <File
1364 RelativePath="..\BasicCompiler_Common\src\Symbol.cpp"
1365 >
1366 </File>
1367 <File
1368 RelativePath="..\BasicCompiler_Common\src\Type.cpp"
1369 >
1370 </File>
1371 <File
1372 RelativePath="..\BasicCompiler_Common\src\TypeDef.cpp"
1373 >
1374 </File>
1375 <File
1376 RelativePath="..\BasicCompiler_Common\src\Variable.cpp"
1377 >
1378 </File>
1379 </Filter>
1380 </Filter>
1381 </Filter>
1382 <Filter
1383 Name="Header Files"
1384 Filter="h;hpp;hxx;hm;inl"
1385 >
1386 <File
1387 RelativePath="..\BasicCompiler_Common\BasicCompiler.h"
1388 >
1389 </File>
1390 <File
1391 RelativePath="CommandValue.h"
1392 >
1393 </File>
1394 <File
1395 RelativePath="..\BasicCompiler_Common\common.h"
1396 >
1397 </File>
1398 <File
1399 RelativePath=".\MachineFixed.h"
1400 >
1401 </File>
1402 <File
1403 RelativePath="Opcode.h"
1404 >
1405 </File>
1406 <File
1407 RelativePath="..\BasicCompiler_Common\include\option.h"
1408 >
1409 </File>
1410 <File
1411 RelativePath=".\stdafx.h"
1412 >
1413 </File>
1414 <File
1415 RelativePath="..\BasicCompiler_Common\include\ver.h"
1416 >
1417 </File>
1418 <Filter
1419 Name="言語対応文字列"
1420 >
1421 <File
1422 RelativePath="..\BasicCompiler_Common\common_msg_eng.h"
1423 >
1424 </File>
1425 <File
1426 RelativePath="..\BasicCompiler_Common\common_msg_jpn.h"
1427 >
1428 </File>
1429 </Filter>
1430 <Filter
1431 Name="Parts_h"
1432 >
1433 <File
1434 RelativePath="..\BasicCompiler_Common\NonVolatile.h"
1435 >
1436 </File>
1437 </Filter>
1438 <Filter
1439 Name="Common Classes"
1440 >
1441 <File
1442 RelativePath="..\BasicCompiler_Common\include\Binary.h"
1443 >
1444 </File>
1445 <File
1446 RelativePath="..\BasicCompiler_Common\include\BoostSerializationSupport.h"
1447 >
1448 </File>
1449 <File
1450 RelativePath="..\BasicCompiler_Common\include\Hashmap.h"
1451 >
1452 </File>
1453 <File
1454 RelativePath="..\BasicCompiler_Common\include\logger.h"
1455 >
1456 </File>
1457 </Filter>
1458 <Filter
1459 Name="Compiler Classes"
1460 >
1461 <File
1462 RelativePath="..\BasicCompiler_Common\include\CodeGenerator.h"
1463 >
1464 </File>
1465 <File
1466 RelativePath="..\BasicCompiler_Common\include\Compiler.h"
1467 >
1468 </File>
1469 <File
1470 RelativePath="..\BasicCompiler_Common\include\Linker.h"
1471 >
1472 </File>
1473 <Filter
1474 Name="Language Classes"
1475 >
1476 <File
1477 RelativePath="..\BasicCompiler_Common\include\Class.h"
1478 >
1479 </File>
1480 <File
1481 RelativePath="..\BasicCompiler_Common\include\Const.h"
1482 >
1483 </File>
1484 <File
1485 RelativePath="..\BasicCompiler_Common\include\DataTable.h"
1486 >
1487 </File>
1488 <File
1489 RelativePath="..\BasicCompiler_Common\include\Delegate.h"
1490 >
1491 </File>
1492 <File
1493 RelativePath="..\BasicCompiler_Common\include\Enum.h"
1494 >
1495 </File>
1496 <File
1497 RelativePath="..\BasicCompiler_Common\include\Exception.h"
1498 >
1499 </File>
1500 <File
1501 RelativePath="..\BasicCompiler_Common\include\LexicalScope.h"
1502 >
1503 </File>
1504 <File
1505 RelativePath="..\BasicCompiler_Common\include\Member.h"
1506 >
1507 </File>
1508 <File
1509 RelativePath="..\BasicCompiler_Common\include\Meta.h"
1510 >
1511 </File>
1512 <File
1513 RelativePath="..\BasicCompiler_Common\include\Method.h"
1514 >
1515 </File>
1516 <File
1517 RelativePath="..\BasicCompiler_Common\include\Namespace.h"
1518 >
1519 </File>
1520 <File
1521 RelativePath="..\BasicCompiler_Common\include\NamespaceSupporter.h"
1522 >
1523 </File>
1524 <File
1525 RelativePath="..\BasicCompiler_Common\include\NativeCode.h"
1526 >
1527 </File>
1528 <File
1529 RelativePath="..\BasicCompiler_Common\include\ObjectModule.h"
1530 >
1531 </File>
1532 <File
1533 RelativePath="..\BasicCompiler_Common\include\Parameter.h"
1534 >
1535 </File>
1536 <File
1537 RelativePath="..\BasicCompiler_Common\include\Procedure.h"
1538 >
1539 </File>
1540 <File
1541 RelativePath="..\BasicCompiler_Common\include\Prototype.h"
1542 >
1543 </File>
1544 <File
1545 RelativePath="..\BasicCompiler_Common\include\SmoothieImpl.h"
1546 >
1547 </File>
1548 <File
1549 RelativePath="..\BasicCompiler_Common\include\Source.h"
1550 >
1551 </File>
1552 <File
1553 RelativePath="..\BasicCompiler_Common\include\Symbol.h"
1554 >
1555 </File>
1556 <File
1557 RelativePath="..\BasicCompiler_Common\include\Type.h"
1558 >
1559 </File>
1560 <File
1561 RelativePath="..\BasicCompiler_Common\include\TypeDef.h"
1562 >
1563 </File>
1564 <File
1565 RelativePath="..\BasicCompiler_Common\include\Variable.h"
1566 >
1567 </File>
1568 </Filter>
1569 </Filter>
1570 <Filter
1571 Name="Application Classes"
1572 >
1573 <File
1574 RelativePath="..\BasicCompiler_Common\include\Program.h"
1575 >
1576 </File>
1577 </Filter>
1578 </Filter>
1579 <Filter
1580 Name="Resource Files"
1581 Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
1582 >
1583 <File
1584 RelativePath="icon1.ico"
1585 >
1586 </File>
1587 <File
1588 RelativePath="toolbar_debugger.bmp"
1589 >
1590 </File>
1591 <File
1592 RelativePath="toolbar_debugger_disable.bmp"
1593 >
1594 </File>
1595 <File
1596 RelativePath="VarArray.ico"
1597 >
1598 </File>
1599 <File
1600 RelativePath="VarData.ico"
1601 >
1602 </File>
1603 <File
1604 RelativePath="VarPtrStruct.ico"
1605 >
1606 </File>
1607 <File
1608 RelativePath="VarStr.ico"
1609 >
1610 </File>
1611 <File
1612 RelativePath="VarStruct.ico"
1613 >
1614 </File>
1615 </Filter>
1616 </Files>
1617 <Globals>
1618 </Globals>
1619</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.