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

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

コード全体のリファクタリングを実施

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