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

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