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

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

構成管理を変更中・・・(いったんコミット)

File size: 31.3 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="..\build\$(ConfigurationName)\bin\x64"
20 IntermediateDirectory="$(ConfigurationName)"
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 imagehlp.lib shlwapi.lib"
85 OutputFile="$(OutDir)\abc.exe"
86 LinkIncremental="2"
87 SuppressStartupBanner="true"
88 AdditionalLibraryDirectories="..\..\jenga\lib\amd64;..\lib\amd64"
89 IgnoreDefaultLibraryNames=""
90 GenerateDebugInformation="true"
91 ProgramDatabaseFile=".\Debug/BasicCompiler64.pdb"
92 SubSystem="1"
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="..\build\$(ConfigurationName)\bin\x64"
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 imagehlp.lib shlwapi.lib"
198 OutputFile="$(OutDir)\abc.exe"
199 LinkIncremental="1"
200 SuppressStartupBanner="true"
201 AdditionalLibraryDirectories="..\..\jenga\lib\amd64;..\lib\amd64"
202 IgnoreDefaultLibraryNames=""
203 GenerateDebugInformation="false"
204 ProgramDatabaseFile=".\Release/BasicCompiler64.pdb"
205 SubSystem="1"
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 <ProjectReference
239 ReferencedProjectIdentifier="{F01805B6-65B4-4708-88F4-A5E07DEA9FBD}"
240 RelativePathToProject="..\jenga\projects\jenga\jenga.vcproj"
241 />
242 </References>
243 <Files>
244 <Filter
245 Name="Header Files"
246 Filter="h;hpp;hxx;hm;inl"
247 >
248 <File
249 RelativePath="..\BasicCompiler_Common\BasicCompiler.h"
250 >
251 </File>
252 <File
253 RelativePath="..\BasicCompiler_Common\BasicFixed.h"
254 >
255 </File>
256 <File
257 RelativePath="CommandValue.h"
258 >
259 </File>
260 <File
261 RelativePath="..\BasicCompiler_Common\common.h"
262 >
263 </File>
264 <File
265 RelativePath=".\MachineFixed.h"
266 >
267 </File>
268 <File
269 RelativePath="Opcode.h"
270 >
271 </File>
272 <File
273 RelativePath="..\BasicCompiler_Common\include\option.h"
274 >
275 </File>
276 <File
277 RelativePath=".\stdafx.h"
278 >
279 </File>
280 <File
281 RelativePath="..\BasicCompiler_Common\include\ver.h"
282 >
283 </File>
284 <Filter
285 Name="言語対応文字列"
286 >
287 <File
288 RelativePath="..\BasicCompiler_Common\common_msg_eng.h"
289 >
290 </File>
291 <File
292 RelativePath="..\BasicCompiler_Common\common_msg_jpn.h"
293 >
294 </File>
295 </Filter>
296 <Filter
297 Name="Parts_h"
298 >
299 <File
300 RelativePath="..\BasicCompiler_Common\NonVolatile.h"
301 >
302 </File>
303 </Filter>
304 <Filter
305 Name="Common Classes"
306 >
307 <File
308 RelativePath="..\BasicCompiler_Common\include\BoostSerializationSupport.h"
309 >
310 </File>
311 <File
312 RelativePath="..\BasicCompiler_Common\include\Hashmap.h"
313 >
314 </File>
315 <File
316 RelativePath="..\BasicCompiler_Common\include\logger.h"
317 >
318 </File>
319 </Filter>
320 <Filter
321 Name="Compiler Classes"
322 >
323 <File
324 RelativePath="..\BasicCompiler_Common\include\CodeGenerator.h"
325 >
326 </File>
327 <File
328 RelativePath="..\BasicCompiler_Common\include\Compiler.h"
329 >
330 </File>
331 <File
332 RelativePath="..\BasicCompiler_Common\include\Linker.h"
333 >
334 </File>
335 <File
336 RelativePath="..\BasicCompiler_Common\include\Messenger.h"
337 >
338 </File>
339 <Filter
340 Name="Language Classes"
341 >
342 <File
343 RelativePath="..\BasicCompiler_Common\include\Class.h"
344 >
345 </File>
346 <File
347 RelativePath="..\BasicCompiler_Common\include\Const.h"
348 >
349 </File>
350 <File
351 RelativePath="..\BasicCompiler_Common\include\DataTable.h"
352 >
353 </File>
354 <File
355 RelativePath="..\BasicCompiler_Common\include\Delegate.h"
356 >
357 </File>
358 <File
359 RelativePath="..\BasicCompiler_Common\include\Enum.h"
360 >
361 </File>
362 <File
363 RelativePath="..\BasicCompiler_Common\include\Exception.h"
364 >
365 </File>
366 <File
367 RelativePath="..\BasicCompiler_Common\include\LexicalScope.h"
368 >
369 </File>
370 <File
371 RelativePath="..\BasicCompiler_Common\include\Member.h"
372 >
373 </File>
374 <File
375 RelativePath="..\BasicCompiler_Common\include\Meta.h"
376 >
377 </File>
378 <File
379 RelativePath="..\BasicCompiler_Common\include\Method.h"
380 >
381 </File>
382 <File
383 RelativePath="..\BasicCompiler_Common\include\Namespace.h"
384 >
385 </File>
386 <File
387 RelativePath="..\BasicCompiler_Common\include\NamespaceSupporter.h"
388 >
389 </File>
390 <File
391 RelativePath="..\BasicCompiler_Common\include\NativeCode.h"
392 >
393 </File>
394 <File
395 RelativePath="..\BasicCompiler_Common\include\ObjectModule.h"
396 >
397 </File>
398 <File
399 RelativePath="..\BasicCompiler_Common\include\Parameter.h"
400 >
401 </File>
402 <File
403 RelativePath="..\BasicCompiler_Common\include\Procedure.h"
404 >
405 </File>
406 <File
407 RelativePath="..\BasicCompiler_Common\include\Prototype.h"
408 >
409 </File>
410 <File
411 RelativePath="..\BasicCompiler_Common\include\Source.h"
412 >
413 </File>
414 <File
415 RelativePath="..\BasicCompiler_Common\include\Symbol.h"
416 >
417 </File>
418 <File
419 RelativePath="..\BasicCompiler_Common\include\Type.h"
420 >
421 </File>
422 <File
423 RelativePath="..\BasicCompiler_Common\include\TypeDef.h"
424 >
425 </File>
426 <File
427 RelativePath="..\BasicCompiler_Common\include\Variable.h"
428 >
429 </File>
430 </Filter>
431 </Filter>
432 <Filter
433 Name="Debugger Classes"
434 >
435 <File
436 RelativePath="..\BasicCompiler_Common\include\Debugger.h"
437 >
438 </File>
439 </Filter>
440 <Filter
441 Name="Application Classes"
442 >
443 <File
444 RelativePath="..\BasicCompiler_Common\include\Program.h"
445 >
446 </File>
447 </Filter>
448 </Filter>
449 <Filter
450 Name="Resource Files"
451 Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
452 >
453 <File
454 RelativePath="icon1.ico"
455 >
456 </File>
457 <File
458 RelativePath="toolbar_debugger.bmp"
459 >
460 </File>
461 <File
462 RelativePath="VarArray.ico"
463 >
464 </File>
465 <File
466 RelativePath="VarData.ico"
467 >
468 </File>
469 <File
470 RelativePath="VarPtrStruct.ico"
471 >
472 </File>
473 <File
474 RelativePath="VarStr.ico"
475 >
476 </File>
477 <File
478 RelativePath="VarStruct.ico"
479 >
480 </File>
481 </Filter>
482 <Filter
483 Name="Source Files"
484 Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
485 >
486 <File
487 RelativePath="BasicCompiler.rc"
488 >
489 <FileConfiguration
490 Name="Debug|Win32"
491 >
492 <Tool
493 Name="VCResourceCompilerTool"
494 PreprocessorDefinitions="_DEBUG;JPN;$(NoInherit)"
495 />
496 </FileConfiguration>
497 <FileConfiguration
498 Name="Release|Win32"
499 >
500 <Tool
501 Name="VCResourceCompilerTool"
502 PreprocessorDefinitions="_DEBUG;JPN;$(NoInherit)"
503 />
504 </FileConfiguration>
505 </File>
506 <File
507 RelativePath=".\stdafx.cpp"
508 >
509 <FileConfiguration
510 Name="Debug|Win32"
511 >
512 <Tool
513 Name="VCCLCompilerTool"
514 UsePrecompiledHeader="1"
515 />
516 </FileConfiguration>
517 <FileConfiguration
518 Name="Release|Win32"
519 >
520 <Tool
521 Name="VCCLCompilerTool"
522 UsePrecompiledHeader="1"
523 />
524 </FileConfiguration>
525 </File>
526 <Filter
527 Name="x64Compile"
528 >
529 <File
530 RelativePath="Compile_Statement.cpp"
531 >
532 <FileConfiguration
533 Name="Debug|Win32"
534 >
535 <Tool
536 Name="VCCLCompilerTool"
537 UsePrecompiledHeader="2"
538 BrowseInformation="0"
539 />
540 </FileConfiguration>
541 <FileConfiguration
542 Name="Release|Win32"
543 >
544 <Tool
545 Name="VCCLCompilerTool"
546 UsePrecompiledHeader="2"
547 BrowseInformation="0"
548 />
549 </FileConfiguration>
550 </File>
551 <File
552 RelativePath="Compile_Var.cpp"
553 >
554 <FileConfiguration
555 Name="Debug|Win32"
556 >
557 <Tool
558 Name="VCCLCompilerTool"
559 UsePrecompiledHeader="2"
560 BrowseInformation="0"
561 />
562 </FileConfiguration>
563 <FileConfiguration
564 Name="Release|Win32"
565 >
566 <Tool
567 Name="VCCLCompilerTool"
568 UsePrecompiledHeader="2"
569 BrowseInformation="0"
570 />
571 </FileConfiguration>
572 </File>
573 <File
574 RelativePath="MakePeHdr.cpp"
575 >
576 <FileConfiguration
577 Name="Debug|Win32"
578 >
579 <Tool
580 Name="VCCLCompilerTool"
581 UsePrecompiledHeader="2"
582 BrowseInformation="0"
583 />
584 </FileConfiguration>
585 <FileConfiguration
586 Name="Release|Win32"
587 >
588 <Tool
589 Name="VCCLCompilerTool"
590 UsePrecompiledHeader="2"
591 BrowseInformation="0"
592 />
593 </FileConfiguration>
594 </File>
595 <File
596 RelativePath="Register.cpp"
597 >
598 <FileConfiguration
599 Name="Debug|Win32"
600 >
601 <Tool
602 Name="VCCLCompilerTool"
603 UsePrecompiledHeader="2"
604 BrowseInformation="0"
605 />
606 </FileConfiguration>
607 <FileConfiguration
608 Name="Release|Win32"
609 >
610 <Tool
611 Name="VCCLCompilerTool"
612 UsePrecompiledHeader="2"
613 BrowseInformation="0"
614 />
615 </FileConfiguration>
616 </File>
617 <Filter
618 Name="Calculation"
619 >
620 <File
621 RelativePath="Compile_Calc.cpp"
622 >
623 <FileConfiguration
624 Name="Debug|Win32"
625 >
626 <Tool
627 Name="VCCLCompilerTool"
628 UsePrecompiledHeader="2"
629 BrowseInformation="0"
630 />
631 </FileConfiguration>
632 <FileConfiguration
633 Name="Release|Win32"
634 >
635 <Tool
636 Name="VCCLCompilerTool"
637 UsePrecompiledHeader="2"
638 BrowseInformation="0"
639 />
640 </FileConfiguration>
641 </File>
642 <File
643 RelativePath="Compile_Calc_PushVar.cpp"
644 >
645 <FileConfiguration
646 Name="Debug|Win32"
647 >
648 <Tool
649 Name="VCCLCompilerTool"
650 UsePrecompiledHeader="2"
651 BrowseInformation="0"
652 />
653 </FileConfiguration>
654 <FileConfiguration
655 Name="Release|Win32"
656 >
657 <Tool
658 Name="VCCLCompilerTool"
659 UsePrecompiledHeader="2"
660 BrowseInformation="0"
661 />
662 </FileConfiguration>
663 </File>
664 <File
665 RelativePath="Compile_Set_Var.cpp"
666 >
667 <FileConfiguration
668 Name="Debug|Win32"
669 >
670 <Tool
671 Name="VCCLCompilerTool"
672 UsePrecompiledHeader="2"
673 BrowseInformation="0"
674 />
675 </FileConfiguration>
676 <FileConfiguration
677 Name="Release|Win32"
678 >
679 <Tool
680 Name="VCCLCompilerTool"
681 UsePrecompiledHeader="2"
682 BrowseInformation="0"
683 />
684 </FileConfiguration>
685 </File>
686 <File
687 RelativePath=".\increment.cpp"
688 >
689 <FileConfiguration
690 Name="Debug|Win32"
691 >
692 <Tool
693 Name="VCCLCompilerTool"
694 UsePrecompiledHeader="2"
695 />
696 </FileConfiguration>
697 <FileConfiguration
698 Name="Release|Win32"
699 >
700 <Tool
701 Name="VCCLCompilerTool"
702 UsePrecompiledHeader="2"
703 />
704 </FileConfiguration>
705 </File>
706 <File
707 RelativePath="NumOpe.cpp"
708 >
709 <FileConfiguration
710 Name="Debug|Win32"
711 >
712 <Tool
713 Name="VCCLCompilerTool"
714 UsePrecompiledHeader="2"
715 BrowseInformation="0"
716 />
717 </FileConfiguration>
718 <FileConfiguration
719 Name="Release|Win32"
720 >
721 <Tool
722 Name="VCCLCompilerTool"
723 UsePrecompiledHeader="2"
724 BrowseInformation="0"
725 />
726 </FileConfiguration>
727 </File>
728 <File
729 RelativePath="NumOpe_Arithmetic.cpp"
730 >
731 <FileConfiguration
732 Name="Debug|Win32"
733 >
734 <Tool
735 Name="VCCLCompilerTool"
736 UsePrecompiledHeader="2"
737 BrowseInformation="0"
738 />
739 </FileConfiguration>
740 <FileConfiguration
741 Name="Release|Win32"
742 >
743 <Tool
744 Name="VCCLCompilerTool"
745 UsePrecompiledHeader="2"
746 BrowseInformation="0"
747 />
748 </FileConfiguration>
749 </File>
750 <File
751 RelativePath="NumOpe_Logical.cpp"
752 >
753 <FileConfiguration
754 Name="Debug|Win32"
755 >
756 <Tool
757 Name="VCCLCompilerTool"
758 UsePrecompiledHeader="2"
759 BrowseInformation="0"
760 />
761 </FileConfiguration>
762 <FileConfiguration
763 Name="Release|Win32"
764 >
765 <Tool
766 Name="VCCLCompilerTool"
767 UsePrecompiledHeader="2"
768 BrowseInformation="0"
769 />
770 </FileConfiguration>
771 </File>
772 <File
773 RelativePath="NumOpe_Relation.cpp"
774 >
775 <FileConfiguration
776 Name="Debug|Win32"
777 >
778 <Tool
779 Name="VCCLCompilerTool"
780 UsePrecompiledHeader="2"
781 BrowseInformation="0"
782 />
783 </FileConfiguration>
784 <FileConfiguration
785 Name="Release|Win32"
786 >
787 <Tool
788 Name="VCCLCompilerTool"
789 UsePrecompiledHeader="2"
790 BrowseInformation="0"
791 />
792 </FileConfiguration>
793 </File>
794 <File
795 RelativePath="NumOpe_TypeOperation.cpp"
796 >
797 <FileConfiguration
798 Name="Debug|Win32"
799 >
800 <Tool
801 Name="VCCLCompilerTool"
802 UsePrecompiledHeader="2"
803 BrowseInformation="0"
804 />
805 </FileConfiguration>
806 <FileConfiguration
807 Name="Release|Win32"
808 >
809 <Tool
810 Name="VCCLCompilerTool"
811 UsePrecompiledHeader="2"
812 BrowseInformation="0"
813 />
814 </FileConfiguration>
815 </File>
816 </Filter>
817 <Filter
818 Name="Object"
819 >
820 <File
821 RelativePath=".\Compile_Object.cpp"
822 >
823 <FileConfiguration
824 Name="Debug|Win32"
825 >
826 <Tool
827 Name="VCCLCompilerTool"
828 UsePrecompiledHeader="2"
829 />
830 </FileConfiguration>
831 <FileConfiguration
832 Name="Release|Win32"
833 >
834 <Tool
835 Name="VCCLCompilerTool"
836 UsePrecompiledHeader="2"
837 />
838 </FileConfiguration>
839 </File>
840 </Filter>
841 <Filter
842 Name="Opcode"
843 >
844 <File
845 RelativePath="amd64_main.cpp"
846 >
847 <FileConfiguration
848 Name="Debug|Win32"
849 >
850 <Tool
851 Name="VCCLCompilerTool"
852 UsePrecompiledHeader="2"
853 BrowseInformation="0"
854 />
855 </FileConfiguration>
856 <FileConfiguration
857 Name="Release|Win32"
858 >
859 <Tool
860 Name="VCCLCompilerTool"
861 UsePrecompiledHeader="2"
862 BrowseInformation="0"
863 />
864 </FileConfiguration>
865 </File>
866 <File
867 RelativePath=".\CodeGenerator.cpp"
868 >
869 <FileConfiguration
870 Name="Debug|Win32"
871 >
872 <Tool
873 Name="VCCLCompilerTool"
874 UsePrecompiledHeader="2"
875 ObjectFile="$(IntDir)\$(InputName)1.obj"
876 XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
877 />
878 </FileConfiguration>
879 <FileConfiguration
880 Name="Release|Win32"
881 >
882 <Tool
883 Name="VCCLCompilerTool"
884 UsePrecompiledHeader="2"
885 ObjectFile="$(IntDir)\$(InputName)1.obj"
886 XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
887 />
888 </FileConfiguration>
889 </File>
890 <File
891 RelativePath=".\stack_frame.cpp"
892 >
893 <FileConfiguration
894 Name="Debug|Win32"
895 >
896 <Tool
897 Name="VCCLCompilerTool"
898 UsePrecompiledHeader="2"
899 />
900 </FileConfiguration>
901 <FileConfiguration
902 Name="Release|Win32"
903 >
904 <Tool
905 Name="VCCLCompilerTool"
906 UsePrecompiledHeader="2"
907 />
908 </FileConfiguration>
909 </File>
910 </Filter>
911 <Filter
912 Name="Procedure"
913 >
914 <File
915 RelativePath=".\CLockParameter.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_CallProc.cpp"
936 >
937 <FileConfiguration
938 Name="Debug|Win32"
939 >
940 <Tool
941 Name="VCCLCompilerTool"
942 UsePrecompiledHeader="2"
943 />
944 </FileConfiguration>
945 <FileConfiguration
946 Name="Release|Win32"
947 >
948 <Tool
949 Name="VCCLCompilerTool"
950 UsePrecompiledHeader="2"
951 />
952 </FileConfiguration>
953 </File>
954 <File
955 RelativePath="Compile_Func.cpp"
956 >
957 <FileConfiguration
958 Name="Debug|Win32"
959 >
960 <Tool
961 Name="VCCLCompilerTool"
962 UsePrecompiledHeader="2"
963 BrowseInformation="0"
964 />
965 </FileConfiguration>
966 <FileConfiguration
967 Name="Release|Win32"
968 >
969 <Tool
970 Name="VCCLCompilerTool"
971 UsePrecompiledHeader="2"
972 BrowseInformation="0"
973 />
974 </FileConfiguration>
975 </File>
976 <File
977 RelativePath="Compile_ProcOp.cpp"
978 >
979 <FileConfiguration
980 Name="Debug|Win32"
981 >
982 <Tool
983 Name="VCCLCompilerTool"
984 UsePrecompiledHeader="2"
985 BrowseInformation="0"
986 />
987 </FileConfiguration>
988 <FileConfiguration
989 Name="Release|Win32"
990 >
991 <Tool
992 Name="VCCLCompilerTool"
993 UsePrecompiledHeader="2"
994 BrowseInformation="0"
995 />
996 </FileConfiguration>
997 </File>
998 <File
999 RelativePath=".\CParameter.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 <File
1019 RelativePath=".\OperatorProc.cpp"
1020 >
1021 <FileConfiguration
1022 Name="Debug|Win32"
1023 >
1024 <Tool
1025 Name="VCCLCompilerTool"
1026 UsePrecompiledHeader="2"
1027 />
1028 </FileConfiguration>
1029 <FileConfiguration
1030 Name="Release|Win32"
1031 >
1032 <Tool
1033 Name="VCCLCompilerTool"
1034 UsePrecompiledHeader="2"
1035 />
1036 </FileConfiguration>
1037 </File>
1038 </Filter>
1039 </Filter>
1040 <Filter
1041 Name="32及び64共通"
1042 >
1043 <File
1044 RelativePath="..\BasicCompiler_Common\BasicCompiler.cpp"
1045 >
1046 </File>
1047 <File
1048 RelativePath="..\BasicCompiler_Common\calculation.cpp"
1049 >
1050 </File>
1051 <File
1052 RelativePath="..\BasicCompiler_Common\Compile.cpp"
1053 >
1054 </File>
1055 <File
1056 RelativePath="..\BasicCompiler_Common\Diagnose.cpp"
1057 >
1058 </File>
1059 <File
1060 RelativePath="..\BasicCompiler_Common\error.cpp"
1061 >
1062 </File>
1063 <File
1064 RelativePath="..\BasicCompiler_Common\gc.cpp"
1065 >
1066 </File>
1067 <File
1068 RelativePath="..\BasicCompiler_Common\hash.cpp"
1069 >
1070 </File>
1071 <File
1072 RelativePath="..\BasicCompiler_Common\MakeExe.cpp"
1073 >
1074 </File>
1075 <File
1076 RelativePath="..\BasicCompiler_Common\NumOpe_GetType.cpp"
1077 >
1078 </File>
1079 <File
1080 RelativePath="..\BasicCompiler_Common\Object.cpp"
1081 >
1082 </File>
1083 <File
1084 RelativePath="..\BasicCompiler_Common\OldStatement.cpp"
1085 >
1086 </File>
1087 <File
1088 RelativePath="..\BasicCompiler_Common\Overload.cpp"
1089 >
1090 </File>
1091 <File
1092 RelativePath="..\BasicCompiler_Common\RSrcSection.cpp"
1093 >
1094 </File>
1095 <File
1096 RelativePath="..\BasicCompiler_Common\StrOperation.cpp"
1097 >
1098 </File>
1099 <File
1100 RelativePath="..\BasicCompiler_Common\StrOperation.h"
1101 >
1102 </File>
1103 <Filter
1104 Name="Intermediate"
1105 >
1106 <File
1107 RelativePath="..\BasicCompiler_Common\CommandFormat.cpp"
1108 >
1109 </File>
1110 <File
1111 RelativePath="..\BasicCompiler_Common\Intermediate_Step1.cpp"
1112 >
1113 </File>
1114 <File
1115 RelativePath="..\BasicCompiler_Common\Intermediate_Step2.cpp"
1116 >
1117 </File>
1118 <File
1119 RelativePath="..\BasicCompiler_Common\Resource.cpp"
1120 >
1121 </File>
1122 </Filter>
1123 <Filter
1124 Name="Parts"
1125 >
1126 <File
1127 RelativePath="..\BasicCompiler_Common\NonVolatile.cpp"
1128 >
1129 </File>
1130 </Filter>
1131 <Filter
1132 Name="Debug(共通)"
1133 >
1134 <File
1135 RelativePath="..\BasicCompiler_Common\BreakPoint.cpp"
1136 >
1137 </File>
1138 <File
1139 RelativePath="..\BasicCompiler_Common\BreakPoint.h"
1140 >
1141 </File>
1142 <File
1143 RelativePath="..\BasicCompiler_Common\CDebugThreadInfo.cpp"
1144 >
1145 </File>
1146 <File
1147 RelativePath="..\BasicCompiler_Common\Debug.cpp"
1148 >
1149 </File>
1150 <File
1151 RelativePath="..\BasicCompiler_Common\debug.h"
1152 >
1153 </File>
1154 <File
1155 RelativePath="..\BasicCompiler_Common\DebugMiddleFile.cpp"
1156 >
1157 </File>
1158 <File
1159 RelativePath="..\BasicCompiler_Common\DebugSection.h"
1160 >
1161 </File>
1162 <File
1163 RelativePath="..\BasicCompiler_Common\VarList.cpp"
1164 >
1165 </File>
1166 <File
1167 RelativePath="..\BasicCompiler_Common\WatchList.cpp"
1168 >
1169 <FileConfiguration
1170 Name="Debug|Win32"
1171 >
1172 <Tool
1173 Name="VCCLCompilerTool"
1174 ObjectFile="$(IntDir)\$(InputName)1.obj"
1175 XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
1176 />
1177 </FileConfiguration>
1178 <FileConfiguration
1179 Name="Release|Win32"
1180 >
1181 <Tool
1182 Name="VCCLCompilerTool"
1183 ObjectFile="$(IntDir)\$(InputName)1.obj"
1184 XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
1185 />
1186 </FileConfiguration>
1187 </File>
1188 </Filter>
1189 <Filter
1190 Name="Schedule"
1191 >
1192 <File
1193 RelativePath="..\BasicCompiler_Common\PESchedule.cpp"
1194 >
1195 </File>
1196 <File
1197 RelativePath="..\BasicCompiler_Common\PESchedule.h"
1198 >
1199 </File>
1200 </Filter>
1201 <Filter
1202 Name="Variable"
1203 >
1204 <File
1205 RelativePath="..\BasicCompiler_Common\VariableOpe.cpp"
1206 >
1207 </File>
1208 <File
1209 RelativePath="..\BasicCompiler_Common\VariableOpe.h"
1210 >
1211 </File>
1212 </Filter>
1213 <Filter
1214 Name="Procedure"
1215 >
1216 <File
1217 RelativePath="..\BasicCompiler_Common\ParamImpl.cpp"
1218 >
1219 </File>
1220 <File
1221 RelativePath="..\BasicCompiler_Common\Subroutine.cpp"
1222 >
1223 </File>
1224 </Filter>
1225 </Filter>
1226 <Filter
1227 Name="Common Classes"
1228 >
1229 <File
1230 RelativePath="..\BasicCompiler_Common\src\BoostSerializationSupport.cpp"
1231 >
1232 <FileConfiguration
1233 Name="Debug|Win32"
1234 >
1235 <Tool
1236 Name="VCCLCompilerTool"
1237 AdditionalOptions="/bigobj"
1238 UsePrecompiledHeader="0"
1239 />
1240 </FileConfiguration>
1241 <FileConfiguration
1242 Name="Release|Win32"
1243 >
1244 <Tool
1245 Name="VCCLCompilerTool"
1246 AdditionalOptions="/bigobj"
1247 UsePrecompiledHeader="0"
1248 />
1249 </FileConfiguration>
1250 </File>
1251 </Filter>
1252 <Filter
1253 Name="Compiler Classes"
1254 >
1255 <File
1256 RelativePath="..\BasicCompiler_Common\src\CodeGenerator.cpp"
1257 >
1258 </File>
1259 <File
1260 RelativePath="..\BasicCompiler_Common\src\Compiler.cpp"
1261 >
1262 </File>
1263 <File
1264 RelativePath="..\BasicCompiler_Common\src\Linker.cpp"
1265 >
1266 </File>
1267 <File
1268 RelativePath="..\BasicCompiler_Common\src\Messenger.cpp"
1269 >
1270 </File>
1271 <Filter
1272 Name="Language Classes"
1273 >
1274 <File
1275 RelativePath="..\BasicCompiler_Common\src\Class.cpp"
1276 >
1277 </File>
1278 <File
1279 RelativePath="..\BasicCompiler_Common\src\Class_Collect.cpp"
1280 >
1281 </File>
1282 <File
1283 RelativePath="..\BasicCompiler_Common\src\CommonCodeGenerator.cpp"
1284 >
1285 </File>
1286 <File
1287 RelativePath="..\BasicCompiler_Common\src\Const.cpp"
1288 >
1289 </File>
1290 <File
1291 RelativePath="..\BasicCompiler_Common\src\DataTable.cpp"
1292 >
1293 </File>
1294 <File
1295 RelativePath="..\BasicCompiler_Common\src\Delegate.cpp"
1296 >
1297 </File>
1298 <File
1299 RelativePath="..\BasicCompiler_Common\src\Enum.cpp"
1300 >
1301 </File>
1302 <File
1303 RelativePath="..\BasicCompiler_Common\src\Exception.cpp"
1304 >
1305 </File>
1306 <File
1307 RelativePath="..\BasicCompiler_Common\src\LexicalScope.cpp"
1308 >
1309 </File>
1310 <File
1311 RelativePath="..\BasicCompiler_Common\src\Meta.cpp"
1312 >
1313 </File>
1314 <File
1315 RelativePath="..\BasicCompiler_Common\src\Method.cpp"
1316 >
1317 </File>
1318 <File
1319 RelativePath="..\BasicCompiler_Common\src\Namespace.cpp"
1320 >
1321 </File>
1322 <File
1323 RelativePath="..\BasicCompiler_Common\src\NamespaceSupporter.cpp"
1324 >
1325 </File>
1326 <File
1327 RelativePath="..\BasicCompiler_Common\src\NativeCode.cpp"
1328 >
1329 </File>
1330 <File
1331 RelativePath="..\BasicCompiler_Common\src\ObjectModule.cpp"
1332 >
1333 <FileConfiguration
1334 Name="Debug|Win32"
1335 >
1336 <Tool
1337 Name="VCCLCompilerTool"
1338 UsePrecompiledHeader="0"
1339 />
1340 </FileConfiguration>
1341 <FileConfiguration
1342 Name="Release|Win32"
1343 >
1344 <Tool
1345 Name="VCCLCompilerTool"
1346 UsePrecompiledHeader="0"
1347 />
1348 </FileConfiguration>
1349 </File>
1350 <File
1351 RelativePath="..\BasicCompiler_Common\src\Parameter.cpp"
1352 >
1353 </File>
1354 <File
1355 RelativePath="..\BasicCompiler_Common\src\Procedure.cpp"
1356 >
1357 </File>
1358 <File
1359 RelativePath="..\BasicCompiler_Common\src\Source.cpp"
1360 >
1361 </File>
1362 <File
1363 RelativePath="..\BasicCompiler_Common\src\Symbol.cpp"
1364 >
1365 </File>
1366 <File
1367 RelativePath="..\BasicCompiler_Common\src\Type.cpp"
1368 >
1369 </File>
1370 <File
1371 RelativePath="..\BasicCompiler_Common\src\TypeDef.cpp"
1372 >
1373 </File>
1374 <File
1375 RelativePath="..\BasicCompiler_Common\src\Variable.cpp"
1376 >
1377 </File>
1378 </Filter>
1379 </Filter>
1380 <Filter
1381 Name="Application Classes"
1382 >
1383 <File
1384 RelativePath="..\BasicCompiler_Common\src\Program.cpp"
1385 >
1386 </File>
1387 </Filter>
1388 </Filter>
1389 </Files>
1390 <Globals>
1391 </Globals>
1392</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.