mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-11-29 18:37:41 +08:00
2354 lines
48 KiB
XML
2354 lines
48 KiB
XML
<?xml version="1.0" encoding="gb2312"?>
|
|
<VisualStudioProject
|
|
ProjectType="Visual C++"
|
|
Version="9.00"
|
|
Name="lib_acl"
|
|
ProjectGUID="{B40213C2-507C-4C7F-A6E1-B850C9BDC27B}"
|
|
RootNamespace="acl_lib"
|
|
TargetFrameworkVersion="131072"
|
|
>
|
|
<Platforms>
|
|
<Platform
|
|
Name="Win32"
|
|
/>
|
|
</Platforms>
|
|
<ToolFiles>
|
|
</ToolFiles>
|
|
<Configurations>
|
|
<Configuration
|
|
Name="Release|Win32"
|
|
OutputDirectory="."
|
|
IntermediateDirectory=".\Release"
|
|
ConfigurationType="4"
|
|
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
|
|
UseOfMFC="0"
|
|
ATLMinimizesCRunTimeLibraryUsage="false"
|
|
CharacterSet="2"
|
|
DeleteExtensionsOnClean="*.obj;*.ilk;*.pdb;*.tlb;*.tli;*.tlh;*.tmp;*.rsp;*.bat;*.map;*.pch;$(TargetPath)"
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="2"
|
|
InlineFunctionExpansion="1"
|
|
FavorSizeOrSpeed="2"
|
|
AdditionalIncludeDirectories=".\include;."
|
|
PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_MT;MS_VC;ACL_PREPARE_COMPILE"
|
|
StringPooling="true"
|
|
RuntimeLibrary="0"
|
|
EnableFunctionLevelLinking="true"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderFile=".\Release/acl_lib.pch"
|
|
AssemblerListingLocation=".\Release/"
|
|
ObjectFile=".\Release/"
|
|
ProgramDataBaseFileName="$(ProjectName)_vc2008.pdb"
|
|
WarningLevel="3"
|
|
SuppressStartupBanner="true"
|
|
DebugInformationFormat="3"
|
|
/>
|
|
<Tool
|
|
Name="VCManagedResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
PreprocessorDefinitions="NDEBUG"
|
|
Culture="2052"
|
|
/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCLibrarianTool"
|
|
OutputFile="$(ProjectName)_vc2008.lib"
|
|
SuppressStartupBanner="true"
|
|
/>
|
|
<Tool
|
|
Name="VCALinkTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXDCMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCBscMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCFxCopTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
CommandLine="copy $(TargetName).lib ..\dist\lib\win32\$(TargetName).lib /Y
copy $(TargetName).pdb ..\dist\lib\win32\$(TargetName).pdb /Y
"
|
|
/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="Debug|Win32"
|
|
OutputDirectory="."
|
|
IntermediateDirectory=".\Debug"
|
|
ConfigurationType="4"
|
|
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
|
|
UseOfMFC="0"
|
|
ATLMinimizesCRunTimeLibraryUsage="false"
|
|
CharacterSet="2"
|
|
DeleteExtensionsOnClean="*.obj;*.ilk;*.pdb;*.tlb;*.tli;*.tlh;*.tmp;*.rsp;*.bat;*.map;*.pch;$(TargetPath)"
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="0"
|
|
FavorSizeOrSpeed="2"
|
|
AdditionalIncludeDirectories=".\include;."
|
|
PreprocessorDefinitions="WIN32;_DEBUG;_LIB;_MT;ACL_PREPARE_COMPILE"
|
|
BasicRuntimeChecks="3"
|
|
RuntimeLibrary="1"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderFile="$(TargetName).pch"
|
|
AssemblerListingLocation=".\Debug/"
|
|
ObjectFile=".\Debug/"
|
|
ProgramDataBaseFileName="$(ProjectName)_vc2008d.pdb"
|
|
WarningLevel="3"
|
|
SuppressStartupBanner="true"
|
|
DebugInformationFormat="3"
|
|
CompileAs="0"
|
|
/>
|
|
<Tool
|
|
Name="VCManagedResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
PreprocessorDefinitions="_DEBUG"
|
|
Culture="2052"
|
|
/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCLibrarianTool"
|
|
OutputFile="$(ProjectName)_vc2008d.lib"
|
|
SuppressStartupBanner="true"
|
|
/>
|
|
<Tool
|
|
Name="VCALinkTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXDCMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCBscMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCFxCopTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
CommandLine="copy $(TargetName).lib ..\dist\lib\win32\$(TargetName).lib /Y
copy $(TargetName).pdb ..\dist\lib\win32\$(TargetName).pdb /Y
"
|
|
/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="ReleaseDll|Win32"
|
|
OutputDirectory="."
|
|
IntermediateDirectory="ReleaseDll"
|
|
ConfigurationType="2"
|
|
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
|
|
DeleteExtensionsOnClean="*.obj;*.ilk;*.pdb;*.tlb;*.tli;*.tlh;*.tmp;*.rsp;*.bat;*.map;*.pch;$(TargetPath)"
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
AdditionalIncludeDirectories=".\include;."
|
|
PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_MT;MS_VC;ACL_DLL;ACL_EXPORTS;ACL_PREPARE_COMPILE"
|
|
RuntimeLibrary="2"
|
|
UsePrecompiledHeader="2"
|
|
ProgramDataBaseFileName="$(ProjectName).pdb"
|
|
DebugInformationFormat="3"
|
|
/>
|
|
<Tool
|
|
Name="VCManagedResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
AdditionalDependencies="wsock32.lib ws2_32.lib IPHlpApi.Lib"
|
|
OutputFile="$(ProjectName).dll"
|
|
LinkIncremental="1"
|
|
RandomizedBaseAddress="1"
|
|
DataExecutionPrevention="0"
|
|
TargetMachine="1"
|
|
/>
|
|
<Tool
|
|
Name="VCALinkTool"
|
|
/>
|
|
<Tool
|
|
Name="VCManifestTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXDCMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCBscMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCFxCopTool"
|
|
/>
|
|
<Tool
|
|
Name="VCAppVerifierTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
CommandLine="copy $(TargetName).lib ..\dist\lib\win32\$(TargetName).lib /Y
copy $(TargetName).dll ..\dist\lib\win32\$(TargetName).dll /Y
copy $(TargetName).pdb ..\dist\lib\win32\$(TargetName).pdb /Y
"
|
|
/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="DebugDll|Win32"
|
|
OutputDirectory="."
|
|
IntermediateDirectory="DebugDll"
|
|
ConfigurationType="2"
|
|
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
|
|
DeleteExtensionsOnClean="*.obj;*.ilk;*.pdb;*.tlb;*.tli;*.tlh;*.tmp;*.rsp;*.bat;*.map;*.pch;$(TargetPath)"
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="0"
|
|
FavorSizeOrSpeed="2"
|
|
AdditionalIncludeDirectories=".\include;."
|
|
PreprocessorDefinitions="WIN32;_DEBUG;_LIB;_MT;MS_VC;ACL_DLL;ACL_EXPORTS;ACL_PREPARE_COMPILE"
|
|
BasicRuntimeChecks="3"
|
|
RuntimeLibrary="3"
|
|
UsePrecompiledHeader="2"
|
|
ProgramDataBaseFileName="$(ProjectName)_d.pdb"
|
|
WarningLevel="3"
|
|
DebugInformationFormat="3"
|
|
/>
|
|
<Tool
|
|
Name="VCManagedResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
AdditionalDependencies="wsock32.lib ws2_32.lib IPHlpApi.Lib"
|
|
OutputFile="$(ProjectName)_d.dll"
|
|
LinkIncremental="1"
|
|
GenerateDebugInformation="true"
|
|
AssemblyDebug="1"
|
|
GenerateMapFile="true"
|
|
MapExports="false"
|
|
RandomizedBaseAddress="1"
|
|
DataExecutionPrevention="0"
|
|
ImportLibrary="$(OutDir)/$(TargetName).lib"
|
|
TargetMachine="1"
|
|
/>
|
|
<Tool
|
|
Name="VCALinkTool"
|
|
/>
|
|
<Tool
|
|
Name="VCManifestTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXDCMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCBscMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCFxCopTool"
|
|
/>
|
|
<Tool
|
|
Name="VCAppVerifierTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
CommandLine="copy $(TargetName).lib ..\dist\lib\win32\$(TargetName).lib /Y
copy $(TargetName).dll ..\dist\lib\win32\$(TargetName).dll /Y
copy $(TargetName).pdb ..\dist\lib\win32\$(TargetName).pdb /Y
"
|
|
/>
|
|
</Configuration>
|
|
</Configurations>
|
|
<References>
|
|
</References>
|
|
<Files>
|
|
<Filter
|
|
Name="Source Files"
|
|
Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
|
|
>
|
|
<File
|
|
RelativePath=".\src\acl_stdafx.c"
|
|
>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
UsePrecompiledHeader="1"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
UsePrecompiledHeader="1"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="ReleaseDll|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
UsePrecompiledHeader="1"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="DebugDll|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
UsePrecompiledHeader="1"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\lib_acl.rc"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\StdAfx.h"
|
|
>
|
|
</File>
|
|
<Filter
|
|
Name="stdlib"
|
|
>
|
|
<File
|
|
RelativePath=".\src\stdlib\acl_atomic.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\stdlib\acl_chunk_chain.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\stdlib\acl_debug.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\stdlib\acl_file.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\stdlib\acl_getopt.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\stdlib\acl_mbox.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\stdlib\acl_meter_time.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\stdlib\acl_msg.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\stdlib\acl_myflock.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\stdlib\acl_mylog.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\stdlib\acl_readline.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\stdlib\acl_vbuf.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\stdlib\acl_vbuf_print.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\stdlib\acl_vsprintf.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\stdlib\acl_vstream.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\stdlib\acl_vstream_popen.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\stdlib\acl_vstring.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\stdlib\acl_vstring_vstream.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\stdlib\charmap.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\stdlib\getopt.c"
|
|
>
|
|
</File>
|
|
<Filter
|
|
Name="iostuff"
|
|
>
|
|
<File
|
|
RelativePath=".\src\stdlib\iostuff\acl_close_on_exec.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\stdlib\iostuff\acl_closefrom.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\stdlib\iostuff\acl_doze.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\stdlib\iostuff\acl_duplex_pipe.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\stdlib\iostuff\acl_fdtype.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\stdlib\iostuff\acl_non_blocking.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\stdlib\iostuff\acl_open_limit.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\stdlib\iostuff\acl_peekfd.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\stdlib\iostuff\acl_pipe.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\stdlib\iostuff\acl_read_wait.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\stdlib\iostuff\acl_readable.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\stdlib\iostuff\acl_timed_read.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\stdlib\iostuff\acl_timed_write.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\stdlib\iostuff\acl_write_buf.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\stdlib\iostuff\acl_write_wait.c"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="common"
|
|
>
|
|
<File
|
|
RelativePath=".\src\stdlib\common\acl_argv.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\stdlib\common\acl_argv_split.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\stdlib\common\acl_array.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\stdlib\common\acl_binhash.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\stdlib\common\acl_btree.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\stdlib\common\acl_cache.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\stdlib\common\acl_cache2.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\stdlib\common\acl_dlink.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\stdlib\common\acl_fifo.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\stdlib\common\acl_hash.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\stdlib\common\acl_htable.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\stdlib\common\acl_iplink.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\stdlib\common\acl_ring.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\stdlib\common\acl_stack.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\stdlib\common\acl_token_tree.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\stdlib\common\acl_ypipe.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\stdlib\common\acl_yqueue.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\stdlib\common\acl_avl.c"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="configure"
|
|
>
|
|
<File
|
|
RelativePath=".\src\stdlib\configure\acl_loadcfg.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\stdlib\configure\acl_xinetd_cfg.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\stdlib\configure\acl_xinetd_params.c"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="filedir"
|
|
>
|
|
<File
|
|
RelativePath=".\src\stdlib\filedir\acl_dir.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\stdlib\filedir\acl_fhandle.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\stdlib\filedir\acl_make_dirs.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\stdlib\filedir\acl_sane_basename.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\stdlib\filedir\acl_scan_dir.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\stdlib\filedir\dir_sys_patch.h"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="sys"
|
|
>
|
|
<File
|
|
RelativePath=".\src\stdlib\sys\acl_dll.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\stdlib\sys\acl_env.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\stdlib\sys\acl_exec_command.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\stdlib\sys\acl_process.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\stdlib\sys\acl_safe_getenv.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\stdlib\sys\acl_sane_socketpair.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\stdlib\sys\acl_sys_file.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\stdlib\sys\acl_sys_socket.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\stdlib\sys\acl_unsafe.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\stdlib\sys\acl_gettimeofday.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\stdlib\sys\acl_sleep.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\stdlib\sys\acl_snprintf.c"
|
|
>
|
|
</File>
|
|
<Filter
|
|
Name="unix"
|
|
>
|
|
<File
|
|
RelativePath=".\src\stdlib\sys\unix\acl_chroot_uid.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\stdlib\sys\unix\acl_core_limit.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\stdlib\sys\unix\acl_mychown.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\stdlib\sys\unix\acl_open_lock.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\stdlib\sys\unix\acl_safe_open.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\stdlib\sys\unix\acl_set_eugid.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\stdlib\sys\unix\acl_set_ugid.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\stdlib\sys\unix\acl_timed_wait.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\stdlib\sys\unix\acl_trace.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\stdlib\sys\unix\acl_transfer_fd.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\stdlib\sys\unix\acl_username.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\stdlib\sys\unix\acl_watchdog.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\stdlib\sys\unix\posix_signals.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\stdlib\sys\unix\posix_signals.h"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
</Filter>
|
|
<Filter
|
|
Name="string"
|
|
>
|
|
<File
|
|
RelativePath=".\src\stdlib\string\acl_alldig.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\stdlib\string\acl_basename.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\stdlib\string\acl_concatenate.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\stdlib\string\acl_hex_code.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\stdlib\string\acl_localtime.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\stdlib\string\acl_mystring.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\stdlib\string\acl_split_at.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\stdlib\string\acl_split_nameval.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\stdlib\string\acl_str2time.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\stdlib\string\acl_strcasecmp.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\stdlib\string\acl_strcasestr.c"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="memory"
|
|
>
|
|
<File
|
|
RelativePath=".\src\stdlib\memory\acl_allocator.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\stdlib\memory\acl_dbuf_pool.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\stdlib\memory\acl_default_malloc.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\stdlib\memory\acl_malloc_glue.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\stdlib\memory\acl_mem_hook.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\stdlib\memory\acl_mem_slice.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\stdlib\memory\acl_mempool.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\stdlib\memory\acl_slice.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\stdlib\memory\allocator.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\stdlib\memory\malloc_vars.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\stdlib\memory\mem_pool.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\stdlib\memory\ring.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\stdlib\memory\squid_allocator.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\stdlib\memory\squid_allocator.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\stdlib\memory\squid_allocator_tools.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\stdlib\memory\vstring_pool.c"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="debug"
|
|
>
|
|
<File
|
|
RelativePath=".\src\stdlib\debug\acl_debug_malloc.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\stdlib\debug\debug_htable.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\stdlib\debug\htable.h"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
</Filter>
|
|
<Filter
|
|
Name="net"
|
|
>
|
|
<File
|
|
RelativePath=".\src\net\acl_access.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\net\acl_host_port.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\net\acl_ifconf.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\net\acl_mask_addr.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\net\acl_sane_inet.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\net\acl_sane_socket.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\net\acl_tcp_ctl.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\net\acl_valid_hostname.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\net\acl_vstream_net.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\net\Ipifcons.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\net\IPTypes.h"
|
|
>
|
|
</File>
|
|
<Filter
|
|
Name="listen"
|
|
>
|
|
<File
|
|
RelativePath=".\src\net\listen\acl_fifo_listen.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\net\listen\acl_inet_listen.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\net\listen\acl_sane_accept.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\net\listen\acl_sane_bind.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\net\listen\acl_unix_listen.c"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="connect"
|
|
>
|
|
<File
|
|
RelativePath=".\src\net\connect\acl_inet_connect.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\net\connect\acl_sane_connect.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\net\connect\acl_stream_connect.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\net\connect\acl_timed_connect.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\net\connect\acl_unix_connect.c"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="dns"
|
|
>
|
|
<File
|
|
RelativePath=".\src\net\dns\acl_dns.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\net\dns\acl_netdb.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\net\dns\acl_netdb_cache.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\net\dns\acl_res.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\net\dns\acl_rfc1035.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\net\dns\res_util.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\net\dns\util.h"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
</Filter>
|
|
<Filter
|
|
Name="thread"
|
|
>
|
|
<File
|
|
RelativePath=".\src\thread\acl_pthread.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\thread\acl_pthread_cond.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\thread\acl_pthread_mutex.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\thread\acl_pthread_pool.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\thread\acl_pthread_rwlock.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\thread\acl_sem.c"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="msg"
|
|
>
|
|
<File
|
|
RelativePath=".\src\msg\acl_aqueue.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\msg\acl_msgio.c"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="xml"
|
|
>
|
|
<File
|
|
RelativePath=".\src\xml\acl_xml.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\xml\acl_xml2.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\xml\acl_xml2_parse.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\xml\acl_xml2_util.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\xml\acl_xml3.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\xml\acl_xml3_parse.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\xml\acl_xml3_util.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\xml\acl_xml_parse.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\xml\acl_xml_util.c"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="event"
|
|
>
|
|
<File
|
|
RelativePath=".\src\event\acl_events.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\event\acl_timer.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\event\events.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\event\events.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\event\events_alloc.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\event\events_define.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\event\events_devpoll.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\event\events_dog.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\event\events_dog.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\event\events_epoll.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\event\events_epoll_thr.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\event\events_fdtable.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\event\events_fdtable.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\event\events_iocp.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\event\events_iocp.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\event\events_kernel.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\event\events_kernel_thr.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\event\events_kqueue.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\event\events_poll.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\event\events_poll_thr.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\event\events_select.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\event\events_select_thr.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\event\events_timer.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\event\events_timer_thr.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\event\events_wmsg.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\event\events_wmsg.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\event\fdmap.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\event\fdmap.h"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="ioctl"
|
|
>
|
|
<File
|
|
RelativePath=".\src\ioctl\acl_ioctl.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\ioctl\ioctl_internal.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\ioctl\ioctl_proc.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\ioctl\ioctl_thr.c"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="aio"
|
|
>
|
|
<File
|
|
RelativePath=".\src\aio\acl_aio.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\aio\acl_aio_connect.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\aio\acl_aio_listen.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\aio\acl_aio_read.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\aio\acl_aio_stream.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\aio\acl_aio_write.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\aio\aio.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\aio\aio_callback.c"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="db"
|
|
>
|
|
<File
|
|
RelativePath=".\src\db\acl_dbpool.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\db\acl_dbsql.c"
|
|
>
|
|
</File>
|
|
<Filter
|
|
Name="mysql"
|
|
>
|
|
<File
|
|
RelativePath=".\src\db\mysql\acl_dbmysql.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\db\mysql\acl_dbmysql.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\db\mysql\acl_dbpool_mysql.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\db\mysql\acl_dbpool_mysql.h"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="memdb"
|
|
>
|
|
<File
|
|
RelativePath=".\src\db\memdb\acl_mdb.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\db\memdb\acl_mdt.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\db\memdb\acl_mdt_avl.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\db\memdb\acl_mdt_binhash.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\db\memdb\acl_mdt_hash.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\db\memdb\define.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\db\memdb\mdb_private.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\db\memdb\ring.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\db\memdb\struct.h"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="null"
|
|
>
|
|
<File
|
|
RelativePath=".\src\db\null\acl_dbnull.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\db\null\acl_dbnull.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\db\null\acl_dbpool_null.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\db\null\acl_dbpool_null.h"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="zdb"
|
|
>
|
|
<File
|
|
RelativePath=".\src\db\zdb\zdb.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\db\zdb\zdb_dat.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\db\zdb\zdb_dat_iter.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\db\zdb\zdb_dat_walk.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\db\zdb\zdb_io.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\db\zdb\zdb_key.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\db\zdb\zdb_key_walk.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\db\zdb\zdb_private.h"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
</Filter>
|
|
<Filter
|
|
Name="unit_test"
|
|
>
|
|
<File
|
|
RelativePath=".\src\unit_test\acl_test_cfg.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\unit_test\acl_test_cfg_general.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\unit_test\acl_test_inner.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\unit_test\acl_test_log.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\unit_test\acl_test_loop.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\unit_test\acl_test_misc.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\unit_test\acl_test_outer.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\unit_test\acl_test_runner.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\unit_test\acl_test_token.c"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="master"
|
|
>
|
|
<File
|
|
RelativePath=".\src\master\acl_master_flow.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\master\acl_master_params.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\master\acl_master_proto.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\master\acl_server_sig.c"
|
|
>
|
|
</File>
|
|
<Filter
|
|
Name="template"
|
|
>
|
|
<File
|
|
RelativePath=".\src\master\template\acl_aio_server.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\master\template\acl_single_server.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\master\template\acl_threads_server.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\master\template\acl_trigger_server.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\master\template\acl_udp_server.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\master\template\master_log.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\master\template\master_log.h"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
</Filter>
|
|
<Filter
|
|
Name="proctl"
|
|
>
|
|
<File
|
|
RelativePath=".\src\proctl\acl_proctl.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\proctl\proctl_child.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\proctl\proctl_internal.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\proctl\proctl_monitor.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\proctl\proctl_service.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\proctl\proctl_utils.c"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="experiment"
|
|
>
|
|
</Filter>
|
|
<Filter
|
|
Name="init"
|
|
>
|
|
<File
|
|
RelativePath=".\src\init\acl_init.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\init\init.h"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="private"
|
|
>
|
|
<File
|
|
RelativePath=".\src\private\private.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\private\private_array.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\private\private_array.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\private\private_fifo.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\private\private_fifo.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\private\private_vstream.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\private\private_vstream.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\private\sem.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\private\sem.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\private\thread.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\private\private_thread_mutex.c"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="json"
|
|
>
|
|
<File
|
|
RelativePath=".\src\json\acl_json.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\json\acl_json_parse.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\json\acl_json_util.c"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="code"
|
|
>
|
|
<File
|
|
RelativePath=".\src\code\acl_base64.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\code\acl_gbcode.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\code\acl_htmlcode.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\code\acl_urlcode.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\code\acl_vstring_base64.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\code\acl_xmlcode.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\code\gb_ft2jt.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\code\gb_jt2ft.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\code\html_charset.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\code\uni2utf8.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\code\uni2utf8.h"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
</Filter>
|
|
<Filter
|
|
Name="Header Files"
|
|
Filter="h;hpp;hxx;hm;inl"
|
|
>
|
|
<File
|
|
RelativePath=".\include\lib_acl.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\resource.h"
|
|
>
|
|
</File>
|
|
<Filter
|
|
Name="stdlib"
|
|
>
|
|
<File
|
|
RelativePath=".\include\stdlib\acl_allocator.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\stdlib\acl_argv.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\stdlib\acl_array.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\stdlib\acl_atomic.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\stdlib\acl_binhash.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\stdlib\acl_bits_map.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\stdlib\acl_btree.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\stdlib\acl_cache.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\stdlib\acl_cache2.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\stdlib\acl_cfg_macro.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\stdlib\acl_chunk_chain.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\stdlib\acl_dbuf_pool.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\stdlib\acl_debug.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\stdlib\acl_debug_malloc.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\stdlib\acl_define.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\stdlib\acl_define_bsd.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\stdlib\acl_define_linux.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\stdlib\acl_define_macosx.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\stdlib\acl_define_sunx86.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\stdlib\acl_define_unix.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\stdlib\acl_define_win32.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\stdlib\acl_dir.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\stdlib\acl_dlink.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\stdlib\acl_dll.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\stdlib\acl_env.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\stdlib\acl_exec_command.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\stdlib\acl_fhandle.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\stdlib\acl_fifo.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\stdlib\acl_file.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\stdlib\acl_getopt.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\stdlib\acl_hash.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\stdlib\acl_hex_code.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\stdlib\acl_htable.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\stdlib\acl_iostuff.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\stdlib\acl_iplink.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\stdlib\acl_iterator.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\stdlib\acl_loadcfg.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\stdlib\acl_make_dirs.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\stdlib\acl_malloc.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\stdlib\acl_mbox.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\stdlib\acl_mem_hook.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\stdlib\acl_mem_slice.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\stdlib\acl_meter_time.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\stdlib\acl_msg.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\stdlib\acl_myflock.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\stdlib\acl_mylog.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\stdlib\acl_mymalloc.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\stdlib\acl_mystring.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\stdlib\acl_process.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\stdlib\acl_readline.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\stdlib\acl_ring.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\stdlib\acl_safe.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\stdlib\acl_sane_basename.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\stdlib\acl_scan_dir.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\stdlib\acl_slice.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\stdlib\acl_split_at.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\stdlib\acl_stack.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\stdlib\acl_stdlib.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\stdlib\acl_stringops.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\stdlib\acl_sys_patch.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\stdlib\acl_timeops.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\stdlib\acl_token_tree.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\stdlib\acl_vbuf.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\stdlib\acl_vbuf_print.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\stdlib\acl_vsprintf.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\stdlib\acl_vstream.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\stdlib\acl_vstream_popen.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\stdlib\acl_vstring.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\stdlib\acl_vstring_vstream.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\stdlib\acl_xinetd_cfg.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\stdlib\acl_ypipe.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\stdlib\acl_yqueue.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\stdlib\acl_avl.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\stdlib\avl_impl.h"
|
|
>
|
|
</File>
|
|
<Filter
|
|
Name="unix"
|
|
>
|
|
<File
|
|
RelativePath=".\include\stdlib\unix\acl_chroot_uid.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\stdlib\unix\acl_core_limit.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\stdlib\unix\acl_mychown.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\stdlib\unix\acl_open_lock.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\stdlib\unix\acl_safe_open.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\stdlib\unix\acl_set_eugid.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\stdlib\unix\acl_set_ugid.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\stdlib\unix\acl_timed_wait.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\stdlib\unix\acl_trace.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\stdlib\unix\acl_transfer_fd.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\stdlib\unix\acl_unix.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\stdlib\unix\acl_username.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\stdlib\unix\acl_watchdog.h"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
</Filter>
|
|
<Filter
|
|
Name="net"
|
|
>
|
|
<File
|
|
RelativePath=".\include\net\acl_access.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\net\acl_connect.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\net\acl_dns.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\net\acl_host_port.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\net\acl_ifconf.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\net\acl_listen.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\net\acl_mask_addr.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\net\acl_net.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\net\acl_netdb.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\net\acl_res.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\net\acl_rfc1035.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\net\acl_sane_inet.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\net\acl_sane_socket.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\net\acl_tcp_ctl.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\net\acl_valid_hostname.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\net\acl_vstream_net.h"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="thread"
|
|
>
|
|
<File
|
|
RelativePath=".\include\thread\acl_pthread.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\thread\acl_pthread_pool.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\thread\acl_pthread_rwlock.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\thread\acl_sem.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\thread\acl_thread.h"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="msg"
|
|
>
|
|
<File
|
|
RelativePath=".\include\msg\acl_aqueue.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\msg\acl_msgio.h"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="xml"
|
|
>
|
|
<File
|
|
RelativePath=".\include\xml\acl_xml.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\xml\acl_xml2.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\xml\acl_xml3.h"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="event"
|
|
>
|
|
<File
|
|
RelativePath=".\include\event\acl_events.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\event\acl_timer.h"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="aio"
|
|
>
|
|
<File
|
|
RelativePath=".\include\aio\acl_aio.h"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="ioctl"
|
|
>
|
|
<File
|
|
RelativePath=".\include\ioctl\acl_ioctl.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\ioctl\acl_spool.h"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="db"
|
|
>
|
|
<File
|
|
RelativePath=".\include\db\acl_db.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\db\acl_dberr.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\db\acl_dbpool.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\db\acl_dbsql.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\db\acl_mdb.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\db\zdb.h"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="unit_test"
|
|
>
|
|
<File
|
|
RelativePath=".\include\unit_test\acl_test_global.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\unit_test\acl_test_macro.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\unit_test\acl_test_struct.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\unit_test\acl_test_var.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\unit_test\acl_unit_test.h"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="code"
|
|
>
|
|
<File
|
|
RelativePath=".\include\code\acl_base64.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\code\acl_code.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\code\acl_gbcode.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\code\acl_htmlcode.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\code\acl_urlcode.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\code\acl_vstring_base64.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\code\acl_xmlcode.h"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="master"
|
|
>
|
|
<File
|
|
RelativePath=".\include\master\acl_aio_params.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\master\acl_master.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\master\acl_master_conf.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\master\acl_master_flow.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\master\acl_master_proto.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\master\acl_master_type.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\master\acl_server_api.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\master\acl_single_params.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\master\acl_threads_params.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\master\acl_trigger_params.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\master\acl_udp_params.h"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="proctl"
|
|
>
|
|
<File
|
|
RelativePath=".\include\proctl\acl_proctl.h"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="experiment"
|
|
>
|
|
<File
|
|
RelativePath=".\include\experiment\experiment.h"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="init"
|
|
>
|
|
<File
|
|
RelativePath=".\include\init\acl_init.h"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="json"
|
|
>
|
|
<File
|
|
RelativePath=".\include\json\acl_json.h"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
</Filter>
|
|
<Filter
|
|
Name="doc"
|
|
>
|
|
<File
|
|
RelativePath=".\changes.txt"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\todo.txt"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<File
|
|
RelativePath="Readme.txt"
|
|
>
|
|
</File>
|
|
</Files>
|
|
<Globals>
|
|
</Globals>
|
|
</VisualStudioProject>
|