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

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

64bit版でコンパイルできるようにした。

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