source: dev/trunk/ab5.0/abdev/compiler_x64/compiler_x64.vcproj@ 648

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

ジェネリクス型の型解決ができない場合のエラーメッセージを実装した。

File size: 28.2 KB
Line 
1<?xml version="1.0" encoding="shift_jis"?>
2<VisualStudioProject
3 ProjectType="Visual C++"
4 Version="8.00"
5 Name="compiler_x64"
6 ProjectGUID="{864B921B-423B-4F9E-9E6B-31B15968EDF9}"
7 RootNamespace="BasicCompiler"
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\x64"
20 IntermediateDirectory="$(ConfigurationName)"
21 ConfigurationType="1"
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 AdditionalOptions="/GR"
50 Optimization="0"
51 AdditionalIncludeDirectories="..\..\;..\..\cpplibs\boost;..\BasicCompiler_Common\include"
52 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;JPN;_AMD64_;_WIN64"
53 MinimalRebuild="true"
54 BasicRuntimeChecks="0"
55 RuntimeLibrary="1"
56 RuntimeTypeInfo="true"
57 UsePrecompiledHeader="2"
58 PrecompiledHeaderFile=".\Debug/BasicCompiler.pch"
59 AssemblerListingLocation=".\Debug/"
60 ObjectFile=".\Debug/"
61 ProgramDataBaseFileName=".\Debug/"
62 BrowseInformation="0"
63 WarningLevel="3"
64 SuppressStartupBanner="true"
65 Detect64BitPortabilityProblems="true"
66 DebugInformationFormat="3"
67 CallingConvention="0"
68 DisableSpecificWarnings="4103"
69 />
70 <Tool
71 Name="VCManagedResourceCompilerTool"
72 />
73 <Tool
74 Name="VCResourceCompilerTool"
75 PreprocessorDefinitions="_DEBUG,JPN"
76 Culture="1041"
77 />
78 <Tool
79 Name="VCPreLinkEventTool"
80 />
81 <Tool
82 Name="VCLinkerTool"
83 AdditionalOptions="/MACHINE:AMD64"
84 AdditionalDependencies="comctl32.lib psapi.lib imagehlp.lib shlwapi.lib"
85 OutputFile="$(OutDir)\abc.exe"
86 LinkIncremental="2"
87 SuppressStartupBanner="true"
88 AdditionalLibraryDirectories="..\..\jenga\lib\amd64;..\lib\amd64"
89 IgnoreDefaultLibraryNames=""
90 GenerateDebugInformation="true"
91 ProgramDatabaseFile=".\Debug/BasicCompiler64.pdb"
92 SubSystem="1"
93 StackReserveSize="4194304"
94 TargetMachine="0"
95 />
96 <Tool
97 Name="VCALinkTool"
98 />
99 <Tool
100 Name="VCManifestTool"
101 AdditionalManifestFiles="$(ProjectDir)\manifest.xml"
102 EmbedManifest="true"
103 />
104 <Tool
105 Name="VCXDCMakeTool"
106 />
107 <Tool
108 Name="VCBscMakeTool"
109 SuppressStartupBanner="true"
110 OutputFile="$(OutDir)/$(ProjectName).bsc"
111 />
112 <Tool
113 Name="VCFxCopTool"
114 />
115 <Tool
116 Name="VCAppVerifierTool"
117 />
118 <Tool
119 Name="VCWebDeploymentTool"
120 />
121 <Tool
122 Name="VCPostBuildEventTool"
123 />
124 </Configuration>
125 <Configuration
126 Name="Release|Win32"
127 OutputDirectory="..\build\$(ConfigurationName)\bin\x64"
128 IntermediateDirectory="$(ConfigurationName)"
129 ConfigurationType="1"
130 UseOfMFC="0"
131 ATLMinimizesCRunTimeLibraryUsage="false"
132 CharacterSet="2"
133 >
134 <Tool
135 Name="VCPreBuildEventTool"
136 />
137 <Tool
138 Name="VCCustomBuildTool"
139 />
140 <Tool
141 Name="VCXMLDataGeneratorTool"
142 />
143 <Tool
144 Name="VCWebServiceProxyGeneratorTool"
145 />
146 <Tool
147 Name="VCMIDLTool"
148 PreprocessorDefinitions="_DEBUG"
149 MkTypLibCompatible="true"
150 SuppressStartupBanner="true"
151 TargetEnvironment="1"
152 TypeLibraryName=".\Debug/BasicCompiler.tlb"
153 HeaderFileName=""
154 />
155 <Tool
156 Name="VCCLCompilerTool"
157 AdditionalOptions="/GR"
158 Optimization="2"
159 InlineFunctionExpansion="2"
160 EnableIntrinsicFunctions="true"
161 FavorSizeOrSpeed="1"
162 WholeProgramOptimization="false"
163 AdditionalIncludeDirectories="..\..\;..\..\cpplibs\boost;..\BasicCompiler_Common\include"
164 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;JPN;_AMD64_;_WIN64"
165 MinimalRebuild="false"
166 ExceptionHandling="1"
167 BasicRuntimeChecks="0"
168 RuntimeLibrary="0"
169 RuntimeTypeInfo="true"
170 UsePrecompiledHeader="2"
171 PrecompiledHeaderFile=".\Release/BasicCompiler.pch"
172 AssemblerListingLocation=".\Release/"
173 ObjectFile=".\Release/"
174 ProgramDataBaseFileName=".\Release/"
175 BrowseInformation="0"
176 WarningLevel="3"
177 SuppressStartupBanner="true"
178 Detect64BitPortabilityProblems="true"
179 DebugInformationFormat="0"
180 CallingConvention="0"
181 DisableSpecificWarnings="4103"
182 />
183 <Tool
184 Name="VCManagedResourceCompilerTool"
185 />
186 <Tool
187 Name="VCResourceCompilerTool"
188 PreprocessorDefinitions="_DEBUG,JPN"
189 Culture="1041"
190 />
191 <Tool
192 Name="VCPreLinkEventTool"
193 />
194 <Tool
195 Name="VCLinkerTool"
196 AdditionalOptions="/MACHINE:AMD64"
197 AdditionalDependencies="comctl32.lib psapi.lib imagehlp.lib shlwapi.lib"
198 OutputFile="$(OutDir)\abc.exe"
199 LinkIncremental="1"
200 SuppressStartupBanner="true"
201 AdditionalLibraryDirectories="..\..\jenga\lib\amd64;..\lib\amd64"
202 IgnoreDefaultLibraryNames=""
203 GenerateDebugInformation="false"
204 ProgramDatabaseFile=".\Release/BasicCompiler64.pdb"
205 SubSystem="1"
206 TargetMachine="0"
207 />
208 <Tool
209 Name="VCALinkTool"
210 />
211 <Tool
212 Name="VCManifestTool"
213 AdditionalManifestFiles="$(ProjectDir)\manifest.xml"
214 />
215 <Tool
216 Name="VCXDCMakeTool"
217 />
218 <Tool
219 Name="VCBscMakeTool"
220 SuppressStartupBanner="true"
221 OutputFile="$(OutDir)/$(ProjectName).bsc"
222 />
223 <Tool
224 Name="VCFxCopTool"
225 />
226 <Tool
227 Name="VCAppVerifierTool"
228 />
229 <Tool
230 Name="VCWebDeploymentTool"
231 />
232 <Tool
233 Name="VCPostBuildEventTool"
234 />
235 </Configuration>
236 </Configurations>
237 <References>
238 <ProjectReference
239 ReferencedProjectIdentifier="{F01805B6-65B4-4708-88F4-A5E07DEA9FBD}"
240 RelativePathToProject="..\jenga\projects\jenga\jenga.vcproj"
241 />
242 <ProjectReference
243 ReferencedProjectIdentifier="{87835C33-64C9-4BA5-9B39-608BA5394387}"
244 RelativePathToProject=".\ab_common\ab_common.vcproj"
245 />
246 </References>
247 <Files>
248 <Filter
249 Name="Header Files"
250 Filter="h;hpp;hxx;hm;inl"
251 >
252 <File
253 RelativePath="..\BasicCompiler_Common\BasicCompiler.h"
254 >
255 </File>
256 <File
257 RelativePath="CommandValue.h"
258 >
259 </File>
260 <File
261 RelativePath="..\BasicCompiler_Common\common.h"
262 >
263 </File>
264 <File
265 RelativePath=".\MachineFixed.h"
266 >
267 </File>
268 <File
269 RelativePath="Opcode.h"
270 >
271 </File>
272 <File
273 RelativePath="..\BasicCompiler_Common\include\option.h"
274 >
275 </File>
276 <File
277 RelativePath=".\stdafx.h"
278 >
279 </File>
280 <File
281 RelativePath="..\BasicCompiler_Common\include\ver.h"
282 >
283 </File>
284 <Filter
285 Name="言語対応文字列"
286 >
287 <File
288 RelativePath="..\BasicCompiler_Common\common_msg_eng.h"
289 >
290 </File>
291 <File
292 RelativePath="..\BasicCompiler_Common\common_msg_jpn.h"
293 >
294 </File>
295 </Filter>
296 <Filter
297 Name="Parts_h"
298 >
299 <File
300 RelativePath="..\BasicCompiler_Common\NonVolatile.h"
301 >
302 </File>
303 </Filter>
304 <Filter
305 Name="Common Classes"
306 >
307 <File
308 RelativePath="..\BasicCompiler_Common\include\logger.h"
309 >
310 </File>
311 </Filter>
312 <Filter
313 Name="Compiler Classes"
314 >
315 <File
316 RelativePath="..\BasicCompiler_Common\include\CodeGenerator.h"
317 >
318 </File>
319 <File
320 RelativePath="..\BasicCompiler_Common\include\Compiler.h"
321 >
322 </File>
323 <File
324 RelativePath="..\BasicCompiler_Common\include\DataTableGenerator.h"
325 >
326 </File>
327 <File
328 RelativePath="..\BasicCompiler_Common\include\ErrorCode.h"
329 >
330 </File>
331 <File
332 RelativePath="..\BasicCompiler_Common\include\LexicalAnalyzer.h"
333 >
334 </File>
335 <File
336 RelativePath="..\BasicCompiler_Common\include\Linker.h"
337 >
338 </File>
339 <File
340 RelativePath="..\BasicCompiler_Common\include\Messenger.h"
341 >
342 </File>
343 <File
344 RelativePath="..\BasicCompiler_Common\include\ProcedureGenerator.h"
345 >
346 </File>
347 <File
348 RelativePath="..\BasicCompiler_Common\include\VtblGenerator.h"
349 >
350 </File>
351 <Filter
352 Name="Language Classes"
353 >
354 <File
355 RelativePath="..\BasicCompiler_Common\include\Enum.h"
356 >
357 </File>
358 <File
359 RelativePath="..\BasicCompiler_Common\include\Exception.h"
360 >
361 </File>
362 <File
363 RelativePath="..\BasicCompiler_Common\include\LexicalScope.h"
364 >
365 </File>
366 </Filter>
367 </Filter>
368 <Filter
369 Name="Debugger Classes"
370 >
371 <File
372 RelativePath="..\BasicCompiler_Common\include\Debugger.h"
373 >
374 </File>
375 </Filter>
376 <Filter
377 Name="Application Classes"
378 >
379 <File
380 RelativePath="..\BasicCompiler_Common\include\Configuration.h"
381 >
382 </File>
383 <File
384 RelativePath="..\BasicCompiler_Common\include\Program.h"
385 >
386 </File>
387 </Filter>
388 </Filter>
389 <Filter
390 Name="Resource Files"
391 Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
392 >
393 <File
394 RelativePath=".\compiler_x64.rc"
395 >
396 </File>
397 <File
398 RelativePath="icon1.ico"
399 >
400 </File>
401 <File
402 RelativePath="toolbar_debugger.bmp"
403 >
404 </File>
405 <File
406 RelativePath="VarArray.ico"
407 >
408 </File>
409 <File
410 RelativePath="VarData.ico"
411 >
412 </File>
413 <File
414 RelativePath="VarPtrStruct.ico"
415 >
416 </File>
417 <File
418 RelativePath="VarStr.ico"
419 >
420 </File>
421 <File
422 RelativePath="VarStruct.ico"
423 >
424 </File>
425 </Filter>
426 <Filter
427 Name="Source Files"
428 Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
429 >
430 <File
431 RelativePath=".\stdafx.cpp"
432 >
433 <FileConfiguration
434 Name="Debug|Win32"
435 >
436 <Tool
437 Name="VCCLCompilerTool"
438 UsePrecompiledHeader="1"
439 />
440 </FileConfiguration>
441 <FileConfiguration
442 Name="Release|Win32"
443 >
444 <Tool
445 Name="VCCLCompilerTool"
446 UsePrecompiledHeader="1"
447 />
448 </FileConfiguration>
449 </File>
450 <Filter
451 Name="x64Compile"
452 >
453 <File
454 RelativePath="Compile_Statement.cpp"
455 >
456 <FileConfiguration
457 Name="Debug|Win32"
458 >
459 <Tool
460 Name="VCCLCompilerTool"
461 UsePrecompiledHeader="2"
462 BrowseInformation="0"
463 />
464 </FileConfiguration>
465 <FileConfiguration
466 Name="Release|Win32"
467 >
468 <Tool
469 Name="VCCLCompilerTool"
470 UsePrecompiledHeader="2"
471 BrowseInformation="0"
472 />
473 </FileConfiguration>
474 </File>
475 <File
476 RelativePath="Compile_Var.cpp"
477 >
478 <FileConfiguration
479 Name="Debug|Win32"
480 >
481 <Tool
482 Name="VCCLCompilerTool"
483 UsePrecompiledHeader="2"
484 BrowseInformation="0"
485 />
486 </FileConfiguration>
487 <FileConfiguration
488 Name="Release|Win32"
489 >
490 <Tool
491 Name="VCCLCompilerTool"
492 UsePrecompiledHeader="2"
493 BrowseInformation="0"
494 />
495 </FileConfiguration>
496 </File>
497 <File
498 RelativePath="MakePeHdr.cpp"
499 >
500 <FileConfiguration
501 Name="Debug|Win32"
502 >
503 <Tool
504 Name="VCCLCompilerTool"
505 UsePrecompiledHeader="2"
506 BrowseInformation="0"
507 />
508 </FileConfiguration>
509 <FileConfiguration
510 Name="Release|Win32"
511 >
512 <Tool
513 Name="VCCLCompilerTool"
514 UsePrecompiledHeader="2"
515 BrowseInformation="0"
516 />
517 </FileConfiguration>
518 </File>
519 <File
520 RelativePath="Register.cpp"
521 >
522 <FileConfiguration
523 Name="Debug|Win32"
524 >
525 <Tool
526 Name="VCCLCompilerTool"
527 UsePrecompiledHeader="2"
528 BrowseInformation="0"
529 />
530 </FileConfiguration>
531 <FileConfiguration
532 Name="Release|Win32"
533 >
534 <Tool
535 Name="VCCLCompilerTool"
536 UsePrecompiledHeader="2"
537 BrowseInformation="0"
538 />
539 </FileConfiguration>
540 </File>
541 <Filter
542 Name="Calculation"
543 >
544 <File
545 RelativePath="Compile_Calc.cpp"
546 >
547 <FileConfiguration
548 Name="Debug|Win32"
549 >
550 <Tool
551 Name="VCCLCompilerTool"
552 UsePrecompiledHeader="2"
553 BrowseInformation="0"
554 />
555 </FileConfiguration>
556 <FileConfiguration
557 Name="Release|Win32"
558 >
559 <Tool
560 Name="VCCLCompilerTool"
561 UsePrecompiledHeader="2"
562 BrowseInformation="0"
563 />
564 </FileConfiguration>
565 </File>
566 <File
567 RelativePath="Compile_Calc_PushVar.cpp"
568 >
569 <FileConfiguration
570 Name="Debug|Win32"
571 >
572 <Tool
573 Name="VCCLCompilerTool"
574 UsePrecompiledHeader="2"
575 BrowseInformation="0"
576 />
577 </FileConfiguration>
578 <FileConfiguration
579 Name="Release|Win32"
580 >
581 <Tool
582 Name="VCCLCompilerTool"
583 UsePrecompiledHeader="2"
584 BrowseInformation="0"
585 />
586 </FileConfiguration>
587 </File>
588 <File
589 RelativePath="Compile_Set_Var.cpp"
590 >
591 <FileConfiguration
592 Name="Debug|Win32"
593 >
594 <Tool
595 Name="VCCLCompilerTool"
596 UsePrecompiledHeader="2"
597 BrowseInformation="0"
598 />
599 </FileConfiguration>
600 <FileConfiguration
601 Name="Release|Win32"
602 >
603 <Tool
604 Name="VCCLCompilerTool"
605 UsePrecompiledHeader="2"
606 BrowseInformation="0"
607 />
608 </FileConfiguration>
609 </File>
610 <File
611 RelativePath=".\increment.cpp"
612 >
613 <FileConfiguration
614 Name="Debug|Win32"
615 >
616 <Tool
617 Name="VCCLCompilerTool"
618 UsePrecompiledHeader="2"
619 />
620 </FileConfiguration>
621 <FileConfiguration
622 Name="Release|Win32"
623 >
624 <Tool
625 Name="VCCLCompilerTool"
626 UsePrecompiledHeader="2"
627 />
628 </FileConfiguration>
629 </File>
630 <File
631 RelativePath="NumOpe.cpp"
632 >
633 <FileConfiguration
634 Name="Debug|Win32"
635 >
636 <Tool
637 Name="VCCLCompilerTool"
638 UsePrecompiledHeader="2"
639 BrowseInformation="0"
640 />
641 </FileConfiguration>
642 <FileConfiguration
643 Name="Release|Win32"
644 >
645 <Tool
646 Name="VCCLCompilerTool"
647 UsePrecompiledHeader="2"
648 BrowseInformation="0"
649 />
650 </FileConfiguration>
651 </File>
652 <File
653 RelativePath="NumOpe_Arithmetic.cpp"
654 >
655 <FileConfiguration
656 Name="Debug|Win32"
657 >
658 <Tool
659 Name="VCCLCompilerTool"
660 UsePrecompiledHeader="2"
661 BrowseInformation="0"
662 />
663 </FileConfiguration>
664 <FileConfiguration
665 Name="Release|Win32"
666 >
667 <Tool
668 Name="VCCLCompilerTool"
669 UsePrecompiledHeader="2"
670 BrowseInformation="0"
671 />
672 </FileConfiguration>
673 </File>
674 <File
675 RelativePath="NumOpe_Logical.cpp"
676 >
677 <FileConfiguration
678 Name="Debug|Win32"
679 >
680 <Tool
681 Name="VCCLCompilerTool"
682 UsePrecompiledHeader="2"
683 BrowseInformation="0"
684 />
685 </FileConfiguration>
686 <FileConfiguration
687 Name="Release|Win32"
688 >
689 <Tool
690 Name="VCCLCompilerTool"
691 UsePrecompiledHeader="2"
692 BrowseInformation="0"
693 />
694 </FileConfiguration>
695 </File>
696 <File
697 RelativePath="NumOpe_Relation.cpp"
698 >
699 <FileConfiguration
700 Name="Debug|Win32"
701 >
702 <Tool
703 Name="VCCLCompilerTool"
704 UsePrecompiledHeader="2"
705 BrowseInformation="0"
706 />
707 </FileConfiguration>
708 <FileConfiguration
709 Name="Release|Win32"
710 >
711 <Tool
712 Name="VCCLCompilerTool"
713 UsePrecompiledHeader="2"
714 BrowseInformation="0"
715 />
716 </FileConfiguration>
717 </File>
718 <File
719 RelativePath="NumOpe_TypeOperation.cpp"
720 >
721 <FileConfiguration
722 Name="Debug|Win32"
723 >
724 <Tool
725 Name="VCCLCompilerTool"
726 UsePrecompiledHeader="2"
727 BrowseInformation="0"
728 />
729 </FileConfiguration>
730 <FileConfiguration
731 Name="Release|Win32"
732 >
733 <Tool
734 Name="VCCLCompilerTool"
735 UsePrecompiledHeader="2"
736 BrowseInformation="0"
737 />
738 </FileConfiguration>
739 </File>
740 </Filter>
741 <Filter
742 Name="Object"
743 >
744 <File
745 RelativePath=".\Compile_Object.cpp"
746 >
747 <FileConfiguration
748 Name="Debug|Win32"
749 >
750 <Tool
751 Name="VCCLCompilerTool"
752 UsePrecompiledHeader="2"
753 />
754 </FileConfiguration>
755 <FileConfiguration
756 Name="Release|Win32"
757 >
758 <Tool
759 Name="VCCLCompilerTool"
760 UsePrecompiledHeader="2"
761 />
762 </FileConfiguration>
763 </File>
764 </Filter>
765 <Filter
766 Name="Opcode"
767 >
768 <File
769 RelativePath="amd64_main.cpp"
770 >
771 <FileConfiguration
772 Name="Debug|Win32"
773 >
774 <Tool
775 Name="VCCLCompilerTool"
776 UsePrecompiledHeader="2"
777 BrowseInformation="0"
778 />
779 </FileConfiguration>
780 <FileConfiguration
781 Name="Release|Win32"
782 >
783 <Tool
784 Name="VCCLCompilerTool"
785 UsePrecompiledHeader="2"
786 BrowseInformation="0"
787 />
788 </FileConfiguration>
789 </File>
790 <File
791 RelativePath=".\CodeGenerator.cpp"
792 >
793 <FileConfiguration
794 Name="Debug|Win32"
795 >
796 <Tool
797 Name="VCCLCompilerTool"
798 UsePrecompiledHeader="2"
799 ObjectFile="$(IntDir)\$(InputName)1.obj"
800 XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
801 />
802 </FileConfiguration>
803 <FileConfiguration
804 Name="Release|Win32"
805 >
806 <Tool
807 Name="VCCLCompilerTool"
808 UsePrecompiledHeader="2"
809 ObjectFile="$(IntDir)\$(InputName)1.obj"
810 XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
811 />
812 </FileConfiguration>
813 </File>
814 <File
815 RelativePath=".\stack_frame.cpp"
816 >
817 <FileConfiguration
818 Name="Debug|Win32"
819 >
820 <Tool
821 Name="VCCLCompilerTool"
822 UsePrecompiledHeader="2"
823 />
824 </FileConfiguration>
825 <FileConfiguration
826 Name="Release|Win32"
827 >
828 <Tool
829 Name="VCCLCompilerTool"
830 UsePrecompiledHeader="2"
831 />
832 </FileConfiguration>
833 </File>
834 </Filter>
835 <Filter
836 Name="Procedure"
837 >
838 <File
839 RelativePath=".\CLockParameter.cpp"
840 >
841 <FileConfiguration
842 Name="Debug|Win32"
843 >
844 <Tool
845 Name="VCCLCompilerTool"
846 UsePrecompiledHeader="2"
847 />
848 </FileConfiguration>
849 <FileConfiguration
850 Name="Release|Win32"
851 >
852 <Tool
853 Name="VCCLCompilerTool"
854 UsePrecompiledHeader="2"
855 />
856 </FileConfiguration>
857 </File>
858 <File
859 RelativePath=".\Compile_CallProc.cpp"
860 >
861 <FileConfiguration
862 Name="Debug|Win32"
863 >
864 <Tool
865 Name="VCCLCompilerTool"
866 UsePrecompiledHeader="2"
867 />
868 </FileConfiguration>
869 <FileConfiguration
870 Name="Release|Win32"
871 >
872 <Tool
873 Name="VCCLCompilerTool"
874 UsePrecompiledHeader="2"
875 />
876 </FileConfiguration>
877 </File>
878 <File
879 RelativePath="Compile_Func.cpp"
880 >
881 <FileConfiguration
882 Name="Debug|Win32"
883 >
884 <Tool
885 Name="VCCLCompilerTool"
886 UsePrecompiledHeader="2"
887 BrowseInformation="0"
888 />
889 </FileConfiguration>
890 <FileConfiguration
891 Name="Release|Win32"
892 >
893 <Tool
894 Name="VCCLCompilerTool"
895 UsePrecompiledHeader="2"
896 BrowseInformation="0"
897 />
898 </FileConfiguration>
899 </File>
900 <File
901 RelativePath="Compile_ProcOp.cpp"
902 >
903 <FileConfiguration
904 Name="Debug|Win32"
905 >
906 <Tool
907 Name="VCCLCompilerTool"
908 UsePrecompiledHeader="2"
909 BrowseInformation="0"
910 />
911 </FileConfiguration>
912 <FileConfiguration
913 Name="Release|Win32"
914 >
915 <Tool
916 Name="VCCLCompilerTool"
917 UsePrecompiledHeader="2"
918 BrowseInformation="0"
919 />
920 </FileConfiguration>
921 </File>
922 <File
923 RelativePath=".\CParameter.cpp"
924 >
925 <FileConfiguration
926 Name="Debug|Win32"
927 >
928 <Tool
929 Name="VCCLCompilerTool"
930 UsePrecompiledHeader="2"
931 />
932 </FileConfiguration>
933 <FileConfiguration
934 Name="Release|Win32"
935 >
936 <Tool
937 Name="VCCLCompilerTool"
938 UsePrecompiledHeader="2"
939 />
940 </FileConfiguration>
941 </File>
942 <File
943 RelativePath=".\OperatorProc.cpp"
944 >
945 <FileConfiguration
946 Name="Debug|Win32"
947 >
948 <Tool
949 Name="VCCLCompilerTool"
950 UsePrecompiledHeader="2"
951 />
952 </FileConfiguration>
953 <FileConfiguration
954 Name="Release|Win32"
955 >
956 <Tool
957 Name="VCCLCompilerTool"
958 UsePrecompiledHeader="2"
959 />
960 </FileConfiguration>
961 </File>
962 </Filter>
963 </Filter>
964 <Filter
965 Name="32及び64共通"
966 >
967 <File
968 RelativePath="..\BasicCompiler_Common\BasicCompiler.cpp"
969 >
970 </File>
971 <File
972 RelativePath="..\BasicCompiler_Common\calculation.cpp"
973 >
974 </File>
975 <File
976 RelativePath="..\BasicCompiler_Common\Compile.cpp"
977 >
978 </File>
979 <File
980 RelativePath="..\BasicCompiler_Common\Diagnose.cpp"
981 >
982 </File>
983 <File
984 RelativePath="..\BasicCompiler_Common\error.cpp"
985 >
986 </File>
987 <File
988 RelativePath="..\BasicCompiler_Common\gc.cpp"
989 >
990 </File>
991 <File
992 RelativePath="..\BasicCompiler_Common\hash.cpp"
993 >
994 </File>
995 <File
996 RelativePath="..\BasicCompiler_Common\MakeExe.cpp"
997 >
998 </File>
999 <File
1000 RelativePath="..\BasicCompiler_Common\NumOpe_GetType.cpp"
1001 >
1002 </File>
1003 <File
1004 RelativePath="..\BasicCompiler_Common\Object.cpp"
1005 >
1006 </File>
1007 <File
1008 RelativePath="..\BasicCompiler_Common\OldStatement.cpp"
1009 >
1010 </File>
1011 <File
1012 RelativePath="..\BasicCompiler_Common\Overload.cpp"
1013 >
1014 </File>
1015 <File
1016 RelativePath="..\BasicCompiler_Common\RSrcSection.cpp"
1017 >
1018 </File>
1019 <File
1020 RelativePath="..\BasicCompiler_Common\StrOperation.cpp"
1021 >
1022 </File>
1023 <File
1024 RelativePath="..\BasicCompiler_Common\StrOperation.h"
1025 >
1026 </File>
1027 <Filter
1028 Name="Intermediate"
1029 >
1030 <File
1031 RelativePath="..\BasicCompiler_Common\CommandFormat.cpp"
1032 >
1033 </File>
1034 <File
1035 RelativePath="..\BasicCompiler_Common\Intermediate_Step1.cpp"
1036 >
1037 </File>
1038 <File
1039 RelativePath="..\BasicCompiler_Common\Intermediate_Step2.cpp"
1040 >
1041 </File>
1042 </Filter>
1043 <Filter
1044 Name="Parts"
1045 >
1046 <File
1047 RelativePath="..\BasicCompiler_Common\NonVolatile.cpp"
1048 >
1049 </File>
1050 </Filter>
1051 <Filter
1052 Name="Debug(共通)"
1053 >
1054 <File
1055 RelativePath="..\BasicCompiler_Common\BreakPoint.cpp"
1056 >
1057 </File>
1058 <File
1059 RelativePath="..\BasicCompiler_Common\BreakPoint.h"
1060 >
1061 </File>
1062 <File
1063 RelativePath="..\BasicCompiler_Common\CDebugThreadInfo.cpp"
1064 >
1065 </File>
1066 <File
1067 RelativePath="..\BasicCompiler_Common\Debug.cpp"
1068 >
1069 </File>
1070 <File
1071 RelativePath="..\BasicCompiler_Common\debug.h"
1072 >
1073 </File>
1074 <File
1075 RelativePath="..\BasicCompiler_Common\DebugMiddleFile.cpp"
1076 >
1077 </File>
1078 <File
1079 RelativePath="..\BasicCompiler_Common\DebugSection.h"
1080 >
1081 </File>
1082 <File
1083 RelativePath="..\BasicCompiler_Common\VarList.cpp"
1084 >
1085 </File>
1086 <File
1087 RelativePath="..\BasicCompiler_Common\WatchList.cpp"
1088 >
1089 <FileConfiguration
1090 Name="Debug|Win32"
1091 >
1092 <Tool
1093 Name="VCCLCompilerTool"
1094 ObjectFile="$(IntDir)\$(InputName)1.obj"
1095 XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
1096 />
1097 </FileConfiguration>
1098 <FileConfiguration
1099 Name="Release|Win32"
1100 >
1101 <Tool
1102 Name="VCCLCompilerTool"
1103 ObjectFile="$(IntDir)\$(InputName)1.obj"
1104 XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
1105 />
1106 </FileConfiguration>
1107 </File>
1108 </Filter>
1109 <Filter
1110 Name="Schedule"
1111 >
1112 <File
1113 RelativePath="..\BasicCompiler_Common\PESchedule.cpp"
1114 >
1115 </File>
1116 <File
1117 RelativePath="..\BasicCompiler_Common\PESchedule.h"
1118 >
1119 </File>
1120 </Filter>
1121 <Filter
1122 Name="Variable"
1123 >
1124 <File
1125 RelativePath="..\BasicCompiler_Common\VariableOpe.cpp"
1126 >
1127 </File>
1128 <File
1129 RelativePath="..\BasicCompiler_Common\VariableOpe.h"
1130 >
1131 </File>
1132 </Filter>
1133 <Filter
1134 Name="Procedure"
1135 >
1136 <File
1137 RelativePath="..\BasicCompiler_Common\ParamImpl.cpp"
1138 >
1139 </File>
1140 <File
1141 RelativePath="..\BasicCompiler_Common\Subroutine.cpp"
1142 >
1143 </File>
1144 </Filter>
1145 </Filter>
1146 <Filter
1147 Name="Compiler Classes"
1148 >
1149 <File
1150 RelativePath="..\BasicCompiler_Common\src\CodeGenerator.cpp"
1151 >
1152 </File>
1153 <File
1154 RelativePath="..\BasicCompiler_Common\src\CommonCodeGenerator.cpp"
1155 >
1156 </File>
1157 <File
1158 RelativePath="..\BasicCompiler_Common\src\Compiler.cpp"
1159 >
1160 </File>
1161 <File
1162 RelativePath="..\BasicCompiler_Common\src\DataTableGenerator.cpp"
1163 >
1164 </File>
1165 <File
1166 RelativePath="..\BasicCompiler_Common\src\LexicalAnalyzer.cpp"
1167 >
1168 </File>
1169 <File
1170 RelativePath="..\BasicCompiler_Common\src\LexicalAnalyzer_Class.cpp"
1171 >
1172 </File>
1173 <File
1174 RelativePath="..\BasicCompiler_Common\src\LexicalAnalyzer_Const.cpp"
1175 >
1176 </File>
1177 <File
1178 RelativePath="..\BasicCompiler_Common\src\LexicalAnalyzer_Delegate.cpp"
1179 >
1180 </File>
1181 <File
1182 RelativePath="..\BasicCompiler_Common\src\LexicalAnalyzer_Enum.cpp"
1183 >
1184 </File>
1185 <File
1186 RelativePath="..\BasicCompiler_Common\src\LexicalAnalyzer_Procedure.cpp"
1187 >
1188 </File>
1189 <File
1190 RelativePath="..\BasicCompiler_Common\src\LexicalAnalyzer_TypeDef.cpp"
1191 >
1192 </File>
1193 <File
1194 RelativePath="..\BasicCompiler_Common\src\Linker.cpp"
1195 >
1196 </File>
1197 <File
1198 RelativePath="..\BasicCompiler_Common\src\Messenger.cpp"
1199 >
1200 </File>
1201 <File
1202 RelativePath="..\BasicCompiler_Common\src\ProcedureGenerator.cpp"
1203 >
1204 </File>
1205 <File
1206 RelativePath="..\BasicCompiler_Common\src\VtblGenerator.cpp"
1207 >
1208 </File>
1209 <Filter
1210 Name="Language Classes"
1211 >
1212 <File
1213 RelativePath="..\BasicCompiler_Common\src\Exception.cpp"
1214 >
1215 </File>
1216 <File
1217 RelativePath="..\BasicCompiler_Common\src\LexicalScope.cpp"
1218 >
1219 </File>
1220 </Filter>
1221 </Filter>
1222 <Filter
1223 Name="Application Classes"
1224 >
1225 <File
1226 RelativePath="..\BasicCompiler_Common\src\Program.cpp"
1227 >
1228 </File>
1229 </Filter>
1230 <Filter
1231 Name="Common Classes"
1232 >
1233 <File
1234 RelativePath="..\BasicCompiler_Common\src\BoostSerializationSupport.cpp"
1235 >
1236 <FileConfiguration
1237 Name="Debug|Win32"
1238 >
1239 <Tool
1240 Name="VCCLCompilerTool"
1241 UsePrecompiledHeader="0"
1242 />
1243 </FileConfiguration>
1244 <FileConfiguration
1245 Name="Release|Win32"
1246 >
1247 <Tool
1248 Name="VCCLCompilerTool"
1249 UsePrecompiledHeader="0"
1250 />
1251 </FileConfiguration>
1252 </File>
1253 </Filter>
1254 </Filter>
1255 </Files>
1256 <Globals>
1257 </Globals>
1258</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.