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

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