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

Last change on this file since 322 was 322, checked in by dai_9181, 17 years ago

コンパイラ組み込みテンプレートエンジンを実装。
静的リンクライブラリ、デバッグ情報の内部形式をテキストからバイナリに変更した。

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