Annotation of sql/mysql/parser3mysql.vcproj, revision 1.2

1.1       paf         1: <?xml version="1.0" encoding="windows-1251"?>
                      2: <VisualStudioProject
                      3:        ProjectType="Visual C++"
                      4:        Version="7.10"
                      5:        Name="parser3mysql"
                      6:        SccProjectName="parser3mysql"
                      7:        SccAuxPath=""
                      8:        SccLocalPath=".."
                      9:        SccProvider="MSSCCI:Jalindi Igloo">
                     10:        <Platforms>
                     11:                <Platform
                     12:                        Name="Win32"/>
                     13:        </Platforms>
                     14:        <Configurations>
                     15:                <Configuration
                     16:                        Name="Debug|Win32"
                     17:                        OutputDirectory=".\Debug"
                     18:                        IntermediateDirectory=".\Debug"
                     19:                        ConfigurationType="2"
                     20:                        UseOfMFC="0"
                     21:                        ATLMinimizesCRunTimeLibraryUsage="FALSE">
                     22:                        <Tool
                     23:                                Name="VCCLCompilerTool"
                     24:                                Optimization="0"
                     25:                                AdditionalIncludeDirectories="libltdl,..\..\win32\sql\mysql\include,..\..\parser3\src\include,..\..\parser3\src\sql"
                     26:                                PreprocessorDefinitions="WIN32;_DEBUG"
                     27:                                BasicRuntimeChecks="3"
                     28:                                RuntimeLibrary="3"
                     29:                                UsePrecompiledHeader="2"
                     30:                                PrecompiledHeaderFile=".\Debug/parser3mysql.pch"
                     31:                                AssemblerListingLocation=".\Debug/"
                     32:                                ObjectFile=".\Debug/"
                     33:                                ProgramDataBaseFileName=".\Debug/"
                     34:                                WarningLevel="3"
                     35:                                SuppressStartupBanner="TRUE"
                     36:                                DebugInformationFormat="3"
                     37:                                CompileAs="2"/>
                     38:                        <Tool
                     39:                                Name="VCCustomBuildTool"/>
                     40:                        <Tool
                     41:                                Name="VCLinkerTool"
                     42:                                IgnoreImportLibrary="TRUE"
                     43:                                OutputFile=".\Debug/parser3mysql.dll"
                     44:                                LinkIncremental="1"
                     45:                                SuppressStartupBanner="TRUE"
                     46:                                ModuleDefinitionFile=".\parser3mysql.def"
                     47:                                GenerateDebugInformation="TRUE"
                     48:                                ProgramDatabaseFile=".\Debug/parser3mysql.pdb"
                     49:                                ImportLibrary=".\Debug/parser3mysql.lib"
                     50:                                TargetMachine="1"/>
                     51:                        <Tool
                     52:                                Name="VCMIDLTool"
                     53:                                PreprocessorDefinitions="_DEBUG"
                     54:                                MkTypLibCompatible="TRUE"
                     55:                                SuppressStartupBanner="TRUE"
                     56:                                TargetEnvironment="1"
                     57:                                TypeLibraryName=".\Debug/parser3mysql.tlb"
                     58:                                HeaderFileName=""/>
                     59:                        <Tool
                     60:                                Name="VCPostBuildEventTool"
                     61:                                Description="Starting apache..."
1.2     ! paf        62:                                CommandLine="::net start apache_debug"/>
1.1       paf        63:                        <Tool
                     64:                                Name="VCPreBuildEventTool"/>
                     65:                        <Tool
                     66:                                Name="VCPreLinkEventTool"
                     67:                                Description="Stopping apache..."
