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

Last change on this file since 376 was 376, checked in by dai_9181, 16 years ago
File size: 35.7 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 <Filter
519 Name="Intermediate"
520 >
521 <File
522 RelativePath="..\BasicCompiler_Common\CommandFormat.cpp"
523 >
524 <FileConfiguration
525 Name="Debug|Win32"
526 >
527 <Tool
528 Name="VCCLCompilerTool"
529 PreprocessorDefinitions=""
530 />
531 </FileConfiguration>
532 <FileConfiguration
533 Name="Release|Win32"
534 >
535 <Tool
536 Name="VCCLCompilerTool"
537 PreprocessorDefinitions=""
538 />
539 </FileConfiguration>
540 </File>
541 <File
542 RelativePath="..\BasicCompiler_Common\Intermediate_Step1.cpp"
543 >
544 <FileConfiguration
545 Name="Debug|Win32"
546 >
547 <Tool
548 Name="VCCLCompilerTool"
549 PreprocessorDefinitions=""
550 />
551 </FileConfiguration>
552 <FileConfiguration
553 Name="Release|Win32"
554 >
555 <Tool
556 Name="VCCLCompilerTool"
557 PreprocessorDefinitions=""
558 />
559 </FileConfiguration>
560 </File>
561 <File
562 RelativePath="..\BasicCompiler_Common\Intermediate_Step2.cpp"
563 >
564 <FileConfiguration
565 Name="Debug|Win32"
566 >
567 <Tool
568 Name="VCCLCompilerTool"
569 PreprocessorDefinitions=""
570 />
571 </FileConfiguration>
572 <FileConfiguration
573 Name="Release|Win32"
574 >
575 <Tool
576 Name="VCCLCompilerTool"
577 PreprocessorDefinitions=""
578 />
579 </FileConfiguration>
580 </File>
581 <File
582 RelativePath="..\BasicCompiler_Common\Resource.cpp"
583 >
584 <FileConfiguration
585 Name="Debug|Win32"
586 >
587 <Tool
588 Name="VCCLCompilerTool"
589 PreprocessorDefinitions=""
590 />
591 </FileConfiguration>
592 <FileConfiguration
593 Name="Release|Win32"
594 >
595 <Tool
596 Name="VCCLCompilerTool"
597 PreprocessorDefinitions=""
598 />
599 </FileConfiguration>
600 </File>
601 </Filter>
602 <Filter
603 Name="Parts"
604 >
605 <File
606 RelativePath="..\BasicCompiler_Common\NonVolatile.cpp"
607 >
608 <FileConfiguration
609 Name="Debug|Win32"
610 >
611 <Tool
612 Name="VCCLCompilerTool"
613 PreprocessorDefinitions=""
614 />
615 </FileConfiguration>
616 <FileConfiguration
617 Name="Release|Win32"
618 >
619 <Tool
620 Name="VCCLCompilerTool"
621 PreprocessorDefinitions=""
622 />
623 </FileConfiguration>
624 </File>
625 </Filter>
626 <Filter
627 Name="Debug(共通)"
628 >
629 <File
630 RelativePath="..\BasicCompiler_Common\BreakPoint.cpp"
631 >
632 <FileConfiguration
633 Name="Debug|Win32"
634 >
635 <Tool
636 Name="VCCLCompilerTool"
637 PreprocessorDefinitions=""
638 />
639 </FileConfiguration>
640 <FileConfiguration
641 Name="Release|Win32"
642 >
643 <Tool
644 Name="VCCLCompilerTool"
645 PreprocessorDefinitions=""
646 />
647 </FileConfiguration>
648 </File>
649 <File
650 RelativePath="..\BasicCompiler_Common\BreakPoint.h"
651 >
652 </File>
653 <File
654 RelativePath="..\BasicCompiler_Common\CDebugThreadInfo.cpp"
655 >
656 <FileConfiguration
657 Name="Debug|Win32"
658 >
659 <Tool
660 Name="VCCLCompilerTool"
661 PreprocessorDefinitions=""
662 />
663 </FileConfiguration>
664 <FileConfiguration
665 Name="Release|Win32"
666 >
667 <Tool
668 Name="VCCLCompilerTool"
669 PreprocessorDefinitions=""
670 />
671 </FileConfiguration>
672 </File>
673 <File
674 RelativePath="..\BasicCompiler_Common\Debug.cpp"
675 >
676 <FileConfiguration
677 Name="Debug|Win32"
678 >
679 <Tool
680 Name="VCCLCompilerTool"
681 PreprocessorDefinitions=""
682 />
683 </FileConfiguration>
684 <FileConfiguration
685 Name="Release|Win32"
686 >
687 <Tool
688 Name="VCCLCompilerTool"
689 PreprocessorDefinitions=""
690 />
691 </FileConfiguration>
692 </File>
693 <File
694 RelativePath="..\BasicCompiler_Common\debug.h"
695 >
696 </File>
697 <File
698 RelativePath="..\BasicCompiler_Common\DebugMiddleFile.cpp"
699 >
700 <FileConfiguration
701 Name="Debug|Win32"
702 >
703 <Tool
704 Name="VCCLCompilerTool"
705 PreprocessorDefinitions=""
706 />
707 </FileConfiguration>
708 <FileConfiguration
709 Name="Release|Win32"
710 >
711 <Tool
712 Name="VCCLCompilerTool"
713 PreprocessorDefinitions=""
714 />
715 </FileConfiguration>
716 </File>
717 <File
718 RelativePath="..\BasicCompiler_Common\DebugSection.h"
719 >
720 </File>
721 <File
722 RelativePath="..\BasicCompiler_Common\VarList.cpp"
723 >
724 </File>
725 <File
726 RelativePath="..\BasicCompiler_Common\WatchList.cpp"
727 >
728 <FileConfiguration
729 Name="Debug|Win32"
730 >
731 <Tool
732 Name="VCCLCompilerTool"
733 ObjectFile="$(IntDir)\$(InputName)1.obj"
734 XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
735 />
736 </FileConfiguration>
737 <FileConfiguration
738 Name="Release|Win32"
739 >
740 <Tool
741 Name="VCCLCompilerTool"
742 ObjectFile="$(IntDir)\$(InputName)1.obj"
743 XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
744 />
745 </FileConfiguration>
746 </File>
747 </Filter>
748 <Filter
749 Name="Type"
750 >
751 <File
752 RelativePath="..\BasicCompiler_Common\Enum.cpp"
753 >
754 <FileConfiguration
755 Name="Debug|Win32"
756 >
757 <Tool
758 Name="VCCLCompilerTool"
759 PreprocessorDefinitions=""
760 />
761 </FileConfiguration>
762 <FileConfiguration
763 Name="Release|Win32"
764 >
765 <Tool
766 Name="VCCLCompilerTool"
767 PreprocessorDefinitions=""
768 />
769 </FileConfiguration>
770 </File>
771 <File
772 RelativePath="..\BasicCompiler_Common\Enum.h"
773 >
774 </File>
775 </Filter>
776 <Filter
777 Name="Schedule"
778 >
779 <File
780 RelativePath="..\BasicCompiler_Common\PESchedule.cpp"
781 >
782 <FileConfiguration
783 Name="Debug|Win32"
784 >
785 <Tool
786 Name="VCCLCompilerTool"
787 PreprocessorDefinitions=""
788 />
789 </FileConfiguration>
790 <FileConfiguration
791 Name="Release|Win32"
792 >
793 <Tool
794 Name="VCCLCompilerTool"
795 PreprocessorDefinitions=""
796 />
797 </FileConfiguration>
798 </File>
799 <File
800 RelativePath="..\BasicCompiler_Common\PESchedule.h"
801 >
802 </File>
803 </Filter>
804 <Filter
805 Name="Variable"
806 >
807 <File
808 RelativePath="..\BasicCompiler_Common\VariableOpe.cpp"
809 >
810 </File>
811 <File
812 RelativePath="..\BasicCompiler_Common\VariableOpe.h"
813 >
814 </File>
815 </Filter>
816 <Filter
817 Name="Procedure"
818 >
819 <File
820 RelativePath="..\BasicCompiler_Common\ParamImpl.cpp"
821 >
822 </File>
823 <File
824 RelativePath="..\BasicCompiler_Common\Subroutine.cpp"
825 >
826 <FileConfiguration
827 Name="Debug|Win32"
828 >
829 <Tool
830 Name="VCCLCompilerTool"
831 PreprocessorDefinitions=""
832 />
833 </FileConfiguration>
834 <FileConfiguration
835 Name="Release|Win32"
836 >
837 <Tool
838 Name="VCCLCompilerTool"
839 PreprocessorDefinitions=""
840 />
841 </FileConfiguration>
842 </File>
843 </Filter>
844 </Filter>
845 <Filter
846 Name="x86Compiler"
847 >
848 <File
849 RelativePath="Compile_Statement.cpp"
850 >
851 <FileConfiguration
852 Name="Debug|Win32"
853 >
854 <Tool
855 Name="VCCLCompilerTool"
856 PreprocessorDefinitions=""
857 />
858 </FileConfiguration>
859 <FileConfiguration
860 Name="Release|Win32"
861 >
862 <Tool
863 Name="VCCLCompilerTool"
864 PreprocessorDefinitions=""
865 />
866 </FileConfiguration>
867 </File>
868 <File
869 RelativePath="Compile_Var.cpp"
870 >
871 <FileConfiguration
872 Name="Debug|Win32"
873 >
874 <Tool
875 Name="VCCLCompilerTool"
876 PreprocessorDefinitions=""
877 />
878 </FileConfiguration>
879 <FileConfiguration
880 Name="Release|Win32"
881 >
882 <Tool
883 Name="VCCLCompilerTool"
884 PreprocessorDefinitions=""
885 />
886 </FileConfiguration>
887 </File>
888 <File
889 RelativePath="MakePeHdr.cpp"
890 >
891 <FileConfiguration
892 Name="Debug|Win32"
893 >
894 <Tool
895 Name="VCCLCompilerTool"
896 PreprocessorDefinitions=""
897 />
898 </FileConfiguration>
899 <FileConfiguration
900 Name="Release|Win32"
901 >
902 <Tool
903 Name="VCCLCompilerTool"
904 PreprocessorDefinitions=""
905 />
906 </FileConfiguration>
907 </File>
908 <Filter
909 Name="Calculation"
910 >
911 <File
912 RelativePath="Compile_Calc.cpp"
913 >
914 <FileConfiguration
915 Name="Debug|Win32"
916 >
917 <Tool
918 Name="VCCLCompilerTool"
919 PreprocessorDefinitions=""
920 />
921 </FileConfiguration>
922 <FileConfiguration
923 Name="Release|Win32"
924 >
925 <Tool
926 Name="VCCLCompilerTool"
927 PreprocessorDefinitions=""
928 />
929 </FileConfiguration>
930 </File>
931 <File
932 RelativePath="Compile_Calc_PushVar.cpp"
933 >
934 <FileConfiguration
935 Name="Debug|Win32"
936 >
937 <Tool
938 Name="VCCLCompilerTool"
939 PreprocessorDefinitions=""
940 />
941 </FileConfiguration>
942 <FileConfiguration
943 Name="Release|Win32"
944 >
945 <Tool
946 Name="VCCLCompilerTool"
947 PreprocessorDefinitions=""
948 />
949 </FileConfiguration>
950 </File>
951 <File
952 RelativePath="Compile_Set_Var.cpp"
953 >
954 <FileConfiguration
955 Name="Debug|Win32"
956 >
957 <Tool
958 Name="VCCLCompilerTool"
959 PreprocessorDefinitions=""
960 />
961 </FileConfiguration>
962 <FileConfiguration
963 Name="Release|Win32"
964 >
965 <Tool
966 Name="VCCLCompilerTool"
967 PreprocessorDefinitions=""
968 />
969 </FileConfiguration>
970 </File>
971 <File
972 RelativePath="increment.cpp"
973 >
974 <FileConfiguration
975 Name="Debug|Win32"
976 >
977 <Tool
978 Name="VCCLCompilerTool"
979 PreprocessorDefinitions=""
980 />
981 </FileConfiguration>
982 <FileConfiguration
983 Name="Release|Win32"
984 >
985 <Tool
986 Name="VCCLCompilerTool"
987 PreprocessorDefinitions=""
988 />
989 </FileConfiguration>
990 </File>
991 <File
992 RelativePath="NumOpe.cpp"
993 >
994 <FileConfiguration
995 Name="Debug|Win32"
996 >
997 <Tool
998 Name="VCCLCompilerTool"
999 PreprocessorDefinitions=""
1000 />
1001 </FileConfiguration>
1002 <FileConfiguration
1003 Name="Release|Win32"
1004 >
1005 <Tool
1006 Name="VCCLCompilerTool"
1007 PreprocessorDefinitions=""
1008 />
1009 </FileConfiguration>
1010 </File>
1011 <File
1012 RelativePath="NumOpe_Arithmetic.cpp"
1013 >
1014 <FileConfiguration
1015 Name="Debug|Win32"
1016 >
1017 <Tool
1018 Name="VCCLCompilerTool"
1019 PreprocessorDefinitions=""
1020 />
1021 </FileConfiguration>
1022 <FileConfiguration
1023 Name="Release|Win32"
1024 >
1025 <Tool
1026 Name="VCCLCompilerTool"
1027 PreprocessorDefinitions=""
1028 />
1029 </FileConfiguration>
1030 </File>
1031 <File
1032 RelativePath="NumOpe_Logical.cpp"
1033 >
1034 <FileConfiguration
1035 Name="Debug|Win32"
1036 >
1037 <Tool
1038 Name="VCCLCompilerTool"
1039 PreprocessorDefinitions=""
1040 />
1041 </FileConfiguration>
1042 <FileConfiguration
1043 Name="Release|Win32"
1044 >
1045 <Tool
1046 Name="VCCLCompilerTool"
1047 PreprocessorDefinitions=""
1048 />
1049 </FileConfiguration>
1050 </File>
1051 <File
1052 RelativePath="NumOpe_Relation.cpp"
1053 >
1054 <FileConfiguration
1055 Name="Debug|Win32"
1056 >
1057 <Tool
1058 Name="VCCLCompilerTool"
1059 PreprocessorDefinitions=""
1060 />
1061 </FileConfiguration>
1062 <FileConfiguration
1063 Name="Release|Win32"
1064 >
1065 <Tool
1066 Name="VCCLCompilerTool"
1067 PreprocessorDefinitions=""
1068 />
1069 </FileConfiguration>
1070 </File>
1071 <File
1072 RelativePath="NumOpe_TypeOperation.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="Object"
1094 >
1095 <File
1096 RelativePath="Compile_Object.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 </Filter>
1116 <Filter
1117 Name="Opcode"
1118 >
1119 <File
1120 RelativePath="op32_main.cpp"
1121 >
1122 <FileConfiguration
1123 Name="Debug|Win32"
1124 >
1125 <Tool
1126 Name="VCCLCompilerTool"
1127 PreprocessorDefinitions=""
1128 />
1129 </FileConfiguration>
1130 <FileConfiguration
1131 Name="Release|Win32"
1132 >
1133 <Tool
1134 Name="VCCLCompilerTool"
1135 PreprocessorDefinitions=""
1136 />
1137 </FileConfiguration>
1138 </File>
1139 <File
1140 RelativePath=".\x86CodeGenerator.cpp"
1141 >
1142 </File>
1143 </Filter>
1144 <Filter
1145 Name="Procedure"
1146 >
1147 <File
1148 RelativePath="Compile_CallProc.cpp"
1149 >
1150 <FileConfiguration
1151 Name="Debug|Win32"
1152 >
1153 <Tool
1154 Name="VCCLCompilerTool"
1155 PreprocessorDefinitions=""
1156 />
1157 </FileConfiguration>
1158 <FileConfiguration
1159 Name="Release|Win32"
1160 >
1161 <Tool
1162 Name="VCCLCompilerTool"
1163 PreprocessorDefinitions=""
1164 />
1165 </FileConfiguration>
1166 </File>
1167 <File
1168 RelativePath="Compile_Func.cpp"
1169 >
1170 <FileConfiguration
1171 Name="Debug|Win32"
1172 >
1173 <Tool
1174 Name="VCCLCompilerTool"
1175 PreprocessorDefinitions=""
1176 />
1177 </FileConfiguration>
1178 <FileConfiguration
1179 Name="Release|Win32"
1180 >
1181 <Tool
1182 Name="VCCLCompilerTool"
1183 PreprocessorDefinitions=""
1184 />
1185 </FileConfiguration>
1186 </File>
1187 <File
1188 RelativePath="Compile_ProcOp.cpp"
1189 >
1190 <FileConfiguration
1191 Name="Debug|Win32"
1192 >
1193 <Tool
1194 Name="VCCLCompilerTool"
1195 PreprocessorDefinitions=""
1196 />
1197 </FileConfiguration>
1198 <FileConfiguration
1199 Name="Release|Win32"
1200 >
1201 <Tool
1202 Name="VCCLCompilerTool"
1203 PreprocessorDefinitions=""
1204 />
1205 </FileConfiguration>
1206 </File>
1207 <File
1208 RelativePath="CParameter.cpp"
1209 >
1210 <FileConfiguration
1211 Name="Debug|Win32"
1212 >
1213 <Tool
1214 Name="VCCLCompilerTool"
1215 PreprocessorDefinitions=""
1216 />
1217 </FileConfiguration>
1218 <FileConfiguration
1219 Name="Release|Win32"
1220 >
1221 <Tool
1222 Name="VCCLCompilerTool"
1223 PreprocessorDefinitions=""
1224 />
1225 </FileConfiguration>
1226 </File>
1227 <File
1228 RelativePath="OperatorProc.cpp"
1229 >
1230 <FileConfiguration
1231 Name="Debug|Win32"
1232 >
1233 <Tool
1234 Name="VCCLCompilerTool"
1235 PreprocessorDefinitions=""
1236 />
1237 </FileConfiguration>
1238 <FileConfiguration
1239 Name="Release|Win32"
1240 >
1241 <Tool
1242 Name="VCCLCompilerTool"
1243 PreprocessorDefinitions=""
1244 />
1245 </FileConfiguration>
1246 </File>
1247 </Filter>
1248 </Filter>
1249 <Filter
1250 Name="Common Classes"
1251 >
1252 <File
1253 RelativePath="..\BasicCompiler_Common\src\BoostSerializationSupport.cpp"
1254 >
1255 <FileConfiguration
1256 Name="Debug|Win32"
1257 >
1258 <Tool
1259 Name="VCCLCompilerTool"
1260 UsePrecompiledHeader="0"
1261 />
1262 </FileConfiguration>
1263 <FileConfiguration
1264 Name="Release|Win32"
1265 >
1266 <Tool
1267 Name="VCCLCompilerTool"
1268 UsePrecompiledHeader="0"
1269 />
1270 </FileConfiguration>
1271 </File>
1272 </Filter>
1273 <Filter
1274 Name="Compiler Classes"
1275 >
1276 <File
1277 RelativePath="..\BasicCompiler_Common\src\CodeGenerator.cpp"
1278 >
1279 </File>
1280 <File
1281 RelativePath="..\BasicCompiler_Common\src\CommonCodeGenerator.cpp"
1282 >
1283 </File>
1284 <File
1285 RelativePath="..\BasicCompiler_Common\src\Compiler.cpp"
1286 >
1287 </File>
1288 <File
1289 RelativePath="..\BasicCompiler_Common\src\Linker.cpp"
1290 >
1291 </File>
1292 <Filter
1293 Name="Langauge Classes"
1294 >
1295 <File
1296 RelativePath="..\BasicCompiler_Common\src\Class.cpp"
1297 >
1298 </File>
1299 <File
1300 RelativePath="..\BasicCompiler_Common\src\Class_Collect.cpp"
1301 >
1302 </File>
1303 <File
1304 RelativePath="..\BasicCompiler_Common\src\Const.cpp"
1305 >
1306 </File>
1307 <File
1308 RelativePath="..\BasicCompiler_Common\src\DataTable.cpp"
1309 >
1310 </File>
1311 <File
1312 RelativePath="..\BasicCompiler_Common\src\Delegate.cpp"
1313 >
1314 </File>
1315 <File
1316 RelativePath="..\BasicCompiler_Common\src\Exception.cpp"
1317 >
1318 </File>
1319 <File
1320 RelativePath="..\BasicCompiler_Common\src\LexicalScope.cpp"
1321 >
1322 </File>
1323 <File
1324 RelativePath="..\BasicCompiler_Common\src\Meta.cpp"
1325 >
1326 </File>
1327 <File
1328 RelativePath="..\BasicCompiler_Common\src\Method.cpp"
1329 >
1330 </File>
1331 <File
1332 RelativePath="..\BasicCompiler_Common\src\Namespace.cpp"
1333 >
1334 </File>
1335 <File
1336 RelativePath="..\BasicCompiler_Common\src\NamespaceSupporter.cpp"
1337 >
1338 </File>
1339 <File
1340 RelativePath="..\BasicCompiler_Common\src\NativeCode.cpp"
1341 >
1342 </File>
1343 <File
1344 RelativePath="..\BasicCompiler_Common\src\ObjectModule.cpp"
1345 >
1346 </File>
1347 <File
1348 RelativePath="..\BasicCompiler_Common\src\Parameter.cpp"
1349 >
1350 </File>
1351 <File
1352 RelativePath="..\BasicCompiler_Common\src\Procedure.cpp"
1353 >
1354 </File>
1355 <File
1356 RelativePath="..\BasicCompiler_Common\src\Program.cpp"
1357 >
1358 </File>
1359 <File
1360 RelativePath="..\BasicCompiler_Common\src\SmoothieImpl.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 <Filter
1387 Name="Header Files"
1388 Filter="h;hpp;hxx;hm;inl"
1389 >
1390 <File
1391 RelativePath="..\BasicCompiler_Common\BasicCompiler.h"
1392 >
1393 </File>
1394 <File
1395 RelativePath="CommandValue.h"
1396 >
1397 </File>
1398 <File
1399 RelativePath="..\BasicCompiler_Common\common.h"
1400 >
1401 </File>
1402 <File
1403 RelativePath=".\MachineFixed.h"
1404 >
1405 </File>
1406 <File
1407 RelativePath="Opcode.h"
1408 >
1409 </File>
1410 <File
1411 RelativePath="..\BasicCompiler_Common\include\option.h"
1412 >
1413 </File>
1414 <File
1415 RelativePath=".\stdafx.h"
1416 >
1417 </File>
1418 <File
1419 RelativePath="..\BasicCompiler_Common\include\ver.h"
1420 >
1421 </File>
1422 <Filter
1423 Name="言語対応文字列"
1424 >
1425 <File
1426 RelativePath="..\BasicCompiler_Common\common_msg_eng.h"
1427 >
1428 </File>
1429 <File
1430 RelativePath="..\BasicCompiler_Common\common_msg_jpn.h"
1431 >
1432 </File>
1433 </Filter>
1434 <Filter
1435 Name="Parts_h"
1436 >
1437 <File
1438 RelativePath="..\BasicCompiler_Common\NonVolatile.h"
1439 >
1440 </File>
1441 </Filter>
1442 <Filter
1443 Name="Common Classes"
1444 >
1445 <File
1446 RelativePath="..\BasicCompiler_Common\include\Binary.h"
1447 >
1448 </File>
1449 <File
1450 RelativePath="..\BasicCompiler_Common\include\BoostSerializationSupport.h"
1451 >
1452 </File>
1453 <File
1454 RelativePath="..\BasicCompiler_Common\include\Hashmap.h"
1455 >
1456 </File>
1457 <File
1458 RelativePath="..\BasicCompiler_Common\include\logger.h"
1459 >
1460 </File>
1461 </Filter>
1462 <Filter
1463 Name="Compiler Classes"
1464 >
1465 <File
1466 RelativePath="..\BasicCompiler_Common\include\CodeGenerator.h"
1467 >
1468 </File>
1469 <File
1470 RelativePath="..\BasicCompiler_Common\include\Compiler.h"
1471 >
1472 </File>
1473 <File
1474 RelativePath="..\BasicCompiler_Common\include\Linker.h"
1475 >
1476 </File>
1477 <Filter
1478 Name="Language Classes"
1479 >
1480 <File
1481 RelativePath="..\BasicCompiler_Common\include\Class.h"
1482 >
1483 </File>
1484 <File
1485 RelativePath="..\BasicCompiler_Common\include\Const.h"
1486 >
1487 </File>
1488 <File
1489 RelativePath="..\BasicCompiler_Common\include\DataTable.h"
1490 >
1491 </File>
1492 <File
1493 RelativePath="..\BasicCompiler_Common\include\Delegate.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\Program.h"
1542 >
1543 </File>
1544 <File
1545 RelativePath="..\BasicCompiler_Common\include\Prototype.h"
1546 >
1547 </File>
1548 <File
1549 RelativePath="..\BasicCompiler_Common\include\SmoothieImpl.h"
1550 >
1551 </File>
1552 <File
1553 RelativePath="..\BasicCompiler_Common\include\Source.h"
1554 >
1555 </File>
1556 <File
1557 RelativePath="..\BasicCompiler_Common\include\Symbol.h"
1558 >
1559 </File>
1560 <File
1561 RelativePath="..\BasicCompiler_Common\include\Type.h"
1562 >
1563 </File>
1564 <File
1565 RelativePath="..\BasicCompiler_Common\include\TypeDef.h"
1566 >
1567 </File>
1568 <File
1569 RelativePath="..\BasicCompiler_Common\include\Variable.h"
1570 >
1571 </File>
1572 </Filter>
1573 </Filter>
1574 </Filter>
1575 <Filter
1576 Name="Resource Files"
1577 Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
1578 >
1579 <File
1580 RelativePath="icon1.ico"
1581 >
1582 </File>
1583 <File
1584 RelativePath="toolbar_debugger.bmp"
1585 >
1586 </File>
1587 <File
1588 RelativePath="toolbar_debugger_disable.bmp"
1589 >
1590 </File>
1591 <File
1592 RelativePath="VarArray.ico"
1593 >
1594 </File>
1595 <File
1596 RelativePath="VarData.ico"
1597 >
1598 </File>
1599 <File
1600 RelativePath="VarPtrStruct.ico"
1601 >
1602 </File>
1603 <File
1604 RelativePath="VarStr.ico"
1605 >
1606 </File>
1607 <File
1608 RelativePath="VarStruct.ico"
1609 >
1610 </File>
1611 </Filter>
1612 </Files>
1613 <Globals>
1614 </Globals>
1615</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.