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

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