1.2     ! paf        68:                                CommandLine="::net stop apache_debug
1.1       paf        69: dir&gt;nul
                     70: "/>
                     71:                        <Tool
                     72:                                Name="VCResourceCompilerTool"
                     73:                                PreprocessorDefinitions="_DEBUG"
                     74:                                Culture="1049"/>
                     75:                        <Tool
                     76:                                Name="VCWebServiceProxyGeneratorTool"/>
                     77:                        <Tool
                     78:                                Name="VCXMLDataGeneratorTool"/>
                     79:                        <Tool
                     80:                                Name="VCWebDeploymentTool"/>
                     81:                        <Tool
                     82:                                Name="VCManagedWrapperGeneratorTool"/>
                     83:                        <Tool
                     84:                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
                     85:                </Configuration>
                     86:                <Configuration
                     87:                        Name="Release|Win32"
                     88:                        OutputDirectory=".\Release"
                     89:                        IntermediateDirectory=".\Release"
                     90:                        ConfigurationType="2"
                     91:                        UseOfMFC="0"
                     92:                        ATLMinimizesCRunTimeLibraryUsage="FALSE">
                     93:                        <Tool
                     94:                                Name="VCCLCompilerTool"
                     95:                                Optimization="2"
                     96:                                InlineFunctionExpansion="1"
                     97:                                AdditionalIncludeDirectories="libltdl,..\..\win32\sql\mysql\include,..\..\parser3\src\include,..\..\parser3\src\sql"
                     98:                                PreprocessorDefinitions="WIN32"
                     99:                                StringPooling="TRUE"
                    100:                                RuntimeLibrary="2"
                    101:                                EnableFunctionLevelLinking="TRUE"
                    102:                                UsePrecompiledHeader="2"
                    103:                                PrecompiledHeaderFile=".\Release/parser3mysql.pch"
                    104:                                AssemblerListingLocation=".\Release/"
                    105:                                ObjectFile=".\Release/"
                    106:                                ProgramDataBaseFileName=".\Release/"
                    107:                                WarningLevel="3"
                    108:                                SuppressStartupBanner="TRUE"
                    109:                                CompileAs="2"/>
                    110:                        <Tool
                    111:                                Name="VCCustomBuildTool"/>
                    112:                        <Tool
                    113:                                Name="VCLinkerTool"
                    114:                                IgnoreImportLibrary="TRUE"
                    115:                                OutputFile=".\Release/parser3mysql.dll"
                    116:                                LinkIncremental="1"
                    117:                                SuppressStartupBanner="TRUE"
                    118:                                ModuleDefinitionFile=".\parser3mysql.def"
                    119:                                ProgramDatabaseFile=".\Release/parser3mysql.pdb"
                    120:                                ImportLibrary=".\Release/parser3mysql.lib"
                    121:                                TargetMachine="1"/>
                    122:                        <Tool
                    123:                                Name="VCMIDLTool"
                    124:                                PreprocessorDefinitions="NDEBUG"
                    125:                                MkTypLibCompatible="TRUE"
                    126:                                SuppressStartupBanner="TRUE"
                    127:                                TargetEnvironment="1"
                    128:                                TypeLibraryName=".\Release/parser3mysql.tlb"
                    129:                                HeaderFileName=""/>
                    130:                        <Tool
                    131:                                Name="VCPostBuildEventTool"
                    132:                                Description="Starting apache..."
1.2     ! paf       133:                                CommandLine="::net start apache_release"/>
1.1       paf       134:                        <Tool
                    135:                                Name="VCPreBuildEventTool"/>
                    136:                        <Tool
                    137:                                Name="VCPreLinkEventTool"
                    138:                                Description="Stopping apache..."
1.2     ! paf       139:                                CommandLine="::net stop apache_release
1.1       paf       140: dir&gt;nul
                    141: "/>
                    142:                        <Tool
                    143:                                Name="VCResourceCompilerTool"
                    144:                                PreprocessorDefinitions="NDEBUG"
                    145:                                Culture="1049"/>
                    146:                        <Tool
                    147:                                Name="VCWebServiceProxyGeneratorTool"/>
                    148:                        <Tool
                    149:                                Name="VCXMLDataGeneratorTool"/>
                    150:                        <Tool
                    151:                                Name="VCWebDeploymentTool"/>
                    152:                        <Tool
                    153:                                Name="VCManagedWrapperGeneratorTool"/>
                    154:                        <Tool
                    155:                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
                    156:                </Configuration>
                    157:        </Configurations>
                    158:        <References>
                    159:        </References>
                    160:        <Files>
                    161:                <Filter
                    162:                        Name="Source Files"
                    163:                        Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
                    164:                        <File
                    165:                                RelativePath="parser3mysql.C">
                    166:                                <FileConfiguration
                    167:                                        Name="Debug|Win32">
                    168:                                        <Tool
                    169:                                                Name="VCCLCompilerTool"
                    170:                                                Optimization="0"
                    171:                                                AdditionalIncludeDirectories=""
                    172:                                                PreprocessorDefinitions="WIN32;_DEBUG;$(NoInherit)"
                    173:                                                BasicRuntimeChecks="3"
                    174:                                                CompileAs="2"/>
                    175:                                </FileConfiguration>
                    176:                                <FileConfiguration
                    177:                                        Name="Release|Win32">
                    178:                                        <Tool
                    179:                                                Name="VCCLCompilerTool"
                    180:                                                Optimization="2"
                    181:                                                AdditionalIncludeDirectories=""
                    182:                                                PreprocessorDefinitions="WIN32;$(NoInherit)"
                    183:                                                CompileAs="2"/>
                    184:                                </FileConfiguration>
                    185:                        </File>
                    186:                </Filter>
                    187:                <Filter
                    188:                        Name="Header Files"
                    189:                        Filter="h;hpp;hxx;hm;inl">
                    190:                        <File
                    191:                                RelativePath="config_fixed.h">
                    192:                        </File>
                    193:                        <File
                    194:                                RelativePath="config_includes.h">
                    195:                        </File>
                    196:                        <File
                    197:                                RelativePath="..\..\parser3\src\sql\pa_sql_driver.h">
                    198:                        </File>
                    199:                </Filter>
                    200:                <File
                    201:                        RelativePath="parser3mysql.def">
                    202:                </File>
                    203:        </Files>
                    204:        <Globals>
                    205:        </Globals>
                    206: </VisualStudioProject>

E-mail: