source: dev/trunk/ab5.0/abdev/BasicCompiler32/BasicCompiler.vcproj @ 477

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

構成管理を大幅に改良。

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