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

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

やっと64bit Releaseコンパイルできないプロジェクトファイルの設定ミスを修正した

File size: 26.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"
[183]84 AdditionalDependencies="comctl32.lib psapi.lib bufferoverflowu.lib commond.lib smoothied.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"
[183]196 AdditionalDependencies="comctl32.lib psapi.lib bufferoverflowu.lib common.lib smoothie.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
256 RelativePath="Opcode.h"
257 >
258 </File>
[198]259 <File
260 RelativePath="..\BasicCompiler_Common\include\option.h"
261 >
262 </File>
[206]263 <File
264 RelativePath=".\stdafx.h"
265 >
266 </File>
[3]267 <Filter
268 Name="言語対応文字列"
269 >
270 <File
271 RelativePath="..\BasicCompiler_Common\common_msg_eng.h"
272 >
273 </File>
274 <File
275 RelativePath="..\BasicCompiler_Common\common_msg_jpn.h"
276 >
277 </File>
278 </Filter>
279 <Filter
280 Name="Parts_h"
281 >
282 <File
283 RelativePath="..\BasicCompiler_Common\NonVolatile.h"
284 >
285 </File>
286 </Filter>
[71]287 <Filter
[218]288 Name="Language Classes"
[71]289 >
290 <File
[206]291 RelativePath="..\BasicCompiler_Common\include\Class.h"
[78]292 >
293 </File>
[183]294 <File
295 RelativePath="..\BasicCompiler_Common\include\CodeGenerator.h"
[75]296 >
[183]297 </File>
298 <File
299 RelativePath="..\BasicCompiler_Common\include\Compiler.h"
[75]300 >
[183]301 </File>
302 <File
[206]303 RelativePath="..\BasicCompiler_Common\include\Const.h"
304 >
305 </File>
306 <File
[183]307 RelativePath="..\BasicCompiler_Common\include\DataTable.h"
[124]308 >
[183]309 </File>
310 <File
311 RelativePath="..\BasicCompiler_Common\include\Exception.h"
[159]312 >
[183]313 </File>
[169]314 <File
[183]315 RelativePath="..\BasicCompiler_Common\include\LexicalScopingImpl.h"
316 >
317 </File>
318 <File
[206]319 RelativePath="..\BasicCompiler_Common\include\Member.h"
320 >
321 </File>
322 <File
[198]323 RelativePath="..\BasicCompiler_Common\include\MetaImpl.h"
324 >
325 </File>
326 <File
[206]327 RelativePath="..\BasicCompiler_Common\include\Method.h"
328 >
329 </File>
330 <File
[218]331 RelativePath="..\BasicCompiler_Common\include\Namespace.h"
332 >
333 </File>
334 <File
[198]335 RelativePath="..\BasicCompiler_Common\include\NamespaceSupporter.h"
336 >
337 </File>
338 <File
[206]339 RelativePath="..\BasicCompiler_Common\include\Parameter.h"
[183]340 >
341 </File>
342 <File
[206]343 RelativePath="..\BasicCompiler_Common\include\Procedure.h"
344 >
345 </File>
346 <File
[169]347 RelativePath="..\BasicCompiler_Common\include\Program.h"
348 >
349 </File>
[193]350 <File
[206]351 RelativePath="..\BasicCompiler_Common\include\Prototype.h"
352 >
353 </File>
354 <File
[193]355 RelativePath="..\BasicCompiler_Common\include\SmoothieImpl.h"
356 >
357 </File>
[198]358 <File
[206]359 RelativePath="..\BasicCompiler_Common\include\Symbol.h"
360 >
361 </File>
362 <File
363 RelativePath="..\BasicCompiler_Common\include\Type.h"
364 >
365 </File>
366 <File
[198]367 RelativePath="..\BasicCompiler_Common\include\TypeDef.h"
368 >
369 </File>
370 <File
[206]371 RelativePath="..\BasicCompiler_Common\include\Variable.h"
[198]372 >
373 </File>
[169]374 </Filter>
[218]375 <Filter
376 Name="Common Classes"
377 >
378 <File
379 RelativePath="..\BasicCompiler_Common\include\BoostSerializationSupport.h"
380 >
381 </File>
382 <File
383 RelativePath="..\BasicCompiler_Common\include\Hashmap.h"
384 >
385 </File>
386 <File
387 RelativePath="..\BasicCompiler_Common\include\logger.h"
388 >
389 </File>
390 </Filter>
[6]391 </Filter>
392 <Filter
393 Name="Resource Files"
394 Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
395 >
396 <File
397 RelativePath="icon1.ico"
398 >
399 </File>
400 <File
401 RelativePath="toolbar_debugger.bmp"
402 >
403 </File>
404 <File
405 RelativePath="VarArray.ico"
406 >
407 </File>
408 <File
409 RelativePath="VarData.ico"
410 >
411 </File>
412 <File
413 RelativePath="VarPtrStruct.ico"
414 >
415 </File>
416 <File
417 RelativePath="VarStr.ico"
418 >
419 </File>
420 <File
421 RelativePath="VarStruct.ico"
422 >
423 </File>
424 </Filter>
425 <Filter
426 Name="Source Files"
427 Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
428 >
429 <File
430 RelativePath="BasicCompiler.rc"
431 >
432 <FileConfiguration
433 Name="Debug|Win32"
434 >
435 <Tool
436 Name="VCResourceCompilerTool"
437 PreprocessorDefinitions="_DEBUG;JPN;$(NoInherit)"
438 />
439 </FileConfiguration>
440 <FileConfiguration
[127]441 Name="Release|Win32"
[6]442 >
443 <Tool
444 Name="VCResourceCompilerTool"
445 PreprocessorDefinitions="_DEBUG;JPN;$(NoInherit)"
446 />
447 </FileConfiguration>
448 </File>
[206]449 <File
450 RelativePath=".\stdafx.cpp"
451 >
452 <FileConfiguration
453 Name="Debug|Win32"
454 >
455 <Tool
456 Name="VCCLCompilerTool"
457 UsePrecompiledHeader="1"
458 />
459 </FileConfiguration>
460 <FileConfiguration
461 Name="Release|Win32"
462 >
463 <Tool
464 Name="VCCLCompilerTool"
465 UsePrecompiledHeader="1"
466 />
467 </FileConfiguration>
468 </File>
[3]469 <Filter
[6]470 Name="Compile"
[3]471 >
472 <File
[6]473 RelativePath="Compile_Statement.cpp"
[3]474 >
475 <FileConfiguration
476 Name="Debug|Win32"
477 >
478 <Tool
[6]479 Name="VCCLCompilerTool"
480 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
481 UsePrecompiledHeader="0"
482 BrowseInformation="0"
[3]483 />
484 </FileConfiguration>
485 <FileConfiguration
[127]486 Name="Release|Win32"
[3]487 >
488 <Tool
[6]489 Name="VCCLCompilerTool"
490 UsePrecompiledHeader="0"
491 BrowseInformation="0"
[3]492 />
493 </FileConfiguration>
494 </File>
[6]495 <File
496 RelativePath="Compile_Var.cpp"
497 >
498 <FileConfiguration
499 Name="Debug|Win32"
500 >
501 <Tool
502 Name="VCCLCompilerTool"
503 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
504 UsePrecompiledHeader="0"
505 BrowseInformation="0"
506 />
507 </FileConfiguration>
508 <FileConfiguration
[127]509 Name="Release|Win32"
[6]510 >
511 <Tool
512 Name="VCCLCompilerTool"
513 UsePrecompiledHeader="0"
514 BrowseInformation="0"
515 />
516 </FileConfiguration>
517 </File>
518 <File
519 RelativePath="MakePeHdr.cpp"
520 >
521 <FileConfiguration
522 Name="Debug|Win32"
523 >
524 <Tool
525 Name="VCCLCompilerTool"
526 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
527 UsePrecompiledHeader="0"
528 BrowseInformation="0"
529 />
530 </FileConfiguration>
531 <FileConfiguration
[127]532 Name="Release|Win32"
[6]533 >
534 <Tool
535 Name="VCCLCompilerTool"
536 UsePrecompiledHeader="0"
537 BrowseInformation="0"
538 />
539 </FileConfiguration>
540 </File>
541 <File
542 RelativePath="Register.cpp"
543 >
544 <FileConfiguration
545 Name="Debug|Win32"
546 >
547 <Tool
548 Name="VCCLCompilerTool"
549 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
550 UsePrecompiledHeader="0"
551 BrowseInformation="0"
552 />
553 </FileConfiguration>
554 <FileConfiguration
[127]555 Name="Release|Win32"
[6]556 >
557 <Tool
558 Name="VCCLCompilerTool"
559 UsePrecompiledHeader="0"
560 BrowseInformation="0"
561 />
562 </FileConfiguration>
563 </File>
[3]564 <Filter
[6]565 Name="Calculation"
[3]566 >
567 <File
[6]568 RelativePath="Compile_Calc.cpp"
[3]569 >
570 <FileConfiguration
571 Name="Debug|Win32"
572 >
573 <Tool
574 Name="VCCLCompilerTool"
575 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
576 UsePrecompiledHeader="0"
577 BrowseInformation="0"
578 />
579 </FileConfiguration>
580 <FileConfiguration
[127]581 Name="Release|Win32"
[6]582 >
583 <Tool
584 Name="VCCLCompilerTool"
585 UsePrecompiledHeader="0"
586 BrowseInformation="0"
587 />
588 </FileConfiguration>
589 </File>
590 <File
591 RelativePath="Compile_Calc_PushVar.cpp"
592 >
593 <FileConfiguration
594 Name="Debug|Win32"
595 >
596 <Tool
597 Name="VCCLCompilerTool"
598 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
599 UsePrecompiledHeader="0"
600 BrowseInformation="0"
601 />
602 </FileConfiguration>
603 <FileConfiguration
[127]604 Name="Release|Win32"
[3]605 >
606 <Tool
607 Name="VCCLCompilerTool"
608 UsePrecompiledHeader="0"
609 BrowseInformation="0"
610 />
611 </FileConfiguration>
612 </File>
613 <File
[6]614 RelativePath="Compile_Set_Var.cpp"
[3]615 >
616 <FileConfiguration
617 Name="Debug|Win32"
618 >
619 <Tool
620 Name="VCCLCompilerTool"
621 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
622 UsePrecompiledHeader="0"
623 BrowseInformation="0"
624 />
625 </FileConfiguration>
626 <FileConfiguration
[127]627 Name="Release|Win32"
[3]628 >
629 <Tool
630 Name="VCCLCompilerTool"
631 UsePrecompiledHeader="0"
632 BrowseInformation="0"
633 />
634 </FileConfiguration>
635 </File>
636 <File
[6]637 RelativePath=".\increment.cpp"
[3]638 >
639 </File>
640 <File
[6]641 RelativePath="NumOpe.cpp"
[3]642 >
643 <FileConfiguration
644 Name="Debug|Win32"
645 >
646 <Tool
647 Name="VCCLCompilerTool"
648 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
649 UsePrecompiledHeader="0"
650 BrowseInformation="0"
651 />
652 </FileConfiguration>
653 <FileConfiguration
[127]654 Name="Release|Win32"
[3]655 >
656 <Tool
657 Name="VCCLCompilerTool"
658 UsePrecompiledHeader="0"
659 BrowseInformation="0"
660 />
661 </FileConfiguration>
662 </File>
663 <File
[6]664 RelativePath="NumOpe_Arithmetic.cpp"
[3]665 >
666 <FileConfiguration
667 Name="Debug|Win32"
668 >
669 <Tool
670 Name="VCCLCompilerTool"
671 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
672 UsePrecompiledHeader="0"
673 BrowseInformation="0"
674 />
675 </FileConfiguration>
676 <FileConfiguration
[127]677 Name="Release|Win32"
[3]678 >
679 <Tool
680 Name="VCCLCompilerTool"
681 UsePrecompiledHeader="0"
682 BrowseInformation="0"
683 />
684 </FileConfiguration>
685 </File>
[6]686 <File
687 RelativePath="NumOpe_Logical.cpp"
[3]688 >
[6]689 <FileConfiguration
690 Name="Debug|Win32"
[3]691 >
[6]692 <Tool
693 Name="VCCLCompilerTool"
694 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
695 UsePrecompiledHeader="0"
696 BrowseInformation="0"
697 />
698 </FileConfiguration>
699 <FileConfiguration
[127]700 Name="Release|Win32"
[3]701 >
[6]702 <Tool
703 Name="VCCLCompilerTool"
704 UsePrecompiledHeader="0"
705 BrowseInformation="0"
706 />
707 </FileConfiguration>
708 </File>
709 <File
710 RelativePath="NumOpe_Relation.cpp"
711 >
712 <FileConfiguration
713 Name="Debug|Win32"
[3]714 >
[6]715 <Tool
716 Name="VCCLCompilerTool"
717 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
718 UsePrecompiledHeader="0"
719 BrowseInformation="0"
720 />
721 </FileConfiguration>
722 <FileConfiguration
[127]723 Name="Release|Win32"
[3]724 >
[6]725 <Tool
726 Name="VCCLCompilerTool"
727 UsePrecompiledHeader="0"
728 BrowseInformation="0"
729 />
730 </FileConfiguration>
731 </File>
732 <File
733 RelativePath="NumOpe_TypeOperation.cpp"
[3]734 >
[6]735 <FileConfiguration
736 Name="Debug|Win32"
[3]737 >
[6]738 <Tool
739 Name="VCCLCompilerTool"
740 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
741 UsePrecompiledHeader="0"
742 BrowseInformation="0"
743 />
744 </FileConfiguration>
745 <FileConfiguration
[127]746 Name="Release|Win32"
[6]747 >
748 <Tool
749 Name="VCCLCompilerTool"
750 UsePrecompiledHeader="0"
751 BrowseInformation="0"
752 />
753 </FileConfiguration>
754 </File>
755 </Filter>
756 <Filter
757 Name="Object"
758 >
759 <File
[131]760 RelativePath=".\Compile_Interface.cpp"
761 >
762 </File>
763 <File
[6]764 RelativePath=".\Compile_Object.cpp"
[3]765 >
[6]766 </File>
767 </Filter>
768 <Filter
769 Name="Opcode"
770 >
771 <File
772 RelativePath="amd64_main.cpp"
773 >
774 <FileConfiguration
775 Name="Debug|Win32"
[3]776 >
[6]777 <Tool
778 Name="VCCLCompilerTool"
779 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
780 UsePrecompiledHeader="0"
781 BrowseInformation="0"
782 />
783 </FileConfiguration>
784 <FileConfiguration
[127]785 Name="Release|Win32"
[3]786 >
[6]787 <Tool
788 Name="VCCLCompilerTool"
789 UsePrecompiledHeader="0"
790 BrowseInformation="0"
791 />
792 </FileConfiguration>
793 </File>
794 <File
795 RelativePath=".\stack_frame.cpp"
796 >
797 </File>
[3]798 </Filter>
799 <Filter
[6]800 Name="Procedure"
[3]801 >
802 <File
[6]803 RelativePath=".\CLockParameter.cpp"
[3]804 >
[6]805 </File>
806 <File
807 RelativePath=".\Compile_CallProc.cpp"
808 >
809 </File>
810 <File
811 RelativePath="Compile_Func.cpp"
812 >
[3]813 <FileConfiguration
814 Name="Debug|Win32"
815 >
816 <Tool
817 Name="VCCLCompilerTool"
818 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
819 UsePrecompiledHeader="0"
820 BrowseInformation="0"
821 />
822 </FileConfiguration>
823 <FileConfiguration
[127]824 Name="Release|Win32"
[3]825 >
826 <Tool
827 Name="VCCLCompilerTool"
828 UsePrecompiledHeader="0"
829 BrowseInformation="0"
830 />
831 </FileConfiguration>
832 </File>
833 <File
[6]834 RelativePath="Compile_ProcOp.cpp"
[3]835 >
836 <FileConfiguration
837 Name="Debug|Win32"
838 >
839 <Tool
840 Name="VCCLCompilerTool"
841 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
842 UsePrecompiledHeader="0"
843 BrowseInformation="0"
844 />
845 </FileConfiguration>
846 <FileConfiguration
[127]847 Name="Release|Win32"
[3]848 >
849 <Tool
850 Name="VCCLCompilerTool"
851 UsePrecompiledHeader="0"
852 BrowseInformation="0"
853 />
854 </FileConfiguration>
855 </File>
[6]856 <File
857 RelativePath=".\CParameter.cpp"
858 >
859 </File>
860 <File
861 RelativePath=".\OperatorProc.cpp"
862 >
863 </File>
[3]864 </Filter>
[6]865 </Filter>
866 <Filter
867 Name="32及び64共通"
868 >
869 <File
870 RelativePath="..\BasicCompiler_Common\BasicCompiler.cpp"
871 >
872 </File>
873 <File
874 RelativePath="..\BasicCompiler_Common\calculation.cpp"
875 >
876 </File>
877 <File
878 RelativePath="..\BasicCompiler_Common\Compile.cpp"
879 >
880 </File>
881 <File
[91]882 RelativePath="..\BasicCompiler_Common\Diagnose.cpp"
883 >
884 </File>
885 <File
[6]886 RelativePath="..\BasicCompiler_Common\error.cpp"
887 >
888 </File>
889 <File
890 RelativePath="..\BasicCompiler_Common\gc.cpp"
891 >
892 </File>
893 <File
894 RelativePath="..\BasicCompiler_Common\hash.cpp"
895 >
896 </File>
897 <File
898 RelativePath="..\BasicCompiler_Common\MakeExe.cpp"
899 >
900 </File>
901 <File
902 RelativePath="..\BasicCompiler_Common\NumOpe_GetType.cpp"
903 >
904 </File>
905 <File
906 RelativePath="..\BasicCompiler_Common\Object.cpp"
907 >
908 </File>
909 <File
[76]910 RelativePath="..\BasicCompiler_Common\OldStatement.cpp"
911 >
912 </File>
913 <File
[6]914 RelativePath="..\BasicCompiler_Common\Overload.cpp"
915 >
916 </File>
917 <File
918 RelativePath="..\BasicCompiler_Common\RSrcSection.cpp"
919 >
920 </File>
921 <File
922 RelativePath="..\BasicCompiler_Common\StrOperation.cpp"
923 >
924 </File>
[3]925 <Filter
[6]926 Name="Intermediate"
[3]927 >
928 <File
[6]929 RelativePath="..\BasicCompiler_Common\CommandFormat.cpp"
[3]930 >
931 </File>
932 <File
[6]933 RelativePath="..\BasicCompiler_Common\Intermediate_Step1.cpp"
[3]934 >
935 </File>
936 <File
[6]937 RelativePath="..\BasicCompiler_Common\Intermediate_Step2.cpp"
[3]938 >
939 </File>
940 <File
[6]941 RelativePath="..\BasicCompiler_Common\Resource.cpp"
[3]942 >
943 </File>
[6]944 </Filter>
945 <Filter
946 Name="Parts"
947 >
[3]948 <File
[6]949 RelativePath="..\BasicCompiler_Common\NonVolatile.cpp"
[3]950 >
951 </File>
[6]952 </Filter>
953 <Filter
954 Name="Debug(共通)"
955 >
[3]956 <File
[6]957 RelativePath="..\BasicCompiler_Common\BreakPoint.cpp"
[3]958 >
959 </File>
960 <File
[6]961 RelativePath="..\BasicCompiler_Common\BreakPoint.h"
[3]962 >
963 </File>
964 <File
[6]965 RelativePath="..\BasicCompiler_Common\CDebugThreadInfo.cpp"
[3]966 >
967 </File>
968 <File
[6]969 RelativePath="..\BasicCompiler_Common\Debug.cpp"
[3]970 >
971 </File>
972 <File
[6]973 RelativePath="..\BasicCompiler_Common\debug.h"
[3]974 >
975 </File>
976 <File
[6]977 RelativePath="..\BasicCompiler_Common\DebugMiddleFile.cpp"
[3]978 >
979 </File>
980 <File
[6]981 RelativePath="..\BasicCompiler_Common\DebugSection.h"
[3]982 >
983 </File>
[76]984 <File
985 RelativePath="..\BasicCompiler_Common\VarList.cpp"
986 >
987 </File>
988 <File
989 RelativePath="..\BasicCompiler_Common\WatchList.cpp"
990 >
991 <FileConfiguration
992 Name="Debug|Win32"
993 >
994 <Tool
995 Name="VCCLCompilerTool"
996 ObjectFile="$(IntDir)\$(InputName)1.obj"
997 XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
998 />
999 </FileConfiguration>
1000 <FileConfiguration
[127]1001 Name="Release|Win32"
[76]1002 >
1003 <Tool
1004 Name="VCCLCompilerTool"
1005 ObjectFile="$(IntDir)\$(InputName)1.obj"
1006 XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
1007 />
1008 </FileConfiguration>
1009 </File>
[6]1010 </Filter>
1011 <Filter
[71]1012 Name="Type"
[6]1013 >
[3]1014 <File
[6]1015 RelativePath="..\BasicCompiler_Common\Enum.cpp"
[3]1016 >
[6]1017 </File>
1018 <File
1019 RelativePath="..\BasicCompiler_Common\Enum.h"
[3]1020 >
[6]1021 </File>
1022 </Filter>
1023 <Filter
1024 Name="Schedule"
1025 >
1026 <File
1027 RelativePath="..\BasicCompiler_Common\PESchedule.cpp"
[3]1028 >
[6]1029 </File>
1030 <File
[34]1031 RelativePath="..\BasicCompiler_Common\PESchedule.h"
[3]1032 >
[6]1033 </File>
1034 </Filter>
1035 <Filter
[11]1036 Name="Variable"
1037 >
1038 <File
[75]1039 RelativePath="..\BasicCompiler_Common\VariableOpe.cpp"
[11]1040 >
1041 </File>
1042 <File
[75]1043 RelativePath="..\BasicCompiler_Common\VariableOpe.h"
[11]1044 >
1045 </File>
1046 </Filter>
[26]1047 <Filter
[71]1048 Name="Procedure"
[44]1049 >
1050 <File
[71]1051 RelativePath="..\BasicCompiler_Common\ParamImpl.cpp"
[44]1052 >
1053 </File>
[50]1054 <File
1055 RelativePath="..\BasicCompiler_Common\Subroutine.cpp"
1056 >
1057 </File>
1058 </Filter>
[3]1059 </Filter>
[71]1060 <Filter
[218]1061 Name="Language Classes"
[71]1062 >
1063 <File
[206]1064 RelativePath="..\BasicCompiler_Common\src\Class.cpp"
[78]1065 >
1066 </File>
[183]1067 <File
1068 RelativePath="..\BasicCompiler_Common\src\CodeGenerator.cpp"
[75]1069 >
[183]1070 </File>
1071 <File
1072 RelativePath="..\BasicCompiler_Common\src\Compiler.cpp"
[71]1073 >
[183]1074 </File>
1075 <File
[206]1076 RelativePath="..\BasicCompiler_Common\src\Const.cpp"
1077 >
1078 </File>
1079 <File
[183]1080 RelativePath="..\BasicCompiler_Common\src\DataTable.cpp"
[124]1081 >
[183]1082 </File>
[169]1083 <File
[183]1084 RelativePath="..\BasicCompiler_Common\src\Exception.cpp"
1085 >
1086 </File>
1087 <File
1088 RelativePath="..\BasicCompiler_Common\src\LexicalScopingImpl.cpp"
1089 >
1090 </File>
1091 <File
[206]1092 RelativePath="..\BasicCompiler_Common\src\Method.cpp"
1093 >
1094 </File>
1095 <File
[218]1096 RelativePath="..\BasicCompiler_Common\src\Namespace.cpp"
1097 >
1098 </File>
1099 <File
[198]1100 RelativePath="..\BasicCompiler_Common\src\NamespaceSupporter.cpp"
1101 >
1102 </File>
1103 <File
[206]1104 RelativePath="..\BasicCompiler_Common\src\Procedure.cpp"
[183]1105 >
1106 </File>
1107 <File
[169]1108 RelativePath="..\BasicCompiler_Common\src\Program.cpp"
1109 >
1110 </File>
[183]1111 <File
1112 RelativePath="..\BasicCompiler_Common\src\SmoothieImpl.cpp"
1113 >
1114 </File>
[198]1115 <File
[206]1116 RelativePath="..\BasicCompiler_Common\src\Symbol.cpp"
1117 >
1118 </File>
1119 <File
1120 RelativePath="..\BasicCompiler_Common\src\Type.cpp"
1121 >
1122 </File>
1123 <File
[198]1124 RelativePath="..\BasicCompiler_Common\src\TypeDef.cpp"
1125 >
1126 </File>
1127 <File
[206]1128 RelativePath="..\BasicCompiler_Common\src\Variable.cpp"
[198]1129 >
1130 </File>
[169]1131 </Filter>
[218]1132 <Filter
1133 Name="Common Classes"
1134 >
1135 <File
1136 RelativePath="..\BasicCompiler_Common\src\BoostSerializationSupport.cpp"
1137 >
1138 <FileConfiguration
1139 Name="Release|Win32"
1140 >
1141 <Tool
1142 Name="VCCLCompilerTool"
1143 AdditionalOptions="/bigobj"
1144 />
1145 </FileConfiguration>
1146 </File>
1147 </Filter>
[3]1148 </Filter>
1149 </Files>
1150 <Globals>
1151 </Globals>
1152</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.