source: dev/trunk/ab5.0/abdev/BasicCompiler64/BasicCompiler.vcproj@ 468

Last change on this file since 468 was 468, checked in by dai_9181, 16 years ago

64bit版を最新の状態にした

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