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

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

[64bitコンパイラ] スタックフレームが128ビット境界ラインにならないバグを修正

File size: 25.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="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"
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"
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="Opcode.h"
257 >
258 </File>
259 <File
260 RelativePath="..\BasicCompiler_Common\include\option.h"
261 >
262 </File>
263 <File
264 RelativePath=".\stdafx.h"
265 >
266 </File>
267 <Filter
268 Name="言語対応文字列"
269 >
270 <File
271 RelativePath="..\BasicCompiler_Common\common_msg_eng.h"
272 >
273 </File>
274 <File
275 RelativePath="..\BasicCompiler_Common\common_msg_jpn.h"
276 >
277 </File>
278 </Filter>
279 <Filter
280 Name="Parts_h"
281 >
282 <File
283 RelativePath="..\BasicCompiler_Common\NonVolatile.h"
284 >
285 </File>
286 </Filter>
287 <Filter
288 Name="Language Classes"
289 >
290 <File
291 RelativePath="..\BasicCompiler_Common\include\Class.h"
292 >
293 </File>
294 <File
295 RelativePath="..\BasicCompiler_Common\include\CodeGenerator.h"
296 >
297 </File>
298 <File
299 RelativePath="..\BasicCompiler_Common\include\Compiler.h"
300 >
301 </File>
302 <File
303 RelativePath="..\BasicCompiler_Common\include\Const.h"
304 >
305 </File>
306 <File
307 RelativePath="..\BasicCompiler_Common\include\DataTable.h"
308 >
309 </File>
310 <File
311 RelativePath="..\BasicCompiler_Common\include\Exception.h"
312 >
313 </File>
314 <File
315 RelativePath="..\BasicCompiler_Common\include\LexicalScopingImpl.h"
316 >
317 </File>
318 <File
319 RelativePath="..\BasicCompiler_Common\include\Member.h"
320 >
321 </File>
322 <File
323 RelativePath="..\BasicCompiler_Common\include\MetaImpl.h"
324 >
325 </File>
326 <File
327 RelativePath="..\BasicCompiler_Common\include\Method.h"
328 >
329 </File>
330 <File
331 RelativePath="..\BasicCompiler_Common\include\Namespace.h"
332 >
333 </File>
334 <File
335 RelativePath="..\BasicCompiler_Common\include\NamespaceSupporter.h"
336 >
337 </File>
338 <File
339 RelativePath="..\BasicCompiler_Common\include\Parameter.h"
340 >
341 </File>
342 <File
343 RelativePath="..\BasicCompiler_Common\include\Procedure.h"
344 >
345 </File>
346 <File
347 RelativePath="..\BasicCompiler_Common\include\Program.h"
348 >
349 </File>
350 <File
351 RelativePath="..\BasicCompiler_Common\include\Prototype.h"
352 >
353 </File>
354 <File
355 RelativePath="..\BasicCompiler_Common\include\SmoothieImpl.h"
356 >
357 </File>
358 <File
359 RelativePath="..\BasicCompiler_Common\include\Symbol.h"
360 >
361 </File>
362 <File
363 RelativePath="..\BasicCompiler_Common\include\Type.h"
364 >
365 </File>
366 <File
367 RelativePath="..\BasicCompiler_Common\include\TypeDef.h"
368 >
369 </File>
370 <File
371 RelativePath="..\BasicCompiler_Common\include\Variable.h"
372 >
373 </File>
374 </Filter>
375 <Filter
376 Name="Common Classes"
377 >
378 <File
379 RelativePath="..\BasicCompiler_Common\include\BoostSerializationSupport.h"
380 >
381 </File>
382 <File
383 RelativePath="..\BasicCompiler_Common\include\Hashmap.h"
384 >
385 </File>
386 <File
387 RelativePath="..\BasicCompiler_Common\include\logger.h"
388 >
389 </File>
390 </Filter>
391 </Filter>
392 <Filter
393 Name="Resource Files"
394 Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
395 >
396 <File
397 RelativePath="icon1.ico"
398 >
399 </File>
400 <File
401 RelativePath="toolbar_debugger.bmp"
402 >
403 </File>
404 <File
405 RelativePath="VarArray.ico"
406 >
407 </File>
408 <File
409 RelativePath="VarData.ico"
410 >
411 </File>
412 <File
413 RelativePath="VarPtrStruct.ico"
414 >
415 </File>
416 <File
417 RelativePath="VarStr.ico"
418 >
419 </File>
420 <File
421 RelativePath="VarStruct.ico"
422 >
423 </File>
424 </Filter>
425 <Filter
426 Name="Source Files"
427 Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
428 >
429 <File
430 RelativePath="BasicCompiler.rc"
431 >
432 <FileConfiguration
433 Name="Debug|Win32"
434 >
435 <Tool
436 Name="VCResourceCompilerTool"
437 PreprocessorDefinitions="_DEBUG;JPN;$(NoInherit)"
438 />
439 </FileConfiguration>
440 <FileConfiguration
441 Name="Release|Win32"
442 >
443 <Tool
444 Name="VCResourceCompilerTool"
445 PreprocessorDefinitions="_DEBUG;JPN;$(NoInherit)"
446 />
447 </FileConfiguration>
448 </File>
449 <File
450 RelativePath=".\stdafx.cpp"
451 >
452 <FileConfiguration
453 Name="Debug|Win32"
454 >
455 <Tool
456 Name="VCCLCompilerTool"
457 UsePrecompiledHeader="1"
458 />
459 </FileConfiguration>
460 <FileConfiguration
461 Name="Release|Win32"
462 >
463 <Tool
464 Name="VCCLCompilerTool"
465 UsePrecompiledHeader="1"
466 />
467 </FileConfiguration>
468 </File>
469 <Filter
470 Name="Compile"
471 >
472 <File
473 RelativePath="Compile_Statement.cpp"
474 >
475 <FileConfiguration
476 Name="Debug|Win32"
477 >
478 <Tool
479 Name="VCCLCompilerTool"
480 UsePrecompiledHeader="0"
481 BrowseInformation="0"
482 />
483 </FileConfiguration>
484 <FileConfiguration
485 Name="Release|Win32"
486 >
487 <Tool
488 Name="VCCLCompilerTool"
489 UsePrecompiledHeader="0"
490 BrowseInformation="0"
491 />
492 </FileConfiguration>
493 </File>
494 <File
495 RelativePath="Compile_Var.cpp"
496 >
497 <FileConfiguration
498 Name="Debug|Win32"
499 >
500 <Tool
501 Name="VCCLCompilerTool"
502 UsePrecompiledHeader="0"
503 BrowseInformation="0"
504 />
505 </FileConfiguration>
506 <FileConfiguration
507 Name="Release|Win32"
508 >
509 <Tool
510 Name="VCCLCompilerTool"
511 UsePrecompiledHeader="0"
512 BrowseInformation="0"
513 />
514 </FileConfiguration>
515 </File>
516 <File
517 RelativePath="MakePeHdr.cpp"
518 >
519 <FileConfiguration
520 Name="Debug|Win32"
521 >
522 <Tool
523 Name="VCCLCompilerTool"
524 UsePrecompiledHeader="0"
525 BrowseInformation="0"
526 />
527 </FileConfiguration>
528 <FileConfiguration
529 Name="Release|Win32"
530 >
531 <Tool
532 Name="VCCLCompilerTool"
533 UsePrecompiledHeader="0"
534 BrowseInformation="0"
535 />
536 </FileConfiguration>
537 </File>
538 <File
539 RelativePath="Register.cpp"
540 >
541 <FileConfiguration
542 Name="Debug|Win32"
543 >
544 <Tool
545 Name="VCCLCompilerTool"
546 UsePrecompiledHeader="0"
547 BrowseInformation="0"
548 />
549 </FileConfiguration>
550 <FileConfiguration
551 Name="Release|Win32"
552 >
553 <Tool
554 Name="VCCLCompilerTool"
555 UsePrecompiledHeader="0"
556 BrowseInformation="0"
557 />
558 </FileConfiguration>
559 </File>
560 <Filter
561 Name="Calculation"
562 >
563 <File
564 RelativePath="Compile_Calc.cpp"
565 >
566 <FileConfiguration
567 Name="Debug|Win32"
568 >
569 <Tool
570 Name="VCCLCompilerTool"
571 UsePrecompiledHeader="0"
572 BrowseInformation="0"
573 />
574 </FileConfiguration>
575 <FileConfiguration
576 Name="Release|Win32"
577 >
578 <Tool
579 Name="VCCLCompilerTool"
580 UsePrecompiledHeader="0"
581 BrowseInformation="0"
582 />
583 </FileConfiguration>
584 </File>
585 <File
586 RelativePath="Compile_Calc_PushVar.cpp"
587 >
588 <FileConfiguration
589 Name="Debug|Win32"
590 >
591 <Tool
592 Name="VCCLCompilerTool"
593 UsePrecompiledHeader="0"
594 BrowseInformation="0"
595 />
596 </FileConfiguration>
597 <FileConfiguration
598 Name="Release|Win32"
599 >
600 <Tool
601 Name="VCCLCompilerTool"
602 UsePrecompiledHeader="0"
603 BrowseInformation="0"
604 />
605 </FileConfiguration>
606 </File>
607 <File
608 RelativePath="Compile_Set_Var.cpp"
609 >
610 <FileConfiguration
611 Name="Debug|Win32"
612 >
613 <Tool
614 Name="VCCLCompilerTool"
615 UsePrecompiledHeader="0"
616 BrowseInformation="0"
617 />
618 </FileConfiguration>
619 <FileConfiguration
620 Name="Release|Win32"
621 >
622 <Tool
623 Name="VCCLCompilerTool"
624 UsePrecompiledHeader="0"
625 BrowseInformation="0"
626 />
627 </FileConfiguration>
628 </File>
629 <File
630 RelativePath=".\increment.cpp"
631 >
632 </File>
633 <File
634 RelativePath="NumOpe.cpp"
635 >
636 <FileConfiguration
637 Name="Debug|Win32"
638 >
639 <Tool
640 Name="VCCLCompilerTool"
641 UsePrecompiledHeader="0"
642 BrowseInformation="0"
643 />
644 </FileConfiguration>
645 <FileConfiguration
646 Name="Release|Win32"
647 >
648 <Tool
649 Name="VCCLCompilerTool"
650 UsePrecompiledHeader="0"
651 BrowseInformation="0"
652 />
653 </FileConfiguration>
654 </File>
655 <File
656 RelativePath="NumOpe_Arithmetic.cpp"
657 >
658 <FileConfiguration
659 Name="Debug|Win32"
660 >
661 <Tool
662 Name="VCCLCompilerTool"
663 UsePrecompiledHeader="0"
664 BrowseInformation="0"
665 />
666 </FileConfiguration>
667 <FileConfiguration
668 Name="Release|Win32"
669 >
670 <Tool
671 Name="VCCLCompilerTool"
672 UsePrecompiledHeader="0"
673 BrowseInformation="0"
674 />
675 </FileConfiguration>
676 </File>
677 <File
678 RelativePath="NumOpe_Logical.cpp"
679 >
680 <FileConfiguration
681 Name="Debug|Win32"
682 >
683 <Tool
684 Name="VCCLCompilerTool"
685 UsePrecompiledHeader="0"
686 BrowseInformation="0"
687 />
688 </FileConfiguration>
689 <FileConfiguration
690 Name="Release|Win32"
691 >
692 <Tool
693 Name="VCCLCompilerTool"
694 UsePrecompiledHeader="0"
695 BrowseInformation="0"
696 />
697 </FileConfiguration>
698 </File>
699 <File
700 RelativePath="NumOpe_Relation.cpp"
701 >
702 <FileConfiguration
703 Name="Debug|Win32"
704 >
705 <Tool
706 Name="VCCLCompilerTool"
707 UsePrecompiledHeader="0"
708 BrowseInformation="0"
709 />
710 </FileConfiguration>
711 <FileConfiguration
712 Name="Release|Win32"
713 >
714 <Tool
715 Name="VCCLCompilerTool"
716 UsePrecompiledHeader="0"
717 BrowseInformation="0"
718 />
719 </FileConfiguration>
720 </File>
721 <File
722 RelativePath="NumOpe_TypeOperation.cpp"
723 >
724 <FileConfiguration
725 Name="Debug|Win32"
726 >
727 <Tool
728 Name="VCCLCompilerTool"
729 UsePrecompiledHeader="0"
730 BrowseInformation="0"
731 />
732 </FileConfiguration>
733 <FileConfiguration
734 Name="Release|Win32"
735 >
736 <Tool
737 Name="VCCLCompilerTool"
738 UsePrecompiledHeader="0"
739 BrowseInformation="0"
740 />
741 </FileConfiguration>
742 </File>
743 </Filter>
744 <Filter
745 Name="Object"
746 >
747 <File
748 RelativePath=".\Compile_Interface.cpp"
749 >
750 </File>
751 <File
752 RelativePath=".\Compile_Object.cpp"
753 >
754 </File>
755 </Filter>
756 <Filter
757 Name="Opcode"
758 >
759 <File
760 RelativePath="amd64_main.cpp"
761 >
762 <FileConfiguration
763 Name="Debug|Win32"
764 >
765 <Tool
766 Name="VCCLCompilerTool"
767 UsePrecompiledHeader="0"
768 BrowseInformation="0"
769 />
770 </FileConfiguration>
771 <FileConfiguration
772 Name="Release|Win32"
773 >
774 <Tool
775 Name="VCCLCompilerTool"
776 UsePrecompiledHeader="0"
777 BrowseInformation="0"
778 />
779 </FileConfiguration>
780 </File>
781 <File
782 RelativePath=".\stack_frame.cpp"
783 >
784 </File>
785 </Filter>
786 <Filter
787 Name="Procedure"
788 >
789 <File
790 RelativePath=".\CLockParameter.cpp"
791 >
792 </File>
793 <File
794 RelativePath=".\Compile_CallProc.cpp"
795 >
796 </File>
797 <File
798 RelativePath="Compile_Func.cpp"
799 >
800 <FileConfiguration
801 Name="Debug|Win32"
802 >
803 <Tool
804 Name="VCCLCompilerTool"
805 UsePrecompiledHeader="0"
806 BrowseInformation="0"
807 />
808 </FileConfiguration>
809 <FileConfiguration
810 Name="Release|Win32"
811 >
812 <Tool
813 Name="VCCLCompilerTool"
814 UsePrecompiledHeader="0"
815 BrowseInformation="0"
816 />
817 </FileConfiguration>
818 </File>
819 <File
820 RelativePath="Compile_ProcOp.cpp"
821 >
822 <FileConfiguration
823 Name="Debug|Win32"
824 >
825 <Tool
826 Name="VCCLCompilerTool"
827 UsePrecompiledHeader="0"
828 BrowseInformation="0"
829 />
830 </FileConfiguration>
831 <FileConfiguration
832 Name="Release|Win32"
833 >
834 <Tool
835 Name="VCCLCompilerTool"
836 UsePrecompiledHeader="0"
837 BrowseInformation="0"
838 />
839 </FileConfiguration>
840 </File>
841 <File
842 RelativePath=".\CParameter.cpp"
843 >
844 </File>
845 <File
846 RelativePath=".\OperatorProc.cpp"
847 >
848 </File>
849 </Filter>
850 </Filter>
851 <Filter
852 Name="32及び64共通"
853 >
854 <File
855 RelativePath="..\BasicCompiler_Common\BasicCompiler.cpp"
856 >
857 </File>
858 <File
859 RelativePath="..\BasicCompiler_Common\calculation.cpp"
860 >
861 </File>
862 <File
863 RelativePath="..\BasicCompiler_Common\Compile.cpp"
864 >
865 </File>
866 <File
867 RelativePath="..\BasicCompiler_Common\Diagnose.cpp"
868 >
869 </File>
870 <File
871 RelativePath="..\BasicCompiler_Common\error.cpp"
872 >
873 </File>
874 <File
875 RelativePath="..\BasicCompiler_Common\gc.cpp"
876 >
877 </File>
878 <File
879 RelativePath="..\BasicCompiler_Common\hash.cpp"
880 >
881 </File>
882 <File
883 RelativePath="..\BasicCompiler_Common\MakeExe.cpp"
884 >
885 </File>
886 <File
887 RelativePath="..\BasicCompiler_Common\NumOpe_GetType.cpp"
888 >
889 </File>
890 <File
891 RelativePath="..\BasicCompiler_Common\Object.cpp"
892 >
893 </File>
894 <File
895 RelativePath="..\BasicCompiler_Common\OldStatement.cpp"
896 >
897 </File>
898 <File
899 RelativePath="..\BasicCompiler_Common\Overload.cpp"
900 >
901 </File>
902 <File
903 RelativePath="..\BasicCompiler_Common\RSrcSection.cpp"
904 >
905 </File>
906 <File
907 RelativePath="..\BasicCompiler_Common\StrOperation.cpp"
908 >
909 </File>
910 <Filter
911 Name="Intermediate"
912 >
913 <File
914 RelativePath="..\BasicCompiler_Common\CommandFormat.cpp"
915 >
916 </File>
917 <File
918 RelativePath="..\BasicCompiler_Common\Intermediate_Step1.cpp"
919 >
920 </File>
921 <File
922 RelativePath="..\BasicCompiler_Common\Intermediate_Step2.cpp"
923 >
924 </File>
925 <File
926 RelativePath="..\BasicCompiler_Common\Resource.cpp"
927 >
928 </File>
929 </Filter>
930 <Filter
931 Name="Parts"
932 >
933 <File
934 RelativePath="..\BasicCompiler_Common\NonVolatile.cpp"
935 >
936 </File>
937 </Filter>
938 <Filter
939 Name="Debug(共通)"
940 >
941 <File
942 RelativePath="..\BasicCompiler_Common\BreakPoint.cpp"
943 >
944 </File>
945 <File
946 RelativePath="..\BasicCompiler_Common\BreakPoint.h"
947 >
948 </File>
949 <File
950 RelativePath="..\BasicCompiler_Common\CDebugThreadInfo.cpp"
951 >
952 </File>
953 <File
954 RelativePath="..\BasicCompiler_Common\Debug.cpp"
955 >
956 </File>
957 <File
958 RelativePath="..\BasicCompiler_Common\debug.h"
959 >
960 </File>
961 <File
962 RelativePath="..\BasicCompiler_Common\DebugMiddleFile.cpp"
963 >
964 </File>
965 <File
966 RelativePath="..\BasicCompiler_Common\DebugSection.h"
967 >
968 </File>
969 <File
970 RelativePath="..\BasicCompiler_Common\VarList.cpp"
971 >
972 </File>
973 <File
974 RelativePath="..\BasicCompiler_Common\WatchList.cpp"
975 >
976 <FileConfiguration
977 Name="Debug|Win32"
978 >
979 <Tool
980 Name="VCCLCompilerTool"
981 ObjectFile="$(IntDir)\$(InputName)1.obj"
982 XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
983 />
984 </FileConfiguration>
985 <FileConfiguration
986 Name="Release|Win32"
987 >
988 <Tool
989 Name="VCCLCompilerTool"
990 ObjectFile="$(IntDir)\$(InputName)1.obj"
991 XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
992 />
993 </FileConfiguration>
994 </File>
995 </Filter>
996 <Filter
997 Name="Type"
998 >
999 <File
1000 RelativePath="..\BasicCompiler_Common\Enum.cpp"
1001 >
1002 </File>
1003 <File
1004 RelativePath="..\BasicCompiler_Common\Enum.h"
1005 >
1006 </File>
1007 </Filter>
1008 <Filter
1009 Name="Schedule"
1010 >
1011 <File
1012 RelativePath="..\BasicCompiler_Common\PESchedule.cpp"
1013 >
1014 </File>
1015 <File
1016 RelativePath="..\BasicCompiler_Common\PESchedule.h"
1017 >
1018 </File>
1019 </Filter>
1020 <Filter
1021 Name="Variable"
1022 >
1023 <File
1024 RelativePath="..\BasicCompiler_Common\VariableOpe.cpp"
1025 >
1026 </File>
1027 <File
1028 RelativePath="..\BasicCompiler_Common\VariableOpe.h"
1029 >
1030 </File>
1031 </Filter>
1032 <Filter
1033 Name="Procedure"
1034 >
1035 <File
1036 RelativePath="..\BasicCompiler_Common\ParamImpl.cpp"
1037 >
1038 </File>
1039 <File
1040 RelativePath="..\BasicCompiler_Common\Subroutine.cpp"
1041 >
1042 </File>
1043 </Filter>
1044 </Filter>
1045 <Filter
1046 Name="Language Classes"
1047 >
1048 <File
1049 RelativePath="..\BasicCompiler_Common\src\Class.cpp"
1050 >
1051 </File>
1052 <File
1053 RelativePath="..\BasicCompiler_Common\src\CodeGenerator.cpp"
1054 >
1055 </File>
1056 <File
1057 RelativePath="..\BasicCompiler_Common\src\Compiler.cpp"
1058 >
1059 </File>
1060 <File
1061 RelativePath="..\BasicCompiler_Common\src\Const.cpp"
1062 >
1063 </File>
1064 <File
1065 RelativePath="..\BasicCompiler_Common\src\DataTable.cpp"
1066 >
1067 </File>
1068 <File
1069 RelativePath="..\BasicCompiler_Common\src\Exception.cpp"
1070 >
1071 </File>
1072 <File
1073 RelativePath="..\BasicCompiler_Common\src\LexicalScopingImpl.cpp"
1074 >
1075 </File>
1076 <File
1077 RelativePath="..\BasicCompiler_Common\src\Method.cpp"
1078 >
1079 </File>
1080 <File
1081 RelativePath="..\BasicCompiler_Common\src\Namespace.cpp"
1082 >
1083 </File>
1084 <File
1085 RelativePath="..\BasicCompiler_Common\src\NamespaceSupporter.cpp"
1086 >
1087 </File>
1088 <File
1089 RelativePath="..\BasicCompiler_Common\src\Procedure.cpp"
1090 >
1091 </File>
1092 <File
1093 RelativePath="..\BasicCompiler_Common\src\Program.cpp"
1094 >
1095 </File>
1096 <File
1097 RelativePath="..\BasicCompiler_Common\src\SmoothieImpl.cpp"
1098 >
1099 </File>
1100 <File
1101 RelativePath="..\BasicCompiler_Common\src\Symbol.cpp"
1102 >
1103 </File>
1104 <File
1105 RelativePath="..\BasicCompiler_Common\src\Type.cpp"
1106 >
1107 </File>
1108 <File
1109 RelativePath="..\BasicCompiler_Common\src\TypeDef.cpp"
1110 >
1111 </File>
1112 <File
1113 RelativePath="..\BasicCompiler_Common\src\Variable.cpp"
1114 >
1115 </File>
1116 </Filter>
1117 <Filter
1118 Name="Common Classes"
1119 >
1120 <File
1121 RelativePath="..\BasicCompiler_Common\src\BoostSerializationSupport.cpp"
1122 >
1123 <FileConfiguration
1124 Name="Debug|Win32"
1125 >
1126 <Tool
1127 Name="VCCLCompilerTool"
1128 AdditionalOptions="/bigobj"
1129 />
1130 </FileConfiguration>
1131 <FileConfiguration
1132 Name="Release|Win32"
1133 >
1134 <Tool
1135 Name="VCCLCompilerTool"
1136 AdditionalOptions="/bigobj"
1137 />
1138 </FileConfiguration>
1139 </File>
1140 </Filter>
1141 </Filter>
1142 </Files>
1143 <Globals>
1144 </Globals>
1145</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.