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

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