source: dev/trunk/ab5.0/abdev/compiler_x64/compiler_x64.vcproj @ 601

Last change on this file since 601 was 601, checked in by dai_9181, 15 years ago

BasicFixed?.hをab_commonプロジェクトに移動。

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