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

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

64bit版でコンパイルできるようにした。

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