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

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

BoostSerializationSupportのクラステンプレートインスタンスを明示的に生成するようにした(コンパイル時間の短縮)

File size: 33.3 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"
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"
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="Compile"
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 </Filter>
1139 <Filter
1140 Name="Procedure"
1141 >
1142 <File
1143 RelativePath="Compile_CallProc.cpp"
1144 >
1145 <FileConfiguration
1146 Name="Debug|Win32"
1147 >
1148 <Tool
1149 Name="VCCLCompilerTool"
1150 PreprocessorDefinitions=""
1151 />
1152 </FileConfiguration>
1153 <FileConfiguration
1154 Name="Release|Win32"
1155 >
1156 <Tool
1157 Name="VCCLCompilerTool"
1158 PreprocessorDefinitions=""
1159 />
1160 </FileConfiguration>
1161 </File>
1162 <File
1163 RelativePath="Compile_Func.cpp"
1164 >
1165 <FileConfiguration
1166 Name="Debug|Win32"
1167 >
1168 <Tool
1169 Name="VCCLCompilerTool"
1170 PreprocessorDefinitions=""
1171 />
1172 </FileConfiguration>
1173 <FileConfiguration
1174 Name="Release|Win32"
1175 >
1176 <Tool
1177 Name="VCCLCompilerTool"
1178 PreprocessorDefinitions=""
1179 />
1180 </FileConfiguration>
1181 </File>
1182 <File
1183 RelativePath="Compile_ProcOp.cpp"
1184 >
1185 <FileConfiguration
1186 Name="Debug|Win32"
1187 >
1188 <Tool
1189 Name="VCCLCompilerTool"
1190 PreprocessorDefinitions=""
1191 />
1192 </FileConfiguration>
1193 <FileConfiguration
1194 Name="Release|Win32"
1195 >
1196 <Tool
1197 Name="VCCLCompilerTool"
1198 PreprocessorDefinitions=""
1199 />
1200 </FileConfiguration>
1201 </File>
1202 <File
1203 RelativePath="CParameter.cpp"
1204 >
1205 <FileConfiguration
1206 Name="Debug|Win32"
1207 >
1208 <Tool
1209 Name="VCCLCompilerTool"
1210 PreprocessorDefinitions=""
1211 />
1212 </FileConfiguration>
1213 <FileConfiguration
1214 Name="Release|Win32"
1215 >
1216 <Tool
1217 Name="VCCLCompilerTool"
1218 PreprocessorDefinitions=""
1219 />
1220 </FileConfiguration>
1221 </File>
1222 <File
1223 RelativePath="OperatorProc.cpp"
1224 >
1225 <FileConfiguration
1226 Name="Debug|Win32"
1227 >
1228 <Tool
1229 Name="VCCLCompilerTool"
1230 PreprocessorDefinitions=""
1231 />
1232 </FileConfiguration>
1233 <FileConfiguration
1234 Name="Release|Win32"
1235 >
1236 <Tool
1237 Name="VCCLCompilerTool"
1238 PreprocessorDefinitions=""
1239 />
1240 </FileConfiguration>
1241 </File>
1242 </Filter>
1243 </Filter>
1244 <Filter
1245 Name="Langauge Classes"
1246 >
1247 <File
1248 RelativePath="..\BasicCompiler_Common\src\Class.cpp"
1249 >
1250 </File>
1251 <File
1252 RelativePath="..\BasicCompiler_Common\src\CodeGenerator.cpp"
1253 >
1254 </File>
1255 <File
1256 RelativePath="..\BasicCompiler_Common\src\Compiler.cpp"
1257 >
1258 </File>
1259 <File
1260 RelativePath="..\BasicCompiler_Common\src\Const.cpp"
1261 >
1262 </File>
1263 <File
1264 RelativePath="..\BasicCompiler_Common\src\DataTable.cpp"
1265 >
1266 </File>
1267 <File
1268 RelativePath="..\BasicCompiler_Common\src\Exception.cpp"
1269 >
1270 </File>
1271 <File
1272 RelativePath="..\BasicCompiler_Common\src\LexicalScopingImpl.cpp"
1273 >
1274 </File>
1275 <File
1276 RelativePath="..\BasicCompiler_Common\src\Method.cpp"
1277 >
1278 </File>
1279 <File
1280 RelativePath="..\BasicCompiler_Common\src\Namespace.cpp"
1281 >
1282 </File>
1283 <File
1284 RelativePath="..\BasicCompiler_Common\src\NamespaceSupporter.cpp"
1285 >
1286 </File>
1287 <File
1288 RelativePath="..\BasicCompiler_Common\src\Procedure.cpp"
1289 >
1290 </File>
1291 <File
1292 RelativePath="..\BasicCompiler_Common\src\Program.cpp"
1293 >
1294 </File>
1295 <File
1296 RelativePath="..\BasicCompiler_Common\src\SmoothieImpl.cpp"
1297 >
1298 </File>
1299 <File
1300 RelativePath="..\BasicCompiler_Common\src\Symbol.cpp"
1301 >
1302 </File>
1303 <File
1304 RelativePath="..\BasicCompiler_Common\src\Type.cpp"
1305 >
1306 </File>
1307 <File
1308 RelativePath="..\BasicCompiler_Common\src\TypeDef.cpp"
1309 >
1310 </File>
1311 <File
1312 RelativePath="..\BasicCompiler_Common\src\Variable.cpp"
1313 >
1314 </File>
1315 </Filter>
1316 <Filter
1317 Name="Common Classes"
1318 >
1319 <File
1320 RelativePath="..\BasicCompiler_Common\src\BoostSerializationSupport.cpp"
1321 >
1322 </File>
1323 </Filter>
1324 </Filter>
1325 <Filter
1326 Name="Header Files"
1327 Filter="h;hpp;hxx;hm;inl"
1328 >
1329 <File
1330 RelativePath="..\BasicCompiler_Common\BasicCompiler.h"
1331 >
1332 </File>
1333 <File
1334 RelativePath="CommandValue.h"
1335 >
1336 </File>
1337 <File
1338 RelativePath="..\BasicCompiler_Common\common.h"
1339 >
1340 </File>
1341 <File
1342 RelativePath="Opcode.h"
1343 >
1344 </File>
1345 <File
1346 RelativePath="..\BasicCompiler_Common\include\option.h"
1347 >
1348 </File>
1349 <File
1350 RelativePath=".\stdafx.h"
1351 >
1352 </File>
1353 <Filter
1354 Name="言語対応文字列"
1355 >
1356 <File
1357 RelativePath="..\BasicCompiler_Common\common_msg_eng.h"
1358 >
1359 </File>
1360 <File
1361 RelativePath="..\BasicCompiler_Common\common_msg_jpn.h"
1362 >
1363 </File>
1364 </Filter>
1365 <Filter
1366 Name="Parts_h"
1367 >
1368 <File
1369 RelativePath="..\BasicCompiler_Common\NonVolatile.h"
1370 >
1371 </File>
1372 </Filter>
1373 <Filter
1374 Name="Language Classes"
1375 >
1376 <File
1377 RelativePath="..\BasicCompiler_Common\include\Class.h"
1378 >
1379 </File>
1380 <File
1381 RelativePath="..\BasicCompiler_Common\include\CodeGenerator.h"
1382 >
1383 </File>
1384 <File
1385 RelativePath="..\BasicCompiler_Common\include\Compiler.h"
1386 >
1387 </File>
1388 <File
1389 RelativePath="..\BasicCompiler_Common\include\Const.h"
1390 >
1391 </File>
1392 <File
1393 RelativePath="..\BasicCompiler_Common\include\DataTable.h"
1394 >
1395 </File>
1396 <File
1397 RelativePath="..\BasicCompiler_Common\include\Exception.h"
1398 >
1399 </File>
1400 <File
1401 RelativePath="..\BasicCompiler_Common\include\LexicalScopingImpl.h"
1402 >
1403 </File>
1404 <File
1405 RelativePath="..\BasicCompiler_Common\include\Member.h"
1406 >
1407 </File>
1408 <File
1409 RelativePath="..\BasicCompiler_Common\include\MetaImpl.h"
1410 >
1411 </File>
1412 <File
1413 RelativePath="..\BasicCompiler_Common\include\Method.h"
1414 >
1415 </File>
1416 <File
1417 RelativePath="..\BasicCompiler_Common\include\Namespace.h"
1418 >
1419 </File>
1420 <File
1421 RelativePath="..\BasicCompiler_Common\include\NamespaceSupporter.h"
1422 >
1423 </File>
1424 <File
1425 RelativePath="..\BasicCompiler_Common\include\Parameter.h"
1426 >
1427 </File>
1428 <File
1429 RelativePath="..\BasicCompiler_Common\include\Procedure.h"
1430 >
1431 </File>
1432 <File
1433 RelativePath="..\BasicCompiler_Common\include\Program.h"
1434 >
1435 </File>
1436 <File
1437 RelativePath="..\BasicCompiler_Common\include\Prototype.h"
1438 >
1439 </File>
1440 <File
1441 RelativePath="..\BasicCompiler_Common\include\SmoothieImpl.h"
1442 >
1443 </File>
1444 <File
1445 RelativePath="..\BasicCompiler_Common\include\Symbol.h"
1446 >
1447 </File>
1448 <File
1449 RelativePath="..\BasicCompiler_Common\include\Type.h"
1450 >
1451 </File>
1452 <File
1453 RelativePath="..\BasicCompiler_Common\include\TypeDef.h"
1454 >
1455 </File>
1456 <File
1457 RelativePath="..\BasicCompiler_Common\include\Variable.h"
1458 >
1459 </File>
1460 </Filter>
1461 <Filter
1462 Name="Common Classes"
1463 >
1464 <File
1465 RelativePath="..\BasicCompiler_Common\include\BoostSerializationSupport.h"
1466 >
1467 </File>
1468 <File
1469 RelativePath="..\BasicCompiler_Common\include\Hashmap.h"
1470 >
1471 </File>
1472 <File
1473 RelativePath="..\BasicCompiler_Common\include\logger.h"
1474 >
1475 </File>
1476 </Filter>
1477 </Filter>
1478 <Filter
1479 Name="Resource Files"
1480 Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
1481 >
1482 <File
1483 RelativePath="icon1.ico"
1484 >
1485 </File>
1486 <File
1487 RelativePath="toolbar_debugger.bmp"
1488 >
1489 </File>
1490 <File
1491 RelativePath="toolbar_debugger_disable.bmp"
1492 >
1493 </File>
1494 <File
1495 RelativePath="VarArray.ico"
1496 >
1497 </File>
1498 <File
1499 RelativePath="VarData.ico"
1500 >
1501 </File>
1502 <File
1503 RelativePath="VarPtrStruct.ico"
1504 >
1505 </File>
1506 <File
1507 RelativePath="VarStr.ico"
1508 >
1509 </File>
1510 <File
1511 RelativePath="VarStruct.ico"
1512 >
1513 </File>
1514 </Filter>
1515 </Files>
1516 <Globals>
1517 </Globals>
1518</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.