source: dev/trunk/ab5.0/abdev/BasicCompiler64/BasicCompiler.vcproj@ 477

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

構成管理を大幅に改良。

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