123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760 |
- <?xml version="1.0" encoding="Windows-1252"?>
- <VisualStudioProject
- ProjectType="Visual C++"
- Version="8.00"
- Name="libapr"
- ProjectGUID="{F6C55D93-B927-4483-BB69-15AEF3DD2DFF}"
- RootNamespace="libapr"
- >
- <Platforms>
- <Platform
- Name="Win32"
- />
- </Platforms>
- <ToolFiles>
- </ToolFiles>
- <Configurations>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory="$(SolutionDir)Debug"
- IntermediateDirectory="$(ConfigurationName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- >
- <Tool
- Name="VCPreBuildEventTool"
- CommandLine="if not exist "$(ProjectDir)..\..\include\" md "$(ProjectDir)..\..\include\"
if not exist "$(ProjectDir)..\..\apr\include\apr.h" type "$(ProjectDir)apr.hw" > "$(ProjectDir)..\..\apr\include\apr.h"
xcopy "$(ProjectDir)..\..\apr\include\*.h" "$(ProjectDir)..\..\include\" /C /D /Y
"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="_DEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="1"
- TypeLibraryName=".\Debug/libapr.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- AdditionalOptions="/EHsc "
- Optimization="0"
- AdditionalIncludeDirectories=""..\..\apr\include";"..\..\apr\include/arch";"..\..\apr\include/arch/win32";"..\..\apr\include/arch/unix""
- PreprocessorDefinitions="_DEBUG;APR_DECLARE_EXPORT;WIN32;_WINDOWS"
- RuntimeLibrary="3"
- PrecompiledHeaderFile=".\Debug/libapr.pch"
- AssemblerListingLocation=".\Debug/"
- ObjectFile=".\Debug/"
- ProgramDataBaseFileName="Debug\libapr_src"
- WarningLevel="3"
- SuppressStartupBanner="true"
- DebugInformationFormat="3"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG,APR_VERSION_ONLY"
- Culture="1033"
- AdditionalIncludeDirectories="..\..\apr\include"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="ws2_32.lib mswsock.lib rpcrt4.lib advapi32.lib"
- OutputFile="$(OutDir)\$(ProjectName).dll"
- LinkIncremental="1"
- SuppressStartupBanner="true"
- GenerateDebugInformation="true"
- ProgramDatabaseFile=".\Debug/libapr-1.pdb"
- SubSystem="2"
- BaseAddress="0x6EEC0000"
- ImportLibrary=".\Debug/libapr-1.lib"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- SuppressStartupBanner="true"
- OutputFile=".\Debug/libapr.bsc"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- CommandLine=""
- />
- </Configuration>
- <Configuration
- Name="Release|Win32"
- OutputDirectory="$(SolutionDir)Release"
- IntermediateDirectory="$(ConfigurationName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- >
- <Tool
- Name="VCPreBuildEventTool"
- CommandLine="if not exist "$(ProjectDir)..\..\include\" md "$(ProjectDir)..\..\include\"
if not exist "$(ProjectDir)..\..\apr\include\apr.h" type "$(ProjectDir)apr.hw" > "$(ProjectDir)..\..\apr\include\apr.h"
xcopy "$(ProjectDir)..\..\apr\include\*.h" "$(ProjectDir)..\..\include\" /C /D /Y
"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="NDEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="1"
- TypeLibraryName=".\Release/libapr.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- InlineFunctionExpansion="1"
- AdditionalIncludeDirectories=""..\..\apr\include";"..\..\apr\include/arch";"..\..\apr\include/arch/win32";"..\..\apr\include/arch/unix""
- PreprocessorDefinitions="NDEBUG;APR_DECLARE_EXPORT;WIN32;_WINDOWS"
- StringPooling="true"
- RuntimeLibrary="2"
- EnableFunctionLevelLinking="true"
- PrecompiledHeaderFile=".\Release/libapr.pch"
- AssemblerListingLocation=".\Release/"
- ObjectFile=".\Release/"
- ProgramDataBaseFileName="Release\libapr_src"
- WarningLevel="3"
- SuppressStartupBanner="true"
- DebugInformationFormat="3"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG,APR_VERSION_ONLY"
- Culture="1033"
- AdditionalIncludeDirectories="..\..\apr\"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="ws2_32.lib mswsock.lib rpcrt4.lib advapi32.lib"
- OutputFile="$(OutDir)\$(ProjectName).dll"
- LinkIncremental="1"
- SuppressStartupBanner="true"
- GenerateDebugInformation="true"
- ProgramDatabaseFile=".\Release/libapr-1.pdb"
- SubSystem="2"
- OptimizeReferences="2"
- BaseAddress="0x6EEC0000"
- ImportLibrary=".\Release/libapr-1.lib"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- SuppressStartupBanner="true"
- OutputFile=".\Release/libapr.bsc"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- CommandLine=""
- />
- </Configuration>
- </Configurations>
- <References>
- </References>
- <Files>
- <Filter
- Name="Source Files"
- Filter=".c"
- >
- <Filter
- Name="atomic"
- >
- <File
- RelativePath="..\..\apr\atomic\win32\apr_atomic.c"
- >
- </File>
- </Filter>
- <Filter
- Name="dso"
- >
- <File
- RelativePath="..\..\apr\dso\win32\dso.c"
- >
- </File>
- </Filter>
- <Filter
- Name="file_io"
- >
- <File
- RelativePath="..\..\apr\file_io\unix\copy.c"
- >
- </File>
- <File
- RelativePath="..\..\apr\file_io\win32\dir.c"
- >
- </File>
- <File
- RelativePath="..\..\apr\file_io\unix\fileacc.c"
- >
- </File>
- <File
- RelativePath="..\..\apr\file_io\win32\filedup.c"
- >
- </File>
- <File
- RelativePath="..\..\apr\file_io\win32\filepath.c"
- >
- </File>
- <File
- RelativePath="..\..\apr\file_io\unix\filepath_util.c"
- >
- </File>
- <File
- RelativePath="..\..\apr\file_io\win32\filestat.c"
- >
- </File>
- <File
- RelativePath="..\..\apr\file_io\win32\filesys.c"
- >
- </File>
- <File
- RelativePath="..\..\apr\file_io\win32\flock.c"
- >
- </File>
- <File
- RelativePath="..\..\apr\file_io\unix\fullrw.c"
- >
- </File>
- <File
- RelativePath="..\..\apr\file_io\unix\mktemp.c"
- >
- </File>
- <File
- RelativePath="..\..\apr\file_io\win32\open.c"
- >
- </File>
- <File
- RelativePath="..\..\apr\file_io\win32\pipe.c"
- >
- </File>
- <File
- RelativePath="..\..\apr\file_io\win32\readwrite.c"
- >
- </File>
- <File
- RelativePath="..\..\apr\file_io\win32\seek.c"
- >
- </File>
- <File
- RelativePath="..\..\apr\file_io\unix\tempdir.c"
- >
- </File>
- </Filter>
- <Filter
- Name="locks"
- >
- <File
- RelativePath="..\..\apr\locks\win32\proc_mutex.c"
- >
- </File>
- <File
- RelativePath="..\..\apr\locks\win32\thread_cond.c"
- >
- </File>
- <File
- RelativePath="..\..\apr\locks\win32\thread_mutex.c"
- >
- </File>
- <File
- RelativePath="..\..\apr\locks\win32\thread_rwlock.c"
- >
- </File>
- </Filter>
- <Filter
- Name="memory"
- >
- <File
- RelativePath="..\..\apr\memory\unix\apr_pools.c"
- >
- </File>
- </Filter>
- <Filter
- Name="misc"
- >
- <File
- RelativePath="..\..\apr\misc\win32\charset.c"
- >
- </File>
- <File
- RelativePath="..\..\apr\misc\win32\env.c"
- >
- </File>
- <File
- RelativePath="..\..\apr\misc\unix\errorcodes.c"
- >
- </File>
- <File
- RelativePath="..\..\apr\misc\unix\getopt.c"
- >
- </File>
- <File
- RelativePath="..\..\apr\misc\win32\internal.c"
- >
- </File>
- <File
- RelativePath="..\..\apr\misc\win32\misc.c"
- >
- </File>
- <File
- RelativePath="..\..\apr\misc\unix\otherchild.c"
- >
- </File>
- <File
- RelativePath="..\..\apr\misc\win32\rand.c"
- >
- </File>
- <File
- RelativePath="..\..\apr\misc\win32\start.c"
- >
- </File>
- <File
- RelativePath="..\..\apr\misc\win32\utf8.c"
- >
- </File>
- <File
- RelativePath="..\..\apr\misc\unix\version.c"
- >
- </File>
- </Filter>
- <Filter
- Name="mmap"
- >
- <File
- RelativePath="..\..\apr\mmap\unix\common.c"
- >
- </File>
- <File
- RelativePath="..\..\apr\mmap\win32\mmap.c"
- >
- </File>
- </Filter>
- <Filter
- Name="network_io"
- >
- <File
- RelativePath="..\..\apr\network_io\unix\inet_ntop.c"
- >
- </File>
- <File
- RelativePath="..\..\apr\network_io\unix\inet_pton.c"
- >
- </File>
- <File
- RelativePath="..\..\apr\network_io\unix\multicast.c"
- >
- </File>
- <File
- RelativePath="..\..\apr\poll\unix\select.c"
- >
- </File>
- <File
- RelativePath="..\..\apr\network_io\win32\sendrecv.c"
- >
- </File>
- <File
- RelativePath="..\..\apr\network_io\unix\sockaddr.c"
- >
- </File>
- <File
- RelativePath="..\..\apr\network_io\win32\sockets.c"
- >
- </File>
- <File
- RelativePath="..\..\apr\network_io\win32\sockopt.c"
- >
- </File>
- </Filter>
- <Filter
- Name="passwd"
- >
- <File
- RelativePath="..\..\apr\passwd\apr_getpass.c"
- >
- </File>
- </Filter>
- <Filter
- Name="random"
- >
- <File
- RelativePath="..\..\apr\random\unix\apr_random.c"
- >
- </File>
- <File
- RelativePath="..\..\apr\random\unix\sha2.c"
- >
- </File>
- <File
- RelativePath="..\..\apr\random\unix\sha2_glue.c"
- >
- </File>
- </Filter>
- <Filter
- Name="shmem"
- >
- <File
- RelativePath="..\..\apr\shmem\win32\shm.c"
- >
- </File>
- </Filter>
- <Filter
- Name="strings"
- >
- <File
- RelativePath="..\..\apr\strings\apr_cpystrn.c"
- >
- </File>
- <File
- RelativePath="..\..\apr\strings\apr_fnmatch.c"
- >
- </File>
- <File
- RelativePath="..\..\apr\strings\apr_snprintf.c"
- >
- </File>
- <File
- RelativePath="..\..\apr\strings\apr_strings.c"
- >
- </File>
- <File
- RelativePath="..\..\apr\strings\apr_strnatcmp.c"
- >
- </File>
- <File
- RelativePath="..\..\apr\strings\apr_strtok.c"
- >
- </File>
- </Filter>
- <Filter
- Name="tables"
- >
- <File
- RelativePath="..\..\apr\tables\apr_hash.c"
- >
- </File>
- <File
- RelativePath="..\..\apr\tables\apr_tables.c"
- >
- </File>
- </Filter>
- <Filter
- Name="threadproc"
- >
- <File
- RelativePath="..\..\apr\threadproc\win32\proc.c"
- >
- </File>
- <File
- RelativePath="..\..\apr\threadproc\win32\signals.c"
- >
- </File>
- <File
- RelativePath="..\..\apr\threadproc\win32\thread.c"
- >
- </File>
- <File
- RelativePath="..\..\apr\threadproc\win32\threadpriv.c"
- >
- </File>
- </Filter>
- <Filter
- Name="time"
- >
- <File
- RelativePath="..\..\apr\time\win32\access.c"
- >
- </File>
- <File
- RelativePath="..\..\apr\time\win32\time.c"
- >
- </File>
- <File
- RelativePath="..\..\apr\time\win32\timestr.c"
- >
- </File>
- </Filter>
- <Filter
- Name="user"
- >
- <File
- RelativePath="..\..\apr\user\win32\groupinfo.c"
- >
- </File>
- <File
- RelativePath="..\..\apr\user\win32\userinfo.c"
- >
- </File>
- </Filter>
- </Filter>
- <Filter
- Name="Private Header Files"
- >
- <File
- RelativePath="..\..\apr\include\arch\win32\apr_arch_atime.h"
- >
- </File>
- <File
- RelativePath="..\..\apr\include\arch\win32\apr_arch_dso.h"
- >
- </File>
- <File
- RelativePath="..\..\apr\include\arch\win32\apr_arch_file_io.h"
- >
- </File>
- <File
- RelativePath="..\..\apr\include\arch\win32\apr_arch_inherit.h"
- >
- </File>
- <File
- RelativePath="..\..\apr\include\arch\win32\apr_arch_misc.h"
- >
- </File>
- <File
- RelativePath="..\..\apr\include\arch\win32\apr_arch_networkio.h"
- >
- </File>
- <File
- RelativePath="..\..\apr\include\arch\win32\apr_arch_thread_mutex.h"
- >
- </File>
- <File
- RelativePath="..\..\apr\include\arch\win32\apr_arch_thread_rwlock.h"
- >
- </File>
- <File
- RelativePath="..\..\apr\include\arch\win32\apr_arch_threadproc.h"
- >
- </File>
- <File
- RelativePath="..\..\apr\include\arch\win32\apr_arch_utf8.h"
- >
- </File>
- <File
- RelativePath="..\..\apr\include\arch\win32\apr_private.h"
- >
- </File>
- <File
- RelativePath="..\..\apr\include\arch\apr_private_common.h"
- >
- </File>
- </Filter>
- <Filter
- Name="Public Header Files"
- >
- <File
- RelativePath="..\..\apr\include\apr_allocator.h"
- >
- </File>
- <File
- RelativePath="..\..\apr\include\apr_atomic.h"
- >
- </File>
- <File
- RelativePath="..\..\apr\include\apr_dso.h"
- >
- </File>
- <File
- RelativePath="..\..\apr\include\apr_env.h"
- >
- </File>
- <File
- RelativePath="..\..\apr\include\apr_errno.h"
- >
- </File>
- <File
- RelativePath="..\..\apr\include\apr_file_info.h"
- >
- </File>
- <File
- RelativePath="..\..\apr\include\apr_file_io.h"
- >
- </File>
- <File
- RelativePath="..\..\apr\include\apr_fnmatch.h"
- >
- </File>
- <File
- RelativePath="..\..\apr\include\apr_general.h"
- >
- </File>
- <File
- RelativePath="..\..\apr\include\apr_getopt.h"
- >
- </File>
- <File
- RelativePath="..\..\apr\include\apr_global_mutex.h"
- >
- </File>
- <File
- RelativePath="..\..\apr\include\apr_hash.h"
- >
- </File>
- <File
- RelativePath="..\..\apr\include\apr_inherit.h"
- >
- </File>
- <File
- RelativePath="..\..\apr\include\apr_lib.h"
- >
- </File>
- <File
- RelativePath="..\..\apr\include\apr_mmap.h"
- >
- </File>
- <File
- RelativePath="..\..\apr\include\apr_network_io.h"
- >
- </File>
- <File
- RelativePath="..\..\apr\include\apr_poll.h"
- >
- </File>
- <File
- RelativePath="..\..\apr\include\apr_pools.h"
- >
- </File>
- <File
- RelativePath="..\..\apr\include\apr_portable.h"
- >
- </File>
- <File
- RelativePath="..\..\apr\include\apr_proc_mutex.h"
- >
- </File>
- <File
- RelativePath="..\..\apr\include\apr_ring.h"
- >
- </File>
- <File
- RelativePath="..\..\apr\include\apr_shm.h"
- >
- </File>
- <File
- RelativePath="..\..\apr\include\apr_signal.h"
- >
- </File>
- <File
- RelativePath="..\..\apr\include\apr_strings.h"
- >
- </File>
- <File
- RelativePath="..\..\apr\include\apr_support.h"
- >
- </File>
- <File
- RelativePath="..\..\apr\include\apr_tables.h"
- >
- </File>
- <File
- RelativePath="..\..\apr\include\apr_thread_cond.h"
- >
- </File>
- <File
- RelativePath="..\..\apr\include\apr_thread_mutex.h"
- >
- </File>
- <File
- RelativePath="..\..\apr\include\apr_thread_proc.h"
- >
- </File>
- <File
- RelativePath="..\..\apr\include\apr_thread_rwlock.h"
- >
- </File>
- <File
- RelativePath="..\..\apr\include\apr_time.h"
- >
- </File>
- <File
- RelativePath="..\..\apr\include\apr_user.h"
- >
- </File>
- <File
- RelativePath="..\..\apr\include\apr_version.h"
- >
- </File>
- <File
- RelativePath="..\..\apr\include\apr_want.h"
- >
- </File>
- </Filter>
- <File
- RelativePath="..\..\apr\libapr.rc"
- >
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCResourceCompilerTool"
- AdditionalIncludeDirectories="..\..\apr\include"
- />
- </FileConfiguration>
- </File>
- </Files>
- <Globals>
- </Globals>
- </VisualStudioProject>
|