source: dev/trunk/ab5.0/abdev/compiler_x86/compiler_x86.vcproj @ 648

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

・ブレークポイントが正常に動作しない不具合を修正。
・と同時に、ブレークポイント周りのコードをリファクタリング

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