source: dev/trunk/ab5.0/abdev/compiler_x86/compiler_x86.vcproj@ 773

Last change on this file since 773 was 773, checked in by イグトランス (egtra), 13 years ago

セキュリティ対策の機能を有効化

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