Annotation of parser3/src/lib/smtp/smtp.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="smtp"
                      6:        ProjectGUID="{9B5091F7-0ED5-4E5A-ABAF-430ED79D231A}"
                      7:        SccProjectName="smtp"
                      8:        SccAuxPath=""
                      9:        SccLocalPath="."
                     10:        SccProvider="MSSCCI:Jalindi Igloo"
                     11:        Keyword="MFCProj">
                     12:        <Platforms>
                     13:                <Platform
                     14:                        Name="Win32"/>
                     15:        </Platforms>
                     16:        <Configurations>
                     17:                <Configuration
                     18:                        Name="Profile Release|Win32"
                     19:                        OutputDirectory=".\ProfileRelease"
                     20:                        IntermediateDirectory=".\ProfileRelease"
                     21:                        ConfigurationType="4"
                     22:                        UseOfMFC="0"
                     23:                        ATLMinimizesCRunTimeLibraryUsage="FALSE"
                     24:                        CharacterSet="2">
                     25:                        <Tool
                     26:                                Name="VCCLCompilerTool"
                     27:                                Optimization="2"
                     28:                                InlineFunctionExpansion="1"
1.2     ! paf        29:                                AdditionalIncludeDirectories="..\..\include;..\..\lib\gc\include;..\..\lib\cord\include;..\..\..\..\win32\gnome\glib\include;..\..\..\..\win32\gnome\glib\include\glib;&quot;..\..\..\..\win32\gnome\gdome2-x.x.x\libgdome&quot;;&quot;..\..\..\..\win32\gnome\libxml2-x.x.x\include&quot;;&quot;..\..\..\..\win32\gnome\libxslt-x.x.x&quot;"
1.1       paf        30:                                PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
                     31:                                StringPooling="TRUE"
                     32:                                RuntimeLibrary="2"
                     33:                                EnableFunctionLevelLinking="TRUE"
                     34:                                PrecompiledHeaderFile=".\ProfileRelease/smtp.pch"
                     35:                                AssemblerListingLocation=".\ProfileRelease/"
                     36:                                ObjectFile=".\ProfileRelease/"
                     37:                                ProgramDataBaseFileName=".\ProfileRelease/"
                     38:                                WarningLevel="3"
                     39:                                SuppressStartupBanner="TRUE"
                     40:                                DebugInformationFormat="3"
                     41:                                CompileAs="2"/>
                     42:                        <Tool
                     43:                                Name="VCCustomBuildTool"/>
                     44:                        <Tool
                     45:                                Name="VCLibrarianTool"
                     46:                                OutputFile=".\ProfileRelease\smtp.lib"
                     47:                                SuppressStartupBanner="TRUE"/>
                     48:                        <Tool
                     49:                                Name="VCMIDLTool"/>
                     50:                        <Tool
                     51:                                Name="VCPostBuildEventTool"/>
                     52:                        <Tool
                     53:                                Name="VCPreBuildEventTool"/>
                     54:                        <Tool
                     55:                                Name="VCPreLinkEventTool"/>
                     56:                        <Tool
                     57:                                Name="VCResourceCompilerTool"
                     58:                                PreprocessorDefinitions="NDEBUG"
                     59:                                Culture="1049"/>
                     60:                        <Tool
                     61:                                Name="VCWebServiceProxyGeneratorTool"/>
                     62:                        <Tool
                     63:                                Name="VCXMLDataGeneratorTool"/>
                     64:                        <Tool
                     65:                                Name="VCManagedWrapperGeneratorTool"/>
                     66:                        <Tool
                     67:                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
                     68:                </Configuration>
                     69:                <Configuration
                     70:                        Name="Release|Win32"
                     71:                        OutputDirectory=".\Release"
                     72:                        IntermediateDirectory=".\Release"
                     73:                        ConfigurationType="4"
                     74:                        UseOfMFC="0"
                     75:                        ATLMinimizesCRunTimeLibraryUsage="FALSE"
                     76:                        CharacterSet="2">
                     77:                        <Tool
                     78:                                Name="VCCLCompilerTool"
                     79:                                Optimization="2"
                     80:                                InlineFunctionExpansion="1"
