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

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

構成管理を変更中・・・(いったんコミット)

File size: 36.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="..\build\$(ConfigurationName)\bin\x86"
19 IntermediateDirectory="$(ConfigurationName)"
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 imagehlp.lib shlwapi.lib"
79 OutputFile="$(OutDir)\abc.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="..\build\$(ConfigurationName)\bin\x86"
120 IntermediateDirectory="$(ConfigurationName)"
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 imagehlp.lib shlwapi.lib"
183 OutputFile="$(OutDir)\abc.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 <ProjectReference
222 ReferencedProjectIdentifier="{F01805B6-65B4-4708-88F4-A5E07DEA9FBD}"
223 RelativePathToProject="..\jenga\projects\jenga\jenga.vcproj"
224 />
225 <ProjectReference
226 ReferencedProjectIdentifier="{87835C33-64C9-4BA5-9B39-608BA5394387}"
227 RelativePathToProject=".\ab_common\ab_common.vcproj"
228 />
229 </References>
230 <Files>
231 <Filter
232 Name="Source Files"
233 Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
234 >
235 <File
236 RelativePath="BasicCompiler.rc"
237 >
238 <FileConfiguration
239 Name="Debug|Win32"
240 >
241 <Tool
242 Name="VCResourceCompilerTool"
243 PreprocessorDefinitions=""
244 />
245 </FileConfiguration>
246 <FileConfiguration
247 Name="Release|Win32"
248 >
249 <Tool
250 Name="VCResourceCompilerTool"
251 PreprocessorDefinitions=""
252 />
253 </FileConfiguration>
254 </File>
255 <File
256 RelativePath=".\stdafx.cpp"
257 >
258 <FileConfiguration
259 Name="Debug|Win32"
260 >
261 <Tool
262 Name="VCCLCompilerTool"
263 UsePrecompiledHeader="1"
264 />
265 </FileConfiguration>
266 <FileConfiguration
267 Name="Release|Win32"
268 >
269 <Tool
270 Name="VCCLCompilerTool"
271 UsePrecompiledHeader="1"
272 />
273 </FileConfiguration>
274 </File>
275 <Filter
276 Name="32及び64共通"
277 >
278 <File
279 RelativePath="..\BasicCompiler_Common\BasicCompiler.cpp"
280 >
281 <FileConfiguration
282 Name="Debug|Win32"
283 >
284 <Tool
285 Name="VCCLCompilerTool"
286 PreprocessorDefinitions=""
287 />
288 </FileConfiguration>
289 <FileConfiguration
290 Name="Release|Win32"
291 >
292 <Tool
293 Name="VCCLCompilerTool"
294 PreprocessorDefinitions=""
295 />
296 </FileConfiguration>
297 </File>
298 <File
299 RelativePath="..\BasicCompiler_Common\calculation.cpp"
300 >
301 <FileConfiguration
302 Name="Debug|Win32"
303 >
304 <Tool
305 Name="VCCLCompilerTool"
306 PreprocessorDefinitions=""
307 />
308 </FileConfiguration>
309 <FileConfiguration
310 Name="Release|Win32"
311 >
312 <Tool
313 Name="VCCLCompilerTool"
314 PreprocessorDefinitions=""
315 />
316 </FileConfiguration>
317 </File>
318 <File
319 RelativePath="..\BasicCompiler_Common\Compile.cpp"
320 >
321 <FileConfiguration
322 Name="Debug|Win32"
323 >
324 <Tool
325 Name="VCCLCompilerTool"
326 PreprocessorDefinitions=""
327 />
328 </FileConfiguration>
329 <FileConfiguration
330 Name="Release|Win32"
331 >
332 <Tool
333 Name="VCCLCompilerTool"
334 PreprocessorDefinitions=""
335 />
336 </FileConfiguration>
337 </File>
338 <File
339 RelativePath="..\BasicCompiler_Common\Diagnose.cpp"
340 >
341 </File>
342 <File
343 RelativePath="..\BasicCompiler_Common\error.cpp"
344 >
345 <FileConfiguration
346 Name="Debug|Win32"
347 >
348 <Tool
349 Name="VCCLCompilerTool"
350 PreprocessorDefinitions=""
351 />
352 </FileConfiguration>
353 <FileConfiguration
354 Name="Release|Win32"
355 >
356 <Tool
357 Name="VCCLCompilerTool"
358 PreprocessorDefinitions=""
359 />
360 </FileConfiguration>
361 </File>
362 <File
363 RelativePath="..\BasicCompiler_Common\gc.cpp"
364 >
365 <FileConfiguration
366 Name="Debug|Win32"
367 >
368 <Tool
369 Name="VCCLCompilerTool"
370 PreprocessorDefinitions=""
371 />
372 </FileConfiguration>
373 <FileConfiguration
374 Name="Release|Win32"
375 >
376 <Tool
377 Name="VCCLCompilerTool"
378 PreprocessorDefinitions=""
379 />
380 </FileConfiguration>
381 </File>
382 <File
383 RelativePath="..\BasicCompiler_Common\hash.cpp"
384 >
385 <FileConfiguration
386 Name="Debug|Win32"
387 >
388 <Tool
389 Name="VCCLCompilerTool"
390 PreprocessorDefinitions=""
391 />
392 </FileConfiguration>
393 <FileConfiguration
394 Name="Release|Win32"
395 >
396 <Tool
397 Name="VCCLCompilerTool"
398 PreprocessorDefinitions=""
399 />
400 </FileConfiguration>
401 </File>
402 <File
403 RelativePath="..\BasicCompiler_Common\MakeExe.cpp"
404 >
405 <FileConfiguration
406 Name="Debug|Win32"
407 >
408 <Tool
409 Name="VCCLCompilerTool"
410 PreprocessorDefinitions=""
411 />
412 </FileConfiguration>
413 <FileConfiguration
414 Name="Release|Win32"
415 >
416 <Tool
417 Name="VCCLCompilerTool"
418 PreprocessorDefinitions=""
419 />
420 </FileConfiguration>
421 </File>
422 <File
423 RelativePath="..\BasicCompiler_Common\NumOpe_GetType.cpp"
424 >
425 <FileConfiguration
426 Name="Debug|Win32"
427 >
428 <Tool
429 Name="VCCLCompilerTool"
430 PreprocessorDefinitions=""
431 />
432 </FileConfiguration>
433 <FileConfiguration
434 Name="Release|Win32"
435 >
436 <Tool
437 Name="VCCLCompilerTool"
438 PreprocessorDefinitions=""
439 />
440 </FileConfiguration>
441 </File>
442 <File
443 RelativePath="..\BasicCompiler_Common\Object.cpp"
444 >
445 <FileConfiguration
446 Name="Debug|Win32"
447 >
448 <Tool
449 Name="VCCLCompilerTool"
450 PreprocessorDefinitions=""
451 />
452 </FileConfiguration>
453 <FileConfiguration
454 Name="Release|Win32"
455 >
456 <Tool
457 Name="VCCLCompilerTool"
458 PreprocessorDefinitions=""
459 />
460 </FileConfiguration>
461 </File>
462 <File
463 RelativePath="..\BasicCompiler_Common\OldStatement.cpp"
464 >
465 </File>
466 <File
467 RelativePath="..\BasicCompiler_Common\Overload.cpp"
468 >
469 <FileConfiguration
470 Name="Debug|Win32"
471 >
472 <Tool
473 Name="VCCLCompilerTool"
474 PreprocessorDefinitions=""
475 />
476 </FileConfiguration>
477 <FileConfiguration
478 Name="Release|Win32"
479 >
480 <Tool
481 Name="VCCLCompilerTool"
482 PreprocessorDefinitions=""
483 />
484 </FileConfiguration>
485 </File>
486 <File
487 RelativePath="..\BasicCompiler_Common\RSrcSection.cpp"
488 >
489 <FileConfiguration
490 Name="Debug|Win32"
491 >
492 <Tool
493 Name="VCCLCompilerTool"
494 PreprocessorDefinitions=""
495 />
496 </FileConfiguration>
497 <FileConfiguration
498 Name="Release|Win32"
499 >
500 <Tool
501 Name="VCCLCompilerTool"
502 PreprocessorDefinitions=""
503 />
504 </FileConfiguration>
505 </File>
506 <File
507 RelativePath="..\BasicCompiler_Common\StrOperation.cpp"
508 >
509 <FileConfiguration
510 Name="Debug|Win32"
511 >
512 <Tool
513 Name="VCCLCompilerTool"
514 PreprocessorDefinitions=""
515 />
516 </FileConfiguration>
517 <FileConfiguration
518 Name="Release|Win32"
519 >
520 <Tool
521 Name="VCCLCompilerTool"
522 PreprocessorDefinitions=""
523 />
524 </FileConfiguration>
525 </File>
526 <File
527 RelativePath="..\BasicCompiler_Common\StrOperation.h"
528 >
529 </File>
530 <Filter
531 Name="Intermediate"
532 >
533 <File
534 RelativePath="..\BasicCompiler_Common\CommandFormat.cpp"
535 >
536 <FileConfiguration
537 Name="Debug|Win32"
538 >
539 <Tool
540 Name="VCCLCompilerTool"
541 PreprocessorDefinitions=""
542 />
543 </FileConfiguration>
544 <FileConfiguration
545 Name="Release|Win32"
546 >
547 <Tool
548 Name="VCCLCompilerTool"
549 PreprocessorDefinitions=""
550 />
551 </FileConfiguration>
552 </File>
553 <File
554 RelativePath="..\BasicCompiler_Common\Intermediate_Step1.cpp"
555 >
556 <FileConfiguration
557 Name="Debug|Win32"
558 >
559 <Tool
560 Name="VCCLCompilerTool"
561 PreprocessorDefinitions=""
562 />
563 </FileConfiguration>
564 <FileConfiguration
565 Name="Release|Win32"
566 >
567 <Tool
568 Name="VCCLCompilerTool"
569 PreprocessorDefinitions=""
570 />
571 </FileConfiguration>
572 </File>
573 <File
574 RelativePath="..\BasicCompiler_Common\Intermediate_Step2.cpp"
575 >
576 <FileConfiguration
577 Name="Debug|Win32"
578 >
579 <Tool
580 Name="VCCLCompilerTool"
581 PreprocessorDefinitions=""
582 />
583 </FileConfiguration>
584 <FileConfiguration
585 Name="Release|Win32"
586 >
587 <Tool
588 Name="VCCLCompilerTool"
589 PreprocessorDefinitions=""
590 />
591 </FileConfiguration>
592 </File>
593 <File
594 RelativePath="..\BasicCompiler_Common\Resource.cpp"
595 >
596 <FileConfiguration
597 Name="Debug|Win32"
598 >
599 <Tool
600 Name="VCCLCompilerTool"
601 PreprocessorDefinitions=""
602 />
603 </FileConfiguration>
604 <FileConfiguration
605 Name="Release|Win32"
606 >
607 <Tool
608 Name="VCCLCompilerTool"
609 PreprocessorDefinitions=""
610 />
611 </FileConfiguration>
612 </File>
613 </Filter>
614 <Filter
615 Name="Parts"
616 >
617 <File
618 RelativePath="..\BasicCompiler_Common\NonVolatile.cpp"
619 >
620 <FileConfiguration
621 Name="Debug|Win32"
622 >
623 <Tool
624 Name="VCCLCompilerTool"
625 PreprocessorDefinitions=""
626 />
627 </FileConfiguration>
628 <FileConfiguration
629 Name="Release|Win32"
630 >
631 <Tool
632 Name="VCCLCompilerTool"
633 PreprocessorDefinitions=""
634 />
635 </FileConfiguration>
636 </File>
637 </Filter>
638 <Filter
639 Name="Debug(共通)"
640 >
641 <File
642 RelativePath="..\BasicCompiler_Common\BreakPoint.cpp"
643 >
644 <FileConfiguration
645 Name="Debug|Win32"
646 >
647 <Tool
648 Name="VCCLCompilerTool"
649 PreprocessorDefinitions=""
650 />
651 </FileConfiguration>
652 <FileConfiguration
653 Name="Release|Win32"
654 >
655 <Tool
656 Name="VCCLCompilerTool"
657 PreprocessorDefinitions=""
658 />
659 </FileConfiguration>
660 </File>
661 <File
662 RelativePath="..\BasicCompiler_Common\BreakPoint.h"
663 >
664 </File>
665 <File
666 RelativePath="..\BasicCompiler_Common\CDebugThreadInfo.cpp"
667 >
668 <FileConfiguration
669 Name="Debug|Win32"
670 >
671 <Tool
672 Name="VCCLCompilerTool"
673 PreprocessorDefinitions=""
674 />
675 </FileConfiguration>
676 <FileConfiguration
677 Name="Release|Win32"
678 >
679 <Tool
680 Name="VCCLCompilerTool"
681 PreprocessorDefinitions=""
682 />
683 </FileConfiguration>
684 </File>
685 <File
686 RelativePath="..\BasicCompiler_Common\Debug.cpp"
687 >
688 <FileConfiguration
689 Name="Debug|Win32"
690 >
691 <Tool
692 Name="VCCLCompilerTool"
693 PreprocessorDefinitions=""
694 />
695 </FileConfiguration>
696 <FileConfiguration
697 Name="Release|Win32"
698 >
699 <Tool
700 Name="VCCLCompilerTool"
701 PreprocessorDefinitions=""
702 />
703 </FileConfiguration>
704 </File>
705 <File
706 RelativePath="..\BasicCompiler_Common\debug.h"
707 >
708 </File>
709 <File
710 RelativePath="..\BasicCompiler_Common\DebugMiddleFile.cpp"
711 >
712 <FileConfiguration
713 Name="Debug|Win32"
714 >
715 <Tool
716 Name="VCCLCompilerTool"
717 PreprocessorDefinitions=""
718 />
719 </FileConfiguration>
720 <FileConfiguration
721 Name="Release|Win32"
722 >
723 <Tool
724 Name="VCCLCompilerTool"
725 PreprocessorDefinitions=""
726 />
727 </FileConfiguration>
728 </File>
729 <File
730 RelativePath="..\BasicCompiler_Common\DebugSection.h"
731 >
732 </File>
733 <File
734 RelativePath="..\BasicCompiler_Common\VarList.cpp"
735 >
736 </File>
737 <File
738 RelativePath="..\BasicCompiler_Common\WatchList.cpp"
739 >
740 <FileConfiguration
741 Name="Debug|Win32"
742 >
743 <Tool
744 Name="VCCLCompilerTool"
745 ObjectFile="$(IntDir)\$(InputName)1.obj"
746 XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
747 />
748 </FileConfiguration>
749 <FileConfiguration
750 Name="Release|Win32"
751 >
752 <Tool
753 Name="VCCLCompilerTool"
754 ObjectFile="$(IntDir)\$(InputName)1.obj"
755 XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
756 />
757 </FileConfiguration>
758 </File>
759 </Filter>
760 <Filter
761 Name="Schedule"
762 >
763 <File
764 RelativePath="..\BasicCompiler_Common\PESchedule.cpp"
765 >
766 <FileConfiguration
767 Name="Debug|Win32"
768 >
769 <Tool
770 Name="VCCLCompilerTool"
771 PreprocessorDefinitions=""
772 />
773 </FileConfiguration>
774 <FileConfiguration
775 Name="Release|Win32"
776 >
777 <Tool
778 Name="VCCLCompilerTool"
779 PreprocessorDefinitions=""
780 />
781 </FileConfiguration>
782 </File>
783 <File
784 RelativePath="..\BasicCompiler_Common\PESchedule.h"
785 >
786 </File>
787 </Filter>
788 <Filter
789 Name="Variable"
790 >
791 <File
792 RelativePath="..\BasicCompiler_Common\VariableOpe.cpp"
793 >
794 </File>
795 <File
796 RelativePath="..\BasicCompiler_Common\VariableOpe.h"
797 >
798 </File>
799 </Filter>
800 <Filter
801 Name="Procedure"
802 >
803 <File
804 RelativePath="..\BasicCompiler_Common\ParamImpl.cpp"
805 >
806 </File>
807 <File
808 RelativePath="..\BasicCompiler_Common\Subroutine.cpp"
809 >
810 <FileConfiguration
811 Name="Debug|Win32"
812 >
813 <Tool
814 Name="VCCLCompilerTool"
815 PreprocessorDefinitions=""
816 />
817 </FileConfiguration>
818 <FileConfiguration
819 Name="Release|Win32"
820 >
821 <Tool
822 Name="VCCLCompilerTool"
823 PreprocessorDefinitions=""
824 />
825 </FileConfiguration>
826 </File>
827 </Filter>
828 </Filter>
829 <Filter
830 Name="x86Compiler"
831 >
832 <File
833 RelativePath="Compile_Statement.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="Compile_Var.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="MakePeHdr.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 <Filter
893 Name="Calculation"
894 >
895 <File
896 RelativePath="Compile_Calc.cpp"
897 >
898 <FileConfiguration
899 Name="Debug|Win32"
900 >
901 <Tool
902 Name="VCCLCompilerTool"
903 PreprocessorDefinitions=""
904 />
905 </FileConfiguration>
906 <FileConfiguration
907 Name="Release|Win32"
908 >
909 <Tool
910 Name="VCCLCompilerTool"
911 PreprocessorDefinitions=""
912 />
913 </FileConfiguration>
914 </File>
915 <File
916 RelativePath="Compile_Calc_PushVar.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_Set_Var.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="increment.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="NumOpe.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_Arithmetic.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_Logical.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_Relation.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_TypeOperation.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 </Filter>
1076 <Filter
1077 Name="Object"
1078 >
1079 <File
1080 RelativePath="Compile_Object.cpp"
1081 >
1082 <FileConfiguration
1083 Name="Debug|Win32"
1084 >
1085 <Tool
1086 Name="VCCLCompilerTool"
1087 PreprocessorDefinitions=""
1088 />
1089 </FileConfiguration>
1090 <FileConfiguration
1091 Name="Release|Win32"
1092 >
1093 <Tool
1094 Name="VCCLCompilerTool"
1095 PreprocessorDefinitions=""
1096 />
1097 </FileConfiguration>
1098 </File>
1099 </Filter>
1100 <Filter
1101 Name="Opcode"
1102 >
1103 <File
1104 RelativePath="op32_main.cpp"
1105 >
1106 <FileConfiguration
1107 Name="Debug|Win32"
1108 >
1109 <Tool
1110 Name="VCCLCompilerTool"
1111 PreprocessorDefinitions=""
1112 />
1113 </FileConfiguration>
1114 <FileConfiguration
1115 Name="Release|Win32"
1116 >
1117 <Tool
1118 Name="VCCLCompilerTool"
1119 PreprocessorDefinitions=""
1120 />
1121 </FileConfiguration>
1122 </File>
1123 <File
1124 RelativePath=".\x86CodeGenerator.cpp"
1125 >
1126 </File>
1127 </Filter>
1128 <Filter
1129 Name="Procedure"
1130 >
1131 <File
1132 RelativePath="Compile_CallProc.cpp"
1133 >
1134 <FileConfiguration
1135 Name="Debug|Win32"
1136 >
1137 <Tool
1138 Name="VCCLCompilerTool"
1139 PreprocessorDefinitions=""
1140 />
1141 </FileConfiguration>
1142 <FileConfiguration
1143 Name="Release|Win32"
1144 >
1145 <Tool
1146 Name="VCCLCompilerTool"
1147 PreprocessorDefinitions=""
1148 />
1149 </FileConfiguration>
1150 </File>
1151 <File
1152 RelativePath="Compile_Func.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_ProcOp.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="CParameter.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="OperatorProc.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 </Filter>
1232 </Filter>
1233 <Filter
1234 Name="Common Classes"
1235 >
1236 <File
1237 RelativePath="..\BasicCompiler_Common\src\BoostSerializationSupport.cpp"
1238 >
1239 <FileConfiguration
1240 Name="Debug|Win32"
1241 >
1242 <Tool
1243 Name="VCCLCompilerTool"
1244 UsePrecompiledHeader="0"
1245 />
1246 </FileConfiguration>
1247 <FileConfiguration
1248 Name="Release|Win32"
1249 >
1250 <Tool
1251 Name="VCCLCompilerTool"
1252 UsePrecompiledHeader="0"
1253 />
1254 </FileConfiguration>
1255 </File>
1256 </Filter>
1257 <Filter
1258 Name="Compiler Classes"
1259 >
1260 <File
1261 RelativePath="..\BasicCompiler_Common\src\CodeGenerator.cpp"
1262 >
1263 </File>
1264 <File
1265 RelativePath="..\BasicCompiler_Common\src\CommonCodeGenerator.cpp"
1266 >
1267 </File>
1268 <File
1269 RelativePath="..\BasicCompiler_Common\src\Compiler.cpp"
1270 >
1271 </File>
1272 <File
1273 RelativePath="..\BasicCompiler_Common\src\Linker.cpp"
1274 >
1275 </File>
1276 <File
1277 RelativePath="..\BasicCompiler_Common\src\Messenger.cpp"
1278 >
1279 </File>
1280 <Filter
1281 Name="Langauge Classes"
1282 >
1283 <File
1284 RelativePath="..\BasicCompiler_Common\src\Class.cpp"
1285 >
1286 </File>
1287 <File
1288 RelativePath="..\BasicCompiler_Common\src\Class_Collect.cpp"
1289 >
1290 </File>
1291 <File
1292 RelativePath="..\BasicCompiler_Common\src\Const.cpp"
1293 >
1294 </File>
1295 <File
1296 RelativePath="..\BasicCompiler_Common\src\DataTable.cpp"
1297 >
1298 </File>
1299 <File
1300 RelativePath="..\BasicCompiler_Common\src\Delegate.cpp"
1301 >
1302 </File>
1303 <File
1304 RelativePath="..\BasicCompiler_Common\src\Enum.cpp"
1305 >
1306 </File>
1307 <File
1308 RelativePath="..\BasicCompiler_Common\src\Exception.cpp"
1309 >
1310 </File>
1311 <File
1312 RelativePath="..\BasicCompiler_Common\src\LexicalScope.cpp"
1313 >
1314 </File>
1315 <File
1316 RelativePath="..\BasicCompiler_Common\src\Meta.cpp"
1317 >
1318 </File>
1319 <File
1320 RelativePath="..\BasicCompiler_Common\src\Method.cpp"
1321 >
1322 </File>
1323 <File
1324 RelativePath="..\BasicCompiler_Common\src\Namespace.cpp"
1325 >
1326 </File>
1327 <File
1328 RelativePath="..\BasicCompiler_Common\src\NamespaceSupporter.cpp"
1329 >
1330 </File>
1331 <File
1332 RelativePath="..\BasicCompiler_Common\src\NativeCode.cpp"
1333 >
1334 </File>
1335 <File
1336 RelativePath="..\BasicCompiler_Common\src\ObjectModule.cpp"
1337 >
1338 <FileConfiguration
1339 Name="Debug|Win32"
1340 >
1341 <Tool
1342 Name="VCCLCompilerTool"
1343 UsePrecompiledHeader="0"
1344 />
1345 </FileConfiguration>
1346 <FileConfiguration
1347 Name="Release|Win32"
1348 >
1349 <Tool
1350 Name="VCCLCompilerTool"
1351 UsePrecompiledHeader="0"
1352 />
1353 </FileConfiguration>
1354 </File>
1355 <File
1356 RelativePath="..\BasicCompiler_Common\src\Parameter.cpp"
1357 >
1358 </File>
1359 <File
1360 RelativePath="..\BasicCompiler_Common\src\Procedure.cpp"
1361 >
1362 </File>
1363 <File
1364 RelativePath="..\BasicCompiler_Common\src\Source.cpp"
1365 >
1366 </File>
1367 <File
1368 RelativePath="..\BasicCompiler_Common\src\Symbol.cpp"
1369 >
1370 </File>
1371 <File
1372 RelativePath="..\BasicCompiler_Common\src\Type.cpp"
1373 >
1374 </File>
1375 <File
1376 RelativePath="..\BasicCompiler_Common\src\TypeDef.cpp"
1377 >
1378 </File>
1379 <File
1380 RelativePath="..\BasicCompiler_Common\src\Variable.cpp"
1381 >
1382 </File>
1383 </Filter>
1384 </Filter>
1385 <Filter
1386 Name="Application Classes"
1387 >
1388 <File
1389 RelativePath="..\BasicCompiler_Common\src\Program.cpp"
1390 >
1391 </File>
1392 </Filter>
1393 </Filter>
1394 <Filter
1395 Name="Header Files"
1396 Filter="h;hpp;hxx;hm;inl"
1397 >
1398 <File
1399 RelativePath="..\BasicCompiler_Common\BasicCompiler.h"
1400 >
1401 </File>
1402 <File
1403 RelativePath="..\BasicCompiler_Common\BasicFixed.h"
1404 >
1405 </File>
1406 <File
1407 RelativePath="CommandValue.h"
1408 >
1409 </File>
1410 <File
1411 RelativePath="..\BasicCompiler_Common\common.h"
1412 >
1413 </File>
1414 <File
1415 RelativePath=".\MachineFixed.h"
1416 >
1417 </File>
1418 <File
1419 RelativePath="Opcode.h"
1420 >
1421 </File>
1422 <File
1423 RelativePath="..\BasicCompiler_Common\include\option.h"
1424 >
1425 </File>
1426 <File
1427 RelativePath=".\stdafx.h"
1428 >
1429 </File>
1430 <File
1431 RelativePath="..\BasicCompiler_Common\include\ver.h"
1432 >
1433 </File>
1434 <Filter
1435 Name="言語対応文字列"
1436 >
1437 <File
1438 RelativePath="..\BasicCompiler_Common\common_msg_eng.h"
1439 >
1440 </File>
1441 <File
1442 RelativePath="..\BasicCompiler_Common\common_msg_jpn.h"
1443 >
1444 </File>
1445 </Filter>
1446 <Filter
1447 Name="Parts_h"
1448 >
1449 <File
1450 RelativePath="..\BasicCompiler_Common\NonVolatile.h"
1451 >
1452 </File>
1453 </Filter>
1454 <Filter
1455 Name="Common Classes"
1456 >
1457 <File
1458 RelativePath="..\BasicCompiler_Common\include\Binary.h"
1459 >
1460 </File>
1461 <File
1462 RelativePath="..\BasicCompiler_Common\include\BoostSerializationSupport.h"
1463 >
1464 </File>
1465 <File
1466 RelativePath="..\BasicCompiler_Common\include\Hashmap.h"
1467 >
1468 </File>
1469 <File
1470 RelativePath="..\BasicCompiler_Common\include\logger.h"
1471 >
1472 </File>
1473 </Filter>
1474 <Filter
1475 Name="Compiler Classes"
1476 >
1477 <File
1478 RelativePath="..\BasicCompiler_Common\include\CodeGenerator.h"
1479 >
1480 </File>
1481 <File
1482 RelativePath="..\BasicCompiler_Common\include\Compiler.h"
1483 >
1484 </File>
1485 <File
1486 RelativePath="..\BasicCompiler_Common\include\Linker.h"
1487 >
1488 </File>
1489 <File
1490 RelativePath="..\BasicCompiler_Common\include\Messenger.h"
1491 >
1492 </File>
1493 <Filter
1494 Name="Language Classes"
1495 >
1496 <File
1497 RelativePath="..\BasicCompiler_Common\include\Class.h"
1498 >
1499 </File>
1500 <File
1501 RelativePath="..\BasicCompiler_Common\include\Const.h"
1502 >
1503 </File>
1504 <File
1505 RelativePath="..\BasicCompiler_Common\include\DataTable.h"
1506 >
1507 </File>
1508 <File
1509 RelativePath="..\BasicCompiler_Common\include\Delegate.h"
1510 >
1511 </File>
1512 <File
1513 RelativePath="..\BasicCompiler_Common\include\Enum.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\Prototype.h"
1562 >
1563 </File>
1564 <File
1565 RelativePath="..\BasicCompiler_Common\include\Source.h"
1566 >
1567 </File>
1568 <File
1569 RelativePath="..\BasicCompiler_Common\include\Symbol.h"
1570 >
1571 </File>
1572 <File
1573 RelativePath="..\BasicCompiler_Common\include\Type.h"
1574 >
1575 </File>
1576 <File
1577 RelativePath="..\BasicCompiler_Common\include\TypeDef.h"
1578 >
1579 </File>
1580 <File
1581 RelativePath="..\BasicCompiler_Common\include\Variable.h"
1582 >
1583 </File>
1584 </Filter>
1585 </Filter>
1586 <Filter
1587 Name="Application Classes"
1588 >
1589 <File
1590 RelativePath="..\BasicCompiler_Common\include\Program.h"
1591 >
1592 </File>
1593 </Filter>
1594 <Filter
1595 Name="Debugger Classes"
1596 >
1597 <File
1598 RelativePath="..\BasicCompiler_Common\include\Debugger.h"
1599 >
1600 </File>
1601 </Filter>
1602 </Filter>
1603 <Filter
1604 Name="Resource Files"
1605 Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
1606 >
1607 <File
1608 RelativePath="icon1.ico"
1609 >
1610 </File>
1611 <File
1612 RelativePath="toolbar_debugger.bmp"
1613 >
1614 </File>
1615 <File
1616 RelativePath="toolbar_debugger_disable.bmp"
1617 >
1618 </File>
1619 <File
1620 RelativePath="VarArray.ico"
1621 >
1622 </File>
1623 <File
1624 RelativePath="VarData.ico"
1625 >
1626 </File>
1627 <File
1628 RelativePath="VarPtrStruct.ico"
1629 >
1630 </File>
1631 <File
1632 RelativePath="VarStr.ico"
1633 >
1634 </File>
1635 <File
1636 RelativePath="VarStruct.ico"
1637 >
1638 </File>
1639 </Filter>
1640 </Files>
1641 <Globals>
1642 </Globals>
1643</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.