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

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

プロジェクト内を整理。jengaライブラリのベースを作成。

File size: 26.5 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 Optimization="0"
50 AdditionalIncludeDirectories="..\..\jenga\include\common;..\..\cpplibs\boost;..\BasicCompiler_Common\include"
51 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;JPN;_AMD64_;_WIN64"
52 MinimalRebuild="true"
53 BasicRuntimeChecks="0"
54 RuntimeLibrary="1"
55 UsePrecompiledHeader="0"
56 PrecompiledHeaderFile=".\Debug/BasicCompiler.pch"
57 AssemblerListingLocation=".\Debug/"
58 ObjectFile=".\Debug/"
59 ProgramDataBaseFileName=".\Debug/"
60 BrowseInformation="0"
61 WarningLevel="3"
62 SuppressStartupBanner="true"
63 Detect64BitPortabilityProblems="true"
64 DebugInformationFormat="3"
65 CallingConvention="0"
66 />
67 <Tool
68 Name="VCManagedResourceCompilerTool"
69 />
70 <Tool
71 Name="VCResourceCompilerTool"
72 PreprocessorDefinitions="_DEBUG,JPN"
73 Culture="1041"
74 />
75 <Tool
76 Name="VCPreLinkEventTool"
77 />
78 <Tool
79 Name="VCLinkerTool"
80 AdditionalOptions="/MACHINE:AMD64"
81 AdditionalDependencies="comctl32.lib psapi.lib bufferoverflowu.lib commond.lib"
82 OutputFile="../ActiveBasic/BasicCompiler64.exe"
83 LinkIncremental="2"
84 SuppressStartupBanner="true"
85 AdditionalLibraryDirectories="..\..\jenga\lib\amd64"
86 IgnoreDefaultLibraryNames=""
87 GenerateDebugInformation="true"
88 ProgramDatabaseFile=".\Debug/BasicCompiler64.pdb"
89 SubSystem="2"
90 TargetMachine="0"
91 />
92 <Tool
93 Name="VCALinkTool"
94 />
95 <Tool
96 Name="VCManifestTool"
97 AdditionalManifestFiles="$(ProjectDir)\manifest.xml"
98 EmbedManifest="true"
99 />
100 <Tool
101 Name="VCXDCMakeTool"
102 />
103 <Tool
104 Name="VCBscMakeTool"
105 SuppressStartupBanner="true"
106 OutputFile="$(OutDir)/$(ProjectName).bsc"
107 />
108 <Tool
109 Name="VCFxCopTool"
110 />
111 <Tool
112 Name="VCAppVerifierTool"
113 />
114 <Tool
115 Name="VCWebDeploymentTool"
116 />
117 <Tool
118 Name="VCPostBuildEventTool"
119 />
120 </Configuration>
121 <Configuration
122 Name="Release|Win32"
123 OutputDirectory="$(ConfigurationName)"
124 IntermediateDirectory="$(ConfigurationName)"
125 ConfigurationType="1"
126 UseOfMFC="0"
127 ATLMinimizesCRunTimeLibraryUsage="false"
128 CharacterSet="2"
129 >
130 <Tool
131 Name="VCPreBuildEventTool"
132 />
133 <Tool
134 Name="VCCustomBuildTool"
135 />
136 <Tool
137 Name="VCXMLDataGeneratorTool"
138 />
139 <Tool
140 Name="VCWebServiceProxyGeneratorTool"
141 />
142 <Tool
143 Name="VCMIDLTool"
144 PreprocessorDefinitions="_DEBUG"
145 MkTypLibCompatible="true"
146 SuppressStartupBanner="true"
147 TargetEnvironment="1"
148 TypeLibraryName=".\Debug/BasicCompiler.tlb"
149 HeaderFileName=""
150 />
151 <Tool
152 Name="VCCLCompilerTool"
153 Optimization="2"
154 InlineFunctionExpansion="2"
155 FavorSizeOrSpeed="1"
156 AdditionalIncludeDirectories="..\..\jenga\include\common;..\..\cpplibs\boost;..\BasicCompiler_Common\include"
157 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;JPN;_AMD64_;_WIN64"
158 MinimalRebuild="false"
159 ExceptionHandling="1"
160 BasicRuntimeChecks="0"
161 RuntimeLibrary="0"
162 RuntimeTypeInfo="true"
163 UsePrecompiledHeader="0"
164 PrecompiledHeaderFile=".\Release/BasicCompiler.pch"
165 AssemblerListingLocation=".\Release/"
166 ObjectFile=".\Release/"
167 ProgramDataBaseFileName=".\Release/"
168 BrowseInformation="0"
169 WarningLevel="3"
170 SuppressStartupBanner="true"
171 Detect64BitPortabilityProblems="true"
172 DebugInformationFormat="0"
173 CallingConvention="0"
174 />
175 <Tool
176 Name="VCManagedResourceCompilerTool"
177 />
178 <Tool
179 Name="VCResourceCompilerTool"
180 PreprocessorDefinitions="_DEBUG,JPN"
181 Culture="1041"
182 />
183 <Tool
184 Name="VCPreLinkEventTool"
185 />
186 <Tool
187 Name="VCLinkerTool"
188 AdditionalOptions="/MACHINE:AMD64"
189 AdditionalDependencies="comctl32.lib psapi.lib bufferoverflowu.lib common.lib"
190 OutputFile="../ActiveBasic/BasicCompiler64.exe"
191 LinkIncremental="1"
192 SuppressStartupBanner="true"
193 AdditionalLibraryDirectories="..\..\jenga\lib\amd64"
194 IgnoreDefaultLibraryNames="libcpmtd.lib"
195 GenerateDebugInformation="false"
196 ProgramDatabaseFile=".\Release/BasicCompiler64.pdb"
197 SubSystem="2"
198 TargetMachine="0"
199 />
200 <Tool
201 Name="VCALinkTool"
202 />
203 <Tool
204 Name="VCManifestTool"
205 AdditionalManifestFiles="$(ProjectDir)\manifest.xml"
206 />
207 <Tool
208 Name="VCXDCMakeTool"
209 />
210 <Tool
211 Name="VCBscMakeTool"
212 SuppressStartupBanner="true"
213 OutputFile="$(OutDir)/$(ProjectName).bsc"
214 />
215 <Tool
216 Name="VCFxCopTool"
217 />
218 <Tool
219 Name="VCAppVerifierTool"
220 />
221 <Tool
222 Name="VCWebDeploymentTool"
223 />
224 <Tool
225 Name="VCPostBuildEventTool"
226 />
227 </Configuration>
228 </Configurations>
229 <References>
230 </References>
231 <Files>
232 <Filter
233 Name="Header Files"
234 Filter="h;hpp;hxx;hm;inl"
235 >
236 <File
237 RelativePath="..\BasicCompiler_Common\BasicCompiler.h"
238 >
239 </File>
240 <File
241 RelativePath="..\BasicCompiler_Common\BasicFixed.h"
242 >
243 </File>
244 <File
245 RelativePath="CommandValue.h"
246 >
247 </File>
248 <File
249 RelativePath="..\BasicCompiler_Common\common.h"
250 >
251 </File>
252 <File
253 RelativePath="Opcode.h"
254 >
255 </File>
256 <Filter
257 Name="言語対応文字列"
258 >
259 <File
260 RelativePath="..\BasicCompiler_Common\common_msg_eng.h"
261 >
262 </File>
263 <File
264 RelativePath="..\BasicCompiler_Common\common_msg_jpn.h"
265 >
266 </File>
267 </Filter>
268 <Filter
269 Name="Parts_h"
270 >
271 <File
272 RelativePath="..\BasicCompiler_Common\NonVolatile.h"
273 >
274 </File>
275 </Filter>
276 <Filter
277 Name="Common Classes"
278 >
279 <File
280 RelativePath="..\BasicCompiler_Common\include\Smoothie.h"
281 >
282 </File>
283 <Filter
284 Name="Meta Parts"
285 >
286 <File
287 RelativePath="..\BasicCompiler_Common\include\Namespace.h"
288 >
289 </File>
290 <File
291 RelativePath="..\BasicCompiler_Common\Parameter.h"
292 >
293 </File>
294 <File
295 RelativePath="..\BasicCompiler_Common\Procedure.h"
296 >
297 </File>
298 <File
299 RelativePath="..\BasicCompiler_Common\include\Symbol.h"
300 >
301 </File>
302 <File
303 RelativePath="..\BasicCompiler_Common\Type.h"
304 >
305 </File>
306 <File
307 RelativePath="..\BasicCompiler_Common\TypeDef.h"
308 >
309 </File>
310 <File
311 RelativePath="..\BasicCompiler_Common\Variable.h"
312 >
313 </File>
314 <Filter
315 Name="Prototype"
316 >
317 <File
318 RelativePath="..\BasicCompiler_Common\include\Class.h"
319 >
320 </File>
321 <File
322 RelativePath="..\BasicCompiler_Common\include\Member.h"
323 >
324 </File>
325 <File
326 RelativePath="..\BasicCompiler_Common\include\Method.h"
327 >
328 </File>
329 <File
330 RelativePath="..\BasicCompiler_Common\include\Prototype.h"
331 >
332 </File>
333 </Filter>
334 </Filter>
335 <Filter
336 Name="Lexical Parts"
337 >
338 <File
339 RelativePath="..\BasicCompiler_Common\include\Source.h"
340 >
341 </File>
342 </Filter>
343 <Filter
344 Name="Operation Statements"
345 >
346 <File
347 RelativePath="..\BasicCompiler_Common\include\Exception.h"
348 >
349 </File>
350 </Filter>
351 <Filter
352 Name="Module"
353 >
354 <File
355 RelativePath="..\BasicCompiler_Common\include\ObjectModule.h"
356 >
357 </File>
358 </Filter>
359 </Filter>
360 </Filter>
361 <Filter
362 Name="Resource Files"
363 Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
364 >
365 <File
366 RelativePath="icon1.ico"
367 >
368 </File>
369 <File
370 RelativePath="toolbar_debugger.bmp"
371 >
372 </File>
373 <File
374 RelativePath="VarArray.ico"
375 >
376 </File>
377 <File
378 RelativePath="VarData.ico"
379 >
380 </File>
381 <File
382 RelativePath="VarPtrStruct.ico"
383 >
384 </File>
385 <File
386 RelativePath="VarStr.ico"
387 >
388 </File>
389 <File
390 RelativePath="VarStruct.ico"
391 >
392 </File>
393 </Filter>
394 <Filter
395 Name="Source Files"
396 Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
397 >
398 <File
399 RelativePath="BasicCompiler.rc"
400 >
401 <FileConfiguration
402 Name="Debug|Win32"
403 >
404 <Tool
405 Name="VCResourceCompilerTool"
406 PreprocessorDefinitions="_DEBUG;JPN;$(NoInherit)"
407 />
408 </FileConfiguration>
409 <FileConfiguration
410 Name="Release|Win32"
411 >
412 <Tool
413 Name="VCResourceCompilerTool"
414 PreprocessorDefinitions="_DEBUG;JPN;$(NoInherit)"
415 />
416 </FileConfiguration>
417 </File>
418 <Filter
419 Name="Compile"
420 >
421 <File
422 RelativePath="Compile_Statement.cpp"
423 >
424 <FileConfiguration
425 Name="Debug|Win32"
426 >
427 <Tool
428 Name="VCCLCompilerTool"
429 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
430 UsePrecompiledHeader="0"
431 BrowseInformation="0"
432 />
433 </FileConfiguration>
434 <FileConfiguration
435 Name="Release|Win32"
436 >
437 <Tool
438 Name="VCCLCompilerTool"
439 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
440 UsePrecompiledHeader="0"
441 BrowseInformation="0"
442 />
443 </FileConfiguration>
444 </File>
445 <File
446 RelativePath="Compile_Var.cpp"
447 >
448 <FileConfiguration
449 Name="Debug|Win32"
450 >
451 <Tool
452 Name="VCCLCompilerTool"
453 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
454 UsePrecompiledHeader="0"
455 BrowseInformation="0"
456 />
457 </FileConfiguration>
458 <FileConfiguration
459 Name="Release|Win32"
460 >
461 <Tool
462 Name="VCCLCompilerTool"
463 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
464 UsePrecompiledHeader="0"
465 BrowseInformation="0"
466 />
467 </FileConfiguration>
468 </File>
469 <File
470 RelativePath="MakePeHdr.cpp"
471 >
472 <FileConfiguration
473 Name="Debug|Win32"
474 >
475 <Tool
476 Name="VCCLCompilerTool"
477 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
478 UsePrecompiledHeader="0"
479 BrowseInformation="0"
480 />
481 </FileConfiguration>
482 <FileConfiguration
483 Name="Release|Win32"
484 >
485 <Tool
486 Name="VCCLCompilerTool"
487 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
488 UsePrecompiledHeader="0"
489 BrowseInformation="0"
490 />
491 </FileConfiguration>
492 </File>
493 <File
494 RelativePath="Register.cpp"
495 >
496 <FileConfiguration
497 Name="Debug|Win32"
498 >
499 <Tool
500 Name="VCCLCompilerTool"
501 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
502 UsePrecompiledHeader="0"
503 BrowseInformation="0"
504 />
505 </FileConfiguration>
506 <FileConfiguration
507 Name="Release|Win32"
508 >
509 <Tool
510 Name="VCCLCompilerTool"
511 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
512 UsePrecompiledHeader="0"
513 BrowseInformation="0"
514 />
515 </FileConfiguration>
516 </File>
517 <Filter
518 Name="Calculation"
519 >
520 <File
521 RelativePath="Compile_Calc.cpp"
522 >
523 <FileConfiguration
524 Name="Debug|Win32"
525 >
526 <Tool
527 Name="VCCLCompilerTool"
528 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
529 UsePrecompiledHeader="0"
530 BrowseInformation="0"
531 />
532 </FileConfiguration>
533 <FileConfiguration
534 Name="Release|Win32"
535 >
536 <Tool
537 Name="VCCLCompilerTool"
538 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
539 UsePrecompiledHeader="0"
540 BrowseInformation="0"
541 />
542 </FileConfiguration>
543 </File>
544 <File
545 RelativePath="Compile_Calc_PushVar.cpp"
546 >
547 <FileConfiguration
548 Name="Debug|Win32"
549 >
550 <Tool
551 Name="VCCLCompilerTool"
552 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
553 UsePrecompiledHeader="0"
554 BrowseInformation="0"
555 />
556 </FileConfiguration>
557 <FileConfiguration
558 Name="Release|Win32"
559 >
560 <Tool
561 Name="VCCLCompilerTool"
562 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
563 UsePrecompiledHeader="0"
564 BrowseInformation="0"
565 />
566 </FileConfiguration>
567 </File>
568 <File
569 RelativePath="Compile_Set_Var.cpp"
570 >
571 <FileConfiguration
572 Name="Debug|Win32"
573 >
574 <Tool
575 Name="VCCLCompilerTool"
576 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
577 UsePrecompiledHeader="0"
578 BrowseInformation="0"
579 />
580 </FileConfiguration>
581 <FileConfiguration
582 Name="Release|Win32"
583 >
584 <Tool
585 Name="VCCLCompilerTool"
586 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
587 UsePrecompiledHeader="0"
588 BrowseInformation="0"
589 />
590 </FileConfiguration>
591 </File>
592 <File
593 RelativePath=".\increment.cpp"
594 >
595 </File>
596 <File
597 RelativePath="NumOpe.cpp"
598 >
599 <FileConfiguration
600 Name="Debug|Win32"
601 >
602 <Tool
603 Name="VCCLCompilerTool"
604 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
605 UsePrecompiledHeader="0"
606 BrowseInformation="0"
607 />
608 </FileConfiguration>
609 <FileConfiguration
610 Name="Release|Win32"
611 >
612 <Tool
613 Name="VCCLCompilerTool"
614 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
615 UsePrecompiledHeader="0"
616 BrowseInformation="0"
617 />
618 </FileConfiguration>
619 </File>
620 <File
621 RelativePath="NumOpe_Arithmetic.cpp"
622 >
623 <FileConfiguration
624 Name="Debug|Win32"
625 >
626 <Tool
627 Name="VCCLCompilerTool"
628 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
629 UsePrecompiledHeader="0"
630 BrowseInformation="0"
631 />
632 </FileConfiguration>
633 <FileConfiguration
634 Name="Release|Win32"
635 >
636 <Tool
637 Name="VCCLCompilerTool"
638 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
639 UsePrecompiledHeader="0"
640 BrowseInformation="0"
641 />
642 </FileConfiguration>
643 </File>
644 <File
645 RelativePath="NumOpe_Logical.cpp"
646 >
647 <FileConfiguration
648 Name="Debug|Win32"
649 >
650 <Tool
651 Name="VCCLCompilerTool"
652 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
653 UsePrecompiledHeader="0"
654 BrowseInformation="0"
655 />
656 </FileConfiguration>
657 <FileConfiguration
658 Name="Release|Win32"
659 >
660 <Tool
661 Name="VCCLCompilerTool"
662 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
663 UsePrecompiledHeader="0"
664 BrowseInformation="0"
665 />
666 </FileConfiguration>
667 </File>
668 <File
669 RelativePath="NumOpe_Relation.cpp"
670 >
671 <FileConfiguration
672 Name="Debug|Win32"
673 >
674 <Tool
675 Name="VCCLCompilerTool"
676 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
677 UsePrecompiledHeader="0"
678 BrowseInformation="0"
679 />
680 </FileConfiguration>
681 <FileConfiguration
682 Name="Release|Win32"
683 >
684 <Tool
685 Name="VCCLCompilerTool"
686 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
687 UsePrecompiledHeader="0"
688 BrowseInformation="0"
689 />
690 </FileConfiguration>
691 </File>
692 <File
693 RelativePath="NumOpe_TypeOperation.cpp"
694 >
695 <FileConfiguration
696 Name="Debug|Win32"
697 >
698 <Tool
699 Name="VCCLCompilerTool"
700 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
701 UsePrecompiledHeader="0"
702 BrowseInformation="0"
703 />
704 </FileConfiguration>
705 <FileConfiguration
706 Name="Release|Win32"
707 >
708 <Tool
709 Name="VCCLCompilerTool"
710 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
711 UsePrecompiledHeader="0"
712 BrowseInformation="0"
713 />
714 </FileConfiguration>
715 </File>
716 </Filter>
717 <Filter
718 Name="Object"
719 >
720 <File
721 RelativePath=".\Compile_Interface.cpp"
722 >
723 </File>
724 <File
725 RelativePath=".\Compile_Object.cpp"
726 >
727 </File>
728 </Filter>
729 <Filter
730 Name="Opcode"
731 >
732 <File
733 RelativePath="amd64_main.cpp"
734 >
735 <FileConfiguration
736 Name="Debug|Win32"
737 >
738 <Tool
739 Name="VCCLCompilerTool"
740 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
741 UsePrecompiledHeader="0"
742 BrowseInformation="0"
743 />
744 </FileConfiguration>
745 <FileConfiguration
746 Name="Release|Win32"
747 >
748 <Tool
749 Name="VCCLCompilerTool"
750 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
751 UsePrecompiledHeader="0"
752 BrowseInformation="0"
753 />
754 </FileConfiguration>
755 </File>
756 <File
757 RelativePath=".\stack_frame.cpp"
758 >
759 </File>
760 </Filter>
761 <Filter
762 Name="Procedure"
763 >
764 <File
765 RelativePath=".\CLockParameter.cpp"
766 >
767 </File>
768 <File
769 RelativePath=".\Compile_CallProc.cpp"
770 >
771 </File>
772 <File
773 RelativePath="Compile_Func.cpp"
774 >
775 <FileConfiguration
776 Name="Debug|Win32"
777 >
778 <Tool
779 Name="VCCLCompilerTool"
780 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
781 UsePrecompiledHeader="0"
782 BrowseInformation="0"
783 />
784 </FileConfiguration>
785 <FileConfiguration
786 Name="Release|Win32"
787 >
788 <Tool
789 Name="VCCLCompilerTool"
790 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
791 UsePrecompiledHeader="0"
792 BrowseInformation="0"
793 />
794 </FileConfiguration>
795 </File>
796 <File
797 RelativePath="Compile_ProcOp.cpp"
798 >
799 <FileConfiguration
800 Name="Debug|Win32"
801 >
802 <Tool
803 Name="VCCLCompilerTool"
804 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
805 UsePrecompiledHeader="0"
806 BrowseInformation="0"
807 />
808 </FileConfiguration>
809 <FileConfiguration
810 Name="Release|Win32"
811 >
812 <Tool
813 Name="VCCLCompilerTool"
814 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
815 UsePrecompiledHeader="0"
816 BrowseInformation="0"
817 />
818 </FileConfiguration>
819 </File>
820 <File
821 RelativePath=".\CParameter.cpp"
822 >
823 </File>
824 <File
825 RelativePath=".\OperatorProc.cpp"
826 >
827 </File>
828 </Filter>
829 </Filter>
830 <Filter
831 Name="32及び64共通"
832 >
833 <File
834 RelativePath="..\BasicCompiler_Common\BasicCompiler.cpp"
835 >
836 </File>
837 <File
838 RelativePath="..\BasicCompiler_Common\calculation.cpp"
839 >
840 </File>
841 <File
842 RelativePath="..\BasicCompiler_Common\Compile.cpp"
843 >
844 </File>
845 <File
846 RelativePath="..\BasicCompiler_Common\Diagnose.cpp"
847 >
848 </File>
849 <File
850 RelativePath="..\BasicCompiler_Common\error.cpp"
851 >
852 </File>
853 <File
854 RelativePath="..\BasicCompiler_Common\gc.cpp"
855 >
856 </File>
857 <File
858 RelativePath="..\BasicCompiler_Common\hash.cpp"
859 >
860 </File>
861 <File
862 RelativePath="..\BasicCompiler_Common\MakeExe.cpp"
863 >
864 </File>
865 <File
866 RelativePath="..\BasicCompiler_Common\NumOpe_GetType.cpp"
867 >
868 </File>
869 <File
870 RelativePath="..\BasicCompiler_Common\Object.cpp"
871 >
872 </File>
873 <File
874 RelativePath="..\BasicCompiler_Common\OldStatement.cpp"
875 >
876 </File>
877 <File
878 RelativePath="..\BasicCompiler_Common\Overload.cpp"
879 >
880 </File>
881 <File
882 RelativePath="..\BasicCompiler_Common\RSrcSection.cpp"
883 >
884 </File>
885 <File
886 RelativePath="..\BasicCompiler_Common\StrOperation.cpp"
887 >
888 </File>
889 <Filter
890 Name="Intermediate"
891 >
892 <File
893 RelativePath="..\BasicCompiler_Common\CommandFormat.cpp"
894 >
895 </File>
896 <File
897 RelativePath="..\BasicCompiler_Common\Intermediate_Step1.cpp"
898 >
899 </File>
900 <File
901 RelativePath="..\BasicCompiler_Common\Intermediate_Step2.cpp"
902 >
903 </File>
904 <File
905 RelativePath="..\BasicCompiler_Common\Resource.cpp"
906 >
907 </File>
908 </Filter>
909 <Filter
910 Name="Parts"
911 >
912 <File
913 RelativePath="..\BasicCompiler_Common\DataTable.cpp"
914 >
915 </File>
916 <File
917 RelativePath="..\BasicCompiler_Common\LoopRefCheck.cpp"
918 >
919 </File>
920 <File
921 RelativePath="..\BasicCompiler_Common\NonVolatile.cpp"
922 >
923 </File>
924 </Filter>
925 <Filter
926 Name="Debug(共通)"
927 >
928 <File
929 RelativePath="..\BasicCompiler_Common\BreakPoint.cpp"
930 >
931 </File>
932 <File
933 RelativePath="..\BasicCompiler_Common\BreakPoint.h"
934 >
935 </File>
936 <File
937 RelativePath="..\BasicCompiler_Common\CDebugThreadInfo.cpp"
938 >
939 </File>
940 <File
941 RelativePath="..\BasicCompiler_Common\Debug.cpp"
942 >
943 </File>
944 <File
945 RelativePath="..\BasicCompiler_Common\debug.h"
946 >
947 </File>
948 <File
949 RelativePath="..\BasicCompiler_Common\DebugMiddleFile.cpp"
950 >
951 </File>
952 <File
953 RelativePath="..\BasicCompiler_Common\DebugSection.h"
954 >
955 </File>
956 <File
957 RelativePath="..\BasicCompiler_Common\VarList.cpp"
958 >
959 </File>
960 <File
961 RelativePath="..\BasicCompiler_Common\WatchList.cpp"
962 >
963 <FileConfiguration
964 Name="Debug|Win32"
965 >
966 <Tool
967 Name="VCCLCompilerTool"
968 ObjectFile="$(IntDir)\$(InputName)1.obj"
969 XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
970 />
971 </FileConfiguration>
972 <FileConfiguration
973 Name="Release|Win32"
974 >
975 <Tool
976 Name="VCCLCompilerTool"
977 ObjectFile="$(IntDir)\$(InputName)1.obj"
978 XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
979 />
980 </FileConfiguration>
981 </File>
982 </Filter>
983 <Filter
984 Name="Type"
985 >
986 <File
987 RelativePath="..\BasicCompiler_Common\Class.cpp"
988 >
989 </File>
990 <File
991 RelativePath="..\BasicCompiler_Common\Class.h"
992 >
993 </File>
994 <File
995 RelativePath="..\BasicCompiler_Common\Enum.cpp"
996 >
997 </File>
998 <File
999 RelativePath="..\BasicCompiler_Common\Enum.h"
1000 >
1001 </File>
1002 </Filter>
1003 <Filter
1004 Name="Schedule"
1005 >
1006 <File
1007 RelativePath="..\BasicCompiler_Common\PESchedule.cpp"
1008 >
1009 </File>
1010 <File
1011 RelativePath="..\BasicCompiler_Common\PESchedule.h"
1012 >
1013 </File>
1014 </Filter>
1015 <Filter
1016 Name="LexicalScoping"
1017 >
1018 <File
1019 RelativePath="..\BasicCompiler_Common\LexicalScoping.cpp"
1020 >
1021 </File>
1022 <File
1023 RelativePath="..\BasicCompiler_Common\LexicalScoping.h"
1024 >
1025 </File>
1026 </Filter>
1027 <Filter
1028 Name="Constant"
1029 >
1030 <File
1031 RelativePath="..\BasicCompiler_Common\Const.cpp"
1032 >
1033 </File>
1034 <File
1035 RelativePath="..\BasicCompiler_Common\Const.h"
1036 >
1037 </File>
1038 </Filter>
1039 <Filter
1040 Name="Variable"
1041 >
1042 <File
1043 RelativePath="..\BasicCompiler_Common\VariableOpe.cpp"
1044 >
1045 </File>
1046 <File
1047 RelativePath="..\BasicCompiler_Common\VariableOpe.h"
1048 >
1049 </File>
1050 </Filter>
1051 <Filter
1052 Name="Procedure"
1053 >
1054 <File
1055 RelativePath="..\BasicCompiler_Common\ParamImpl.cpp"
1056 >
1057 </File>
1058 <File
1059 RelativePath="..\BasicCompiler_Common\Subroutine.cpp"
1060 >
1061 </File>
1062 </Filter>
1063 </Filter>
1064 <Filter
1065 Name="Common Classes"
1066 >
1067 <File
1068 RelativePath="..\BasicCompiler_Common\src\Smoothie.cpp"
1069 >
1070 </File>
1071 <Filter
1072 Name="Meta Parts"
1073 >
1074 <File
1075 RelativePath="..\BasicCompiler_Common\src\Member.cpp"
1076 >
1077 </File>
1078 <File
1079 RelativePath="..\BasicCompiler_Common\src\Method.cpp"
1080 >
1081 </File>
1082 <File
1083 RelativePath="..\BasicCompiler_Common\src\Namespace.cpp"
1084 >
1085 </File>
1086 <File
1087 RelativePath="..\BasicCompiler_Common\Procedure.cpp"
1088 >
1089 </File>
1090 <File
1091 RelativePath="..\BasicCompiler_Common\src\Prototype.cpp"
1092 >
1093 </File>
1094 <File
1095 RelativePath="..\BasicCompiler_Common\src\Symbol.cpp"
1096 >
1097 </File>
1098 <File
1099 RelativePath="..\BasicCompiler_Common\Type.cpp"
1100 >
1101 </File>
1102 <File
1103 RelativePath="..\BasicCompiler_Common\TypeDef.cpp"
1104 >
1105 </File>
1106 <File
1107 RelativePath="..\BasicCompiler_Common\Variable.cpp"
1108 >
1109 </File>
1110 </Filter>
1111 <Filter
1112 Name="Lexical Parts"
1113 >
1114 <File
1115 RelativePath="..\BasicCompiler_Common\src\Source.cpp"
1116 >
1117 </File>
1118 </Filter>
1119 <Filter
1120 Name="Operation Statements"
1121 >
1122 <File
1123 RelativePath="..\BasicCompiler_Common\src\Exception.cpp"
1124 >
1125 </File>
1126 </Filter>
1127 </Filter>
1128 </Filter>
1129 </Files>
1130 <Globals>
1131 </Globals>
1132</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.