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

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