source: dev/trunk/abdev/BasicCompiler64/BasicCompiler.vcproj@ 322

Last change on this file since 322 was 322, checked in by dai_9181, 17 years ago

コンパイラ組み込みテンプレートエンジンを実装。
静的リンクライブラリ、デバッグ情報の内部形式をテキストからバイナリに変更した。

File size: 30.6 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"
19 OutputDirectory="Debug"
20 IntermediateDirectory="Debug"
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"
[308]84 AdditionalDependencies="comctl32.lib psapi.lib bufferoverflowu.lib commond.lib smoothied.lib imagehlp.lib"
[3]85 OutputFile="../ActiveBasic/BasicCompiler64.exe"
86 LinkIncremental="2"
87 SuppressStartupBanner="true"
[159]88 AdditionalLibraryDirectories="..\..\jenga\lib\amd64"
[3]89 IgnoreDefaultLibraryNames=""
90 GenerateDebugInformation="true"
91 ProgramDatabaseFile=".\Debug/BasicCompiler64.pdb"
92 SubSystem="2"
93 TargetMachine="0"
94 />
95 <Tool
96 Name="VCALinkTool"
97 />
98 <Tool
99 Name="VCManifestTool"
100 AdditionalManifestFiles="$(ProjectDir)\manifest.xml"
101 EmbedManifest="true"
102 />
103 <Tool
104 Name="VCXDCMakeTool"
105 />
106 <Tool
107 Name="VCBscMakeTool"
108 SuppressStartupBanner="true"
109 OutputFile="$(OutDir)/$(ProjectName).bsc"
110 />
111 <Tool
112 Name="VCFxCopTool"
113 />
114 <Tool
115 Name="VCAppVerifierTool"
116 />
117 <Tool
118 Name="VCWebDeploymentTool"
119 />
120 <Tool
121 Name="VCPostBuildEventTool"
122 />
123 </Configuration>
124 <Configuration
[127]125 Name="Release|Win32"
[3]126 OutputDirectory="$(ConfigurationName)"
127 IntermediateDirectory="$(ConfigurationName)"
128 ConfigurationType="1"
129 UseOfMFC="0"
130 ATLMinimizesCRunTimeLibraryUsage="false"
[75]131 CharacterSet="2"
[3]132 >
133 <Tool
134 Name="VCPreBuildEventTool"
135 />
136 <Tool
137 Name="VCCustomBuildTool"
138 />
139 <Tool
140 Name="VCXMLDataGeneratorTool"
141 />
142 <Tool
143 Name="VCWebServiceProxyGeneratorTool"
144 />
145 <Tool
146 Name="VCMIDLTool"
147 PreprocessorDefinitions="_DEBUG"
148 MkTypLibCompatible="true"
149 SuppressStartupBanner="true"
150 TargetEnvironment="1"
151 TypeLibraryName=".\Debug/BasicCompiler.tlb"
152 HeaderFileName=""
153 />
154 <Tool
155 Name="VCCLCompilerTool"
[188]156 AdditionalOptions="/GR"
[3]157 Optimization="2"
[140]158 InlineFunctionExpansion="2"
[183]159 EnableIntrinsicFunctions="true"
[140]160 FavorSizeOrSpeed="1"
[198]161 WholeProgramOptimization="false"
[188]162 AdditionalIncludeDirectories="..\..\;..\..\cpplibs\boost;..\BasicCompiler_Common\include"
[3]163 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;JPN;_AMD64_;_WIN64"
164 MinimalRebuild="false"
[107]165 ExceptionHandling="1"
[3]166 BasicRuntimeChecks="0"
[219]167 RuntimeLibrary="0"
[107]168 RuntimeTypeInfo="true"
[206]169 UsePrecompiledHeader="2"
[3]170 PrecompiledHeaderFile=".\Release/BasicCompiler.pch"
171 AssemblerListingLocation=".\Release/"
172 ObjectFile=".\Release/"
173 ProgramDataBaseFileName=".\Release/"
174 BrowseInformation="0"
175 WarningLevel="3"
176 SuppressStartupBanner="true"
177 Detect64BitPortabilityProblems="true"
178 DebugInformationFormat="0"
179 CallingConvention="0"
[198]180 DisableSpecificWarnings="4103"
[3]181 />
182 <Tool
183 Name="VCManagedResourceCompilerTool"
184 />
185 <Tool
186 Name="VCResourceCompilerTool"
187 PreprocessorDefinitions="_DEBUG,JPN"
188 Culture="1041"
189 />
190 <Tool
191 Name="VCPreLinkEventTool"
192 />
193 <Tool
194 Name="VCLinkerTool"
195 AdditionalOptions="/MACHINE:AMD64"
[308]196 AdditionalDependencies="comctl32.lib psapi.lib bufferoverflowu.lib common.lib smoothie.lib imagehlp.lib"
[3]197 OutputFile="../ActiveBasic/BasicCompiler64.exe"
[107]198 LinkIncremental="1"
[3]199 SuppressStartupBanner="true"
[159]200 AdditionalLibraryDirectories="..\..\jenga\lib\amd64"
[219]201 IgnoreDefaultLibraryNames=""
[3]202 GenerateDebugInformation="false"
203 ProgramDatabaseFile=".\Release/BasicCompiler64.pdb"
204 SubSystem="2"
205 TargetMachine="0"
206 />
207 <Tool
208 Name="VCALinkTool"
209 />
210 <Tool
211 Name="VCManifestTool"
212 AdditionalManifestFiles="$(ProjectDir)\manifest.xml"
213 />
214 <Tool
215 Name="VCXDCMakeTool"
216 />
217 <Tool
218 Name="VCBscMakeTool"
219 SuppressStartupBanner="true"
220 OutputFile="$(OutDir)/$(ProjectName).bsc"
221 />
222 <Tool
223 Name="VCFxCopTool"
224 />
225 <Tool
226 Name="VCAppVerifierTool"
227 />
228 <Tool
229 Name="VCWebDeploymentTool"
230 />
231 <Tool
232 Name="VCPostBuildEventTool"
233 />
234 </Configuration>
235 </Configurations>
236 <References>
237 </References>
238 <Files>
239 <Filter
240 Name="Header Files"
241 Filter="h;hpp;hxx;hm;inl"
242 >
243 <File
[14]244 RelativePath="..\BasicCompiler_Common\BasicCompiler.h"
[3]245 >
246 </File>
247 <File
248 RelativePath="CommandValue.h"
249 >
250 </File>
251 <File
252 RelativePath="..\BasicCompiler_Common\common.h"
253 >
254 </File>
255 <File
[226]256 RelativePath=".\MachineFixed.h"
257 >
258 </File>
259 <File
[3]260 RelativePath="Opcode.h"
261 >
262 </File>
[198]263 <File
264 RelativePath="..\BasicCompiler_Common\include\option.h"
265 >
266 </File>
[206]267 <File
268 RelativePath=".\stdafx.h"
269 >
270 </File>
[318]271 <File
272 RelativePath="..\BasicCompiler_Common\include\ver.h"
273 >
274 </File>
[3]275 <Filter
276 Name="言語対応文字列"
277 >
278 <File
279 RelativePath="..\BasicCompiler_Common\common_msg_eng.h"
280 >
281 </File>
282 <File
283 RelativePath="..\BasicCompiler_Common\common_msg_jpn.h"
284 >
285 </File>
286 </Filter>
287 <Filter
288 Name="Parts_h"
289 >
290 <File
291 RelativePath="..\BasicCompiler_Common\NonVolatile.h"
292 >
293 </File>
294 </Filter>
[71]295 <Filter
[257]296 Name="Common Classes"
[71]297 >
298 <File
[257]299 RelativePath="..\BasicCompiler_Common\include\BoostSerializationSupport.h"
[78]300 >
301 </File>
[183]302 <File
[257]303 RelativePath="..\BasicCompiler_Common\include\Hashmap.h"
[75]304 >
[183]305 </File>
306 <File
[257]307 RelativePath="..\BasicCompiler_Common\include\logger.h"
[75]308 >
[183]309 </File>
[169]310 </Filter>
[218]311 <Filter
[257]312 Name="Compiler Classes"
[218]313 >
314 <File
[257]315 RelativePath="..\BasicCompiler_Common\include\CodeGenerator.h"
[218]316 >
317 </File>
318 <File
[257]319 RelativePath="..\BasicCompiler_Common\include\Compiler.h"
[218]320 >
321 </File>
322 <File
[257]323 RelativePath="..\BasicCompiler_Common\include\Linker.h"
[218]324 >
325 </File>
[257]326 <Filter
327 Name="Language Classes"
328 >
329 <File
330 RelativePath="..\BasicCompiler_Common\include\Class.h"
331 >
332 </File>
333 <File
334 RelativePath="..\BasicCompiler_Common\include\Const.h"
335 >
336 </File>
337 <File
338 RelativePath="..\BasicCompiler_Common\include\DataTable.h"
339 >
340 </File>
341 <File
[322]342 RelativePath="..\BasicCompiler_Common\include\Delegate.h"
343 >
344 </File>
345 <File
[257]346 RelativePath="..\BasicCompiler_Common\include\Exception.h"
347 >
348 </File>
349 <File
350 RelativePath="..\BasicCompiler_Common\include\LexicalScope.h"
351 >
352 </File>
353 <File
354 RelativePath="..\BasicCompiler_Common\include\Member.h"
355 >
356 </File>
357 <File
358 RelativePath="..\BasicCompiler_Common\include\Meta.h"
359 >
360 </File>
361 <File
362 RelativePath="..\BasicCompiler_Common\include\Method.h"
363 >
364 </File>
365 <File
366 RelativePath="..\BasicCompiler_Common\include\Namespace.h"
367 >
368 </File>
369 <File
370 RelativePath="..\BasicCompiler_Common\include\NamespaceSupporter.h"
371 >
372 </File>
373 <File
374 RelativePath="..\BasicCompiler_Common\include\NativeCode.h"
375 >
376 </File>
377 <File
[270]378 RelativePath="..\BasicCompiler_Common\include\ObjectModule.h"
379 >
380 </File>
381 <File
[257]382 RelativePath="..\BasicCompiler_Common\include\Parameter.h"
383 >
384 </File>
385 <File
386 RelativePath="..\BasicCompiler_Common\include\Procedure.h"
387 >
388 </File>
389 <File
390 RelativePath="..\BasicCompiler_Common\include\Program.h"
391 >
392 </File>
393 <File
394 RelativePath="..\BasicCompiler_Common\include\Prototype.h"
395 >
396 </File>
397 <File
398 RelativePath="..\BasicCompiler_Common\include\SmoothieImpl.h"
399 >
400 </File>
401 <File
[266]402 RelativePath="..\BasicCompiler_Common\include\Source.h"
403 >
404 </File>
405 <File
[257]406 RelativePath="..\BasicCompiler_Common\include\Symbol.h"
407 >
408 </File>
409 <File
410 RelativePath="..\BasicCompiler_Common\include\Type.h"
411 >
412 </File>
413 <File
414 RelativePath="..\BasicCompiler_Common\include\TypeDef.h"
415 >
416 </File>
417 <File
418 RelativePath="..\BasicCompiler_Common\include\Variable.h"
419 >
420 </File>
421 </Filter>
[218]422 </Filter>
[6]423 </Filter>
424 <Filter
425 Name="Resource Files"
426 Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
427 >
428 <File
429 RelativePath="icon1.ico"
430 >
431 </File>
432 <File
433 RelativePath="toolbar_debugger.bmp"
434 >
435 </File>
436 <File
437 RelativePath="VarArray.ico"
438 >
439 </File>
440 <File
441 RelativePath="VarData.ico"
442 >
443 </File>
444 <File
445 RelativePath="VarPtrStruct.ico"
446 >
447 </File>
448 <File
449 RelativePath="VarStr.ico"
450 >
451 </File>
452 <File
453 RelativePath="VarStruct.ico"
454 >
455 </File>
456 </Filter>
457 <Filter
458 Name="Source Files"
459 Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
460 >
461 <File
462 RelativePath="BasicCompiler.rc"
463 >
464 <FileConfiguration
465 Name="Debug|Win32"
466 >
467 <Tool
468 Name="VCResourceCompilerTool"
469 PreprocessorDefinitions="_DEBUG;JPN;$(NoInherit)"
470 />
471 </FileConfiguration>
472 <FileConfiguration
[127]473 Name="Release|Win32"
[6]474 >
475 <Tool
476 Name="VCResourceCompilerTool"
477 PreprocessorDefinitions="_DEBUG;JPN;$(NoInherit)"
478 />
479 </FileConfiguration>
480 </File>
[206]481 <File
482 RelativePath=".\stdafx.cpp"
483 >
484 <FileConfiguration
485 Name="Debug|Win32"
486 >
487 <Tool
488 Name="VCCLCompilerTool"
489 UsePrecompiledHeader="1"
490 />
491 </FileConfiguration>
492 <FileConfiguration
493 Name="Release|Win32"
494 >
495 <Tool
496 Name="VCCLCompilerTool"
497 UsePrecompiledHeader="1"
498 />
499 </FileConfiguration>
500 </File>
[3]501 <Filter
[257]502 Name="x64Compile"
[3]503 >
504 <File
[6]505 RelativePath="Compile_Statement.cpp"
[3]506 >
507 <FileConfiguration
508 Name="Debug|Win32"
509 >
510 <Tool
[6]511 Name="VCCLCompilerTool"
[308]512 UsePrecompiledHeader="2"
[6]513 BrowseInformation="0"
[3]514 />
515 </FileConfiguration>
516 <FileConfiguration
[127]517 Name="Release|Win32"
[3]518 >
519 <Tool
[6]520 Name="VCCLCompilerTool"
[308]521 UsePrecompiledHeader="2"
[6]522 BrowseInformation="0"
[3]523 />
524 </FileConfiguration>
525 </File>
[6]526 <File
527 RelativePath="Compile_Var.cpp"
528 >
529 <FileConfiguration
530 Name="Debug|Win32"
531 >
532 <Tool
533 Name="VCCLCompilerTool"
[308]534 UsePrecompiledHeader="2"
[6]535 BrowseInformation="0"
536 />
537 </FileConfiguration>
538 <FileConfiguration
[127]539 Name="Release|Win32"
[6]540 >
541 <Tool
542 Name="VCCLCompilerTool"
[308]543 UsePrecompiledHeader="2"
[6]544 BrowseInformation="0"
545 />
546 </FileConfiguration>
547 </File>
548 <File
549 RelativePath="MakePeHdr.cpp"
550 >
551 <FileConfiguration
552 Name="Debug|Win32"
553 >
554 <Tool
555 Name="VCCLCompilerTool"
[308]556 UsePrecompiledHeader="2"
[6]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="Register.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"
[6]584 >
585 <Tool
586 Name="VCCLCompilerTool"
[308]587 UsePrecompiledHeader="2"
[6]588 BrowseInformation="0"
589 />
590 </FileConfiguration>
591 </File>
[3]592 <Filter
[6]593 Name="Calculation"
[3]594 >
595 <File
[6]596 RelativePath="Compile_Calc.cpp"
[3]597 >
598 <FileConfiguration
599 Name="Debug|Win32"
600 >
601 <Tool
602 Name="VCCLCompilerTool"
[308]603 UsePrecompiledHeader="2"
[3]604 BrowseInformation="0"
605 />
606 </FileConfiguration>
607 <FileConfiguration
[127]608 Name="Release|Win32"
[6]609 >
610 <Tool
611 Name="VCCLCompilerTool"
[308]612 UsePrecompiledHeader="2"
[6]613 BrowseInformation="0"
614 />
615 </FileConfiguration>
616 </File>
617 <File
618 RelativePath="Compile_Calc_PushVar.cpp"
619 >
620 <FileConfiguration
621 Name="Debug|Win32"
622 >
623 <Tool
624 Name="VCCLCompilerTool"
[308]625 UsePrecompiledHeader="2"
[6]626 BrowseInformation="0"
627 />
628 </FileConfiguration>
629 <FileConfiguration
[127]630 Name="Release|Win32"
[3]631 >
632 <Tool
633 Name="VCCLCompilerTool"
[308]634 UsePrecompiledHeader="2"
[3]635 BrowseInformation="0"
636 />
637 </FileConfiguration>
638 </File>
639 <File
[6]640 RelativePath="Compile_Set_Var.cpp"
[3]641 >
642 <FileConfiguration
643 Name="Debug|Win32"
644 >
645 <Tool
646 Name="VCCLCompilerTool"
[308]647 UsePrecompiledHeader="2"
[3]648 BrowseInformation="0"
649 />
650 </FileConfiguration>
651 <FileConfiguration
[127]652 Name="Release|Win32"
[3]653 >
654 <Tool
655 Name="VCCLCompilerTool"
[308]656 UsePrecompiledHeader="2"
[3]657 BrowseInformation="0"
658 />
659 </FileConfiguration>
660 </File>
661 <File
[6]662 RelativePath=".\increment.cpp"
[3]663 >
[308]664 <FileConfiguration
665 Name="Debug|Win32"
666 >
667 <Tool
668 Name="VCCLCompilerTool"
669 UsePrecompiledHeader="2"
670 />
671 </FileConfiguration>
672 <FileConfiguration
673 Name="Release|Win32"
674 >
675 <Tool
676 Name="VCCLCompilerTool"
677 UsePrecompiledHeader="2"
678 />
679 </FileConfiguration>
[3]680 </File>
681 <File
[6]682 RelativePath="NumOpe.cpp"
[3]683 >
684 <FileConfiguration
685 Name="Debug|Win32"
686 >
687 <Tool
688 Name="VCCLCompilerTool"
[308]689 UsePrecompiledHeader="2"
[3]690 BrowseInformation="0"
691 />
692 </FileConfiguration>
693 <FileConfiguration
[127]694 Name="Release|Win32"
[3]695 >
696 <Tool
697 Name="VCCLCompilerTool"
[308]698 UsePrecompiledHeader="2"
[3]699 BrowseInformation="0"
700 />
701 </FileConfiguration>
702 </File>
703 <File
[6]704 RelativePath="NumOpe_Arithmetic.cpp"
[3]705 >
706 <FileConfiguration
707 Name="Debug|Win32"
708 >
709 <Tool
710 Name="VCCLCompilerTool"
[308]711 UsePrecompiledHeader="2"
[3]712 BrowseInformation="0"
713 />
714 </FileConfiguration>
715 <FileConfiguration
[127]716 Name="Release|Win32"
[3]717 >
718 <Tool
719 Name="VCCLCompilerTool"
[308]720 UsePrecompiledHeader="2"
[3]721 BrowseInformation="0"
722 />
723 </FileConfiguration>
724 </File>
[6]725 <File
726 RelativePath="NumOpe_Logical.cpp"
[3]727 >
[6]728 <FileConfiguration
729 Name="Debug|Win32"
[3]730 >
[6]731 <Tool
732 Name="VCCLCompilerTool"
[308]733 UsePrecompiledHeader="2"
[6]734 BrowseInformation="0"
735 />
736 </FileConfiguration>
737 <FileConfiguration
[127]738 Name="Release|Win32"
[3]739 >
[6]740 <Tool
741 Name="VCCLCompilerTool"
[308]742 UsePrecompiledHeader="2"
[6]743 BrowseInformation="0"
744 />
745 </FileConfiguration>
746 </File>
747 <File
748 RelativePath="NumOpe_Relation.cpp"
749 >
750 <FileConfiguration
751 Name="Debug|Win32"
[3]752 >
[6]753 <Tool
754 Name="VCCLCompilerTool"
[308]755 UsePrecompiledHeader="2"
[6]756 BrowseInformation="0"
757 />
758 </FileConfiguration>
759 <FileConfiguration
[127]760 Name="Release|Win32"
[3]761 >
[6]762 <Tool
763 Name="VCCLCompilerTool"
[308]764 UsePrecompiledHeader="2"
[6]765 BrowseInformation="0"
766 />
767 </FileConfiguration>
768 </File>
769 <File
770 RelativePath="NumOpe_TypeOperation.cpp"
[3]771 >
[6]772 <FileConfiguration
773 Name="Debug|Win32"
[3]774 >
[6]775 <Tool
776 Name="VCCLCompilerTool"
[308]777 UsePrecompiledHeader="2"
[6]778 BrowseInformation="0"
779 />
780 </FileConfiguration>
781 <FileConfiguration
[127]782 Name="Release|Win32"
[6]783 >
784 <Tool
785 Name="VCCLCompilerTool"
[308]786 UsePrecompiledHeader="2"
[6]787 BrowseInformation="0"
788 />
789 </FileConfiguration>
790 </File>
791 </Filter>
792 <Filter
793 Name="Object"
794 >
795 <File
[131]796 RelativePath=".\Compile_Interface.cpp"
797 >
[308]798 <FileConfiguration
799 Name="Debug|Win32"
800 >
801 <Tool
802 Name="VCCLCompilerTool"
803 UsePrecompiledHeader="2"
804 />
805 </FileConfiguration>
806 <FileConfiguration
807 Name="Release|Win32"
808 >
809 <Tool
810 Name="VCCLCompilerTool"
811 UsePrecompiledHeader="2"
812 />
813 </FileConfiguration>
[131]814 </File>
815 <File
[6]816 RelativePath=".\Compile_Object.cpp"
[3]817 >
[308]818 <FileConfiguration
819 Name="Debug|Win32"
820 >
821 <Tool
822 Name="VCCLCompilerTool"
823 UsePrecompiledHeader="2"
824 />
825 </FileConfiguration>
826 <FileConfiguration
827 Name="Release|Win32"
828 >
829 <Tool
830 Name="VCCLCompilerTool"
831 UsePrecompiledHeader="2"
832 />
833 </FileConfiguration>
[6]834 </File>
835 </Filter>
836 <Filter
837 Name="Opcode"
838 >
839 <File
840 RelativePath="amd64_main.cpp"
841 >
842 <FileConfiguration
843 Name="Debug|Win32"
[3]844 >
[6]845 <Tool
846 Name="VCCLCompilerTool"
[308]847 UsePrecompiledHeader="2"
[6]848 BrowseInformation="0"
849 />
850 </FileConfiguration>
851 <FileConfiguration
[127]852 Name="Release|Win32"
[3]853 >
[6]854 <Tool
855 Name="VCCLCompilerTool"
[308]856 UsePrecompiledHeader="2"
[6]857 BrowseInformation="0"
858 />
859 </FileConfiguration>
860 </File>
861 <File
[226]862 RelativePath=".\CodeGenerator.cpp"
863 >
864 <FileConfiguration
865 Name="Debug|Win32"
866 >
867 <Tool
868 Name="VCCLCompilerTool"
[308]869 UsePrecompiledHeader="2"
[226]870 ObjectFile="$(IntDir)\$(InputName)1.obj"
871 XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
872 />
873 </FileConfiguration>
874 <FileConfiguration
875 Name="Release|Win32"
876 >
877 <Tool
878 Name="VCCLCompilerTool"
[308]879 UsePrecompiledHeader="2"
[226]880 ObjectFile="$(IntDir)\$(InputName)1.obj"
881 XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
882 />
883 </FileConfiguration>
884 </File>
885 <File
[6]886 RelativePath=".\stack_frame.cpp"
887 >
[308]888 <FileConfiguration
889 Name="Debug|Win32"
890 >
891 <Tool
892 Name="VCCLCompilerTool"
893 UsePrecompiledHeader="2"
894 />
895 </FileConfiguration>
896 <FileConfiguration
897 Name="Release|Win32"
898 >
899 <Tool
900 Name="VCCLCompilerTool"
901 UsePrecompiledHeader="2"
902 />
903 </FileConfiguration>
[6]904 </File>
[3]905 </Filter>
906 <Filter
[6]907 Name="Procedure"
[3]908 >
909 <File
[6]910 RelativePath=".\CLockParameter.cpp"
[3]911 >
[308]912 <FileConfiguration
913 Name="Debug|Win32"
914 >
915 <Tool
916 Name="VCCLCompilerTool"
917 UsePrecompiledHeader="2"
918 />
919 </FileConfiguration>
920 <FileConfiguration
921 Name="Release|Win32"
922 >
923 <Tool
924 Name="VCCLCompilerTool"
925 UsePrecompiledHeader="2"
926 />
927 </FileConfiguration>
[6]928 </File>
929 <File
930 RelativePath=".\Compile_CallProc.cpp"
931 >
[308]932 <FileConfiguration
933 Name="Debug|Win32"
934 >
935 <Tool
936 Name="VCCLCompilerTool"
937 UsePrecompiledHeader="2"
938 />
939 </FileConfiguration>
940 <FileConfiguration
941 Name="Release|Win32"
942 >
943 <Tool
944 Name="VCCLCompilerTool"
945 UsePrecompiledHeader="2"
946 />
947 </FileConfiguration>
[6]948 </File>
949 <File
950 RelativePath="Compile_Func.cpp"
951 >
[3]952 <FileConfiguration
953 Name="Debug|Win32"
954 >
955 <Tool
956 Name="VCCLCompilerTool"
[308]957 UsePrecompiledHeader="2"
[3]958 BrowseInformation="0"
959 />
960 </FileConfiguration>
961 <FileConfiguration
[127]962 Name="Release|Win32"
[3]963 >
964 <Tool
965 Name="VCCLCompilerTool"
[308]966 UsePrecompiledHeader="2"
[3]967 BrowseInformation="0"
968 />
969 </FileConfiguration>
970 </File>
971 <File
[6]972 RelativePath="Compile_ProcOp.cpp"
[3]973 >
974 <FileConfiguration
975 Name="Debug|Win32"
976 >
977 <Tool
978 Name="VCCLCompilerTool"
[308]979 UsePrecompiledHeader="2"
[3]980 BrowseInformation="0"
981 />
982 </FileConfiguration>
983 <FileConfiguration
[127]984 Name="Release|Win32"
[3]985 >
986 <Tool
987 Name="VCCLCompilerTool"
[308]988 UsePrecompiledHeader="2"
[3]989 BrowseInformation="0"
990 />
991 </FileConfiguration>
992 </File>
[6]993 <File
994 RelativePath=".\CParameter.cpp"
995 >
[308]996 <FileConfiguration
997 Name="Debug|Win32"
998 >
999 <Tool
1000 Name="VCCLCompilerTool"
1001 UsePrecompiledHeader="2"
1002 />
1003 </FileConfiguration>
1004 <FileConfiguration
1005 Name="Release|Win32"
1006 >
1007 <Tool
1008 Name="VCCLCompilerTool"
1009 UsePrecompiledHeader="2"
1010 />
1011 </FileConfiguration>
[6]1012 </File>
1013 <File
1014 RelativePath=".\OperatorProc.cpp"
1015 >
[308]1016 <FileConfiguration
1017 Name="Debug|Win32"
1018 >
1019 <Tool
1020 Name="VCCLCompilerTool"
1021 UsePrecompiledHeader="2"
1022 />
1023 </FileConfiguration>
1024 <FileConfiguration
1025 Name="Release|Win32"
1026 >
1027 <Tool
1028 Name="VCCLCompilerTool"
1029 UsePrecompiledHeader="2"
1030 />
1031 </FileConfiguration>
[6]1032 </File>
[3]1033 </Filter>
[6]1034 </Filter>
1035 <Filter
1036 Name="32及び64共通"
1037 >
1038 <File
1039 RelativePath="..\BasicCompiler_Common\BasicCompiler.cpp"
1040 >
1041 </File>
1042 <File
1043 RelativePath="..\BasicCompiler_Common\calculation.cpp"
1044 >
1045 </File>
1046 <File
1047 RelativePath="..\BasicCompiler_Common\Compile.cpp"
1048 >
1049 </File>
1050 <File
[91]1051 RelativePath="..\BasicCompiler_Common\Diagnose.cpp"
1052 >
1053 </File>
1054 <File
[6]1055 RelativePath="..\BasicCompiler_Common\error.cpp"
1056 >
1057 </File>
1058 <File
1059 RelativePath="..\BasicCompiler_Common\gc.cpp"
1060 >
1061 </File>
1062 <File
1063 RelativePath="..\BasicCompiler_Common\hash.cpp"
1064 >
1065 </File>
1066 <File
1067 RelativePath="..\BasicCompiler_Common\MakeExe.cpp"
1068 >
1069 </File>
1070 <File
1071 RelativePath="..\BasicCompiler_Common\NumOpe_GetType.cpp"
1072 >
1073 </File>
1074 <File
1075 RelativePath="..\BasicCompiler_Common\Object.cpp"
1076 >
1077 </File>
1078 <File
[76]1079 RelativePath="..\BasicCompiler_Common\OldStatement.cpp"
1080 >
1081 </File>
1082 <File
[6]1083 RelativePath="..\BasicCompiler_Common\Overload.cpp"
1084 >
1085 </File>
1086 <File
1087 RelativePath="..\BasicCompiler_Common\RSrcSection.cpp"
1088 >
1089 </File>
1090 <File
1091 RelativePath="..\BasicCompiler_Common\StrOperation.cpp"
1092 >
1093 </File>
[3]1094 <Filter
[6]1095 Name="Intermediate"
[3]1096 >
1097 <File
[6]1098 RelativePath="..\BasicCompiler_Common\CommandFormat.cpp"
[3]1099 >
1100 </File>
1101 <File
[6]1102 RelativePath="..\BasicCompiler_Common\Intermediate_Step1.cpp"
[3]1103 >
1104 </File>
1105 <File
[6]1106 RelativePath="..\BasicCompiler_Common\Intermediate_Step2.cpp"
[3]1107 >
1108 </File>
1109 <File
[6]1110 RelativePath="..\BasicCompiler_Common\Resource.cpp"
[3]1111 >
1112 </File>
[6]1113 </Filter>
1114 <Filter
1115 Name="Parts"
1116 >
[3]1117 <File
[6]1118 RelativePath="..\BasicCompiler_Common\NonVolatile.cpp"
[3]1119 >
1120 </File>
[6]1121 </Filter>
1122 <Filter
1123 Name="Debug(共通)"
1124 >
[3]1125 <File
[6]1126 RelativePath="..\BasicCompiler_Common\BreakPoint.cpp"
[3]1127 >
1128 </File>
1129 <File
[6]1130 RelativePath="..\BasicCompiler_Common\BreakPoint.h"
[3]1131 >
1132 </File>
1133 <File
[6]1134 RelativePath="..\BasicCompiler_Common\CDebugThreadInfo.cpp"
[3]1135 >
1136 </File>
1137 <File
[6]1138 RelativePath="..\BasicCompiler_Common\Debug.cpp"
[3]1139 >
1140 </File>
1141 <File
[6]1142 RelativePath="..\BasicCompiler_Common\debug.h"
[3]1143 >
1144 </File>
1145 <File
[6]1146 RelativePath="..\BasicCompiler_Common\DebugMiddleFile.cpp"
[3]1147 >
1148 </File>
1149 <File
[6]1150 RelativePath="..\BasicCompiler_Common\DebugSection.h"
[3]1151 >
1152 </File>
[76]1153 <File
1154 RelativePath="..\BasicCompiler_Common\VarList.cpp"
1155 >
1156 </File>
1157 <File
1158 RelativePath="..\BasicCompiler_Common\WatchList.cpp"
1159 >
1160 <FileConfiguration
1161 Name="Debug|Win32"
1162 >
1163 <Tool
1164 Name="VCCLCompilerTool"
1165 ObjectFile="$(IntDir)\$(InputName)1.obj"
1166 XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
1167 />
1168 </FileConfiguration>
1169 <FileConfiguration
[127]1170 Name="Release|Win32"
[76]1171 >
1172 <Tool
1173 Name="VCCLCompilerTool"
1174 ObjectFile="$(IntDir)\$(InputName)1.obj"
1175 XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
1176 />
1177 </FileConfiguration>
1178 </File>
[6]1179 </Filter>
1180 <Filter
[71]1181 Name="Type"
[6]1182 >
[3]1183 <File
[6]1184 RelativePath="..\BasicCompiler_Common\Enum.cpp"
[3]1185 >
[6]1186 </File>
1187 <File
1188 RelativePath="..\BasicCompiler_Common\Enum.h"
[3]1189 >
[6]1190 </File>
1191 </Filter>
1192 <Filter
1193 Name="Schedule"
1194 >
1195 <File
1196 RelativePath="..\BasicCompiler_Common\PESchedule.cpp"
[3]1197 >
[6]1198 </File>
1199 <File
[34]1200 RelativePath="..\BasicCompiler_Common\PESchedule.h"
[3]1201 >
[6]1202 </File>
1203 </Filter>
1204 <Filter
[11]1205 Name="Variable"
1206 >
1207 <File
[75]1208 RelativePath="..\BasicCompiler_Common\VariableOpe.cpp"
[11]1209 >
1210 </File>
1211 <File
[75]1212 RelativePath="..\BasicCompiler_Common\VariableOpe.h"
[11]1213 >
1214 </File>
1215 </Filter>
[26]1216 <Filter
[71]1217 Name="Procedure"
[44]1218 >
1219 <File
[71]1220 RelativePath="..\BasicCompiler_Common\ParamImpl.cpp"
[44]1221 >
1222 </File>
[50]1223 <File
1224 RelativePath="..\BasicCompiler_Common\Subroutine.cpp"
1225 >
1226 </File>
1227 </Filter>
[3]1228 </Filter>
[71]1229 <Filter
[218]1230 Name="Common Classes"
1231 >
1232 <File
1233 RelativePath="..\BasicCompiler_Common\src\BoostSerializationSupport.cpp"
1234 >
1235 <FileConfiguration
[220]1236 Name="Debug|Win32"
1237 >
1238 <Tool
1239 Name="VCCLCompilerTool"
1240 AdditionalOptions="/bigobj"
[308]1241 UsePrecompiledHeader="0"
[220]1242 />
1243 </FileConfiguration>
1244 <FileConfiguration
[218]1245 Name="Release|Win32"
1246 >
1247 <Tool
1248 Name="VCCLCompilerTool"
1249 AdditionalOptions="/bigobj"
[308]1250 UsePrecompiledHeader="0"
[218]1251 />
1252 </FileConfiguration>
1253 </File>
[257]1254 </Filter>
1255 <Filter
1256 Name="Compiler Classes"
1257 >
1258 <File
1259 RelativePath="..\BasicCompiler_Common\src\CodeGenerator.cpp"
1260 >
1261 </File>
1262 <File
1263 RelativePath="..\BasicCompiler_Common\src\Compiler.cpp"
1264 >
1265 </File>
1266 <File
1267 RelativePath="..\BasicCompiler_Common\src\Linker.cpp"
1268 >
1269 </File>
1270 <Filter
1271 Name="Language Classes"
1272 >
[242]1273 <File
[257]1274 RelativePath="..\BasicCompiler_Common\src\Class.cpp"
[242]1275 >
1276 </File>
1277 <File
[308]1278 RelativePath="..\BasicCompiler_Common\src\CommonCodeGenerator.cpp"
1279 >
1280 </File>
1281 <File
[242]1282 RelativePath="..\BasicCompiler_Common\src\Const.cpp"
1283 >
1284 </File>
1285 <File
1286 RelativePath="..\BasicCompiler_Common\src\DataTable.cpp"
1287 >
1288 </File>
1289 <File
[322]1290 RelativePath="..\BasicCompiler_Common\src\Delegate.cpp"
1291 >
1292 </File>
1293 <File
[242]1294 RelativePath="..\BasicCompiler_Common\src\Exception.cpp"
1295 >
1296 </File>
1297 <File
[254]1298 RelativePath="..\BasicCompiler_Common\src\LexicalScope.cpp"
[242]1299 >
1300 </File>
1301 <File
[270]1302 RelativePath="..\BasicCompiler_Common\src\Meta.cpp"
1303 >
1304 </File>
1305 <File
[242]1306 RelativePath="..\BasicCompiler_Common\src\Method.cpp"
1307 >
1308 </File>
1309 <File
1310 RelativePath="..\BasicCompiler_Common\src\Namespace.cpp"
1311 >
1312 </File>
1313 <File
1314 RelativePath="..\BasicCompiler_Common\src\NamespaceSupporter.cpp"
1315 >
1316 </File>
1317 <File
1318 RelativePath="..\BasicCompiler_Common\src\NativeCode.cpp"
1319 >
1320 </File>
1321 <File
[308]1322 RelativePath="..\BasicCompiler_Common\src\ObjectModule.cpp"
1323 >
1324 </File>
1325 <File
[322]1326 RelativePath="..\BasicCompiler_Common\src\Parameter.cpp"
1327 >
1328 </File>
1329 <File
[242]1330 RelativePath="..\BasicCompiler_Common\src\Procedure.cpp"
1331 >
1332 </File>
1333 <File
1334 RelativePath="..\BasicCompiler_Common\src\Program.cpp"
1335 >
1336 </File>
1337 <File
1338 RelativePath="..\BasicCompiler_Common\src\SmoothieImpl.cpp"
1339 >
1340 </File>
1341 <File
[266]1342 RelativePath="..\BasicCompiler_Common\src\Source.cpp"
1343 >
1344 </File>
1345 <File
[242]1346 RelativePath="..\BasicCompiler_Common\src\Symbol.cpp"
1347 >
1348 </File>
1349 <File
1350 RelativePath="..\BasicCompiler_Common\src\Type.cpp"
1351 >
1352 </File>
1353 <File
1354 RelativePath="..\BasicCompiler_Common\src\TypeDef.cpp"
1355 >
1356 </File>
1357 <File
1358 RelativePath="..\BasicCompiler_Common\src\Variable.cpp"
1359 >
1360 </File>
1361 </Filter>
[218]1362 </Filter>
[3]1363 </Filter>
1364 </Files>
1365 <Globals>
1366 </Globals>
1367</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.