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

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