source: dev/trunk/ab5.0/abdev/compiler_x64/compiler_x64.vcproj@ 490

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

リソースファイル名のリネームに対応

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="compiler_x64"
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=".\compiler_x64.rc"
463 >
464 </File>
465 <File
466 RelativePath="icon1.ico"
467 >
468 </File>
469 <File
470 RelativePath="toolbar_debugger.bmp"
471 >
472 </File>
473 <File
474 RelativePath="VarArray.ico"
475 >
476 </File>
477 <File
478 RelativePath="VarData.ico"
479 >
480 </File>
481 <File
482 RelativePath="VarPtrStruct.ico"
483 >
484 </File>
485 <File
486 RelativePath="VarStr.ico"
487 >
488 </File>
489 <File
490 RelativePath="VarStruct.ico"
491 >
492 </File>
493 </Filter>
494 <Filter
495 Name="Source Files"
496 Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
497 >
498 <File
499 RelativePath=".\stdafx.cpp"
500 >
501 <FileConfiguration
502 Name="Debug|Win32"
503 >
504 <Tool
505 Name="VCCLCompilerTool"
506 UsePrecompiledHeader="1"
507 />
508 </FileConfiguration>
509 <FileConfiguration
510 Name="Release|Win32"
511 >
512 <Tool
513 Name="VCCLCompilerTool"
514 UsePrecompiledHeader="1"
515 />
516 </FileConfiguration>
517 </File>
518 <Filter
519 Name="x64Compile"
520 >
521 <File
522 RelativePath="Compile_Statement.cpp"
523 >
524 <FileConfiguration
525 Name="Debug|Win32"
526 >
527 <Tool
528 Name="VCCLCompilerTool"
529 UsePrecompiledHeader="2"
530 BrowseInformation="0"
531 />
532 </FileConfiguration>
533 <FileConfiguration
534 Name="Release|Win32"
535 >
536 <Tool
537 Name="VCCLCompilerTool"
538 UsePrecompiledHeader="2"
539 BrowseInformation="0"
540 />
541 </FileConfiguration>
542 </File>
543 <File
544 RelativePath="Compile_Var.cpp"
545 >
546 <FileConfiguration
547 Name="Debug|Win32"
548 >
549 <Tool
550 Name="VCCLCompilerTool"
551 UsePrecompiledHeader="2"
552 BrowseInformation="0"
553 />
554 </FileConfiguration>
555 <FileConfiguration
556 Name="Release|Win32"
557 >
558 <Tool
559 Name="VCCLCompilerTool"
560 UsePrecompiledHeader="2"
561 BrowseInformation="0"
562 />
563 </FileConfiguration>
564 </File>
565 <File
566 RelativePath="MakePeHdr.cpp"
567 >
568 <FileConfiguration
569 Name="Debug|Win32"
570 >
571 <Tool
572 Name="VCCLCompilerTool"
573 UsePrecompiledHeader="2"
574 BrowseInformation="0"
575 />
576 </FileConfiguration>
577 <FileConfiguration
578 Name="Release|Win32"
579 >
580 <Tool
581 Name="VCCLCompilerTool"
582 UsePrecompiledHeader="2"
583 BrowseInformation="0"
584 />
585 </FileConfiguration>
586 </File>
587 <File
588 RelativePath="Register.cpp"
589 >
590 <FileConfiguration
591 Name="Debug|Win32"
592 >
593 <Tool
594 Name="VCCLCompilerTool"
595 UsePrecompiledHeader="2"
596 BrowseInformation="0"
597 />
598 </FileConfiguration>
599 <FileConfiguration
600 Name="Release|Win32"
601 >
602 <Tool
603 Name="VCCLCompilerTool"
604 UsePrecompiledHeader="2"
605 BrowseInformation="0"
606 />
607 </FileConfiguration>
608 </File>
609 <Filter
610 Name="Calculation"
611 >
612 <File
613 RelativePath="Compile_Calc.cpp"
614 >
615 <FileConfiguration
616 Name="Debug|Win32"
617 >
618 <Tool
619 Name="VCCLCompilerTool"
620 UsePrecompiledHeader="2"
621 BrowseInformation="0"
622 />
623 </FileConfiguration>
624 <FileConfiguration
625 Name="Release|Win32"
626 >
627 <Tool
628 Name="VCCLCompilerTool"
629 UsePrecompiledHeader="2"
630 BrowseInformation="0"
631 />
632 </FileConfiguration>
633 </File>
634 <File
635 RelativePath="Compile_Calc_PushVar.cpp"
636 >
637 <FileConfiguration
638 Name="Debug|Win32"
639 >
640 <Tool
641 Name="VCCLCompilerTool"
642 UsePrecompiledHeader="2"
643 BrowseInformation="0"
644 />
645 </FileConfiguration>
646 <FileConfiguration
647 Name="Release|Win32"
648 >
649 <Tool
650 Name="VCCLCompilerTool"
651 UsePrecompiledHeader="2"
652 BrowseInformation="0"
653 />
654 </FileConfiguration>
655 </File>
656 <File
657 RelativePath="Compile_Set_Var.cpp"
658 >
659 <FileConfiguration
660 Name="Debug|Win32"
661 >
662 <Tool
663 Name="VCCLCompilerTool"
664 UsePrecompiledHeader="2"
665 BrowseInformation="0"
666 />
667 </FileConfiguration>
668 <FileConfiguration
669 Name="Release|Win32"
670 >
671 <Tool
672 Name="VCCLCompilerTool"
673 UsePrecompiledHeader="2"
674 BrowseInformation="0"
675 />
676 </FileConfiguration>
677 </File>
678 <File
679 RelativePath=".\increment.cpp"
680 >
681 <FileConfiguration
682 Name="Debug|Win32"
683 >
684 <Tool
685 Name="VCCLCompilerTool"
686 UsePrecompiledHeader="2"
687 />
688 </FileConfiguration>
689 <FileConfiguration
690 Name="Release|Win32"
691 >
692 <Tool
693 Name="VCCLCompilerTool"
694 UsePrecompiledHeader="2"
695 />
696 </FileConfiguration>
697 </File>
698 <File
699 RelativePath="NumOpe.cpp"
700 >
701 <FileConfiguration
702 Name="Debug|Win32"
703 >
704 <Tool
705 Name="VCCLCompilerTool"
706 UsePrecompiledHeader="2"
707 BrowseInformation="0"
708 />
709 </FileConfiguration>
710 <FileConfiguration
711 Name="Release|Win32"
712 >
713 <Tool
714 Name="VCCLCompilerTool"
715 UsePrecompiledHeader="2"
716 BrowseInformation="0"
717 />
718 </FileConfiguration>
719 </File>
720 <File
721 RelativePath="NumOpe_Arithmetic.cpp"
722 >
723 <FileConfiguration
724 Name="Debug|Win32"
725 >
726 <Tool
727 Name="VCCLCompilerTool"
728 UsePrecompiledHeader="2"
729 BrowseInformation="0"
730 />
731 </FileConfiguration>
732 <FileConfiguration
733 Name="Release|Win32"
734 >
735 <Tool
736 Name="VCCLCompilerTool"
737 UsePrecompiledHeader="2"
738 BrowseInformation="0"
739 />
740 </FileConfiguration>
741 </File>
742 <File
743 RelativePath="NumOpe_Logical.cpp"
744 >
745 <FileConfiguration
746 Name="Debug|Win32"
747 >
748 <Tool
749 Name="VCCLCompilerTool"
750 UsePrecompiledHeader="2"
751 BrowseInformation="0"
752 />
753 </FileConfiguration>
754 <FileConfiguration
755 Name="Release|Win32"
756 >
757 <Tool
758 Name="VCCLCompilerTool"
759 UsePrecompiledHeader="2"
760 BrowseInformation="0"
761 />
762 </FileConfiguration>
763 </File>
764 <File
765 RelativePath="NumOpe_Relation.cpp"
766 >
767 <FileConfiguration
768 Name="Debug|Win32"
769 >
770 <Tool
771 Name="VCCLCompilerTool"
772 UsePrecompiledHeader="2"
773 BrowseInformation="0"
774 />
775 </FileConfiguration>
776 <FileConfiguration
777 Name="Release|Win32"
778 >
779 <Tool
780 Name="VCCLCompilerTool"
781 UsePrecompiledHeader="2"
782 BrowseInformation="0"
783 />
784 </FileConfiguration>
785 </File>
786 <File
787 RelativePath="NumOpe_TypeOperation.cpp"
788 >
789 <FileConfiguration
790 Name="Debug|Win32"
791 >
792 <Tool
793 Name="VCCLCompilerTool"
794 UsePrecompiledHeader="2"
795 BrowseInformation="0"
796 />
797 </FileConfiguration>
798 <FileConfiguration
799 Name="Release|Win32"
800 >
801 <Tool
802 Name="VCCLCompilerTool"
803 UsePrecompiledHeader="2"
804 BrowseInformation="0"
805 />
806 </FileConfiguration>
807 </File>
808 </Filter>
809 <Filter
810 Name="Object"
811 >
812 <File
813 RelativePath=".\Compile_Object.cpp"
814 >
815 <FileConfiguration
816 Name="Debug|Win32"
817 >
818 <Tool
819 Name="VCCLCompilerTool"
820 UsePrecompiledHeader="2"
821 />
822 </FileConfiguration>
823 <FileConfiguration
824 Name="Release|Win32"
825 >
826 <Tool
827 Name="VCCLCompilerTool"
828 UsePrecompiledHeader="2"
829 />
830 </FileConfiguration>
831 </File>
832 </Filter>
833 <Filter
834 Name="Opcode"
835 >
836 <File
837 RelativePath="amd64_main.cpp"
838 >
839 <FileConfiguration
840 Name="Debug|Win32"
841 >
842 <Tool
843 Name="VCCLCompilerTool"
844 UsePrecompiledHeader="2"
845 BrowseInformation="0"
846 />
847 </FileConfiguration>
848 <FileConfiguration
849 Name="Release|Win32"
850 >
851 <Tool
852 Name="VCCLCompilerTool"
853 UsePrecompiledHeader="2"
854 BrowseInformation="0"
855 />
856 </FileConfiguration>
857 </File>
858 <File
859 RelativePath=".\CodeGenerator.cpp"
860 >
861 <FileConfiguration
862 Name="Debug|Win32"
863 >
864 <Tool
865 Name="VCCLCompilerTool"
866 UsePrecompiledHeader="2"
867 ObjectFile="$(IntDir)\$(InputName)1.obj"
868 XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
869 />
870 </FileConfiguration>
871 <FileConfiguration
872 Name="Release|Win32"
873 >
874 <Tool
875 Name="VCCLCompilerTool"
876 UsePrecompiledHeader="2"
877 ObjectFile="$(IntDir)\$(InputName)1.obj"
878 XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
879 />
880 </FileConfiguration>
881 </File>
882 <File
883 RelativePath=".\stack_frame.cpp"
884 >
885 <FileConfiguration
886 Name="Debug|Win32"
887 >
888 <Tool
889 Name="VCCLCompilerTool"
890 UsePrecompiledHeader="2"
891 />
892 </FileConfiguration>
893 <FileConfiguration
894 Name="Release|Win32"
895 >
896 <Tool
897 Name="VCCLCompilerTool"
898 UsePrecompiledHeader="2"
899 />
900 </FileConfiguration>
901 </File>
902 </Filter>
903 <Filter
904 Name="Procedure"
905 >
906 <File
907 RelativePath=".\CLockParameter.cpp"
908 >
909 <FileConfiguration
910 Name="Debug|Win32"
911 >
912 <Tool
913 Name="VCCLCompilerTool"
914 UsePrecompiledHeader="2"
915 />
916 </FileConfiguration>
917 <FileConfiguration
918 Name="Release|Win32"
919 >
920 <Tool
921 Name="VCCLCompilerTool"
922 UsePrecompiledHeader="2"
923 />
924 </FileConfiguration>
925 </File>
926 <File
927 RelativePath=".\Compile_CallProc.cpp"
928 >
929 <FileConfiguration
930 Name="Debug|Win32"
931 >
932 <Tool
933 Name="VCCLCompilerTool"
934 UsePrecompiledHeader="2"
935 />
936 </FileConfiguration>
937 <FileConfiguration
938 Name="Release|Win32"
939 >
940 <Tool
941 Name="VCCLCompilerTool"
942 UsePrecompiledHeader="2"
943 />
944 </FileConfiguration>
945 </File>
946 <File
947 RelativePath="Compile_Func.cpp"
948 >
949 <FileConfiguration
950 Name="Debug|Win32"
951 >
952 <Tool
953 Name="VCCLCompilerTool"
954 UsePrecompiledHeader="2"
955 BrowseInformation="0"
956 />
957 </FileConfiguration>
958 <FileConfiguration
959 Name="Release|Win32"
960 >
961 <Tool
962 Name="VCCLCompilerTool"
963 UsePrecompiledHeader="2"
964 BrowseInformation="0"
965 />
966 </FileConfiguration>
967 </File>
968 <File
969 RelativePath="Compile_ProcOp.cpp"
970 >
971 <FileConfiguration
972 Name="Debug|Win32"
973 >
974 <Tool
975 Name="VCCLCompilerTool"
976 UsePrecompiledHeader="2"
977 BrowseInformation="0"
978 />
979 </FileConfiguration>
980 <FileConfiguration
981 Name="Release|Win32"
982 >
983 <Tool
984 Name="VCCLCompilerTool"
985 UsePrecompiledHeader="2"
986 BrowseInformation="0"
987 />
988 </FileConfiguration>
989 </File>
990 <File
991 RelativePath=".\CParameter.cpp"
992 >
993 <FileConfiguration
994 Name="Debug|Win32"
995 >
996 <Tool
997 Name="VCCLCompilerTool"
998 UsePrecompiledHeader="2"
999 />
1000 </FileConfiguration>
1001 <FileConfiguration
1002 Name="Release|Win32"
1003 >
1004 <Tool
1005 Name="VCCLCompilerTool"
1006 UsePrecompiledHeader="2"
1007 />
1008 </FileConfiguration>
1009 </File>
1010 <File
1011 RelativePath=".\OperatorProc.cpp"
1012 >
1013 <FileConfiguration
1014 Name="Debug|Win32"
1015 >
1016 <Tool
1017 Name="VCCLCompilerTool"
1018 UsePrecompiledHeader="2"
1019 />
1020 </FileConfiguration>
1021 <FileConfiguration
1022 Name="Release|Win32"
1023 >
1024 <Tool
1025 Name="VCCLCompilerTool"
1026 UsePrecompiledHeader="2"
1027 />
1028 </FileConfiguration>
1029 </File>
1030 </Filter>
1031 </Filter>
1032 <Filter
1033 Name="32及び64共通"
1034 >
1035 <File
1036 RelativePath="..\BasicCompiler_Common\BasicCompiler.cpp"
1037 >
1038 </File>
1039 <File
1040 RelativePath="..\BasicCompiler_Common\calculation.cpp"
1041 >
1042 </File>
1043 <File
1044 RelativePath="..\BasicCompiler_Common\Compile.cpp"
1045 >
1046 </File>
1047 <File
1048 RelativePath="..\BasicCompiler_Common\Diagnose.cpp"
1049 >
1050 </File>
1051 <File
1052 RelativePath="..\BasicCompiler_Common\error.cpp"
1053 >
1054 </File>
1055 <File
1056 RelativePath="..\BasicCompiler_Common\gc.cpp"
1057 >
1058 </File>
1059 <File
1060 RelativePath="..\BasicCompiler_Common\hash.cpp"
1061 >
1062 </File>
1063 <File
1064 RelativePath="..\BasicCompiler_Common\MakeExe.cpp"
1065 >
1066 </File>
1067 <File
1068 RelativePath="..\BasicCompiler_Common\NumOpe_GetType.cpp"
1069 >
1070 </File>
1071 <File
1072 RelativePath="..\BasicCompiler_Common\Object.cpp"
1073 >
1074 </File>
1075 <File
1076 RelativePath="..\BasicCompiler_Common\OldStatement.cpp"
1077 >
1078 </File>
1079 <File
1080 RelativePath="..\BasicCompiler_Common\Overload.cpp"
1081 >
1082 </File>
1083 <File
1084 RelativePath="..\BasicCompiler_Common\RSrcSection.cpp"
1085 >
1086 </File>
1087 <File
1088 RelativePath="..\BasicCompiler_Common\StrOperation.cpp"
1089 >
1090 </File>
1091 <File
1092 RelativePath="..\BasicCompiler_Common\StrOperation.h"
1093 >
1094 </File>
1095 <Filter
1096 Name="Intermediate"
1097 >
1098 <File
1099 RelativePath="..\BasicCompiler_Common\CommandFormat.cpp"
1100 >
1101 </File>
1102 <File
1103 RelativePath="..\BasicCompiler_Common\Intermediate_Step1.cpp"
1104 >
1105 </File>
1106 <File
1107 RelativePath="..\BasicCompiler_Common\Intermediate_Step2.cpp"
1108 >
1109 </File>
1110 <File
1111 RelativePath="..\BasicCompiler_Common\Resource.cpp"
1112 >
1113 </File>
1114 </Filter>
1115 <Filter
1116 Name="Parts"
1117 >
1118 <File
1119 RelativePath="..\BasicCompiler_Common\NonVolatile.cpp"
1120 >
1121 </File>
1122 </Filter>
1123 <Filter
1124 Name="Debug(共通)"
1125 >
1126 <File
1127 RelativePath="..\BasicCompiler_Common\BreakPoint.cpp"
1128 >
1129 </File>
1130 <File
1131 RelativePath="..\BasicCompiler_Common\BreakPoint.h"
1132 >
1133 </File>
1134 <File
1135 RelativePath="..\BasicCompiler_Common\CDebugThreadInfo.cpp"
1136 >
1137 </File>
1138 <File
1139 RelativePath="..\BasicCompiler_Common\Debug.cpp"
1140 >
1141 </File>
1142 <File
1143 RelativePath="..\BasicCompiler_Common\debug.h"
1144 >
1145 </File>
1146 <File
1147 RelativePath="..\BasicCompiler_Common\DebugMiddleFile.cpp"
1148 >
1149 </File>
1150 <File
1151 RelativePath="..\BasicCompiler_Common\DebugSection.h"
1152 >
1153 </File>
1154 <File
1155 RelativePath="..\BasicCompiler_Common\VarList.cpp"
1156 >
1157 </File>
1158 <File
1159 RelativePath="..\BasicCompiler_Common\WatchList.cpp"
1160 >
1161 <FileConfiguration
1162 Name="Debug|Win32"
1163 >
1164 <Tool
1165 Name="VCCLCompilerTool"
1166 ObjectFile="$(IntDir)\$(InputName)1.obj"
1167 XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
1168 />
1169 </FileConfiguration>
1170 <FileConfiguration
1171 Name="Release|Win32"
1172 >
1173 <Tool
1174 Name="VCCLCompilerTool"
1175 ObjectFile="$(IntDir)\$(InputName)1.obj"
1176 XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
1177 />
1178 </FileConfiguration>
1179 </File>
1180 </Filter>
1181 <Filter
1182 Name="Schedule"
1183 >
1184 <File
1185 RelativePath="..\BasicCompiler_Common\PESchedule.cpp"
1186 >
1187 </File>
1188 <File
1189 RelativePath="..\BasicCompiler_Common\PESchedule.h"
1190 >
1191 </File>
1192 </Filter>
1193 <Filter
1194 Name="Variable"
1195 >
1196 <File
1197 RelativePath="..\BasicCompiler_Common\VariableOpe.cpp"
1198 >
1199 </File>
1200 <File
1201 RelativePath="..\BasicCompiler_Common\VariableOpe.h"
1202 >
1203 </File>
1204 </Filter>
1205 <Filter
1206 Name="Procedure"
1207 >
1208 <File
1209 RelativePath="..\BasicCompiler_Common\ParamImpl.cpp"
1210 >
1211 </File>
1212 <File
1213 RelativePath="..\BasicCompiler_Common\Subroutine.cpp"
1214 >
1215 </File>
1216 </Filter>
1217 </Filter>
1218 <Filter
1219 Name="Common Classes"
1220 >
1221 <File
1222 RelativePath="..\BasicCompiler_Common\src\BoostSerializationSupport.cpp"
1223 >
1224 <FileConfiguration
1225 Name="Debug|Win32"
1226 >
1227 <Tool
1228 Name="VCCLCompilerTool"
1229 AdditionalOptions="/bigobj"
1230 UsePrecompiledHeader="0"
1231 />
1232 </FileConfiguration>
1233 <FileConfiguration
1234 Name="Release|Win32"
1235 >
1236 <Tool
1237 Name="VCCLCompilerTool"
1238 AdditionalOptions="/bigobj"
1239 UsePrecompiledHeader="0"
1240 />
1241 </FileConfiguration>
1242 </File>
1243 </Filter>
1244 <Filter
1245 Name="Compiler Classes"
1246 >
1247 <File
1248 RelativePath="..\BasicCompiler_Common\src\CodeGenerator.cpp"
1249 >
1250 </File>
1251 <File
1252 RelativePath="..\BasicCompiler_Common\src\Compiler.cpp"
1253 >
1254 </File>
1255 <File
1256 RelativePath="..\BasicCompiler_Common\src\Linker.cpp"
1257 >
1258 </File>
1259 <File
1260 RelativePath="..\BasicCompiler_Common\src\Messenger.cpp"
1261 >
1262 </File>
1263 <Filter
1264 Name="Language Classes"
1265 >
1266 <File
1267 RelativePath="..\BasicCompiler_Common\src\Class.cpp"
1268 >
1269 </File>
1270 <File
1271 RelativePath="..\BasicCompiler_Common\src\Class_Collect.cpp"
1272 >
1273 </File>
1274 <File
1275 RelativePath="..\BasicCompiler_Common\src\CommonCodeGenerator.cpp"
1276 >
1277 </File>
1278 <File
1279 RelativePath="..\BasicCompiler_Common\src\Const.cpp"
1280 >
1281 </File>
1282 <File
1283 RelativePath="..\BasicCompiler_Common\src\DataTable.cpp"
1284 >
1285 </File>
1286 <File
1287 RelativePath="..\BasicCompiler_Common\src\Delegate.cpp"
1288 >
1289 </File>
1290 <File
1291 RelativePath="..\BasicCompiler_Common\src\Enum.cpp"
1292 >
1293 </File>
1294 <File
1295 RelativePath="..\BasicCompiler_Common\src\Exception.cpp"
1296 >
1297 </File>
1298 <File
1299 RelativePath="..\BasicCompiler_Common\src\LexicalScope.cpp"
1300 >
1301 </File>
1302 <File
1303 RelativePath="..\BasicCompiler_Common\src\Meta.cpp"
1304 >
1305 </File>
1306 <File
1307 RelativePath="..\BasicCompiler_Common\src\Method.cpp"
1308 >
1309 </File>
1310 <File
1311 RelativePath="..\BasicCompiler_Common\src\Namespace.cpp"
1312 >
1313 </File>
1314 <File
1315 RelativePath="..\BasicCompiler_Common\src\NamespaceSupporter.cpp"
1316 >
1317 </File>
1318 <File
1319 RelativePath="..\BasicCompiler_Common\src\NativeCode.cpp"
1320 >
1321 </File>
1322 <File
1323 RelativePath="..\BasicCompiler_Common\src\ObjectModule.cpp"
1324 >
1325 <FileConfiguration
1326 Name="Debug|Win32"
1327 >
1328 <Tool
1329 Name="VCCLCompilerTool"
1330 UsePrecompiledHeader="0"
1331 />
1332 </FileConfiguration>
1333 <FileConfiguration
1334 Name="Release|Win32"
1335 >
1336 <Tool
1337 Name="VCCLCompilerTool"
1338 UsePrecompiledHeader="0"
1339 />
1340 </FileConfiguration>
1341 </File>
1342 <File
1343 RelativePath="..\BasicCompiler_Common\src\Parameter.cpp"
1344 >
1345 </File>
1346 <File
1347 RelativePath="..\BasicCompiler_Common\src\Procedure.cpp"
1348 >
1349 </File>
1350 <File
1351 RelativePath="..\BasicCompiler_Common\src\Source.cpp"
1352 >
1353 </File>
1354 <File
1355 RelativePath="..\BasicCompiler_Common\src\Symbol.cpp"
1356 >
1357 </File>
1358 <File
1359 RelativePath="..\BasicCompiler_Common\src\Type.cpp"
1360 >
1361 </File>
1362 <File
1363 RelativePath="..\BasicCompiler_Common\src\TypeDef.cpp"
1364 >
1365 </File>
1366 <File
1367 RelativePath="..\BasicCompiler_Common\src\Variable.cpp"
1368 >
1369 </File>
1370 </Filter>
1371 </Filter>
1372 <Filter
1373 Name="Application Classes"
1374 >
1375 <File
1376 RelativePath="..\BasicCompiler_Common\src\Program.cpp"
1377 >
1378 </File>
1379 </Filter>
1380 </Filter>
1381 </Files>
1382 <Globals>
1383 </Globals>
1384</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.