Annotation of embedaddon/libevent/WIN32-Prj/libevent.vcproj, revision 1.1

1.1     ! misho       1: <?xml version="1.0" encoding="Windows-1252"?>
        !             2: <VisualStudioProject
        !             3:        ProjectType="Visual C++"
        !             4:        Version="8.00"
        !             5:        Name="libevent"
        !             6:        ProjectGUID="{B98ABFCE-24D4-4B70-94DE-EF7F1E0662F9}"
        !             7:        >
        !             8:        <Platforms>
        !             9:                <Platform
        !            10:                        Name="Win32"
        !            11:                />
        !            12:        </Platforms>
        !            13:        <ToolFiles>
        !            14:        </ToolFiles>
        !            15:        <Configurations>
        !            16:                <Configuration
        !            17:                        Name="Debug|Win32"
        !            18:                        OutputDirectory=".\Debug"
        !            19:                        IntermediateDirectory=".\Debug"
        !            20:                        ConfigurationType="4"
        !            21:                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
        !            22:                        UseOfMFC="0"
        !            23:                        ATLMinimizesCRunTimeLibraryUsage="false"
        !            24:                        CharacterSet="2"
        !            25:                        >
        !            26:                        <Tool
        !            27:                                Name="VCPreBuildEventTool"
        !            28:                        />
        !            29:                        <Tool
        !            30:                                Name="VCCustomBuildTool"
        !            31:                        />
        !            32:                        <Tool
        !            33:                                Name="VCXMLDataGeneratorTool"
        !            34:                        />
        !            35:                        <Tool
        !            36:                                Name="VCWebServiceProxyGeneratorTool"
        !            37:                        />
        !            38:                        <Tool
        !            39:                                Name="VCMIDLTool"
        !            40:                        />
        !            41:                        <Tool
        !            42:                                Name="VCCLCompilerTool"
        !            43:                                Optimization="0"
        !            44:                                AdditionalIncludeDirectories="..\,..\WIN32-Code,..\compat"
        !            45:                                PreprocessorDefinitions="WIN32,HAVE_CONFIG_H,_CRT_SECURE_NO_DEPRECATE"
        !            46:                                MinimalRebuild="true"
        !            47:                                BasicRuntimeChecks="3"
        !            48:                                RuntimeLibrary="1"
        !            49:                                PrecompiledHeaderFile=".\Debug/libevent.pch"
        !            50:                                AssemblerListingLocation=".\Debug/"
        !            51:                                ObjectFile=".\Debug/"
        !            52:                                ProgramDataBaseFileName=".\Debug/"
        !            53:                                WarningLevel="3"
        !            54:                                SuppressStartupBanner="true"
        !            55:                                DebugInformationFormat="4"
        !            56:                                CompileAs="1"
        !            57:                        />
        !            58:                        <Tool
        !            59:                                Name="VCManagedResourceCompilerTool"
        !            60:                        />
        !            61:                        <Tool
        !            62:                                Name="VCResourceCompilerTool"
        !            63:                                PreprocessorDefinitions="_DEBUG"
        !            64:                                Culture="1033"
        !            65:                        />
        !            66:                        <Tool
        !            67:                                Name="VCPreLinkEventTool"
        !            68:                        />
        !            69:                        <Tool
        !            70:                                Name="VCLibrarianTool"
        !            71:                                OutputFile=".\Debug\libevent.lib"
        !            72:                                SuppressStartupBanner="true"
        !            73:                        />
        !            74:                        <Tool
        !            75:                                Name="VCALinkTool"
        !            76:                        />
        !            77:                        <Tool
        !            78:                                Name="VCXDCMakeTool"
        !            79:                        />
        !            80:                        <Tool
        !            81:                                Name="VCBscMakeTool"
        !            82:                                SuppressStartupBanner="true"
        !            83:                                OutputFile=".\Debug/libevent.bsc"
        !            84:                        />
        !            85:                        <Tool
        !            86:                                Name="VCFxCopTool"
        !            87:                        />
        !            88:                        <Tool
        !            89:                                Name="VCPostBuildEventTool"
        !            90:                        />
        !            91:                </Configuration>
        !            92:                <Configuration
        !            93:                        Name="Release|Win32"
        !            94:                        OutputDirectory=".\Release"
        !            95:                        IntermediateDirectory=".\Release"
        !            96:                        ConfigurationType="4"
        !            97:                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
        !            98:                        UseOfMFC="0"
        !            99:                        ATLMinimizesCRunTimeLibraryUsage="false"
        !           100:                        CharacterSet="2"
        !           101:                        >
        !           102:                        <Tool
        !           103:                                Name="VCPreBuildEventTool"
        !           104:                        />
        !           105:                        <Tool
        !           106:                                Name="VCCustomBuildTool"
        !           107:                        />
        !           108:                        <Tool
        !           109:                                Name="VCXMLDataGeneratorTool"
        !           110:                        />
        !           111:                        <Tool
        !           112:                                Name="VCWebServiceProxyGeneratorTool"
        !           113:                        />
        !           114:                        <Tool
        !           115:                                Name="VCMIDLTool"
        !           116:                        />
        !           117:                        <Tool
        !           118:                                Name="VCCLCompilerTool"
        !           119:                                Optimization="2"
        !           120:                                InlineFunctionExpansion="1"
        !           121:                                AdditionalIncludeDirectories="..\,..\WIN32-Code,..\compat"
        !           122:                                PreprocessorDefinitions="WIN32,HAVE_CONFIG_H,_CRT_SECURE_NO_DEPRECATE"
        !           123:                                StringPooling="true"
        !           124:                                RuntimeLibrary="0"
        !           125:                                EnableFunctionLevelLinking="true"
        !           126:                                PrecompiledHeaderFile=".\Release/libevent.pch"
        !           127:                                AssemblerListingLocation=".\Release/"
        !           128:                                ObjectFile=".\Release/"
        !           129:                                ProgramDataBaseFileName=".\Release/"
        !           130:                                WarningLevel="3"
        !           131:                                SuppressStartupBanner="true"
        !           132:                                CompileAs="1"
        !           133:                        />
        !           134:                        <Tool
        !           135:                                Name="VCManagedResourceCompilerTool"
        !           136:                        />
        !           137:                        <Tool
        !           138:                                Name="VCResourceCompilerTool"
        !           139:                                PreprocessorDefinitions="NDEBUG"
        !           140:                                Culture="1033"
        !           141:                        />
        !           142:                        <Tool
        !           143:                                Name="VCPreLinkEventTool"
        !           144:                        />
        !           145:                        <Tool
        !           146:                                Name="VCLibrarianTool"
        !           147:                                OutputFile=".\Release\libevent.lib"
        !           148:                                SuppressStartupBanner="true"
        !           149:                        />
        !           150:                        <Tool
        !           151:                                Name="VCALinkTool"
        !           152:                        />
        !           153:                        <Tool
        !           154:                                Name="VCXDCMakeTool"
        !           155:                        />
        !           156:                        <Tool
        !           157:                                Name="VCBscMakeTool"
        !           158:                                SuppressStartupBanner="true"
        !           159:                                OutputFile=".\Release/libevent.bsc"
        !           160:                        />
        !           161:                        <Tool
        !           162:                                Name="VCFxCopTool"
        !           163:                        />
        !           164:                        <Tool
        !           165:                                Name="VCPostBuildEventTool"
        !           166:                        />
        !           167:                </Configuration>
        !           168:        </Configurations>
        !           169:        <References>
        !           170:        </References>
        !           171:        <Files>
        !           172:                <Filter
        !           173:                        Name="Source Files"
        !           174:                        Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
        !           175:                        >
        !           176:                        <File
        !           177:                                RelativePath="..\buffer.c"
        !           178:                                >
        !           179:                        </File>
        !           180:                        <File
        !           181:                                RelativePath="..\evbuffer.c"
        !           182:                                >
        !           183:                        </File>
        !           184:                        <File
        !           185:                                RelativePath="..\evdns.c"
        !           186:                                >
        !           187:                        </File>
        !           188:                        <File
        !           189:                                RelativePath="..\event.c"
        !           190:                                >
        !           191:                                <FileConfiguration
        !           192:                                        Name="Debug|Win32"
        !           193:                                        >
        !           194:                                        <Tool
        !           195:                                                Name="VCCLCompilerTool"
        !           196:                                                AdditionalIncludeDirectories=""
        !           197:                                                PreprocessorDefinitions=""
        !           198:                                        />
        !           199:                                </FileConfiguration>
        !           200:                                <FileConfiguration
        !           201:                                        Name="Release|Win32"
        !           202:                                        >
        !           203:                                        <Tool
        !           204:                                                Name="VCCLCompilerTool"
        !           205:                                                AdditionalIncludeDirectories=""
        !           206:                                                PreprocessorDefinitions=""
        !           207:                                        />
        !           208:                                </FileConfiguration>
        !           209:                        </File>
        !           210:                        <File
        !           211:                                RelativePath="..\event_tagging.c"
        !           212:                                >
        !           213:                        </File>
        !           214:                        <File
        !           215:                                RelativePath="..\evrpc.c"
        !           216:                                >
        !           217:                        </File>
        !           218:                        <File
        !           219:                                RelativePath="..\evutil.c"
        !           220:                                >
        !           221:                        </File>
        !           222:                        <File
        !           223:                                RelativePath="..\http.c"
        !           224:                                >
        !           225:                        </File>
        !           226:                        <File
        !           227:                                RelativePath="..\log.c"
        !           228:                                >
        !           229:                                <FileConfiguration
        !           230:                                        Name="Debug|Win32"
        !           231:                                        >
        !           232:                                        <Tool
        !           233:                                                Name="VCCLCompilerTool"
        !           234:                                                AdditionalIncludeDirectories=""
        !           235:                                                PreprocessorDefinitions=""
        !           236:                                        />
        !           237:                                </FileConfiguration>
        !           238:                                <FileConfiguration
        !           239:                                        Name="Release|Win32"
        !           240:                                        >
        !           241:                                        <Tool
        !           242:                                                Name="VCCLCompilerTool"
        !           243:                                                AdditionalIncludeDirectories=""
        !           244:                                                PreprocessorDefinitions=""
        !           245:                                        />
        !           246:                                </FileConfiguration>
        !           247:                        </File>
        !           248:                        <File
        !           249:                                RelativePath="..\signal.c"
        !           250:                                >
        !           251:                        </File>
        !           252:                        <File
        !           253:                                RelativePath="..\strlcpy.c"
        !           254:                                >
        !           255:                        </File>
        !           256:                        <File
        !           257:                                RelativePath="..\WIN32-Code\win32.c"
        !           258:                                >
        !           259:                                <FileConfiguration
        !           260:                                        Name="Debug|Win32"
        !           261:                                        >
        !           262:                                        <Tool
        !           263:                                                Name="VCCLCompilerTool"
        !           264:                                                AdditionalIncludeDirectories=""
        !           265:                                                PreprocessorDefinitions=""
        !           266:                                        />
        !           267:                                </FileConfiguration>
        !           268:                                <FileConfiguration
        !           269:                                        Name="Release|Win32"
        !           270:                                        >
        !           271:                                        <Tool
        !           272:                                                Name="VCCLCompilerTool"
        !           273:                                                AdditionalIncludeDirectories=""
        !           274:                                                PreprocessorDefinitions=""
        !           275:                                        />
        !           276:                                </FileConfiguration>
        !           277:                        </File>
        !           278:                </Filter>
        !           279:                <Filter
        !           280:                        Name="Header Files"
        !           281:                        Filter="h;hpp;hxx;hm;inl"
        !           282:                        >
        !           283:                        <File
        !           284:                                RelativePath="..\WIN32-Code\config.h"
        !           285:                                >
        !           286:                        </File>
        !           287:                        <File
        !           288:                                RelativePath="..\evdns.h"
        !           289:                                >
        !           290:                        </File>
        !           291:                        <File
        !           292:                                RelativePath="..\WIN32-Code\event-config.h"
        !           293:                                >
        !           294:                        </File>
        !           295:                        <File
        !           296:                                RelativePath="..\event-internal.h"
        !           297:                                >
        !           298:                        </File>
        !           299:                        <File
        !           300:                                RelativePath="..\event.h"
        !           301:                                >
        !           302:                        </File>
        !           303:                        <File
        !           304:                                RelativePath="..\evhttp.h"
        !           305:                                >
        !           306:                        </File>
        !           307:                        <File
        !           308:                                RelativePath="..\evrpc-internal.h"
        !           309:                                >
        !           310:                        </File>
        !           311:                        <File
        !           312:                                RelativePath="..\evrpc.h"
        !           313:                                >
        !           314:                        </File>
        !           315:                        <File
        !           316:                                RelativePath="..\evsignal.h"
        !           317:                                >
        !           318:                        </File>
        !           319:                        <File
        !           320:                                RelativePath="..\evutil.h"
        !           321:                                >
        !           322:                        </File>
        !           323:                        <File
        !           324:                                RelativePath="..\http-internal.h"
        !           325:                                >
        !           326:                        </File>
        !           327:                        <File
        !           328:                                RelativePath="..\min_heap.h"
        !           329:                                >
        !           330:                        </File>
        !           331:                        <File
        !           332:                                RelativePath="..\strlcpy-internal.h"
        !           333:                                >
        !           334:                        </File>
        !           335:                </Filter>
        !           336:        </Files>
        !           337:        <Globals>
        !           338:        </Globals>
        !           339: </VisualStudioProject>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>