1.2     ! paf        81:                                AdditionalIncludeDirectories="..\..\include;..\..\lib\gc\include;..\..\lib\cord\include;..\..\..\..\win32\gnome\glib\include;..\..\..\..\win32\gnome\glib\include\glib;&quot;..\..\..\..\win32\gnome\gdome2-x.x.x\libgdome&quot;;&quot;..\..\..\..\win32\gnome\libxml2-x.x.x\include&quot;;&quot;..\..\..\..\win32\gnome\libxslt-x.x.x&quot;"
1.1       paf        82:                                PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
                     83:                                StringPooling="TRUE"
                     84:                                RuntimeLibrary="2"
                     85:                                EnableFunctionLevelLinking="TRUE"
                     86:                                PrecompiledHeaderFile=".\Release/smtp.pch"
                     87:                                AssemblerListingLocation=".\Release/"
                     88:                                ObjectFile=".\Release/"
                     89:                                ProgramDataBaseFileName=".\Release/"
                     90:                                WarningLevel="4"
                     91:                                SuppressStartupBanner="TRUE"
                     92:                                DebugInformationFormat="3"
                     93:                                CompileAs="2"/>
                     94:                        <Tool
                     95:                                Name="VCCustomBuildTool"/>
                     96:                        <Tool
                     97:                                Name="VCLibrarianTool"
                     98:                                OutputFile=".\Release\smtp.lib"
                     99:                                SuppressStartupBanner="TRUE"/>
                    100:                        <Tool
                    101:                                Name="VCMIDLTool"/>
                    102:                        <Tool
                    103:                                Name="VCPostBuildEventTool"/>
                    104:                        <Tool
                    105:                                Name="VCPreBuildEventTool"/>
                    106:                        <Tool
                    107:                                Name="VCPreLinkEventTool"/>
                    108:                        <Tool
                    109:                                Name="VCResourceCompilerTool"
                    110:                                PreprocessorDefinitions="NDEBUG"
                    111:                                Culture="1049"/>
                    112:                        <Tool
                    113:                                Name="VCWebServiceProxyGeneratorTool"/>
                    114:                        <Tool
                    115:                                Name="VCXMLDataGeneratorTool"/>
                    116:                        <Tool
                    117:                                Name="VCManagedWrapperGeneratorTool"/>
                    118:                        <Tool
                    119:                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
                    120:                </Configuration>
                    121:                <Configuration
                    122:                        Name="Debug|Win32"
                    123:                        OutputDirectory=".\Debug"
                    124:                        IntermediateDirectory=".\Debug"
                    125:                        ConfigurationType="4"
                    126:                        UseOfMFC="2"
                    127:                        ATLMinimizesCRunTimeLibraryUsage="FALSE"
                    128:                        CharacterSet="2">
                    129:                        <Tool
                    130:                                Name="VCCLCompilerTool"
                    131:                                Optimization="0"
