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

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

NamespaceScopesCollection::Importsをリファクタリング

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