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

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

DataTableGeneratorクラスを追加。

File size: 31.5 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 bufferoverflowu.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 bufferoverflowu.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="..\BasicCompiler_Common\BasicFixed.h"
258 >
259 </File>
260 <File
261 RelativePath="CommandValue.h"
262 >
263 </File>
264 <File
265 RelativePath="..\BasicCompiler_Common\common.h"
266 >
267 </File>
268 <File
269 RelativePath=".\MachineFixed.h"
270 >
271 </File>
272 <File
273 RelativePath="Opcode.h"
274 >
275 </File>
276 <File
277 RelativePath="..\BasicCompiler_Common\include\option.h"
278 >
279 </File>
280 <File
281 RelativePath=".\stdafx.h"
282 >
283 </File>
284 <File
285 RelativePath="..\BasicCompiler_Common\include\ver.h"
286 >
287 </File>
288 <Filter
289 Name="言語対応文字列"
290 >
291 <File
292 RelativePath="..\BasicCompiler_Common\common_msg_eng.h"
293 >
294 </File>
295 <File
296 RelativePath="..\BasicCompiler_Common\common_msg_jpn.h"
297 >
298 </File>
299 </Filter>
300 <Filter
301 Name="Parts_h"
302 >
303 <File
304 RelativePath="..\BasicCompiler_Common\NonVolatile.h"
305 >
306 </File>
307 </Filter>
308 <Filter
309 Name="Common Classes"
310 >
311 <File
312 RelativePath="..\BasicCompiler_Common\include\logger.h"
313 >
314 </File>
315 </Filter>
316 <Filter
317 Name="Compiler Classes"
318 >
319 <File
320 RelativePath="..\BasicCompiler_Common\include\CodeGenerator.h"
321 >
322 </File>
323 <File
324 RelativePath="..\BasicCompiler_Common\include\Compiler.h"
325 >
326 </File>
327 <File
328 RelativePath="..\BasicCompiler_Common\include\DataTableGenerator.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\Class.h"
356 >
357 </File>
358 <File
359 RelativePath="..\BasicCompiler_Common\include\Const.h"
360 >
361 </File>
362 <File
363 RelativePath="..\BasicCompiler_Common\include\DataTable.h"
364 >
365 </File>
366 <File
367 RelativePath="..\BasicCompiler_Common\include\Delegate.h"
368 >
369 </File>
370 <File
371 RelativePath="..\BasicCompiler_Common\include\Enum.h"
372 >
373 </File>
374 <File
375 RelativePath="..\BasicCompiler_Common\include\Exception.h"
376 >
377 </File>
378 <File
379 RelativePath="..\BasicCompiler_Common\include\Interface.h"
380 >
381 </File>
382 <File
383 RelativePath="..\BasicCompiler_Common\include\LexicalScope.h"
384 >
385 </File>
386 <File
387 RelativePath="..\BasicCompiler_Common\include\Member.h"
388 >
389 </File>
390 <File
391 RelativePath="..\BasicCompiler_Common\include\Meta.h"
392 >
393 </File>
394 <File
395 RelativePath="..\BasicCompiler_Common\include\Method.h"
396 >
397 </File>
398 <File
399 RelativePath="..\BasicCompiler_Common\include\NativeCode.h"
400 >
401 </File>
402 <File
403 RelativePath="..\BasicCompiler_Common\include\ObjectModule.h"
404 >
405 </File>
406 <File
407 RelativePath="..\BasicCompiler_Common\include\Parameter.h"
408 >
409 </File>
410 <File
411 RelativePath="..\BasicCompiler_Common\include\Procedure.h"
412 >
413 </File>
414 <File
415 RelativePath="..\BasicCompiler_Common\include\Source.h"
416 >
417 </File>
418 <File
419 RelativePath="..\BasicCompiler_Common\include\Type.h"
420 >
421 </File>
422 <File
423 RelativePath="..\BasicCompiler_Common\include\TypeDef.h"
424 >
425 </File>
426 <File
427 RelativePath="..\BasicCompiler_Common\include\Variable.h"
428 >
429 </File>
430 </Filter>
431 </Filter>
432 <Filter
433 Name="Debugger Classes"
434 >
435 <File
436 RelativePath="..\BasicCompiler_Common\include\Debugger.h"
437 >
438 </File>
439 </Filter>
440 <Filter
441 Name="Application Classes"
442 >
443 <File
444 RelativePath="..\BasicCompiler_Common\include\Configuration.h"
445 >
446 </File>
447 <File
448 RelativePath="..\BasicCompiler_Common\include\Program.h"
449 >
450 </File>
451 </Filter>
452 </Filter>
453 <Filter
454 Name="Resource Files"
455 Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
456 >
457 <File
458 RelativePath=".\compiler_x64.rc"
459 >
460 </File>
461 <File
462 RelativePath="icon1.ico"
463 >
464 </File>
465 <File
466 RelativePath="toolbar_debugger.bmp"
467 >
468 </File>
469 <File
470 RelativePath="VarArray.ico"
471 >
472 </File>
473 <File
474 RelativePath="VarData.ico"
475 >
476 </File>
477 <File
478 RelativePath="VarPtrStruct.ico"
479 >
480 </File>
481 <File
482 RelativePath="VarStr.ico"
483 >
484 </File>
485 <File
486 RelativePath="VarStruct.ico"
487 >
488 </File>
489 </Filter>
490 <Filter
491 Name="Source Files"
492 Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
493 >
494 <File
495 RelativePath=".\stdafx.cpp"
496 >
497 <FileConfiguration
498 Name="Debug|Win32"
499 >
500 <Tool
501 Name="VCCLCompilerTool"
502 UsePrecompiledHeader="1"
503 />
504 </FileConfiguration>
505 <FileConfiguration
506 Name="Release|Win32"
507 >
508 <Tool
509 Name="VCCLCompilerTool"
510 UsePrecompiledHeader="1"
511 />
512 </FileConfiguration>
513 </File>
514 <Filter
515 Name="x64Compile"
516 >
517 <File
518 RelativePath="Compile_Statement.cpp"
519 >
520 <FileConfiguration
521 Name="Debug|Win32"
522 >
523 <Tool
524 Name="VCCLCompilerTool"
525 UsePrecompiledHeader="2"
526 BrowseInformation="0"
527 />
528 </FileConfiguration>
529 <FileConfiguration
530 Name="Release|Win32"
531 >
532 <Tool
533 Name="VCCLCompilerTool"
534 UsePrecompiledHeader="2"
535 BrowseInformation="0"
536 />
537 </FileConfiguration>
538 </File>
539 <File
540 RelativePath="Compile_Var.cpp"
541 >
542 <FileConfiguration
543 Name="Debug|Win32"
544 >
545 <Tool
546 Name="VCCLCompilerTool"
547 UsePrecompiledHeader="2"
548 BrowseInformation="0"
549 />
550 </FileConfiguration>
551 <FileConfiguration
552 Name="Release|Win32"
553 >
554 <Tool
555 Name="VCCLCompilerTool"
556 UsePrecompiledHeader="2"
557 BrowseInformation="0"
558 />
559 </FileConfiguration>
560 </File>
561 <File
562 RelativePath="MakePeHdr.cpp"
563 >
564 <FileConfiguration
565 Name="Debug|Win32"
566 >
567 <Tool
568 Name="VCCLCompilerTool"
569 UsePrecompiledHeader="2"
570 BrowseInformation="0"
571 />
572 </FileConfiguration>
573 <FileConfiguration
574 Name="Release|Win32"
575 >
576 <Tool
577 Name="VCCLCompilerTool"
578 UsePrecompiledHeader="2"
579 BrowseInformation="0"
580 />
581 </FileConfiguration>
582 </File>
583 <File
584 RelativePath="Register.cpp"
585 >
586 <FileConfiguration
587 Name="Debug|Win32"
588 >
589 <Tool
590 Name="VCCLCompilerTool"
591 UsePrecompiledHeader="2"
592 BrowseInformation="0"
593 />
594 </FileConfiguration>
595 <FileConfiguration
596 Name="Release|Win32"
597 >
598 <Tool
599 Name="VCCLCompilerTool"
600 UsePrecompiledHeader="2"
601 BrowseInformation="0"
602 />
603 </FileConfiguration>
604 </File>
605 <Filter
606 Name="Calculation"
607 >
608 <File
609 RelativePath="Compile_Calc.cpp"
610 >
611 <FileConfiguration
612 Name="Debug|Win32"
613 >
614 <Tool
615 Name="VCCLCompilerTool"
616 UsePrecompiledHeader="2"
617 BrowseInformation="0"
618 />
619 </FileConfiguration>
620 <FileConfiguration
621 Name="Release|Win32"
622 >
623 <Tool
624 Name="VCCLCompilerTool"
625 UsePrecompiledHeader="2"
626 BrowseInformation="0"
627 />
628 </FileConfiguration>
629 </File>
630 <File
631 RelativePath="Compile_Calc_PushVar.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="Compile_Set_Var.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=".\increment.cpp"
676 >
677 <FileConfiguration
678 Name="Debug|Win32"
679 >
680 <Tool
681 Name="VCCLCompilerTool"
682 UsePrecompiledHeader="2"
683 />
684 </FileConfiguration>
685 <FileConfiguration
686 Name="Release|Win32"
687 >
688 <Tool
689 Name="VCCLCompilerTool"
690 UsePrecompiledHeader="2"
691 />
692 </FileConfiguration>
693 </File>
694 <File
695 RelativePath="NumOpe.cpp"
696 >
697 <FileConfiguration
698 Name="Debug|Win32"
699 >
700 <Tool
701 Name="VCCLCompilerTool"
702 UsePrecompiledHeader="2"
703 BrowseInformation="0"
704 />
705 </FileConfiguration>
706 <FileConfiguration
707 Name="Release|Win32"
708 >
709 <Tool
710 Name="VCCLCompilerTool"
711 UsePrecompiledHeader="2"
712 BrowseInformation="0"
713 />
714 </FileConfiguration>
715 </File>
716 <File
717 RelativePath="NumOpe_Arithmetic.cpp"
718 >
719 <FileConfiguration
720 Name="Debug|Win32"
721 >
722 <Tool
723 Name="VCCLCompilerTool"
724 UsePrecompiledHeader="2"
725 BrowseInformation="0"
726 />
727 </FileConfiguration>
728 <FileConfiguration
729 Name="Release|Win32"
730 >
731 <Tool
732 Name="VCCLCompilerTool"
733 UsePrecompiledHeader="2"
734 BrowseInformation="0"
735 />
736 </FileConfiguration>
737 </File>
738 <File
739 RelativePath="NumOpe_Logical.cpp"
740 >
741 <FileConfiguration
742 Name="Debug|Win32"
743 >
744 <Tool
745 Name="VCCLCompilerTool"
746 UsePrecompiledHeader="2"
747 BrowseInformation="0"
748 />
749 </FileConfiguration>
750 <FileConfiguration
751 Name="Release|Win32"
752 >
753 <Tool
754 Name="VCCLCompilerTool"
755 UsePrecompiledHeader="2"
756 BrowseInformation="0"
757 />
758 </FileConfiguration>
759 </File>
760 <File
761 RelativePath="NumOpe_Relation.cpp"
762 >
763 <FileConfiguration
764 Name="Debug|Win32"
765 >
766 <Tool
767 Name="VCCLCompilerTool"
768 UsePrecompiledHeader="2"
769 BrowseInformation="0"
770 />
771 </FileConfiguration>
772 <FileConfiguration
773 Name="Release|Win32"
774 >
775 <Tool
776 Name="VCCLCompilerTool"
777 UsePrecompiledHeader="2"
778 BrowseInformation="0"
779 />
780 </FileConfiguration>
781 </File>
782 <File
783 RelativePath="NumOpe_TypeOperation.cpp"
784 >
785 <FileConfiguration
786 Name="Debug|Win32"
787 >
788 <Tool
789 Name="VCCLCompilerTool"
790 UsePrecompiledHeader="2"
791 BrowseInformation="0"
792 />
793 </FileConfiguration>
794 <FileConfiguration
795 Name="Release|Win32"
796 >
797 <Tool
798 Name="VCCLCompilerTool"
799 UsePrecompiledHeader="2"
800 BrowseInformation="0"
801 />
802 </FileConfiguration>
803 </File>
804 </Filter>
805 <Filter
806 Name="Object"
807 >
808 <File
809 RelativePath=".\Compile_Object.cpp"
810 >
811 <FileConfiguration
812 Name="Debug|Win32"
813 >
814 <Tool
815 Name="VCCLCompilerTool"
816 UsePrecompiledHeader="2"
817 />
818 </FileConfiguration>
819 <FileConfiguration
820 Name="Release|Win32"
821 >
822 <Tool
823 Name="VCCLCompilerTool"
824 UsePrecompiledHeader="2"
825 />
826 </FileConfiguration>
827 </File>
828 </Filter>
829 <Filter
830 Name="Opcode"
831 >
832 <File
833 RelativePath="amd64_main.cpp"
834 >
835 <FileConfiguration
836 Name="Debug|Win32"
837 >
838 <Tool
839 Name="VCCLCompilerTool"
840 UsePrecompiledHeader="2"
841 BrowseInformation="0"
842 />
843 </FileConfiguration>
844 <FileConfiguration
845 Name="Release|Win32"
846 >
847 <Tool
848 Name="VCCLCompilerTool"
849 UsePrecompiledHeader="2"
850 BrowseInformation="0"
851 />
852 </FileConfiguration>
853 </File>
854 <File
855 RelativePath=".\CodeGenerator.cpp"
856 >
857 <FileConfiguration
858 Name="Debug|Win32"
859 >
860 <Tool
861 Name="VCCLCompilerTool"
862 UsePrecompiledHeader="2"
863 ObjectFile="$(IntDir)\$(InputName)1.obj"
864 XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
865 />
866 </FileConfiguration>
867 <FileConfiguration
868 Name="Release|Win32"
869 >
870 <Tool
871 Name="VCCLCompilerTool"
872 UsePrecompiledHeader="2"
873 ObjectFile="$(IntDir)\$(InputName)1.obj"
874 XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
875 />
876 </FileConfiguration>
877 </File>
878 <File
879 RelativePath=".\stack_frame.cpp"
880 >
881 <FileConfiguration
882 Name="Debug|Win32"
883 >
884 <Tool
885 Name="VCCLCompilerTool"
886 UsePrecompiledHeader="2"
887 />
888 </FileConfiguration>
889 <FileConfiguration
890 Name="Release|Win32"
891 >
892 <Tool
893 Name="VCCLCompilerTool"
894 UsePrecompiledHeader="2"
895 />
896 </FileConfiguration>
897 </File>
898 </Filter>
899 <Filter
900 Name="Procedure"
901 >
902 <File
903 RelativePath=".\CLockParameter.cpp"
904 >
905 <FileConfiguration
906 Name="Debug|Win32"
907 >
908 <Tool
909 Name="VCCLCompilerTool"
910 UsePrecompiledHeader="2"
911 />
912 </FileConfiguration>
913 <FileConfiguration
914 Name="Release|Win32"
915 >
916 <Tool
917 Name="VCCLCompilerTool"
918 UsePrecompiledHeader="2"
919 />
920 </FileConfiguration>
921 </File>
922 <File
923 RelativePath=".\Compile_CallProc.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="Compile_Func.cpp"
944 >
945 <FileConfiguration
946 Name="Debug|Win32"
947 >
948 <Tool
949 Name="VCCLCompilerTool"
950 UsePrecompiledHeader="2"
951 BrowseInformation="0"
952 />
953 </FileConfiguration>
954 <FileConfiguration
955 Name="Release|Win32"
956 >
957 <Tool
958 Name="VCCLCompilerTool"
959 UsePrecompiledHeader="2"
960 BrowseInformation="0"
961 />
962 </FileConfiguration>
963 </File>
964 <File
965 RelativePath="Compile_ProcOp.cpp"
966 >
967 <FileConfiguration
968 Name="Debug|Win32"
969 >
970 <Tool
971 Name="VCCLCompilerTool"
972 UsePrecompiledHeader="2"
973 BrowseInformation="0"
974 />
975 </FileConfiguration>
976 <FileConfiguration
977 Name="Release|Win32"
978 >
979 <Tool
980 Name="VCCLCompilerTool"
981 UsePrecompiledHeader="2"
982 BrowseInformation="0"
983 />
984 </FileConfiguration>
985 </File>
986 <File
987 RelativePath=".\CParameter.cpp"
988 >
989 <FileConfiguration
990 Name="Debug|Win32"
991 >
992 <Tool
993 Name="VCCLCompilerTool"
994 UsePrecompiledHeader="2"
995 />
996 </FileConfiguration>
997 <FileConfiguration
998 Name="Release|Win32"
999 >
1000 <Tool
1001 Name="VCCLCompilerTool"
1002 UsePrecompiledHeader="2"
1003 />
1004 </FileConfiguration>
1005 </File>
1006 <File
1007 RelativePath=".\OperatorProc.cpp"
1008 >
1009 <FileConfiguration
1010 Name="Debug|Win32"
1011 >
1012 <Tool
1013 Name="VCCLCompilerTool"
1014 UsePrecompiledHeader="2"
1015 />
1016 </FileConfiguration>
1017 <FileConfiguration
1018 Name="Release|Win32"
1019 >
1020 <Tool
1021 Name="VCCLCompilerTool"
1022 UsePrecompiledHeader="2"
1023 />
1024 </FileConfiguration>
1025 </File>
1026 </Filter>
1027 </Filter>
1028 <Filter
1029 Name="32及び64共通"
1030 >
1031 <File
1032 RelativePath="..\BasicCompiler_Common\BasicCompiler.cpp"
1033 >
1034 </File>
1035 <File
1036 RelativePath="..\BasicCompiler_Common\calculation.cpp"
1037 >
1038 </File>
1039 <File
1040 RelativePath="..\BasicCompiler_Common\Compile.cpp"
1041 >
1042 </File>
1043 <File
1044 RelativePath="..\BasicCompiler_Common\Diagnose.cpp"
1045 >
1046 </File>
1047 <File
1048 RelativePath="..\BasicCompiler_Common\error.cpp"
1049 >
1050 </File>
1051 <File
1052 RelativePath="..\BasicCompiler_Common\gc.cpp"
1053 >
1054 </File>
1055 <File
1056 RelativePath="..\BasicCompiler_Common\hash.cpp"
1057 >
1058 </File>
1059 <File
1060 RelativePath="..\BasicCompiler_Common\MakeExe.cpp"
1061 >
1062 </File>
1063 <File
1064 RelativePath="..\BasicCompiler_Common\NumOpe_GetType.cpp"
1065 >
1066 </File>
1067 <File
1068 RelativePath="..\BasicCompiler_Common\Object.cpp"
1069 >
1070 </File>
1071 <File
1072 RelativePath="..\BasicCompiler_Common\OldStatement.cpp"
1073 >
1074 </File>
1075 <File
1076 RelativePath="..\BasicCompiler_Common\Overload.cpp"
1077 >
1078 </File>
1079 <File
1080 RelativePath="..\BasicCompiler_Common\RSrcSection.cpp"
1081 >
1082 </File>
1083 <File
1084 RelativePath="..\BasicCompiler_Common\StrOperation.cpp"
1085 >
1086 </File>
1087 <File
1088 RelativePath="..\BasicCompiler_Common\StrOperation.h"
1089 >
1090 </File>
1091 <Filter
1092 Name="Intermediate"
1093 >
1094 <File
1095 RelativePath="..\BasicCompiler_Common\CommandFormat.cpp"
1096 >
1097 </File>
1098 <File
1099 RelativePath="..\BasicCompiler_Common\Intermediate_Step1.cpp"
1100 >
1101 </File>
1102 <File
1103 RelativePath="..\BasicCompiler_Common\Intermediate_Step2.cpp"
1104 >
1105 </File>
1106 <File
1107 RelativePath="..\BasicCompiler_Common\Resource.cpp"
1108 >
1109 </File>
1110 </Filter>
1111 <Filter
1112 Name="Parts"
1113 >
1114 <File
1115 RelativePath="..\BasicCompiler_Common\NonVolatile.cpp"
1116 >
1117 </File>
1118 </Filter>
1119 <Filter
1120 Name="Debug(共通)"
1121 >
1122 <File
1123 RelativePath="..\BasicCompiler_Common\BreakPoint.cpp"
1124 >
1125 </File>
1126 <File
1127 RelativePath="..\BasicCompiler_Common\BreakPoint.h"
1128 >
1129 </File>
1130 <File
1131 RelativePath="..\BasicCompiler_Common\CDebugThreadInfo.cpp"
1132 >
1133 </File>
1134 <File
1135 RelativePath="..\BasicCompiler_Common\Debug.cpp"
1136 >
1137 </File>
1138 <File
1139 RelativePath="..\BasicCompiler_Common\debug.h"
1140 >
1141 </File>
1142 <File
1143 RelativePath="..\BasicCompiler_Common\DebugMiddleFile.cpp"
1144 >
1145 </File>
1146 <File
1147 RelativePath="..\BasicCompiler_Common\DebugSection.h"
1148 >
1149 </File>
1150 <File
1151 RelativePath="..\BasicCompiler_Common\VarList.cpp"
1152 >
1153 </File>
1154 <File
1155 RelativePath="..\BasicCompiler_Common\WatchList.cpp"
1156 >
1157 <FileConfiguration
1158 Name="Debug|Win32"
1159 >
1160 <Tool
1161 Name="VCCLCompilerTool"
1162 ObjectFile="$(IntDir)\$(InputName)1.obj"
1163 XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
1164 />
1165 </FileConfiguration>
1166 <FileConfiguration
1167 Name="Release|Win32"
1168 >
1169 <Tool
1170 Name="VCCLCompilerTool"
1171 ObjectFile="$(IntDir)\$(InputName)1.obj"
1172 XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
1173 />
1174 </FileConfiguration>
1175 </File>
1176 </Filter>
1177 <Filter
1178 Name="Schedule"
1179 >
1180 <File
1181 RelativePath="..\BasicCompiler_Common\PESchedule.cpp"
1182 >
1183 </File>
1184 <File
1185 RelativePath="..\BasicCompiler_Common\PESchedule.h"
1186 >
1187 </File>
1188 </Filter>
1189 <Filter
1190 Name="Variable"
1191 >
1192 <File
1193 RelativePath="..\BasicCompiler_Common\VariableOpe.cpp"
1194 >
1195 </File>
1196 <File
1197 RelativePath="..\BasicCompiler_Common\VariableOpe.h"
1198 >
1199 </File>
1200 </Filter>
1201 <Filter
1202 Name="Procedure"
1203 >
1204 <File
1205 RelativePath="..\BasicCompiler_Common\ParamImpl.cpp"
1206 >
1207 </File>
1208 <File
1209 RelativePath="..\BasicCompiler_Common\Subroutine.cpp"
1210 >
1211 </File>
1212 </Filter>
1213 </Filter>
1214 <Filter
1215 Name="Compiler Classes"
1216 >
1217 <File
1218 RelativePath="..\BasicCompiler_Common\src\CodeGenerator.cpp"
1219 >
1220 </File>
1221 <File
1222 RelativePath="..\BasicCompiler_Common\src\CommonCodeGenerator.cpp"
1223 >
1224 </File>
1225 <File
1226 RelativePath="..\BasicCompiler_Common\src\Compiler.cpp"
1227 >
1228 </File>
1229 <File
1230 RelativePath="..\BasicCompiler_Common\src\DataTableGenerator.cpp"
1231 >
1232 </File>
1233 <File
1234 RelativePath="..\BasicCompiler_Common\src\LexicalAnalyzer.cpp"
1235 >
1236 </File>
1237 <File
1238 RelativePath="..\BasicCompiler_Common\src\LexicalAnalyzer_Class.cpp"
1239 >
1240 </File>
1241 <File
1242 RelativePath="..\BasicCompiler_Common\src\LexicalAnalyzer_Const.cpp"
1243 >
1244 </File>
1245 <File
1246 RelativePath="..\BasicCompiler_Common\src\LexicalAnalyzer_Delegate.cpp"
1247 >
1248 </File>
1249 <File
1250 RelativePath="..\BasicCompiler_Common\src\LexicalAnalyzer_Enum.cpp"
1251 >
1252 </File>
1253 <File
1254 RelativePath="..\BasicCompiler_Common\src\LexicalAnalyzer_Procedure.cpp"
1255 >
1256 </File>
1257 <File
1258 RelativePath="..\BasicCompiler_Common\src\LexicalAnalyzer_TypeDef.cpp"
1259 >
1260 </File>
1261 <File
1262 RelativePath="..\BasicCompiler_Common\src\Linker.cpp"
1263 >
1264 </File>
1265 <File
1266 RelativePath="..\BasicCompiler_Common\src\Messenger.cpp"
1267 >
1268 </File>
1269 <File
1270 RelativePath="..\BasicCompiler_Common\src\ProcedureGenerator.cpp"
1271 >
1272 </File>
1273 <File
1274 RelativePath="..\BasicCompiler_Common\src\VtblGenerator.cpp"
1275 >
1276 </File>
1277 <Filter
1278 Name="Language Classes"
1279 >
1280 <File
1281 RelativePath="..\BasicCompiler_Common\src\Class.cpp"
1282 >
1283 </File>
1284 <File
1285 RelativePath="..\BasicCompiler_Common\src\Const.cpp"
1286 >
1287 </File>
1288 <File
1289 RelativePath="..\BasicCompiler_Common\src\DataTable.cpp"
1290 >
1291 </File>
1292 <File
1293 RelativePath="..\BasicCompiler_Common\src\Delegate.cpp"
1294 >
1295 </File>
1296 <File
1297 RelativePath="..\BasicCompiler_Common\src\Enum.cpp"
1298 >
1299 </File>
1300 <File
1301 RelativePath="..\BasicCompiler_Common\src\Exception.cpp"
1302 >
1303 </File>
1304 <File
1305 RelativePath="..\BasicCompiler_Common\src\Interface.cpp"
1306 >
1307 </File>
1308 <File
1309 RelativePath="..\BasicCompiler_Common\src\LexicalScope.cpp"
1310 >
1311 </File>
1312 <File
1313 RelativePath="..\BasicCompiler_Common\src\Meta.cpp"
1314 >
1315 </File>
1316 <File
1317 RelativePath="..\BasicCompiler_Common\src\Method.cpp"
1318 >
1319 </File>
1320 <File
1321 RelativePath="..\BasicCompiler_Common\src\NativeCode.cpp"
1322 >
1323 </File>
1324 <File
1325 RelativePath="..\BasicCompiler_Common\src\ObjectModule.cpp"
1326 >
1327 <FileConfiguration
1328 Name="Debug|Win32"
1329 >
1330 <Tool
1331 Name="VCCLCompilerTool"
1332 UsePrecompiledHeader="0"
1333 />
1334 </FileConfiguration>
1335 <FileConfiguration
1336 Name="Release|Win32"
1337 >
1338 <Tool
1339 Name="VCCLCompilerTool"
1340 UsePrecompiledHeader="0"
1341 />
1342 </FileConfiguration>
1343 </File>
1344 <File
1345 RelativePath="..\BasicCompiler_Common\src\Parameter.cpp"
1346 >
1347 </File>
1348 <File
1349 RelativePath="..\BasicCompiler_Common\src\Procedure.cpp"
1350 >
1351 </File>
1352 <File
1353 RelativePath="..\BasicCompiler_Common\src\Source.cpp"
1354 >
1355 </File>
1356 <File
1357 RelativePath="..\BasicCompiler_Common\src\Type.cpp"
1358 >
1359 </File>
1360 <File
1361 RelativePath="..\BasicCompiler_Common\src\TypeDef.cpp"
1362 >
1363 </File>
1364 <File
1365 RelativePath="..\BasicCompiler_Common\src\Variable.cpp"
1366 >
1367 </File>
1368 </Filter>
1369 </Filter>
1370 <Filter
1371 Name="Application Classes"
1372 >
1373 <File
1374 RelativePath="..\BasicCompiler_Common\src\Program.cpp"
1375 >
1376 </File>
1377 </Filter>
1378 <Filter
1379 Name="Common Classes"
1380 >
1381 <File
1382 RelativePath="..\BasicCompiler_Common\src\BoostSerializationSupport.cpp"
1383 >
1384 <FileConfiguration
1385 Name="Release|Win32"
1386 >
1387 <Tool
1388 Name="VCCLCompilerTool"
1389 UsePrecompiledHeader="0"
1390 />
1391 </FileConfiguration>
1392 </File>
1393 </Filter>
1394 </Filter>
1395 </Files>
1396 <Globals>
1397 </Globals>
1398</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.