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

Last change on this file since 322 was 322, checked in by dai_9181, 17 years ago

コンパイラ組み込みテンプレートエンジンを実装。
静的リンクライブラリ、デバッグ情報の内部形式をテキストからバイナリに変更した。

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