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

Last change on this file since 266 was 266, checked in by dai_9181, 17 years ago

BasicSourceのシリアライズがうまくいっていない

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