1.2     ! paf       132:                                AdditionalIncludeDirectories="..\..\include;..\..\lib\gc\include;..\..\lib\cord\include;..\..\..\..\win32\gnome\glib\include;..\..\..\..\win32\gnome\glib\include\glib;&quot;..\..\..\..\win32\gnome\gdome2-x.x.x\libgdome&quot;;&quot;..\..\..\..\win32\gnome\libxml2-x.x.x\include&quot;;&quot;..\..\..\..\win32\gnome\libxslt-x.x.x&quot;"
1.1       paf       133:                                PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
                    134:                                BasicRuntimeChecks="3"
                    135:                                RuntimeLibrary="3"
                    136:                                PrecompiledHeaderFile=".\Debug/smtp.pch"
                    137:                                AssemblerListingLocation=".\Debug/"
                    138:                                ObjectFile=".\Debug/"
                    139:                                ProgramDataBaseFileName=".\Debug/"
                    140:                                WarningLevel="4"
                    141:                                SuppressStartupBanner="TRUE"
                    142:                                DebugInformationFormat="3"
                    143:                                CompileAs="2"/>
                    144:                        <Tool
                    145:                                Name="VCCustomBuildTool"/>
                    146:                        <Tool
                    147:                                Name="VCLibrarianTool"
                    148:                                OutputFile=".\Debug\smtp.lib"
                    149:                                SuppressStartupBanner="TRUE"/>
                    150:                        <Tool
                    151:                                Name="VCMIDLTool"/>
                    152:                        <Tool
                    153:                                Name="VCPostBuildEventTool"/>
                    154:                        <Tool
                    155:                                Name="VCPreBuildEventTool"/>
                    156:                        <Tool
                    157:                                Name="VCPreLinkEventTool"/>
                    158:                        <Tool
                    159:                                Name="VCResourceCompilerTool"
                    160:                                PreprocessorDefinitions="_DEBUG"
                    161:                                Culture="1049"/>
                    162:                        <Tool
                    163:                                Name="VCWebServiceProxyGeneratorTool"/>
                    164:                        <Tool
                    165:                                Name="VCXMLDataGeneratorTool"/>
                    166:                        <Tool
                    167:                                Name="VCManagedWrapperGeneratorTool"/>
                    168:                        <Tool
                    169:                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
                    170:                </Configuration>
                    171:                <Configuration
                    172:                        Name="Profile Debug|Win32"
                    173:                        OutputDirectory=".\ProfileDebug"
                    174:                        IntermediateDirectory=".\ProfileDebug"
                    175:                        ConfigurationType="4"
                    176:                        UseOfMFC="2"
                    177:                        ATLMinimizesCRunTimeLibraryUsage="FALSE"
                    178:                        CharacterSet="2">
                    179:                        <Tool
                    180:                                Name="VCCLCompilerTool"
                    181:                                Optimization="0"
