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

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

リソースファイル名のリネームに対応

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