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

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