1.2     ! paf       182:                                AdditionalIncludeDirectories="..\..\include;..\..\lib\gc\include;..\..\lib\cord\include;..\..\..\..\win32\gnome\glib\include;..\..\..\..\win32\gnome\glib\include\glib;&quot;..\..\..\..\win32\gnome\gdome2-x.x.x\libgdome&quot;;&quot;..\..\..\..\win32\gnome\libxml2-x.x.x\include&quot;;&quot;..\..\..\..\win32\gnome\libxslt-x.x.x&quot;"
1.1       paf       183:                                PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
                    184:                                BasicRuntimeChecks="3"
                    185:                                RuntimeLibrary="3"
                    186:                                PrecompiledHeaderFile=".\ProfileDebug/smtp.pch"
                    187:                                AssemblerListingLocation=".\ProfileDebug/"
                    188:                                ObjectFile=".\ProfileDebug/"
                    189:                                ProgramDataBaseFileName=".\ProfileDebug/"
                    190:                                WarningLevel="3"
                    191:                                SuppressStartupBanner="TRUE"
                    192:                                DebugInformationFormat="3"
                    193:                                CompileAs="2"/>
                    194:                        <Tool
                    195:                                Name="VCCustomBuildTool"/>
                    196:                        <Tool
                    197:                                Name="VCLibrarianTool"
                    198:                                OutputFile=".\ProfileDebug\smtp.lib"
                    199:                                SuppressStartupBanner="TRUE"/>
                    200:                        <Tool
                    201:                                Name="VCMIDLTool"/>
                    202:                        <Tool
                    203:                                Name="VCPostBuildEventTool"/>
                    204:                        <Tool
                    205:                                Name="VCPreBuildEventTool"/>
                    206:                        <Tool
                    207:                                Name="VCPreLinkEventTool"/>
                    208:                        <Tool
                    209:                                Name="VCResourceCompilerTool"
                    210:                                PreprocessorDefinitions="_DEBUG"
                    211:                                Culture="1049"/>
                    212:                        <Tool
                    213:                                Name="VCWebServiceProxyGeneratorTool"/>
                    214:                        <Tool
                    215:                                Name="VCXMLDataGeneratorTool"/>
                    216:                        <Tool
                    217:                                Name="VCManagedWrapperGeneratorTool"/>
                    218:                        <Tool
                    219:                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
                    220:                </Configuration>
                    221:        </Configurations>
                    222:        <References>
                    223:        </References>
                    224:        <Files>
                    225:                <Filter
                    226:                        Name="Source Files"
                    227:                        Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
                    228:                        <File
                    229:                                RelativePath="comms.C">
                    230:                                <FileConfiguration
                    231:                                        Name="Profile Release|Win32">
                    232:                                        <Tool
                    233:                                                Name="VCCLCompilerTool"
                    234:                                                Optimization="2"
                    235:                                                AdditionalIncludeDirectories=""
                    236:                                                PreprocessorDefinitions=""
                    237:                                                CompileAs="2"/>
                    238:                                </FileConfiguration>
                    239:                                <FileConfiguration
                    240:                                        Name="Release|Win32">
                    241:                                        <Tool
                    242:                                                Name="VCCLCompilerTool"
                    243:                                                Optimization="2"
                    244:                                                AdditionalIncludeDirectories=""
                    245:                                                PreprocessorDefinitions=""
                    246:                                                CompileAs="2"/>
                    247:                                </FileConfiguration>
                    248:                                <FileConfiguration
                    249:                                        Name="Debug|Win32">
                    250:                                        <Tool
                    251:                                                Name="VCCLCompilerTool"
                    252:                                                Optimization="0"
                    253:                                                AdditionalIncludeDirectories=""
                    254:                                                PreprocessorDefinitions=""
                    255:                                                BasicRuntimeChecks="3"
                    256:                                                CompileAs="2"/>
                    257:                                </FileConfiguration>
                    258:                                <FileConfiguration
                    259:                                        Name="Profile Debug|Win32">
                    260:                                        <Tool
                    261:                                                Name="VCCLCompilerTool"
                    262:                                                Optimization="0"
                    263:                                                AdditionalIncludeDirectories=""
                    264:                                                PreprocessorDefinitions=""
                    265:                                                BasicRuntimeChecks="3"
                    266:                                                CompileAs="2"/>
                    267:                                </FileConfiguration>
                    268:                        </File>
                    269:                        <File
                    270:                                RelativePath="smtp.C">
                    271:                                <FileConfiguration
                    272:                                        Name="Profile Release|Win32">
                    273:                                        <Tool
                    274:                                                Name="VCCLCompilerTool"
                    275:                                                Optimization="2"
                    276:                                                AdditionalIncludeDirectories=""
                    277:                                                PreprocessorDefinitions=""
                    278:                                                CompileAs="2"/>
                    279:                                </FileConfiguration>
                    280:                                <FileConfiguration
                    281:                                        Name="Release|Win32">
                    282:                                        <Tool
                    283:                                                Name="VCCLCompilerTool"
                    284:                                                Optimization="2"
                    285:                                                AdditionalIncludeDirectories=""
                    286:                                                PreprocessorDefinitions=""
                    287:                                                CompileAs="2"/>
                    288:                                </FileConfiguration>
                    289:                                <FileConfiguration
                    290:                                        Name="Debug|Win32">
                    291:                                        <Tool
                    292:                                                Name="VCCLCompilerTool"
                    293:                                                Optimization="0"
                    294:                                                AdditionalIncludeDirectories=""
                    295:                                                PreprocessorDefinitions=""
                    296:                                                BasicRuntimeChecks="3"
                    297:                                                CompileAs="2"/>
                    298:                                </FileConfiguration>
                    299:                                <FileConfiguration
                    300:                                        Name="Profile Debug|Win32">
                    301:                                        <Tool
                    302:                                                Name="VCCLCompilerTool"
                    303:                                                Optimization="0"
                    304:                                                AdditionalIncludeDirectories=""
                    305:                                                PreprocessorDefinitions=""
                    306:                                                BasicRuntimeChecks="3"
                    307:                                                CompileAs="2"/>
                    308:                                </FileConfiguration>
                    309:                        </File>
                    310:                </Filter>
                    311:                <Filter
                    312:                        Name="Header Files"
                    313:                        Filter="h;hpp;hxx;hm;inl">
                    314:                        <File
                    315:                                RelativePath="smtp.h">
                    316:                        </File>
                    317:                </Filter>
                    318:        </Files>
                    319:        <Globals>
                    320:        </Globals>
                    321: </VisualStudioProject>

E-mail: