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

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