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

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

構成管理を大幅に改良。

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