source: dev/branches/x64_compiler_on_32/abdev/compiler_x64/compiler_x64.vcproj@ 798

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

マクロBUILD_X64_COMPILERの導入

File size: 28.1 KB
RevLine 
[3]1<?xml version="1.0" encoding="shift_jis"?>
2<VisualStudioProject
3 ProjectType="Visual C++"
4 Version="8.00"
[485]5 Name="compiler_x64"
[3]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"
[475]19 OutputDirectory="..\build\$(ConfigurationName)\bin\x64"
20 IntermediateDirectory="$(ConfigurationName)"
[3]21 ConfigurationType="1"
22 UseOfMFC="0"
23 ATLMinimizesCRunTimeLibraryUsage="false"
[75]24 CharacterSet="2"
[3]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"
[169]50 AdditionalIncludeDirectories="..\..\;..\..\cpplibs\boost;..\BasicCompiler_Common\include"
[759]51 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;JPN;BUILD_X64_COMPILER"
[3]52 MinimalRebuild="true"
53 BasicRuntimeChecks="0"
[75]54 RuntimeLibrary="1"
[188]55 RuntimeTypeInfo="true"
[206]56 UsePrecompiledHeader="2"
[3]57 PrecompiledHeaderFile=".\Debug/BasicCompiler.pch"
58 AssemblerListingLocation=".\Debug/"
59 ObjectFile=".\Debug/"
60 ProgramDataBaseFileName=".\Debug/"
61 BrowseInformation="0"
62 WarningLevel="3"
63 SuppressStartupBanner="true"
64 Detect64BitPortabilityProblems="true"
65 DebugInformationFormat="3"
66 CallingConvention="0"
[198]67 DisableSpecificWarnings="4103"
[3]68 />
69 <Tool
70 Name="VCManagedResourceCompilerTool"
71 />
72 <Tool
73 Name="VCResourceCompilerTool"
74 PreprocessorDefinitions="_DEBUG,JPN"
75 Culture="1041"
76 />
77 <Tool
78 Name="VCPreLinkEventTool"
79 />
80 <Tool
81 Name="VCLinkerTool"
[627]82 AdditionalDependencies="comctl32.lib psapi.lib imagehlp.lib shlwapi.lib"
[475]83 OutputFile="$(OutDir)\abc.exe"
[3]84 LinkIncremental="2"
85 SuppressStartupBanner="true"
[445]86 AdditionalLibraryDirectories="..\..\jenga\lib\amd64;..\lib\amd64"
[3]87 IgnoreDefaultLibraryNames=""
88 GenerateDebugInformation="true"
89 ProgramDatabaseFile=".\Debug/BasicCompiler64.pdb"
[456]90 SubSystem="1"
[345]91 StackReserveSize="4194304"
[759]92 TargetMachine="1"
[3]93 />
94 <Tool
95 Name="VCALinkTool"
96 />
97 <Tool
98 Name="VCManifestTool"
99 AdditionalManifestFiles="$(ProjectDir)\manifest.xml"
100 EmbedManifest="true"
101 />
102 <Tool
103 Name="VCXDCMakeTool"
104 />
105 <Tool
106 Name="VCBscMakeTool"
107 SuppressStartupBanner="true"
108 OutputFile="$(OutDir)/$(ProjectName).bsc"
109 />
110 <Tool
111 Name="VCFxCopTool"
112 />
113 <Tool
114 Name="VCAppVerifierTool"
115 />
116 <Tool
117 Name="VCWebDeploymentTool"
118 />
119 <Tool
120 Name="VCPostBuildEventTool"
121 />
122 </Configuration>
123 <Configuration
[127]124 Name="Release|Win32"
[475]125 OutputDirectory="..\build\$(ConfigurationName)\bin\x64"
[3]126 IntermediateDirectory="$(ConfigurationName)"
127 ConfigurationType="1"
128 UseOfMFC="0"
129 ATLMinimizesCRunTimeLibraryUsage="false"
[75]130 CharacterSet="2"
[3]131 >
132 <Tool
133 Name="VCPreBuildEventTool"
134 />
135 <Tool
136 Name="VCCustomBuildTool"
137 />
138 <Tool
139 Name="VCXMLDataGeneratorTool"
140 />
141 <Tool
142 Name="VCWebServiceProxyGeneratorTool"
143 />
144 <Tool
145 Name="VCMIDLTool"
146 PreprocessorDefinitions="_DEBUG"
147 MkTypLibCompatible="true"
148 SuppressStartupBanner="true"
149 TargetEnvironment="1"
150 TypeLibraryName=".\Debug/BasicCompiler.tlb"
151 HeaderFileName=""
152 />
153 <Tool
154 Name="VCCLCompilerTool"
155 Optimization="2"
[140]156 InlineFunctionExpansion="2"
[183]157 EnableIntrinsicFunctions="true"
[140]158 FavorSizeOrSpeed="1"
[198]159 WholeProgramOptimization="false"
[188]160 AdditionalIncludeDirectories="..\..\;..\..\cpplibs\boost;..\BasicCompiler_Common\include"
[759]161 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;JPN;BUILD_X64_COMPILER"
[3]162 MinimalRebuild="false"
[107]163 ExceptionHandling="1"
[3]164 BasicRuntimeChecks="0"
[219]165 RuntimeLibrary="0"
[107]166 RuntimeTypeInfo="true"
[206]167 UsePrecompiledHeader="2"
[3]168 PrecompiledHeaderFile=".\Release/BasicCompiler.pch"
169 AssemblerListingLocation=".\Release/"
170 ObjectFile=".\Release/"
171 ProgramDataBaseFileName=".\Release/"
172 BrowseInformation="0"
173 WarningLevel="3"
174 SuppressStartupBanner="true"
175 Detect64BitPortabilityProblems="true"
176 DebugInformationFormat="0"
177 CallingConvention="0"
[198]178 DisableSpecificWarnings="4103"
[3]179 />
180 <Tool
181 Name="VCManagedResourceCompilerTool"
182 />
183 <Tool
184 Name="VCResourceCompilerTool"
185 PreprocessorDefinitions="_DEBUG,JPN"
186 Culture="1041"
187 />
188 <Tool
189 Name="VCPreLinkEventTool"
190 />
191 <Tool
192 Name="VCLinkerTool"
[627]193 AdditionalDependencies="comctl32.lib psapi.lib imagehlp.lib shlwapi.lib"
[475]194 OutputFile="$(OutDir)\abc.exe"
[107]195 LinkIncremental="1"
[3]196 SuppressStartupBanner="true"
[759]197 AdditionalLibraryDirectories="..\..\jenga\lib\x86;..\lib\x86"
[219]198 IgnoreDefaultLibraryNames=""
[3]199 GenerateDebugInformation="false"
200 ProgramDatabaseFile=".\Release/BasicCompiler64.pdb"
[456]201 SubSystem="1"
[759]202 TargetMachine="1"
[3]203 />
204 <Tool
205 Name="VCALinkTool"
206 />
207 <Tool
208 Name="VCManifestTool"
209 AdditionalManifestFiles="$(ProjectDir)\manifest.xml"
210 />
211 <Tool
212 Name="VCXDCMakeTool"
213 />
214 <Tool
215 Name="VCBscMakeTool"
216 SuppressStartupBanner="true"
217 OutputFile="$(OutDir)/$(ProjectName).bsc"
218 />
219 <Tool
220 Name="VCFxCopTool"
221 />
222 <Tool
223 Name="VCAppVerifierTool"
224 />
225 <Tool
226 Name="VCWebDeploymentTool"
227 />
228 <Tool
229 Name="VCPostBuildEventTool"
230 />
231 </Configuration>
232 </Configurations>
233 <References>
[475]234 <ProjectReference
235 ReferencedProjectIdentifier="{F01805B6-65B4-4708-88F4-A5E07DEA9FBD}"
236 RelativePathToProject="..\jenga\projects\jenga\jenga.vcproj"
237 />
[480]238 <ProjectReference
239 ReferencedProjectIdentifier="{87835C33-64C9-4BA5-9B39-608BA5394387}"
240 RelativePathToProject=".\ab_common\ab_common.vcproj"
241 />
[3]242 </References>
243 <Files>
244 <Filter
245 Name="Header Files"
246 Filter="h;hpp;hxx;hm;inl"
247 >
248 <File
[14]249 RelativePath="..\BasicCompiler_Common\BasicCompiler.h"
[3]250 >
251 </File>
252 <File
253 RelativePath="CommandValue.h"
254 >
255 </File>
256 <File
257 RelativePath="..\BasicCompiler_Common\common.h"
258 >
259 </File>
260 <File
[226]261 RelativePath=".\MachineFixed.h"
262 >
263 </File>
264 <File
[3]265 RelativePath="Opcode.h"
266 >
267 </File>
[198]268 <File
269 RelativePath="..\BasicCompiler_Common\include\option.h"
270 >
271 </File>
[206]272 <File
273 RelativePath=".\stdafx.h"
274 >
275 </File>
[318]276 <File
277 RelativePath="..\BasicCompiler_Common\include\ver.h"
278 >
279 </File>
[3]280 <Filter
281 Name="言語対応文字列"
282 >
283 <File
284 RelativePath="..\BasicCompiler_Common\common_msg_eng.h"
285 >
286 </File>
287 <File
288 RelativePath="..\BasicCompiler_Common\common_msg_jpn.h"
289 >
290 </File>
291 </Filter>
292 <Filter
293 Name="Parts_h"
294 >
295 <File
296 RelativePath="..\BasicCompiler_Common\NonVolatile.h"
297 >
298 </File>
299 </Filter>
[71]300 <Filter
[257]301 Name="Common Classes"
[71]302 >
303 <File
[257]304 RelativePath="..\BasicCompiler_Common\include\logger.h"
[75]305 >
[183]306 </File>
[169]307 </Filter>
[218]308 <Filter
[257]309 Name="Compiler Classes"
[218]310 >
311 <File
[257]312 RelativePath="..\BasicCompiler_Common\include\CodeGenerator.h"
[218]313 >
314 </File>
315 <File
[257]316 RelativePath="..\BasicCompiler_Common\include\Compiler.h"
[218]317 >
318 </File>
319 <File
[589]320 RelativePath="..\BasicCompiler_Common\include\DataTableGenerator.h"
321 >
322 </File>
323 <File
[628]324 RelativePath="..\BasicCompiler_Common\include\ErrorCode.h"
325 >
326 </File>
327 <File
[514]328 RelativePath="..\BasicCompiler_Common\include\LexicalAnalyzer.h"
329 >
330 </File>
331 <File
[257]332 RelativePath="..\BasicCompiler_Common\include\Linker.h"
[218]333 >
334 </File>
[468]335 <File
336 RelativePath="..\BasicCompiler_Common\include\Messenger.h"
337 >
338 </File>
[584]339 <File
340 RelativePath="..\BasicCompiler_Common\include\ProcedureGenerator.h"
341 >
342 </File>
343 <File
344 RelativePath="..\BasicCompiler_Common\include\VtblGenerator.h"
345 >
346 </File>
[257]347 <Filter
348 Name="Language Classes"
349 >
350 <File
[407]351 RelativePath="..\BasicCompiler_Common\include\Enum.h"
352 >
353 </File>
354 <File
[257]355 RelativePath="..\BasicCompiler_Common\include\Exception.h"
356 >
357 </File>
358 <File
359 RelativePath="..\BasicCompiler_Common\include\LexicalScope.h"
360 >
361 </File>
362 </Filter>
[218]363 </Filter>
[468]364 <Filter
365 Name="Debugger Classes"
366 >
367 <File
[650]368 RelativePath="..\BasicCompiler_Common\include\BreakPoint.h"
369 >
370 </File>
371 <File
[468]372 RelativePath="..\BasicCompiler_Common\include\Debugger.h"
373 >
374 </File>
375 </Filter>
376 <Filter
377 Name="Application Classes"
378 >
379 <File
[477]380 RelativePath="..\BasicCompiler_Common\include\Configuration.h"
381 >
382 </File>
383 <File
[468]384 RelativePath="..\BasicCompiler_Common\include\Program.h"
385 >
386 </File>
387 </Filter>
[6]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
[490]394 RelativePath=".\compiler_x64.rc"
395 >
396 </File>
397 <File
[6]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
[206]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>
[3]450 <Filter
[257]451 Name="x64Compile"
[3]452 >
453 <File
[6]454 RelativePath="Compile_Statement.cpp"
[3]455 >
456 <FileConfiguration
457 Name="Debug|Win32"
458 >
459 <Tool
[6]460 Name="VCCLCompilerTool"
[308]461 UsePrecompiledHeader="2"
[6]462 BrowseInformation="0"
[3]463 />
464 </FileConfiguration>
465 <FileConfiguration
[127]466 Name="Release|Win32"
[3]467 >
468 <Tool
[6]469 Name="VCCLCompilerTool"
[308]470 UsePrecompiledHeader="2"
[6]471 BrowseInformation="0"
[3]472 />
473 </FileConfiguration>
474 </File>
[6]475 <File
476 RelativePath="Compile_Var.cpp"
477 >
478 <FileConfiguration
479 Name="Debug|Win32"
480 >
481 <Tool
482 Name="VCCLCompilerTool"
[308]483 UsePrecompiledHeader="2"
[6]484 BrowseInformation="0"
485 />
486 </FileConfiguration>
487 <FileConfiguration
[127]488 Name="Release|Win32"
[6]489 >
490 <Tool
491 Name="VCCLCompilerTool"
[308]492 UsePrecompiledHeader="2"
[6]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"
[308]505 UsePrecompiledHeader="2"
[6]506 BrowseInformation="0"
507 />
508 </FileConfiguration>
509 <FileConfiguration
[127]510 Name="Release|Win32"
[6]511 >
512 <Tool
513 Name="VCCLCompilerTool"
[308]514 UsePrecompiledHeader="2"
[6]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"
[308]527 UsePrecompiledHeader="2"
[6]528 BrowseInformation="0"
529 />
530 </FileConfiguration>
531 <FileConfiguration
[127]532 Name="Release|Win32"
[6]533 >
534 <Tool
535 Name="VCCLCompilerTool"
[308]536 UsePrecompiledHeader="2"
[6]537 BrowseInformation="0"
538 />
539 </FileConfiguration>
540 </File>
[3]541 <Filter
[6]542 Name="Calculation"
[3]543 >
544 <File
[6]545 RelativePath="Compile_Calc.cpp"
[3]546 >
547 <FileConfiguration
548 Name="Debug|Win32"
549 >
550 <Tool
551 Name="VCCLCompilerTool"
[308]552 UsePrecompiledHeader="2"
[3]553 BrowseInformation="0"
554 />
555 </FileConfiguration>
556 <FileConfiguration
[127]557 Name="Release|Win32"
[6]558 >
559 <Tool
560 Name="VCCLCompilerTool"
[308]561 UsePrecompiledHeader="2"
[6]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"
[308]574 UsePrecompiledHeader="2"
[6]575 BrowseInformation="0"
576 />
577 </FileConfiguration>
578 <FileConfiguration
[127]579 Name="Release|Win32"
[3]580 >
581 <Tool
582 Name="VCCLCompilerTool"
[308]583 UsePrecompiledHeader="2"
[3]584 BrowseInformation="0"
585 />
586 </FileConfiguration>
587 </File>
588 <File
[6]589 RelativePath="Compile_Set_Var.cpp"
[3]590 >
591 <FileConfiguration
592 Name="Debug|Win32"
593 >
594 <Tool
595 Name="VCCLCompilerTool"
[308]596 UsePrecompiledHeader="2"
[3]597 BrowseInformation="0"
598 />
599 </FileConfiguration>
600 <FileConfiguration
[127]601 Name="Release|Win32"
[3]602 >
603 <Tool
604 Name="VCCLCompilerTool"
[308]605 UsePrecompiledHeader="2"
[3]606 BrowseInformation="0"
607 />
608 </FileConfiguration>
609 </File>
610 <File
[6]611 RelativePath=".\increment.cpp"
[3]612 >
[308]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>
[3]629 </File>
630 <File
[6]631 RelativePath="NumOpe.cpp"
[3]632 >
633 <FileConfiguration
634 Name="Debug|Win32"
635 >
636 <Tool
637 Name="VCCLCompilerTool"
[308]638 UsePrecompiledHeader="2"
[3]639 BrowseInformation="0"
640 />
641 </FileConfiguration>
642 <FileConfiguration
[127]643 Name="Release|Win32"
[3]644 >
645 <Tool
646 Name="VCCLCompilerTool"
[308]647 UsePrecompiledHeader="2"
[3]648 BrowseInformation="0"
649 />
650 </FileConfiguration>
651 </File>
652 <File
[6]653 RelativePath="NumOpe_Arithmetic.cpp"
[3]654 >
655 <FileConfiguration
656 Name="Debug|Win32"
657 >
658 <Tool
659 Name="VCCLCompilerTool"
[308]660 UsePrecompiledHeader="2"
[3]661 BrowseInformation="0"
662 />
663 </FileConfiguration>
664 <FileConfiguration
[127]665 Name="Release|Win32"
[3]666 >
667 <Tool
668 Name="VCCLCompilerTool"
[308]669 UsePrecompiledHeader="2"
[3]670 BrowseInformation="0"
671 />
672 </FileConfiguration>
673 </File>
[6]674 <File
675 RelativePath="NumOpe_Logical.cpp"
[3]676 >
[6]677 <FileConfiguration
678 Name="Debug|Win32"
[3]679 >
[6]680 <Tool
681 Name="VCCLCompilerTool"
[308]682 UsePrecompiledHeader="2"
[6]683 BrowseInformation="0"
684 />
685 </FileConfiguration>
686 <FileConfiguration
[127]687 Name="Release|Win32"
[3]688 >
[6]689 <Tool
690 Name="VCCLCompilerTool"
[308]691 UsePrecompiledHeader="2"
[6]692 BrowseInformation="0"
693 />
694 </FileConfiguration>
695 </File>
696 <File
697 RelativePath="NumOpe_Relation.cpp"
698 >
699 <FileConfiguration
700 Name="Debug|Win32"
[3]701 >
[6]702 <Tool
703 Name="VCCLCompilerTool"
[308]704 UsePrecompiledHeader="2"
[6]705 BrowseInformation="0"
706 />
707 </FileConfiguration>
708 <FileConfiguration
[127]709 Name="Release|Win32"
[3]710 >
[6]711 <Tool
712 Name="VCCLCompilerTool"
[308]713 UsePrecompiledHeader="2"
[6]714 BrowseInformation="0"
715 />
716 </FileConfiguration>
717 </File>
718 <File
719 RelativePath="NumOpe_TypeOperation.cpp"
[3]720 >
[6]721 <FileConfiguration
722 Name="Debug|Win32"
[3]723 >
[6]724 <Tool
725 Name="VCCLCompilerTool"
[308]726 UsePrecompiledHeader="2"
[6]727 BrowseInformation="0"
728 />
729 </FileConfiguration>
730 <FileConfiguration
[127]731 Name="Release|Win32"
[6]732 >
733 <Tool
734 Name="VCCLCompilerTool"
[308]735 UsePrecompiledHeader="2"
[6]736 BrowseInformation="0"
737 />
738 </FileConfiguration>
739 </File>
740 </Filter>
741 <Filter
742 Name="Object"
743 >
744 <File
745 RelativePath=".\Compile_Object.cpp"
[3]746 >
[308]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>
[6]763 </File>
764 </Filter>
765 <Filter
766 Name="Opcode"
767 >
768 <File
769 RelativePath="amd64_main.cpp"
770 >
771 <FileConfiguration
772 Name="Debug|Win32"
[3]773 >
[6]774 <Tool
775 Name="VCCLCompilerTool"
[308]776 UsePrecompiledHeader="2"
[6]777 BrowseInformation="0"
778 />
779 </FileConfiguration>
780 <FileConfiguration
[127]781 Name="Release|Win32"
[3]782 >
[6]783 <Tool
784 Name="VCCLCompilerTool"
[308]785 UsePrecompiledHeader="2"
[6]786 BrowseInformation="0"
787 />
788 </FileConfiguration>
789 </File>
790 <File
[226]791 RelativePath=".\CodeGenerator.cpp"
792 >
793 <FileConfiguration
794 Name="Debug|Win32"
795 >
796 <Tool
797 Name="VCCLCompilerTool"
[308]798 UsePrecompiledHeader="2"
[226]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"
[308]808 UsePrecompiledHeader="2"
[226]809 ObjectFile="$(IntDir)\$(InputName)1.obj"
810 XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
811 />
812 </FileConfiguration>
813 </File>
814 <File
[6]815 RelativePath=".\stack_frame.cpp"
816 >
[308]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>
[6]833 </File>
[3]834 </Filter>
835 <Filter
[6]836 Name="Procedure"
[3]837 >
838 <File
[6]839 RelativePath=".\CLockParameter.cpp"
[3]840 >
[308]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>
[6]857 </File>
858 <File
859 RelativePath=".\Compile_CallProc.cpp"
860 >
[308]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>
[6]877 </File>
878 <File
879 RelativePath="Compile_Func.cpp"
880 >
[3]881 <FileConfiguration
882 Name="Debug|Win32"
883 >
884 <Tool
885 Name="VCCLCompilerTool"
[308]886 UsePrecompiledHeader="2"
[3]887 BrowseInformation="0"
888 />
889 </FileConfiguration>
890 <FileConfiguration
[127]891 Name="Release|Win32"
[3]892 >
893 <Tool
894 Name="VCCLCompilerTool"
[308]895 UsePrecompiledHeader="2"
[3]896 BrowseInformation="0"
897 />
898 </FileConfiguration>
899 </File>
900 <File
[6]901 RelativePath="Compile_ProcOp.cpp"
[3]902 >
903 <FileConfiguration
904 Name="Debug|Win32"
905 >
906 <Tool
907 Name="VCCLCompilerTool"
[308]908 UsePrecompiledHeader="2"
[3]909 BrowseInformation="0"
910 />
911 </FileConfiguration>
912 <FileConfiguration
[127]913 Name="Release|Win32"
[3]914 >
915 <Tool
916 Name="VCCLCompilerTool"
[308]917 UsePrecompiledHeader="2"
[3]918 BrowseInformation="0"
919 />
920 </FileConfiguration>
921 </File>
[6]922 <File
923 RelativePath=".\CParameter.cpp"
924 >
[308]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>
[6]941 </File>
942 <File
943 RelativePath=".\OperatorProc.cpp"
944 >
[308]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>
[6]961 </File>
[3]962 </Filter>
[6]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
[91]980 RelativePath="..\BasicCompiler_Common\Diagnose.cpp"
981 >
982 </File>
983 <File
[6]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
[76]1008 RelativePath="..\BasicCompiler_Common\OldStatement.cpp"
1009 >
1010 </File>
1011 <File
[6]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>
[400]1023 <File
1024 RelativePath="..\BasicCompiler_Common\StrOperation.h"
1025 >
1026 </File>
[3]1027 <Filter
[6]1028 Name="Intermediate"
[3]1029 >
1030 <File
[6]1031 RelativePath="..\BasicCompiler_Common\CommandFormat.cpp"
[3]1032 >
1033 </File>
1034 <File
[6]1035 RelativePath="..\BasicCompiler_Common\Intermediate_Step1.cpp"
[3]1036 >
1037 </File>
1038 <File
[6]1039 RelativePath="..\BasicCompiler_Common\Intermediate_Step2.cpp"
[3]1040 >
1041 </File>
[6]1042 </Filter>
1043 <Filter
1044 Name="Parts"
1045 >
[3]1046 <File
[6]1047 RelativePath="..\BasicCompiler_Common\NonVolatile.cpp"
[3]1048 >
1049 </File>
[6]1050 </Filter>
1051 <Filter
1052 Name="Debug(共通)"
1053 >
[3]1054 <File
[6]1055 RelativePath="..\BasicCompiler_Common\CDebugThreadInfo.cpp"
[3]1056 >
1057 </File>
1058 <File
[6]1059 RelativePath="..\BasicCompiler_Common\Debug.cpp"
[3]1060 >
1061 </File>
1062 <File
[6]1063 RelativePath="..\BasicCompiler_Common\debug.h"
[3]1064 >
1065 </File>
1066 <File
[6]1067 RelativePath="..\BasicCompiler_Common\DebugMiddleFile.cpp"
[3]1068 >
1069 </File>
1070 <File
[6]1071 RelativePath="..\BasicCompiler_Common\DebugSection.h"
[3]1072 >
1073 </File>
[76]1074 <File
1075 RelativePath="..\BasicCompiler_Common\VarList.cpp"
1076 >
1077 </File>
1078 <File
1079 RelativePath="..\BasicCompiler_Common\WatchList.cpp"
1080 >
1081 <FileConfiguration
1082 Name="Debug|Win32"
1083 >
1084 <Tool
1085 Name="VCCLCompilerTool"
1086 ObjectFile="$(IntDir)\$(InputName)1.obj"
1087 XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
1088 />
1089 </FileConfiguration>
1090 <FileConfiguration
[127]1091 Name="Release|Win32"
[76]1092 >
1093 <Tool
1094 Name="VCCLCompilerTool"
1095 ObjectFile="$(IntDir)\$(InputName)1.obj"
1096 XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
1097 />
1098 </FileConfiguration>
1099 </File>
[6]1100 </Filter>
1101 <Filter
1102 Name="Schedule"
1103 >
1104 <File
1105 RelativePath="..\BasicCompiler_Common\PESchedule.cpp"
[3]1106 >
[6]1107 </File>
1108 <File
[34]1109 RelativePath="..\BasicCompiler_Common\PESchedule.h"
[3]1110 >
[6]1111 </File>
1112 </Filter>
1113 <Filter
[11]1114 Name="Variable"
1115 >
1116 <File
[75]1117 RelativePath="..\BasicCompiler_Common\VariableOpe.cpp"
[11]1118 >
1119 </File>
1120 <File
[75]1121 RelativePath="..\BasicCompiler_Common\VariableOpe.h"
[11]1122 >
1123 </File>
1124 </Filter>
[26]1125 <Filter
[71]1126 Name="Procedure"
[44]1127 >
1128 <File
[71]1129 RelativePath="..\BasicCompiler_Common\ParamImpl.cpp"
[44]1130 >
1131 </File>
[50]1132 <File
1133 RelativePath="..\BasicCompiler_Common\Subroutine.cpp"
1134 >
1135 </File>
1136 </Filter>
[3]1137 </Filter>
[71]1138 <Filter
[257]1139 Name="Compiler Classes"
1140 >
1141 <File
1142 RelativePath="..\BasicCompiler_Common\src\CodeGenerator.cpp"
1143 >
1144 </File>
1145 <File
[514]1146 RelativePath="..\BasicCompiler_Common\src\CommonCodeGenerator.cpp"
1147 >
1148 </File>
1149 <File
[257]1150 RelativePath="..\BasicCompiler_Common\src\Compiler.cpp"
1151 >
1152 </File>
1153 <File
[589]1154 RelativePath="..\BasicCompiler_Common\src\DataTableGenerator.cpp"
1155 >
1156 </File>
1157 <File
[514]1158 RelativePath="..\BasicCompiler_Common\src\LexicalAnalyzer.cpp"
1159 >
1160 </File>
1161 <File
1162 RelativePath="..\BasicCompiler_Common\src\LexicalAnalyzer_Class.cpp"
1163 >
1164 </File>
1165 <File
[584]1166 RelativePath="..\BasicCompiler_Common\src\LexicalAnalyzer_Const.cpp"
1167 >
1168 </File>
1169 <File
[528]1170 RelativePath="..\BasicCompiler_Common\src\LexicalAnalyzer_Delegate.cpp"
1171 >
1172 </File>
1173 <File
[584]1174 RelativePath="..\BasicCompiler_Common\src\LexicalAnalyzer_Enum.cpp"
1175 >
1176 </File>
1177 <File
1178 RelativePath="..\BasicCompiler_Common\src\LexicalAnalyzer_Procedure.cpp"
1179 >
1180 </File>
1181 <File
1182 RelativePath="..\BasicCompiler_Common\src\LexicalAnalyzer_TypeDef.cpp"
1183 >
1184 </File>
1185 <File
[257]1186 RelativePath="..\BasicCompiler_Common\src\Linker.cpp"
1187 >
1188 </File>
[468]1189 <File
1190 RelativePath="..\BasicCompiler_Common\src\Messenger.cpp"
1191 >
1192 </File>
[584]1193 <File
1194 RelativePath="..\BasicCompiler_Common\src\ProcedureGenerator.cpp"
1195 >
1196 </File>
1197 <File
1198 RelativePath="..\BasicCompiler_Common\src\VtblGenerator.cpp"
1199 >
1200 </File>
[257]1201 <Filter
1202 Name="Language Classes"
1203 >
[242]1204 <File
1205 RelativePath="..\BasicCompiler_Common\src\Exception.cpp"
1206 >
1207 </File>
1208 <File
[254]1209 RelativePath="..\BasicCompiler_Common\src\LexicalScope.cpp"
[242]1210 >
1211 </File>
1212 </Filter>
[218]1213 </Filter>
[456]1214 <Filter
1215 Name="Application Classes"
1216 >
1217 <File
[468]1218 RelativePath="..\BasicCompiler_Common\src\Program.cpp"
[456]1219 >
1220 </File>
1221 </Filter>
[529]1222 <Filter
1223 Name="Common Classes"
1224 >
1225 <File
1226 RelativePath="..\BasicCompiler_Common\src\BoostSerializationSupport.cpp"
1227 >
1228 <FileConfiguration
[603]1229 Name="Debug|Win32"
1230 >
1231 <Tool
1232 Name="VCCLCompilerTool"
1233 UsePrecompiledHeader="0"
1234 />
1235 </FileConfiguration>
1236 <FileConfiguration
[529]1237 Name="Release|Win32"
1238 >
1239 <Tool
1240 Name="VCCLCompilerTool"
1241 UsePrecompiledHeader="0"
1242 />
1243 </FileConfiguration>
1244 </File>
1245 </Filter>
[650]1246 <Filter
1247 Name="Debugger Classes"
1248 >
1249 <File
1250 RelativePath="..\BasicCompiler_Common\src\BreakPoint.cpp"
1251 >
1252 </File>
1253 </Filter>
[3]1254 </Filter>
1255 </Files>
1256 <Globals>
1257 </Globals>
1258</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.