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

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

構成管理を大幅に改良。

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