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

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

ObjectModuleに関連するクラス一式をab_commonプロジェクトに移動した。

File size: 28.2 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"
[188]49 AdditionalOptions="/GR"
[3]50 Optimization="0"
[169]51 AdditionalIncludeDirectories="..\..\;..\..\cpplibs\boost;..\BasicCompiler_Common\include"
[3]52 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;JPN;_AMD64_;_WIN64"
53 MinimalRebuild="true"
54 BasicRuntimeChecks="0"
[75]55 RuntimeLibrary="1"
[188]56 RuntimeTypeInfo="true"
[206]57 UsePrecompiledHeader="2"
[3]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"
[198]68 DisableSpecificWarnings="4103"
[3]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"
[475]84 AdditionalDependencies="comctl32.lib psapi.lib bufferoverflowu.lib imagehlp.lib shlwapi.lib"
85 OutputFile="$(OutDir)\abc.exe"
[3]86 LinkIncremental="2"
87 SuppressStartupBanner="true"
[445]88 AdditionalLibraryDirectories="..\..\jenga\lib\amd64;..\lib\amd64"
[3]89 IgnoreDefaultLibraryNames=""
90 GenerateDebugInformation="true"
91 ProgramDatabaseFile=".\Debug/BasicCompiler64.pdb"
[456]92 SubSystem="1"
[345]93 StackReserveSize="4194304"
[3]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
[127]126 Name="Release|Win32"
[475]127 OutputDirectory="..\build\$(ConfigurationName)\bin\x64"
[3]128 IntermediateDirectory="$(ConfigurationName)"
129 ConfigurationType="1"
130 UseOfMFC="0"
131 ATLMinimizesCRunTimeLibraryUsage="false"
[75]132 CharacterSet="2"
[3]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"
[188]157 AdditionalOptions="/GR"
[3]158 Optimization="2"
[140]159 InlineFunctionExpansion="2"
[183]160 EnableIntrinsicFunctions="true"
[140]161 FavorSizeOrSpeed="1"
[198]162 WholeProgramOptimization="false"
[188]163 AdditionalIncludeDirectories="..\..\;..\..\cpplibs\boost;..\BasicCompiler_Common\include"
[3]164 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;JPN;_AMD64_;_WIN64"
165 MinimalRebuild="false"
[107]166 ExceptionHandling="1"
[3]167 BasicRuntimeChecks="0"
[219]168 RuntimeLibrary="0"
[107]169 RuntimeTypeInfo="true"
[206]170 UsePrecompiledHeader="2"
[3]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"
[198]181 DisableSpecificWarnings="4103"
[3]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"
[475]197 AdditionalDependencies="comctl32.lib psapi.lib bufferoverflowu.lib imagehlp.lib shlwapi.lib"
198 OutputFile="$(OutDir)\abc.exe"
[107]199 LinkIncremental="1"
[3]200 SuppressStartupBanner="true"
[445]201 AdditionalLibraryDirectories="..\..\jenga\lib\amd64;..\lib\amd64"
[219]202 IgnoreDefaultLibraryNames=""
[3]203 GenerateDebugInformation="false"
204 ProgramDatabaseFile=".\Release/BasicCompiler64.pdb"
[456]205 SubSystem="1"
[3]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>
[475]238 <ProjectReference
239 ReferencedProjectIdentifier="{F01805B6-65B4-4708-88F4-A5E07DEA9FBD}"
240 RelativePathToProject="..\jenga\projects\jenga\jenga.vcproj"
241 />
[480]242 <ProjectReference
243 ReferencedProjectIdentifier="{87835C33-64C9-4BA5-9B39-608BA5394387}"
244 RelativePathToProject=".\ab_common\ab_common.vcproj"
245 />
[3]246 </References>
247 <Files>
248 <Filter
249 Name="Header Files"
250 Filter="h;hpp;hxx;hm;inl"
251 >
252 <File
[14]253 RelativePath="..\BasicCompiler_Common\BasicCompiler.h"
[3]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
[226]265 RelativePath=".\MachineFixed.h"
266 >
267 </File>
268 <File
[3]269 RelativePath="Opcode.h"
270 >
271 </File>
[198]272 <File
273 RelativePath="..\BasicCompiler_Common\include\option.h"
274 >
275 </File>
[206]276 <File
277 RelativePath=".\stdafx.h"
278 >
279 </File>
[318]280 <File
281 RelativePath="..\BasicCompiler_Common\include\ver.h"
282 >
283 </File>
[3]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>
[71]304 <Filter
[257]305 Name="Common Classes"
[71]306 >
307 <File
[257]308 RelativePath="..\BasicCompiler_Common\include\logger.h"
[75]309 >
[183]310 </File>
[169]311 </Filter>
[218]312 <Filter
[257]313 Name="Compiler Classes"
[218]314 >
315 <File
[257]316 RelativePath="..\BasicCompiler_Common\include\CodeGenerator.h"
[218]317 >
318 </File>
319 <File
[257]320 RelativePath="..\BasicCompiler_Common\include\Compiler.h"
[218]321 >
322 </File>
323 <File
[589]324 RelativePath="..\BasicCompiler_Common\include\DataTableGenerator.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
368 RelativePath="..\BasicCompiler_Common\include\Debugger.h"
369 >
370 </File>
371 </Filter>
372 <Filter
373 Name="Application Classes"
374 >
375 <File
[477]376 RelativePath="..\BasicCompiler_Common\include\Configuration.h"
377 >
378 </File>
379 <File
[468]380 RelativePath="..\BasicCompiler_Common\include\Program.h"
381 >
382 </File>
383 </Filter>
[6]384 </Filter>
385 <Filter
386 Name="Resource Files"
387 Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
388 >
389 <File
[490]390 RelativePath=".\compiler_x64.rc"
391 >
392 </File>
393 <File
[6]394 RelativePath="icon1.ico"
395 >
396 </File>
397 <File
398 RelativePath="toolbar_debugger.bmp"
399 >
400 </File>
401 <File
402 RelativePath="VarArray.ico"
403 >
404 </File>
405 <File
406 RelativePath="VarData.ico"
407 >
408 </File>
409 <File
410 RelativePath="VarPtrStruct.ico"
411 >
412 </File>
413 <File
414 RelativePath="VarStr.ico"
415 >
416 </File>
417 <File
418 RelativePath="VarStruct.ico"
419 >
420 </File>
421 </Filter>
422 <Filter
423 Name="Source Files"
424 Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
425 >
426 <File
[206]427 RelativePath=".\stdafx.cpp"
428 >
429 <FileConfiguration
430 Name="Debug|Win32"
431 >
432 <Tool
433 Name="VCCLCompilerTool"
434 UsePrecompiledHeader="1"
435 />
436 </FileConfiguration>
437 <FileConfiguration
438 Name="Release|Win32"
439 >
440 <Tool
441 Name="VCCLCompilerTool"
442 UsePrecompiledHeader="1"
443 />
444 </FileConfiguration>
445 </File>
[3]446 <Filter
[257]447 Name="x64Compile"
[3]448 >
449 <File
[6]450 RelativePath="Compile_Statement.cpp"
[3]451 >
452 <FileConfiguration
453 Name="Debug|Win32"
454 >
455 <Tool
[6]456 Name="VCCLCompilerTool"
[308]457 UsePrecompiledHeader="2"
[6]458 BrowseInformation="0"
[3]459 />
460 </FileConfiguration>
461 <FileConfiguration
[127]462 Name="Release|Win32"
[3]463 >
464 <Tool
[6]465 Name="VCCLCompilerTool"
[308]466 UsePrecompiledHeader="2"
[6]467 BrowseInformation="0"
[3]468 />
469 </FileConfiguration>
470 </File>
[6]471 <File
472 RelativePath="Compile_Var.cpp"
473 >
474 <FileConfiguration
475 Name="Debug|Win32"
476 >
477 <Tool
478 Name="VCCLCompilerTool"
[308]479 UsePrecompiledHeader="2"
[6]480 BrowseInformation="0"
481 />
482 </FileConfiguration>
483 <FileConfiguration
[127]484 Name="Release|Win32"
[6]485 >
486 <Tool
487 Name="VCCLCompilerTool"
[308]488 UsePrecompiledHeader="2"
[6]489 BrowseInformation="0"
490 />
491 </FileConfiguration>
492 </File>
493 <File
494 RelativePath="MakePeHdr.cpp"
495 >
496 <FileConfiguration
497 Name="Debug|Win32"
498 >
499 <Tool
500 Name="VCCLCompilerTool"
[308]501 UsePrecompiledHeader="2"
[6]502 BrowseInformation="0"
503 />
504 </FileConfiguration>
505 <FileConfiguration
[127]506 Name="Release|Win32"
[6]507 >
508 <Tool
509 Name="VCCLCompilerTool"
[308]510 UsePrecompiledHeader="2"
[6]511 BrowseInformation="0"
512 />
513 </FileConfiguration>
514 </File>
515 <File
516 RelativePath="Register.cpp"
517 >
518 <FileConfiguration
519 Name="Debug|Win32"
520 >
521 <Tool
522 Name="VCCLCompilerTool"
[308]523 UsePrecompiledHeader="2"
[6]524 BrowseInformation="0"
525 />
526 </FileConfiguration>
527 <FileConfiguration
[127]528 Name="Release|Win32"
[6]529 >
530 <Tool
531 Name="VCCLCompilerTool"
[308]532 UsePrecompiledHeader="2"
[6]533 BrowseInformation="0"
534 />
535 </FileConfiguration>
536 </File>
[3]537 <Filter
[6]538 Name="Calculation"
[3]539 >
540 <File
[6]541 RelativePath="Compile_Calc.cpp"
[3]542 >
543 <FileConfiguration
544 Name="Debug|Win32"
545 >
546 <Tool
547 Name="VCCLCompilerTool"
[308]548 UsePrecompiledHeader="2"
[3]549 BrowseInformation="0"
550 />
551 </FileConfiguration>
552 <FileConfiguration
[127]553 Name="Release|Win32"
[6]554 >
555 <Tool
556 Name="VCCLCompilerTool"
[308]557 UsePrecompiledHeader="2"
[6]558 BrowseInformation="0"
559 />
560 </FileConfiguration>
561 </File>
562 <File
563 RelativePath="Compile_Calc_PushVar.cpp"
564 >
565 <FileConfiguration
566 Name="Debug|Win32"
567 >
568 <Tool
569 Name="VCCLCompilerTool"
[308]570 UsePrecompiledHeader="2"
[6]571 BrowseInformation="0"
572 />
573 </FileConfiguration>
574 <FileConfiguration
[127]575 Name="Release|Win32"
[3]576 >
577 <Tool
578 Name="VCCLCompilerTool"
[308]579 UsePrecompiledHeader="2"
[3]580 BrowseInformation="0"
581 />
582 </FileConfiguration>
583 </File>
584 <File
[6]585 RelativePath="Compile_Set_Var.cpp"
[3]586 >
587 <FileConfiguration
588 Name="Debug|Win32"
589 >
590 <Tool
591 Name="VCCLCompilerTool"
[308]592 UsePrecompiledHeader="2"
[3]593 BrowseInformation="0"
594 />
595 </FileConfiguration>
596 <FileConfiguration
[127]597 Name="Release|Win32"
[3]598 >
599 <Tool
600 Name="VCCLCompilerTool"
[308]601 UsePrecompiledHeader="2"
[3]602 BrowseInformation="0"
603 />
604 </FileConfiguration>
605 </File>
606 <File
[6]607 RelativePath=".\increment.cpp"
[3]608 >
[308]609 <FileConfiguration
610 Name="Debug|Win32"
611 >
612 <Tool
613 Name="VCCLCompilerTool"
614 UsePrecompiledHeader="2"
615 />
616 </FileConfiguration>
617 <FileConfiguration
618 Name="Release|Win32"
619 >
620 <Tool
621 Name="VCCLCompilerTool"
622 UsePrecompiledHeader="2"
623 />
624 </FileConfiguration>
[3]625 </File>
626 <File
[6]627 RelativePath="NumOpe.cpp"
[3]628 >
629 <FileConfiguration
630 Name="Debug|Win32"
631 >
632 <Tool
633 Name="VCCLCompilerTool"
[308]634 UsePrecompiledHeader="2"
[3]635 BrowseInformation="0"
636 />
637 </FileConfiguration>
638 <FileConfiguration
[127]639 Name="Release|Win32"
[3]640 >
641 <Tool
642 Name="VCCLCompilerTool"
[308]643 UsePrecompiledHeader="2"
[3]644 BrowseInformation="0"
645 />
646 </FileConfiguration>
647 </File>
648 <File
[6]649 RelativePath="NumOpe_Arithmetic.cpp"
[3]650 >
651 <FileConfiguration
652 Name="Debug|Win32"
653 >
654 <Tool
655 Name="VCCLCompilerTool"
[308]656 UsePrecompiledHeader="2"
[3]657 BrowseInformation="0"
658 />
659 </FileConfiguration>
660 <FileConfiguration
[127]661 Name="Release|Win32"
[3]662 >
663 <Tool
664 Name="VCCLCompilerTool"
[308]665 UsePrecompiledHeader="2"
[3]666 BrowseInformation="0"
667 />
668 </FileConfiguration>
669 </File>
[6]670 <File
671 RelativePath="NumOpe_Logical.cpp"
[3]672 >
[6]673 <FileConfiguration
674 Name="Debug|Win32"
[3]675 >
[6]676 <Tool
677 Name="VCCLCompilerTool"
[308]678 UsePrecompiledHeader="2"
[6]679 BrowseInformation="0"
680 />
681 </FileConfiguration>
682 <FileConfiguration
[127]683 Name="Release|Win32"
[3]684 >
[6]685 <Tool
686 Name="VCCLCompilerTool"
[308]687 UsePrecompiledHeader="2"
[6]688 BrowseInformation="0"
689 />
690 </FileConfiguration>
691 </File>
692 <File
693 RelativePath="NumOpe_Relation.cpp"
694 >
695 <FileConfiguration
696 Name="Debug|Win32"
[3]697 >
[6]698 <Tool
699 Name="VCCLCompilerTool"
[308]700 UsePrecompiledHeader="2"
[6]701 BrowseInformation="0"
702 />
703 </FileConfiguration>
704 <FileConfiguration
[127]705 Name="Release|Win32"
[3]706 >
[6]707 <Tool
708 Name="VCCLCompilerTool"
[308]709 UsePrecompiledHeader="2"
[6]710 BrowseInformation="0"
711 />
712 </FileConfiguration>
713 </File>
714 <File
715 RelativePath="NumOpe_TypeOperation.cpp"
[3]716 >
[6]717 <FileConfiguration
718 Name="Debug|Win32"
[3]719 >
[6]720 <Tool
721 Name="VCCLCompilerTool"
[308]722 UsePrecompiledHeader="2"
[6]723 BrowseInformation="0"
724 />
725 </FileConfiguration>
726 <FileConfiguration
[127]727 Name="Release|Win32"
[6]728 >
729 <Tool
730 Name="VCCLCompilerTool"
[308]731 UsePrecompiledHeader="2"
[6]732 BrowseInformation="0"
733 />
734 </FileConfiguration>
735 </File>
736 </Filter>
737 <Filter
738 Name="Object"
739 >
740 <File
741 RelativePath=".\Compile_Object.cpp"
[3]742 >
[308]743 <FileConfiguration
744 Name="Debug|Win32"
745 >
746 <Tool
747 Name="VCCLCompilerTool"
748 UsePrecompiledHeader="2"
749 />
750 </FileConfiguration>
751 <FileConfiguration
752 Name="Release|Win32"
753 >
754 <Tool
755 Name="VCCLCompilerTool"
756 UsePrecompiledHeader="2"
757 />
758 </FileConfiguration>
[6]759 </File>
760 </Filter>
761 <Filter
762 Name="Opcode"
763 >
764 <File
765 RelativePath="amd64_main.cpp"
766 >
767 <FileConfiguration
768 Name="Debug|Win32"
[3]769 >
[6]770 <Tool
771 Name="VCCLCompilerTool"
[308]772 UsePrecompiledHeader="2"
[6]773 BrowseInformation="0"
774 />
775 </FileConfiguration>
776 <FileConfiguration
[127]777 Name="Release|Win32"
[3]778 >
[6]779 <Tool
780 Name="VCCLCompilerTool"
[308]781 UsePrecompiledHeader="2"
[6]782 BrowseInformation="0"
783 />
784 </FileConfiguration>
785 </File>
786 <File
[226]787 RelativePath=".\CodeGenerator.cpp"
788 >
789 <FileConfiguration
790 Name="Debug|Win32"
791 >
792 <Tool
793 Name="VCCLCompilerTool"
[308]794 UsePrecompiledHeader="2"
[226]795 ObjectFile="$(IntDir)\$(InputName)1.obj"
796 XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
797 />
798 </FileConfiguration>
799 <FileConfiguration
800 Name="Release|Win32"
801 >
802 <Tool
803 Name="VCCLCompilerTool"
[308]804 UsePrecompiledHeader="2"
[226]805 ObjectFile="$(IntDir)\$(InputName)1.obj"
806 XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
807 />
808 </FileConfiguration>
809 </File>
810 <File
[6]811 RelativePath=".\stack_frame.cpp"
812 >
[308]813 <FileConfiguration
814 Name="Debug|Win32"
815 >
816 <Tool
817 Name="VCCLCompilerTool"
818 UsePrecompiledHeader="2"
819 />
820 </FileConfiguration>
821 <FileConfiguration
822 Name="Release|Win32"
823 >
824 <Tool
825 Name="VCCLCompilerTool"
826 UsePrecompiledHeader="2"
827 />
828 </FileConfiguration>
[6]829 </File>
[3]830 </Filter>
831 <Filter
[6]832 Name="Procedure"
[3]833 >
834 <File
[6]835 RelativePath=".\CLockParameter.cpp"
[3]836 >
[308]837 <FileConfiguration
838 Name="Debug|Win32"
839 >
840 <Tool
841 Name="VCCLCompilerTool"
842 UsePrecompiledHeader="2"
843 />
844 </FileConfiguration>
845 <FileConfiguration
846 Name="Release|Win32"
847 >
848 <Tool
849 Name="VCCLCompilerTool"
850 UsePrecompiledHeader="2"
851 />
852 </FileConfiguration>
[6]853 </File>
854 <File
855 RelativePath=".\Compile_CallProc.cpp"
856 >
[308]857 <FileConfiguration
858 Name="Debug|Win32"
859 >
860 <Tool
861 Name="VCCLCompilerTool"
862 UsePrecompiledHeader="2"
863 />
864 </FileConfiguration>
865 <FileConfiguration
866 Name="Release|Win32"
867 >
868 <Tool
869 Name="VCCLCompilerTool"
870 UsePrecompiledHeader="2"
871 />
872 </FileConfiguration>
[6]873 </File>
874 <File
875 RelativePath="Compile_Func.cpp"
876 >
[3]877 <FileConfiguration
878 Name="Debug|Win32"
879 >
880 <Tool
881 Name="VCCLCompilerTool"
[308]882 UsePrecompiledHeader="2"
[3]883 BrowseInformation="0"
884 />
885 </FileConfiguration>
886 <FileConfiguration
[127]887 Name="Release|Win32"
[3]888 >
889 <Tool
890 Name="VCCLCompilerTool"
[308]891 UsePrecompiledHeader="2"
[3]892 BrowseInformation="0"
893 />
894 </FileConfiguration>
895 </File>
896 <File
[6]897 RelativePath="Compile_ProcOp.cpp"
[3]898 >
899 <FileConfiguration
900 Name="Debug|Win32"
901 >
902 <Tool
903 Name="VCCLCompilerTool"
[308]904 UsePrecompiledHeader="2"
[3]905 BrowseInformation="0"
906 />
907 </FileConfiguration>
908 <FileConfiguration
[127]909 Name="Release|Win32"
[3]910 >
911 <Tool
912 Name="VCCLCompilerTool"
[308]913 UsePrecompiledHeader="2"
[3]914 BrowseInformation="0"
915 />
916 </FileConfiguration>
917 </File>
[6]918 <File
919 RelativePath=".\CParameter.cpp"
920 >
[308]921 <FileConfiguration
922 Name="Debug|Win32"
923 >
924 <Tool
925 Name="VCCLCompilerTool"
926 UsePrecompiledHeader="2"
927 />
928 </FileConfiguration>
929 <FileConfiguration
930 Name="Release|Win32"
931 >
932 <Tool
933 Name="VCCLCompilerTool"
934 UsePrecompiledHeader="2"
935 />
936 </FileConfiguration>
[6]937 </File>
938 <File
939 RelativePath=".\OperatorProc.cpp"
940 >
[308]941 <FileConfiguration
942 Name="Debug|Win32"
943 >
944 <Tool
945 Name="VCCLCompilerTool"
946 UsePrecompiledHeader="2"
947 />
948 </FileConfiguration>
949 <FileConfiguration
950 Name="Release|Win32"
951 >
952 <Tool
953 Name="VCCLCompilerTool"
954 UsePrecompiledHeader="2"
955 />
956 </FileConfiguration>
[6]957 </File>
[3]958 </Filter>
[6]959 </Filter>
960 <Filter
961 Name="32及び64共通"
962 >
963 <File
964 RelativePath="..\BasicCompiler_Common\BasicCompiler.cpp"
965 >
966 </File>
967 <File
968 RelativePath="..\BasicCompiler_Common\calculation.cpp"
969 >
970 </File>
971 <File
972 RelativePath="..\BasicCompiler_Common\Compile.cpp"
973 >
974 </File>
975 <File
[91]976 RelativePath="..\BasicCompiler_Common\Diagnose.cpp"
977 >
978 </File>
979 <File
[6]980 RelativePath="..\BasicCompiler_Common\error.cpp"
981 >
982 </File>
983 <File
984 RelativePath="..\BasicCompiler_Common\gc.cpp"
985 >
986 </File>
987 <File
988 RelativePath="..\BasicCompiler_Common\hash.cpp"
989 >
990 </File>
991 <File
992 RelativePath="..\BasicCompiler_Common\MakeExe.cpp"
993 >
994 </File>
995 <File
996 RelativePath="..\BasicCompiler_Common\NumOpe_GetType.cpp"
997 >
998 </File>
999 <File
1000 RelativePath="..\BasicCompiler_Common\Object.cpp"
1001 >
1002 </File>
1003 <File
[76]1004 RelativePath="..\BasicCompiler_Common\OldStatement.cpp"
1005 >
1006 </File>
1007 <File
[6]1008 RelativePath="..\BasicCompiler_Common\Overload.cpp"
1009 >
1010 </File>
1011 <File
1012 RelativePath="..\BasicCompiler_Common\RSrcSection.cpp"
1013 >
1014 </File>
1015 <File
1016 RelativePath="..\BasicCompiler_Common\StrOperation.cpp"
1017 >
1018 </File>
[400]1019 <File
1020 RelativePath="..\BasicCompiler_Common\StrOperation.h"
1021 >
1022 </File>
[3]1023 <Filter
[6]1024 Name="Intermediate"
[3]1025 >
1026 <File
[6]1027 RelativePath="..\BasicCompiler_Common\CommandFormat.cpp"
[3]1028 >
1029 </File>
1030 <File
[6]1031 RelativePath="..\BasicCompiler_Common\Intermediate_Step1.cpp"
[3]1032 >
1033 </File>
1034 <File
[6]1035 RelativePath="..\BasicCompiler_Common\Intermediate_Step2.cpp"
[3]1036 >
1037 </File>
1038 <File
[6]1039 RelativePath="..\BasicCompiler_Common\Resource.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\BreakPoint.cpp"
[3]1056 >
1057 </File>
1058 <File
[6]1059 RelativePath="..\BasicCompiler_Common\BreakPoint.h"
[3]1060 >
1061 </File>
1062 <File
[6]1063 RelativePath="..\BasicCompiler_Common\CDebugThreadInfo.cpp"
[3]1064 >
1065 </File>
1066 <File
[6]1067 RelativePath="..\BasicCompiler_Common\Debug.cpp"
[3]1068 >
1069 </File>
1070 <File
[6]1071 RelativePath="..\BasicCompiler_Common\debug.h"
[3]1072 >
1073 </File>
1074 <File
[6]1075 RelativePath="..\BasicCompiler_Common\DebugMiddleFile.cpp"
[3]1076 >
1077 </File>
1078 <File
[6]1079 RelativePath="..\BasicCompiler_Common\DebugSection.h"
[3]1080 >
1081 </File>
[76]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
[127]1099 Name="Release|Win32"
[76]1100 >
1101 <Tool
1102 Name="VCCLCompilerTool"
1103 ObjectFile="$(IntDir)\$(InputName)1.obj"
1104 XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
1105 />
1106 </FileConfiguration>
1107 </File>
[6]1108 </Filter>
1109 <Filter
1110 Name="Schedule"
1111 >
1112 <File
1113 RelativePath="..\BasicCompiler_Common\PESchedule.cpp"
[3]1114 >
[6]1115 </File>
1116 <File
[34]1117 RelativePath="..\BasicCompiler_Common\PESchedule.h"
[3]1118 >
[6]1119 </File>
1120 </Filter>
1121 <Filter
[11]1122 Name="Variable"
1123 >
1124 <File
[75]1125 RelativePath="..\BasicCompiler_Common\VariableOpe.cpp"
[11]1126 >
1127 </File>
1128 <File
[75]1129 RelativePath="..\BasicCompiler_Common\VariableOpe.h"
[11]1130 >
1131 </File>
1132 </Filter>
[26]1133 <Filter
[71]1134 Name="Procedure"
[44]1135 >
1136 <File
[71]1137 RelativePath="..\BasicCompiler_Common\ParamImpl.cpp"
[44]1138 >
1139 </File>
[50]1140 <File
1141 RelativePath="..\BasicCompiler_Common\Subroutine.cpp"
1142 >
1143 </File>
1144 </Filter>
[3]1145 </Filter>
[71]1146 <Filter
[257]1147 Name="Compiler Classes"
1148 >
1149 <File
1150 RelativePath="..\BasicCompiler_Common\src\CodeGenerator.cpp"
1151 >
1152 </File>
1153 <File
[514]1154 RelativePath="..\BasicCompiler_Common\src\CommonCodeGenerator.cpp"
1155 >
1156 </File>
1157 <File
[257]1158 RelativePath="..\BasicCompiler_Common\src\Compiler.cpp"
1159 >
1160 </File>
1161 <File
[589]1162 RelativePath="..\BasicCompiler_Common\src\DataTableGenerator.cpp"
1163 >
1164 </File>
1165 <File
[514]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
[584]1174 RelativePath="..\BasicCompiler_Common\src\LexicalAnalyzer_Const.cpp"
1175 >
1176 </File>
1177 <File
[528]1178 RelativePath="..\BasicCompiler_Common\src\LexicalAnalyzer_Delegate.cpp"
1179 >
1180 </File>
1181 <File
[584]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
[257]1194 RelativePath="..\BasicCompiler_Common\src\Linker.cpp"
1195 >
1196 </File>
[468]1197 <File
1198 RelativePath="..\BasicCompiler_Common\src\Messenger.cpp"
1199 >
1200 </File>
[584]1201 <File
1202 RelativePath="..\BasicCompiler_Common\src\ProcedureGenerator.cpp"
1203 >
1204 </File>
1205 <File
1206 RelativePath="..\BasicCompiler_Common\src\VtblGenerator.cpp"
1207 >
1208 </File>
[257]1209 <Filter
1210 Name="Language Classes"
1211 >
[242]1212 <File
1213 RelativePath="..\BasicCompiler_Common\src\Exception.cpp"
1214 >
1215 </File>
1216 <File
[254]1217 RelativePath="..\BasicCompiler_Common\src\LexicalScope.cpp"
[242]1218 >
1219 </File>
1220 </Filter>
[218]1221 </Filter>
[456]1222 <Filter
1223 Name="Application Classes"
1224 >
1225 <File
[468]1226 RelativePath="..\BasicCompiler_Common\src\Program.cpp"
[456]1227 >
1228 </File>
1229 </Filter>
[529]1230 <Filter
1231 Name="Common Classes"
1232 >
1233 <File
1234 RelativePath="..\BasicCompiler_Common\src\BoostSerializationSupport.cpp"
1235 >
1236 <FileConfiguration
[603]1237 Name="Debug|Win32"
1238 >
1239 <Tool
1240 Name="VCCLCompilerTool"
1241 UsePrecompiledHeader="0"
1242 />
1243 </FileConfiguration>
1244 <FileConfiguration
[529]1245 Name="Release|Win32"
1246 >
1247 <Tool
1248 Name="VCCLCompilerTool"
1249 UsePrecompiledHeader="0"
1250 />
1251 </FileConfiguration>
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.