Annotation of sql/odbc/parser3odbc.vcproj, revision 1.3

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

E-mail: