source: dev/trunk/ab5.0/abdev/BasicCompiler64/BasicCompiler.vcproj@ 440

Last change on this file since 440 was 407, checked in by dai_9181, 16 years ago

Enum.cpp/Enum.hを移動した

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