forked from Mirrors/freeswitch
4110f73cf3
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6690 d0543943-73ff-0310-b7d9-9358b9ac24b2
760 lines
17 KiB
XML
760 lines
17 KiB
XML
<?xml version="1.0" encoding="Windows-1252"?>
|
|
<VisualStudioProject
|
|
ProjectType="Visual C++"
|
|
Version="9.00"
|
|
Name="libapr"
|
|
ProjectGUID="{F6C55D93-B927-4483-BB69-15AEF3DD2DFF}"
|
|
RootNamespace="libapr"
|
|
TargetFrameworkVersion="131072"
|
|
>
|
|
<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"
|
|
RandomizedBaseAddress="1"
|
|
DataExecutionPrevention="0"
|
|
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="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"
|
|
RandomizedBaseAddress="1"
|
|
DataExecutionPrevention="0"
|
|
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="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>
|