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

Last change on this file since 193 was 193, checked in by dai_9181, 17 years ago
File size: 24.7 KB
Line 
1<?xml version="1.0" encoding="shift_jis"?>
2<VisualStudioProject
3 ProjectType="Visual C++"
4 Version="8.00"
5 Name="BasicCompiler"
6 ProjectGUID="{864B921B-423B-4F9E-9E6B-31B15968EDF9}"
7 RootNamespace="BasicCompiler"
8 >
9 <Platforms>
10 <Platform
11 Name="Win32"
12 />
13 </Platforms>
14 <ToolFiles>
15 </ToolFiles>
16 <Configurations>
17 <Configuration
18 Name="Debug|Win32"
19 OutputDirectory="Debug"
20 IntermediateDirectory="Debug"
21 ConfigurationType="1"
22 UseOfMFC="0"
23 ATLMinimizesCRunTimeLibraryUsage="false"
24 CharacterSet="2"
25 >
26 <Tool
27 Name="VCPreBuildEventTool"
28 />
29 <Tool
30 Name="VCCustomBuildTool"
31 />
32 <Tool
33 Name="VCXMLDataGeneratorTool"
34 />
35 <Tool
36 Name="VCWebServiceProxyGeneratorTool"
37 />
38 <Tool
39 Name="VCMIDLTool"
40 PreprocessorDefinitions="_DEBUG"
41 MkTypLibCompatible="true"
42 SuppressStartupBanner="true"
43 TargetEnvironment="1"
44 TypeLibraryName=".\Debug/BasicCompiler.tlb"
45 HeaderFileName=""
46 />
47 <Tool
48 Name="VCCLCompilerTool"
49 AdditionalOptions="/GR"
50 Optimization="0"
51 AdditionalIncludeDirectories="..\..\;..\..\cpplibs\boost;..\BasicCompiler_Common\include"
52 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;JPN;_AMD64_;_WIN64"
53 MinimalRebuild="true"
54 BasicRuntimeChecks="0"
55 RuntimeLibrary="1"
56 RuntimeTypeInfo="true"
57 UsePrecompiledHeader="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 <File
316 RelativePath="..\BasicCompiler_Common\include\SmoothieImpl.h"
317 >
318 </File>
319 </Filter>
320 </Filter>
321 <Filter
322 Name="Resource Files"
323 Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
324 >
325 <File
326 RelativePath="icon1.ico"
327 >
328 </File>
329 <File
330 RelativePath="toolbar_debugger.bmp"
331 >
332 </File>
333 <File
334 RelativePath="VarArray.ico"
335 >
336 </File>
337 <File
338 RelativePath="VarData.ico"
339 >
340 </File>
341 <File
342 RelativePath="VarPtrStruct.ico"
343 >
344 </File>
345 <File
346 RelativePath="VarStr.ico"
347 >
348 </File>
349 <File
350 RelativePath="VarStruct.ico"
351 >
352 </File>
353 </Filter>
354 <Filter
355 Name="Source Files"
356 Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
357 >
358 <File
359 RelativePath="BasicCompiler.rc"
360 >
361 <FileConfiguration
362 Name="Debug|Win32"
363 >
364 <Tool
365 Name="VCResourceCompilerTool"
366 PreprocessorDefinitions="_DEBUG;JPN;$(NoInherit)"
367 />
368 </FileConfiguration>
369 <FileConfiguration
370 Name="Release|Win32"
371 >
372 <Tool
373 Name="VCResourceCompilerTool"
374 PreprocessorDefinitions="_DEBUG;JPN;$(NoInherit)"
375 />
376 </FileConfiguration>
377 </File>
378 <Filter
379 Name="Compile"
380 >
381 <File
382 RelativePath="Compile_Statement.cpp"
383 >
384 <FileConfiguration
385 Name="Debug|Win32"
386 >
387 <Tool
388 Name="VCCLCompilerTool"
389 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
390 UsePrecompiledHeader="0"
391 BrowseInformation="0"
392 />
393 </FileConfiguration>
394 <FileConfiguration
395 Name="Release|Win32"
396 >
397 <Tool
398 Name="VCCLCompilerTool"
399 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
400 UsePrecompiledHeader="0"
401 BrowseInformation="0"
402 />
403 </FileConfiguration>
404 </File>
405 <File
406 RelativePath="Compile_Var.cpp"
407 >
408 <FileConfiguration
409 Name="Debug|Win32"
410 >
411 <Tool
412 Name="VCCLCompilerTool"
413 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
414 UsePrecompiledHeader="0"
415 BrowseInformation="0"
416 />
417 </FileConfiguration>
418 <FileConfiguration
419 Name="Release|Win32"
420 >
421 <Tool
422 Name="VCCLCompilerTool"
423 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
424 UsePrecompiledHeader="0"
425 BrowseInformation="0"
426 />
427 </FileConfiguration>
428 </File>
429 <File
430 RelativePath="MakePeHdr.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="Register.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 <Filter
478 Name="Calculation"
479 >
480 <File
481 RelativePath="Compile_Calc.cpp"
482 >
483 <FileConfiguration
484 Name="Debug|Win32"
485 >
486 <Tool
487 Name="VCCLCompilerTool"
488 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
489 UsePrecompiledHeader="0"
490 BrowseInformation="0"
491 />
492 </FileConfiguration>
493 <FileConfiguration
494 Name="Release|Win32"
495 >
496 <Tool
497 Name="VCCLCompilerTool"
498 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
499 UsePrecompiledHeader="0"
500 BrowseInformation="0"
501 />
502 </FileConfiguration>
503 </File>
504 <File
505 RelativePath="Compile_Calc_PushVar.cpp"
506 >
507 <FileConfiguration
508 Name="Debug|Win32"
509 >
510 <Tool
511 Name="VCCLCompilerTool"
512 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
513 UsePrecompiledHeader="0"
514 BrowseInformation="0"
515 />
516 </FileConfiguration>
517 <FileConfiguration
518 Name="Release|Win32"
519 >
520 <Tool
521 Name="VCCLCompilerTool"
522 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
523 UsePrecompiledHeader="0"
524 BrowseInformation="0"
525 />
526 </FileConfiguration>
527 </File>
528 <File
529 RelativePath="Compile_Set_Var.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=".\increment.cpp"
554 >
555 </File>
556 <File
557 RelativePath="NumOpe.cpp"
558 >
559 <FileConfiguration
560 Name="Debug|Win32"
561 >
562 <Tool
563 Name="VCCLCompilerTool"
564 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
565 UsePrecompiledHeader="0"
566 BrowseInformation="0"
567 />
568 </FileConfiguration>
569 <FileConfiguration
570 Name="Release|Win32"
571 >
572 <Tool
573 Name="VCCLCompilerTool"
574 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
575 UsePrecompiledHeader="0"
576 BrowseInformation="0"
577 />
578 </FileConfiguration>
579 </File>
580 <File
581 RelativePath="NumOpe_Arithmetic.cpp"
582 >
583 <FileConfiguration
584 Name="Debug|Win32"
585 >
586 <Tool
587 Name="VCCLCompilerTool"
588 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
589 UsePrecompiledHeader="0"
590 BrowseInformation="0"
591 />
592 </FileConfiguration>
593 <FileConfiguration
594 Name="Release|Win32"
595 >
596 <Tool
597 Name="VCCLCompilerTool"
598 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
599 UsePrecompiledHeader="0"
600 BrowseInformation="0"
601 />
602 </FileConfiguration>
603 </File>
604 <File
605 RelativePath="NumOpe_Logical.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_Relation.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_TypeOperation.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 </Filter>
677 <Filter
678 Name="Object"
679 >
680 <File
681 RelativePath=".\Compile_Interface.cpp"
682 >
683 </File>
684 <File
685 RelativePath=".\Compile_Object.cpp"
686 >
687 </File>
688 </Filter>
689 <Filter
690 Name="Opcode"
691 >
692 <File
693 RelativePath="amd64_main.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 <File
717 RelativePath=".\stack_frame.cpp"
718 >
719 </File>
720 </Filter>
721 <Filter
722 Name="Procedure"
723 >
724 <File
725 RelativePath=".\CLockParameter.cpp"
726 >
727 </File>
728 <File
729 RelativePath=".\Compile_CallProc.cpp"
730 >
731 </File>
732 <File
733 RelativePath="Compile_Func.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="Compile_ProcOp.cpp"
758 >
759 <FileConfiguration
760 Name="Debug|Win32"
761 >
762 <Tool
763 Name="VCCLCompilerTool"
764 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
765 UsePrecompiledHeader="0"
766 BrowseInformation="0"
767 />
768 </FileConfiguration>
769 <FileConfiguration
770 Name="Release|Win32"
771 >
772 <Tool
773 Name="VCCLCompilerTool"
774 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
775 UsePrecompiledHeader="0"
776 BrowseInformation="0"
777 />
778 </FileConfiguration>
779 </File>
780 <File
781 RelativePath=".\CParameter.cpp"
782 >
783 </File>
784 <File
785 RelativePath=".\OperatorProc.cpp"
786 >
787 </File>
788 </Filter>
789 </Filter>
790 <Filter
791 Name="32及び64共通"
792 >
793 <File
794 RelativePath="..\BasicCompiler_Common\BasicCompiler.cpp"
795 >
796 </File>
797 <File
798 RelativePath="..\BasicCompiler_Common\calculation.cpp"
799 >
800 </File>
801 <File
802 RelativePath="..\BasicCompiler_Common\Compile.cpp"
803 >
804 </File>
805 <File
806 RelativePath="..\BasicCompiler_Common\Diagnose.cpp"
807 >
808 </File>
809 <File
810 RelativePath="..\BasicCompiler_Common\error.cpp"
811 >
812 </File>
813 <File
814 RelativePath="..\BasicCompiler_Common\gc.cpp"
815 >
816 </File>
817 <File
818 RelativePath="..\BasicCompiler_Common\hash.cpp"
819 >
820 </File>
821 <File
822 RelativePath="..\BasicCompiler_Common\MakeExe.cpp"
823 >
824 </File>
825 <File
826 RelativePath="..\BasicCompiler_Common\NumOpe_GetType.cpp"
827 >
828 </File>
829 <File
830 RelativePath="..\BasicCompiler_Common\Object.cpp"
831 >
832 </File>
833 <File
834 RelativePath="..\BasicCompiler_Common\OldStatement.cpp"
835 >
836 </File>
837 <File
838 RelativePath="..\BasicCompiler_Common\Overload.cpp"
839 >
840 </File>
841 <File
842 RelativePath="..\BasicCompiler_Common\RSrcSection.cpp"
843 >
844 </File>
845 <File
846 RelativePath="..\BasicCompiler_Common\StrOperation.cpp"
847 >
848 </File>
849 <Filter
850 Name="Intermediate"
851 >
852 <File
853 RelativePath="..\BasicCompiler_Common\CommandFormat.cpp"
854 >
855 </File>
856 <File
857 RelativePath="..\BasicCompiler_Common\Intermediate_Step1.cpp"
858 >
859 </File>
860 <File
861 RelativePath="..\BasicCompiler_Common\Intermediate_Step2.cpp"
862 >
863 </File>
864 <File
865 RelativePath="..\BasicCompiler_Common\Resource.cpp"
866 >
867 </File>
868 </Filter>
869 <Filter
870 Name="Parts"
871 >
872 <File
873 RelativePath="..\BasicCompiler_Common\NonVolatile.cpp"
874 >
875 </File>
876 </Filter>
877 <Filter
878 Name="Debug(共通)"
879 >
880 <File
881 RelativePath="..\BasicCompiler_Common\BreakPoint.cpp"
882 >
883 </File>
884 <File
885 RelativePath="..\BasicCompiler_Common\BreakPoint.h"
886 >
887 </File>
888 <File
889 RelativePath="..\BasicCompiler_Common\CDebugThreadInfo.cpp"
890 >
891 </File>
892 <File
893 RelativePath="..\BasicCompiler_Common\Debug.cpp"
894 >
895 </File>
896 <File
897 RelativePath="..\BasicCompiler_Common\debug.h"
898 >
899 </File>
900 <File
901 RelativePath="..\BasicCompiler_Common\DebugMiddleFile.cpp"
902 >
903 </File>
904 <File
905 RelativePath="..\BasicCompiler_Common\DebugSection.h"
906 >
907 </File>
908 <File
909 RelativePath="..\BasicCompiler_Common\VarList.cpp"
910 >
911 </File>
912 <File
913 RelativePath="..\BasicCompiler_Common\WatchList.cpp"
914 >
915 <FileConfiguration
916 Name="Debug|Win32"
917 >
918 <Tool
919 Name="VCCLCompilerTool"
920 ObjectFile="$(IntDir)\$(InputName)1.obj"
921 XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
922 />
923 </FileConfiguration>
924 <FileConfiguration
925 Name="Release|Win32"
926 >
927 <Tool
928 Name="VCCLCompilerTool"
929 ObjectFile="$(IntDir)\$(InputName)1.obj"
930 XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
931 />
932 </FileConfiguration>
933 </File>
934 </Filter>
935 <Filter
936 Name="Type"
937 >
938 <File
939 RelativePath="..\BasicCompiler_Common\Enum.cpp"
940 >
941 </File>
942 <File
943 RelativePath="..\BasicCompiler_Common\Enum.h"
944 >
945 </File>
946 </Filter>
947 <Filter
948 Name="Schedule"
949 >
950 <File
951 RelativePath="..\BasicCompiler_Common\PESchedule.cpp"
952 >
953 </File>
954 <File
955 RelativePath="..\BasicCompiler_Common\PESchedule.h"
956 >
957 </File>
958 </Filter>
959 <Filter
960 Name="Constant"
961 >
962 <File
963 RelativePath="..\BasicCompiler_Common\Const.cpp"
964 >
965 </File>
966 <File
967 RelativePath="..\BasicCompiler_Common\Const.h"
968 >
969 </File>
970 </Filter>
971 <Filter
972 Name="Variable"
973 >
974 <File
975 RelativePath="..\BasicCompiler_Common\VariableOpe.cpp"
976 >
977 </File>
978 <File
979 RelativePath="..\BasicCompiler_Common\VariableOpe.h"
980 >
981 </File>
982 </Filter>
983 <Filter
984 Name="Procedure"
985 >
986 <File
987 RelativePath="..\BasicCompiler_Common\ParamImpl.cpp"
988 >
989 </File>
990 <File
991 RelativePath="..\BasicCompiler_Common\Subroutine.cpp"
992 >
993 </File>
994 </Filter>
995 </Filter>
996 <Filter
997 Name="Application Classes"
998 >
999 <File
1000 RelativePath="..\BasicCompiler_Common\src\ClassImpl.cpp"
1001 >
1002 </File>
1003 <File
1004 RelativePath="..\BasicCompiler_Common\src\CodeGenerator.cpp"
1005 >
1006 </File>
1007 <File
1008 RelativePath="..\BasicCompiler_Common\src\Compiler.cpp"
1009 >
1010 </File>
1011 <File
1012 RelativePath="..\BasicCompiler_Common\src\DataTable.cpp"
1013 >
1014 </File>
1015 <File
1016 RelativePath="..\BasicCompiler_Common\src\Exception.cpp"
1017 >
1018 </File>
1019 <File
1020 RelativePath="..\BasicCompiler_Common\src\LexicalScopingImpl.cpp"
1021 >
1022 </File>
1023 <File
1024 RelativePath="..\BasicCompiler_Common\src\ProcedureImpl.cpp"
1025 >
1026 </File>
1027 <File
1028 RelativePath="..\BasicCompiler_Common\src\Program.cpp"
1029 >
1030 </File>
1031 <File
1032 RelativePath="..\BasicCompiler_Common\src\SmoothieImpl.cpp"
1033 >
1034 </File>
1035 </Filter>
1036 </Filter>
1037 </Files>
1038 <Globals>
1039 </Globals>
1040</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.