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

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

[648]を64bit版にマージ。

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"
[627]84 AdditionalDependencies="comctl32.lib psapi.lib imagehlp.lib shlwapi.lib"
[475]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"
[627]197 AdditionalDependencies="comctl32.lib psapi.lib imagehlp.lib shlwapi.lib"
[475]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
[628]328 RelativePath="..\BasicCompiler_Common\include\ErrorCode.h"
329 >
330 </File>
331 <File
[514]332 RelativePath="..\BasicCompiler_Common\include\LexicalAnalyzer.h"
333 >
334 </File>
335 <File
[257]336 RelativePath="..\BasicCompiler_Common\include\Linker.h"
[218]337 >
338 </File>
[468]339 <File
340 RelativePath="..\BasicCompiler_Common\include\Messenger.h"
341 >
342 </File>
[584]343 <File
344 RelativePath="..\BasicCompiler_Common\include\ProcedureGenerator.h"
345 >
346 </File>
347 <File
348 RelativePath="..\BasicCompiler_Common\include\VtblGenerator.h"
349 >
350 </File>
[257]351 <Filter
352 Name="Language Classes"
353 >
354 <File
[407]355 RelativePath="..\BasicCompiler_Common\include\Enum.h"
356 >
357 </File>
358 <File
[257]359 RelativePath="..\BasicCompiler_Common\include\Exception.h"
360 >
361 </File>
362 <File
363 RelativePath="..\BasicCompiler_Common\include\LexicalScope.h"
364 >
365 </File>
366 </Filter>
[218]367 </Filter>
[468]368 <Filter
369 Name="Debugger Classes"
370 >
371 <File
[650]372 RelativePath="..\BasicCompiler_Common\include\BreakPoint.h"
373 >
374 </File>
375 <File
[468]376 RelativePath="..\BasicCompiler_Common\include\Debugger.h"
377 >
378 </File>
379 </Filter>
380 <Filter
381 Name="Application Classes"
382 >
383 <File
[477]384 RelativePath="..\BasicCompiler_Common\include\Configuration.h"
385 >
386 </File>
387 <File
[468]388 RelativePath="..\BasicCompiler_Common\include\Program.h"
389 >
390 </File>
391 </Filter>
[6]392 </Filter>
393 <Filter
394 Name="Resource Files"
395 Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
396 >
397 <File
[490]398 RelativePath=".\compiler_x64.rc"
399 >
400 </File>
401 <File
[6]402 RelativePath="icon1.ico"
403 >
404 </File>
405 <File
406 RelativePath="toolbar_debugger.bmp"
407 >
408 </File>
409 <File
410 RelativePath="VarArray.ico"
411 >
412 </File>
413 <File
414 RelativePath="VarData.ico"
415 >
416 </File>
417 <File
418 RelativePath="VarPtrStruct.ico"
419 >
420 </File>
421 <File
422 RelativePath="VarStr.ico"
423 >
424 </File>
425 <File
426 RelativePath="VarStruct.ico"
427 >
428 </File>
429 </Filter>
430 <Filter
431 Name="Source Files"
432 Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
433 >
434 <File
[206]435 RelativePath=".\stdafx.cpp"
436 >
437 <FileConfiguration
438 Name="Debug|Win32"
439 >
440 <Tool
441 Name="VCCLCompilerTool"
442 UsePrecompiledHeader="1"
443 />
444 </FileConfiguration>
445 <FileConfiguration
446 Name="Release|Win32"
447 >
448 <Tool
449 Name="VCCLCompilerTool"
450 UsePrecompiledHeader="1"
451 />
452 </FileConfiguration>
453 </File>
[3]454 <Filter
[257]455 Name="x64Compile"
[3]456 >
457 <File
[6]458 RelativePath="Compile_Statement.cpp"
[3]459 >
460 <FileConfiguration
461 Name="Debug|Win32"
462 >
463 <Tool
[6]464 Name="VCCLCompilerTool"
[308]465 UsePrecompiledHeader="2"
[6]466 BrowseInformation="0"
[3]467 />
468 </FileConfiguration>
469 <FileConfiguration
[127]470 Name="Release|Win32"
[3]471 >
472 <Tool
[6]473 Name="VCCLCompilerTool"
[308]474 UsePrecompiledHeader="2"
[6]475 BrowseInformation="0"
[3]476 />
477 </FileConfiguration>
478 </File>
[6]479 <File
480 RelativePath="Compile_Var.cpp"
481 >
482 <FileConfiguration
483 Name="Debug|Win32"
484 >
485 <Tool
486 Name="VCCLCompilerTool"
[308]487 UsePrecompiledHeader="2"
[6]488 BrowseInformation="0"
489 />
490 </FileConfiguration>
491 <FileConfiguration
[127]492 Name="Release|Win32"
[6]493 >
494 <Tool
495 Name="VCCLCompilerTool"
[308]496 UsePrecompiledHeader="2"
[6]497 BrowseInformation="0"
498 />
499 </FileConfiguration>
500 </File>
501 <File
502 RelativePath="MakePeHdr.cpp"
503 >
504 <FileConfiguration
505 Name="Debug|Win32"
506 >
507 <Tool
508 Name="VCCLCompilerTool"
[308]509 UsePrecompiledHeader="2"
[6]510 BrowseInformation="0"
511 />
512 </FileConfiguration>
513 <FileConfiguration
[127]514 Name="Release|Win32"
[6]515 >
516 <Tool
517 Name="VCCLCompilerTool"
[308]518 UsePrecompiledHeader="2"
[6]519 BrowseInformation="0"
520 />
521 </FileConfiguration>
522 </File>
523 <File
524 RelativePath="Register.cpp"
525 >
526 <FileConfiguration
527 Name="Debug|Win32"
528 >
529 <Tool
530 Name="VCCLCompilerTool"
[308]531 UsePrecompiledHeader="2"
[6]532 BrowseInformation="0"
533 />
534 </FileConfiguration>
535 <FileConfiguration
[127]536 Name="Release|Win32"
[6]537 >
538 <Tool
539 Name="VCCLCompilerTool"
[308]540 UsePrecompiledHeader="2"
[6]541 BrowseInformation="0"
542 />
543 </FileConfiguration>
544 </File>
[3]545 <Filter
[6]546 Name="Calculation"
[3]547 >
548 <File
[6]549 RelativePath="Compile_Calc.cpp"
[3]550 >
551 <FileConfiguration
552 Name="Debug|Win32"
553 >
554 <Tool
555 Name="VCCLCompilerTool"
[308]556 UsePrecompiledHeader="2"
[3]557 BrowseInformation="0"
558 />
559 </FileConfiguration>
560 <FileConfiguration
[127]561 Name="Release|Win32"
[6]562 >
563 <Tool
564 Name="VCCLCompilerTool"
[308]565 UsePrecompiledHeader="2"
[6]566 BrowseInformation="0"
567 />
568 </FileConfiguration>
569 </File>
570 <File
571 RelativePath="Compile_Calc_PushVar.cpp"
572 >
573 <FileConfiguration
574 Name="Debug|Win32"
575 >
576 <Tool
577 Name="VCCLCompilerTool"
[308]578 UsePrecompiledHeader="2"
[6]579 BrowseInformation="0"
580 />
581 </FileConfiguration>
582 <FileConfiguration
[127]583 Name="Release|Win32"
[3]584 >
585 <Tool
586 Name="VCCLCompilerTool"
[308]587 UsePrecompiledHeader="2"
[3]588 BrowseInformation="0"
589 />
590 </FileConfiguration>
591 </File>
592 <File
[6]593 RelativePath="Compile_Set_Var.cpp"
[3]594 >
595 <FileConfiguration
596 Name="Debug|Win32"
597 >
598 <Tool
599 Name="VCCLCompilerTool"
[308]600 UsePrecompiledHeader="2"
[3]601 BrowseInformation="0"
602 />
603 </FileConfiguration>
604 <FileConfiguration
[127]605 Name="Release|Win32"
[3]606 >
607 <Tool
608 Name="VCCLCompilerTool"
[308]609 UsePrecompiledHeader="2"
[3]610 BrowseInformation="0"
611 />
612 </FileConfiguration>
613 </File>
614 <File
[6]615 RelativePath=".\increment.cpp"
[3]616 >
[308]617 <FileConfiguration
618 Name="Debug|Win32"
619 >
620 <Tool
621 Name="VCCLCompilerTool"
622 UsePrecompiledHeader="2"
623 />
624 </FileConfiguration>
625 <FileConfiguration
626 Name="Release|Win32"
627 >
628 <Tool
629 Name="VCCLCompilerTool"
630 UsePrecompiledHeader="2"
631 />
632 </FileConfiguration>
[3]633 </File>
634 <File
[6]635 RelativePath="NumOpe.cpp"
[3]636 >
637 <FileConfiguration
638 Name="Debug|Win32"
639 >
640 <Tool
641 Name="VCCLCompilerTool"
[308]642 UsePrecompiledHeader="2"
[3]643 BrowseInformation="0"
644 />
645 </FileConfiguration>
646 <FileConfiguration
[127]647 Name="Release|Win32"
[3]648 >
649 <Tool
650 Name="VCCLCompilerTool"
[308]651 UsePrecompiledHeader="2"
[3]652 BrowseInformation="0"
653 />
654 </FileConfiguration>
655 </File>
656 <File
[6]657 RelativePath="NumOpe_Arithmetic.cpp"
[3]658 >
659 <FileConfiguration
660 Name="Debug|Win32"
661 >
662 <Tool
663 Name="VCCLCompilerTool"
[308]664 UsePrecompiledHeader="2"
[3]665 BrowseInformation="0"
666 />
667 </FileConfiguration>
668 <FileConfiguration
[127]669 Name="Release|Win32"
[3]670 >
671 <Tool
672 Name="VCCLCompilerTool"
[308]673 UsePrecompiledHeader="2"
[3]674 BrowseInformation="0"
675 />
676 </FileConfiguration>
677 </File>
[6]678 <File
679 RelativePath="NumOpe_Logical.cpp"
[3]680 >
[6]681 <FileConfiguration
682 Name="Debug|Win32"
[3]683 >
[6]684 <Tool
685 Name="VCCLCompilerTool"
[308]686 UsePrecompiledHeader="2"
[6]687 BrowseInformation="0"
688 />
689 </FileConfiguration>
690 <FileConfiguration
[127]691 Name="Release|Win32"
[3]692 >
[6]693 <Tool
694 Name="VCCLCompilerTool"
[308]695 UsePrecompiledHeader="2"
[6]696 BrowseInformation="0"
697 />
698 </FileConfiguration>
699 </File>
700 <File
701 RelativePath="NumOpe_Relation.cpp"
702 >
703 <FileConfiguration
704 Name="Debug|Win32"
[3]705 >
[6]706 <Tool
707 Name="VCCLCompilerTool"
[308]708 UsePrecompiledHeader="2"
[6]709 BrowseInformation="0"
710 />
711 </FileConfiguration>
712 <FileConfiguration
[127]713 Name="Release|Win32"
[3]714 >
[6]715 <Tool
716 Name="VCCLCompilerTool"
[308]717 UsePrecompiledHeader="2"
[6]718 BrowseInformation="0"
719 />
720 </FileConfiguration>
721 </File>
722 <File
723 RelativePath="NumOpe_TypeOperation.cpp"
[3]724 >
[6]725 <FileConfiguration
726 Name="Debug|Win32"
[3]727 >
[6]728 <Tool
729 Name="VCCLCompilerTool"
[308]730 UsePrecompiledHeader="2"
[6]731 BrowseInformation="0"
732 />
733 </FileConfiguration>
734 <FileConfiguration
[127]735 Name="Release|Win32"
[6]736 >
737 <Tool
738 Name="VCCLCompilerTool"
[308]739 UsePrecompiledHeader="2"
[6]740 BrowseInformation="0"
741 />
742 </FileConfiguration>
743 </File>
744 </Filter>
745 <Filter
746 Name="Object"
747 >
748 <File
749 RelativePath=".\Compile_Object.cpp"
[3]750 >
[308]751 <FileConfiguration
752 Name="Debug|Win32"
753 >
754 <Tool
755 Name="VCCLCompilerTool"
756 UsePrecompiledHeader="2"
757 />
758 </FileConfiguration>
759 <FileConfiguration
760 Name="Release|Win32"
761 >
762 <Tool
763 Name="VCCLCompilerTool"
764 UsePrecompiledHeader="2"
765 />
766 </FileConfiguration>
[6]767 </File>
768 </Filter>
769 <Filter
770 Name="Opcode"
771 >
772 <File
773 RelativePath="amd64_main.cpp"
774 >
775 <FileConfiguration
776 Name="Debug|Win32"
[3]777 >
[6]778 <Tool
779 Name="VCCLCompilerTool"
[308]780 UsePrecompiledHeader="2"
[6]781 BrowseInformation="0"
782 />
783 </FileConfiguration>
784 <FileConfiguration
[127]785 Name="Release|Win32"
[3]786 >
[6]787 <Tool
788 Name="VCCLCompilerTool"
[308]789 UsePrecompiledHeader="2"
[6]790 BrowseInformation="0"
791 />
792 </FileConfiguration>
793 </File>
794 <File
[226]795 RelativePath=".\CodeGenerator.cpp"
796 >
797 <FileConfiguration
798 Name="Debug|Win32"
799 >
800 <Tool
801 Name="VCCLCompilerTool"
[308]802 UsePrecompiledHeader="2"
[226]803 ObjectFile="$(IntDir)\$(InputName)1.obj"
804 XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
805 />
806 </FileConfiguration>
807 <FileConfiguration
808 Name="Release|Win32"
809 >
810 <Tool
811 Name="VCCLCompilerTool"
[308]812 UsePrecompiledHeader="2"
[226]813 ObjectFile="$(IntDir)\$(InputName)1.obj"
814 XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
815 />
816 </FileConfiguration>
817 </File>
818 <File
[6]819 RelativePath=".\stack_frame.cpp"
820 >
[308]821 <FileConfiguration
822 Name="Debug|Win32"
823 >
824 <Tool
825 Name="VCCLCompilerTool"
826 UsePrecompiledHeader="2"
827 />
828 </FileConfiguration>
829 <FileConfiguration
830 Name="Release|Win32"
831 >
832 <Tool
833 Name="VCCLCompilerTool"
834 UsePrecompiledHeader="2"
835 />
836 </FileConfiguration>
[6]837 </File>
[3]838 </Filter>
839 <Filter
[6]840 Name="Procedure"
[3]841 >
842 <File
[6]843 RelativePath=".\CLockParameter.cpp"
[3]844 >
[308]845 <FileConfiguration
846 Name="Debug|Win32"
847 >
848 <Tool
849 Name="VCCLCompilerTool"
850 UsePrecompiledHeader="2"
851 />
852 </FileConfiguration>
853 <FileConfiguration
854 Name="Release|Win32"
855 >
856 <Tool
857 Name="VCCLCompilerTool"
858 UsePrecompiledHeader="2"
859 />
860 </FileConfiguration>
[6]861 </File>
862 <File
863 RelativePath=".\Compile_CallProc.cpp"
864 >
[308]865 <FileConfiguration
866 Name="Debug|Win32"
867 >
868 <Tool
869 Name="VCCLCompilerTool"
870 UsePrecompiledHeader="2"
871 />
872 </FileConfiguration>
873 <FileConfiguration
874 Name="Release|Win32"
875 >
876 <Tool
877 Name="VCCLCompilerTool"
878 UsePrecompiledHeader="2"
879 />
880 </FileConfiguration>
[6]881 </File>
882 <File
883 RelativePath="Compile_Func.cpp"
884 >
[3]885 <FileConfiguration
886 Name="Debug|Win32"
887 >
888 <Tool
889 Name="VCCLCompilerTool"
[308]890 UsePrecompiledHeader="2"
[3]891 BrowseInformation="0"
892 />
893 </FileConfiguration>
894 <FileConfiguration
[127]895 Name="Release|Win32"
[3]896 >
897 <Tool
898 Name="VCCLCompilerTool"
[308]899 UsePrecompiledHeader="2"
[3]900 BrowseInformation="0"
901 />
902 </FileConfiguration>
903 </File>
904 <File
[6]905 RelativePath="Compile_ProcOp.cpp"
[3]906 >
907 <FileConfiguration
908 Name="Debug|Win32"
909 >
910 <Tool
911 Name="VCCLCompilerTool"
[308]912 UsePrecompiledHeader="2"
[3]913 BrowseInformation="0"
914 />
915 </FileConfiguration>
916 <FileConfiguration
[127]917 Name="Release|Win32"
[3]918 >
919 <Tool
920 Name="VCCLCompilerTool"
[308]921 UsePrecompiledHeader="2"
[3]922 BrowseInformation="0"
923 />
924 </FileConfiguration>
925 </File>
[6]926 <File
927 RelativePath=".\CParameter.cpp"
928 >
[308]929 <FileConfiguration
930 Name="Debug|Win32"
931 >
932 <Tool
933 Name="VCCLCompilerTool"
934 UsePrecompiledHeader="2"
935 />
936 </FileConfiguration>
937 <FileConfiguration
938 Name="Release|Win32"
939 >
940 <Tool
941 Name="VCCLCompilerTool"
942 UsePrecompiledHeader="2"
943 />
944 </FileConfiguration>
[6]945 </File>
946 <File
947 RelativePath=".\OperatorProc.cpp"
948 >
[308]949 <FileConfiguration
950 Name="Debug|Win32"
951 >
952 <Tool
953 Name="VCCLCompilerTool"
954 UsePrecompiledHeader="2"
955 />
956 </FileConfiguration>
957 <FileConfiguration
958 Name="Release|Win32"
959 >
960 <Tool
961 Name="VCCLCompilerTool"
962 UsePrecompiledHeader="2"
963 />
964 </FileConfiguration>
[6]965 </File>
[3]966 </Filter>
[6]967 </Filter>
968 <Filter
969 Name="32及び64共通"
970 >
971 <File
972 RelativePath="..\BasicCompiler_Common\BasicCompiler.cpp"
973 >
974 </File>
975 <File
976 RelativePath="..\BasicCompiler_Common\calculation.cpp"
977 >
978 </File>
979 <File
980 RelativePath="..\BasicCompiler_Common\Compile.cpp"
981 >
982 </File>
983 <File
[91]984 RelativePath="..\BasicCompiler_Common\Diagnose.cpp"
985 >
986 </File>
987 <File
[6]988 RelativePath="..\BasicCompiler_Common\error.cpp"
989 >
990 </File>
991 <File
992 RelativePath="..\BasicCompiler_Common\gc.cpp"
993 >
994 </File>
995 <File
996 RelativePath="..\BasicCompiler_Common\hash.cpp"
997 >
998 </File>
999 <File
1000 RelativePath="..\BasicCompiler_Common\MakeExe.cpp"
1001 >
1002 </File>
1003 <File
1004 RelativePath="..\BasicCompiler_Common\NumOpe_GetType.cpp"
1005 >
1006 </File>
1007 <File
1008 RelativePath="..\BasicCompiler_Common\Object.cpp"
1009 >
1010 </File>
1011 <File
[76]1012 RelativePath="..\BasicCompiler_Common\OldStatement.cpp"
1013 >
1014 </File>
1015 <File
[6]1016 RelativePath="..\BasicCompiler_Common\Overload.cpp"
1017 >
1018 </File>
1019 <File
1020 RelativePath="..\BasicCompiler_Common\RSrcSection.cpp"
1021 >
1022 </File>
1023 <File
1024 RelativePath="..\BasicCompiler_Common\StrOperation.cpp"
1025 >
1026 </File>
[400]1027 <File
1028 RelativePath="..\BasicCompiler_Common\StrOperation.h"
1029 >
1030 </File>
[3]1031 <Filter
[6]1032 Name="Intermediate"
[3]1033 >
1034 <File
[6]1035 RelativePath="..\BasicCompiler_Common\CommandFormat.cpp"
[3]1036 >
1037 </File>
1038 <File
[6]1039 RelativePath="..\BasicCompiler_Common\Intermediate_Step1.cpp"
[3]1040 >
1041 </File>
1042 <File
[6]1043 RelativePath="..\BasicCompiler_Common\Intermediate_Step2.cpp"
[3]1044 >
1045 </File>
[6]1046 </Filter>
1047 <Filter
1048 Name="Parts"
1049 >
[3]1050 <File
[6]1051 RelativePath="..\BasicCompiler_Common\NonVolatile.cpp"
[3]1052 >
1053 </File>
[6]1054 </Filter>
1055 <Filter
1056 Name="Debug(共通)"
1057 >
[3]1058 <File
[6]1059 RelativePath="..\BasicCompiler_Common\CDebugThreadInfo.cpp"
[3]1060 >
1061 </File>
1062 <File
[6]1063 RelativePath="..\BasicCompiler_Common\Debug.cpp"
[3]1064 >
1065 </File>
1066 <File
[6]1067 RelativePath="..\BasicCompiler_Common\debug.h"
[3]1068 >
1069 </File>
1070 <File
[6]1071 RelativePath="..\BasicCompiler_Common\DebugMiddleFile.cpp"
[3]1072 >
1073 </File>
1074 <File
[6]1075 RelativePath="..\BasicCompiler_Common\DebugSection.h"
[3]1076 >
1077 </File>
[76]1078 <File
1079 RelativePath="..\BasicCompiler_Common\VarList.cpp"
1080 >
1081 </File>
1082 <File
1083 RelativePath="..\BasicCompiler_Common\WatchList.cpp"
1084 >
1085 <FileConfiguration
1086 Name="Debug|Win32"
1087 >
1088 <Tool
1089 Name="VCCLCompilerTool"
1090 ObjectFile="$(IntDir)\$(InputName)1.obj"
1091 XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
1092 />
1093 </FileConfiguration>
1094 <FileConfiguration
[127]1095 Name="Release|Win32"
[76]1096 >
1097 <Tool
1098 Name="VCCLCompilerTool"
1099 ObjectFile="$(IntDir)\$(InputName)1.obj"
1100 XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
1101 />
1102 </FileConfiguration>
1103 </File>
[6]1104 </Filter>
1105 <Filter
1106 Name="Schedule"
1107 >
1108 <File
1109 RelativePath="..\BasicCompiler_Common\PESchedule.cpp"
[3]1110 >
[6]1111 </File>
1112 <File
[34]1113 RelativePath="..\BasicCompiler_Common\PESchedule.h"
[3]1114 >
[6]1115 </File>
1116 </Filter>
1117 <Filter
[11]1118 Name="Variable"
1119 >
1120 <File
[75]1121 RelativePath="..\BasicCompiler_Common\VariableOpe.cpp"
[11]1122 >
1123 </File>
1124 <File
[75]1125 RelativePath="..\BasicCompiler_Common\VariableOpe.h"
[11]1126 >
1127 </File>
1128 </Filter>
[26]1129 <Filter
[71]1130 Name="Procedure"
[44]1131 >
1132 <File
[71]1133 RelativePath="..\BasicCompiler_Common\ParamImpl.cpp"
[44]1134 >
1135 </File>
[50]1136 <File
1137 RelativePath="..\BasicCompiler_Common\Subroutine.cpp"
1138 >
1139 </File>
1140 </Filter>
[3]1141 </Filter>
[71]1142 <Filter
[257]1143 Name="Compiler Classes"
1144 >
1145 <File
1146 RelativePath="..\BasicCompiler_Common\src\CodeGenerator.cpp"
1147 >
1148 </File>
1149 <File
[514]1150 RelativePath="..\BasicCompiler_Common\src\CommonCodeGenerator.cpp"
1151 >
1152 </File>
1153 <File
[257]1154 RelativePath="..\BasicCompiler_Common\src\Compiler.cpp"
1155 >
1156 </File>
1157 <File
[589]1158 RelativePath="..\BasicCompiler_Common\src\DataTableGenerator.cpp"
1159 >
1160 </File>
1161 <File
[514]1162 RelativePath="..\BasicCompiler_Common\src\LexicalAnalyzer.cpp"
1163 >
1164 </File>
1165 <File
1166 RelativePath="..\BasicCompiler_Common\src\LexicalAnalyzer_Class.cpp"
1167 >
1168 </File>
1169 <File
[584]1170 RelativePath="..\BasicCompiler_Common\src\LexicalAnalyzer_Const.cpp"
1171 >
1172 </File>
1173 <File
[528]1174 RelativePath="..\BasicCompiler_Common\src\LexicalAnalyzer_Delegate.cpp"
1175 >
1176 </File>
1177 <File
[584]1178 RelativePath="..\BasicCompiler_Common\src\LexicalAnalyzer_Enum.cpp"
1179 >
1180 </File>
1181 <File
1182 RelativePath="..\BasicCompiler_Common\src\LexicalAnalyzer_Procedure.cpp"
1183 >
1184 </File>
1185 <File
1186 RelativePath="..\BasicCompiler_Common\src\LexicalAnalyzer_TypeDef.cpp"
1187 >
1188 </File>
1189 <File
[257]1190 RelativePath="..\BasicCompiler_Common\src\Linker.cpp"
1191 >
1192 </File>
[468]1193 <File
1194 RelativePath="..\BasicCompiler_Common\src\Messenger.cpp"
1195 >
1196 </File>
[584]1197 <File
1198 RelativePath="..\BasicCompiler_Common\src\ProcedureGenerator.cpp"
1199 >
1200 </File>
1201 <File
1202 RelativePath="..\BasicCompiler_Common\src\VtblGenerator.cpp"
1203 >
1204 </File>
[257]1205 <Filter
1206 Name="Language Classes"
1207 >
[242]1208 <File
1209 RelativePath="..\BasicCompiler_Common\src\Exception.cpp"
1210 >
1211 </File>
1212 <File
[254]1213 RelativePath="..\BasicCompiler_Common\src\LexicalScope.cpp"
[242]1214 >
1215 </File>
1216 </Filter>
[218]1217 </Filter>
[456]1218 <Filter
1219 Name="Application Classes"
1220 >
1221 <File
[468]1222 RelativePath="..\BasicCompiler_Common\src\Program.cpp"
[456]1223 >
1224 </File>
1225 </Filter>
[529]1226 <Filter
1227 Name="Common Classes"
1228 >
1229 <File
1230 RelativePath="..\BasicCompiler_Common\src\BoostSerializationSupport.cpp"
1231 >
1232 <FileConfiguration
[603]1233 Name="Debug|Win32"
1234 >
1235 <Tool
1236 Name="VCCLCompilerTool"
1237 UsePrecompiledHeader="0"
1238 />
1239 </FileConfiguration>
1240 <FileConfiguration
[529]1241 Name="Release|Win32"
1242 >
1243 <Tool
1244 Name="VCCLCompilerTool"
1245 UsePrecompiledHeader="0"
1246 />
1247 </FileConfiguration>
1248 </File>
1249 </Filter>
[650]1250 <Filter
1251 Name="Debugger Classes"
1252 >
1253 <File
1254 RelativePath="..\BasicCompiler_Common\src\BreakPoint.cpp"
1255 >
1256 </File>
1257 </Filter>
[3]1258 </Filter>
1259 </Files>
1260 <Globals>
1261 </Globals>
1262</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.