2020-09-16 16:25:20 +08:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
|
<ItemGroup Label="ProjectConfigurations">
|
|
|
|
|
<ProjectConfiguration Include="DebugDll|x64">
|
|
|
|
|
<Configuration>DebugDll</Configuration>
|
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
<ProjectConfiguration Include="Debug|Win32">
|
|
|
|
|
<Configuration>Debug</Configuration>
|
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
<ProjectConfiguration Include="DebugDll|Win32">
|
|
|
|
|
<Configuration>DebugDll</Configuration>
|
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
<ProjectConfiguration Include="Debug|x64">
|
|
|
|
|
<Configuration>Debug</Configuration>
|
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
<ProjectConfiguration Include="ReleaseDll|Win32">
|
|
|
|
|
<Configuration>ReleaseDll</Configuration>
|
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
<ProjectConfiguration Include="ReleaseDll|x64">
|
|
|
|
|
<Configuration>ReleaseDll</Configuration>
|
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
<ProjectConfiguration Include="Release|Win32">
|
|
|
|
|
<Configuration>Release</Configuration>
|
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
<ProjectConfiguration Include="Release|x64">
|
|
|
|
|
<Configuration>Release</Configuration>
|
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<PropertyGroup Label="Globals">
|
|
|
|
|
<ProjectName>lib_acl</ProjectName>
|
|
|
|
|
<ProjectGuid>{B40213C2-507C-4C7F-A6E1-B850C9BDC27B}</ProjectGuid>
|
|
|
|
|
<RootNamespace>acl_lib</RootNamespace>
|
|
|
|
|
<SccProjectName />
|
|
|
|
|
<SccLocalPath />
|
|
|
|
|
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugDll|Win32'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
2020-09-16 17:14:16 +08:00
|
|
|
|
<PlatformToolset>v142</PlatformToolset>
|
2021-09-14 18:34:21 +08:00
|
|
|
|
<CharacterSet>MultiByte</CharacterSet>
|
2020-09-16 16:25:20 +08:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugDll|x64'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
2021-02-09 15:04:23 +08:00
|
|
|
|
<PlatformToolset>v142</PlatformToolset>
|
2021-09-14 18:34:21 +08:00
|
|
|
|
<CharacterSet>MultiByte</CharacterSet>
|
2020-09-16 16:25:20 +08:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDll|Win32'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
2020-09-16 17:14:16 +08:00
|
|
|
|
<PlatformToolset>v142</PlatformToolset>
|
2021-09-14 18:34:21 +08:00
|
|
|
|
<CharacterSet>MultiByte</CharacterSet>
|
2020-09-16 16:25:20 +08:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDll|x64'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
2021-02-09 15:04:23 +08:00
|
|
|
|
<PlatformToolset>v142</PlatformToolset>
|
2020-09-16 16:25:20 +08:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
|
|
|
<UseOfMfc>false</UseOfMfc>
|
|
|
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
|
|
|
<PlatformToolset>v142</PlatformToolset>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
|
|
|
<UseOfMfc>false</UseOfMfc>
|
|
|
|
|
<CharacterSet>MultiByte</CharacterSet>
|
2021-02-09 15:04:23 +08:00
|
|
|
|
<PlatformToolset>v142</PlatformToolset>
|
2020-09-16 16:25:20 +08:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
|
|
|
<UseOfMfc>false</UseOfMfc>
|
|
|
|
|
<CharacterSet>MultiByte</CharacterSet>
|
2020-09-16 17:14:16 +08:00
|
|
|
|
<PlatformToolset>v142</PlatformToolset>
|
2020-09-16 16:25:20 +08:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
|
|
|
<UseOfMfc>false</UseOfMfc>
|
|
|
|
|
<CharacterSet>MultiByte</CharacterSet>
|
2021-02-09 15:04:23 +08:00
|
|
|
|
<PlatformToolset>v142</PlatformToolset>
|
2020-09-16 16:25:20 +08:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
|
|
|
<ImportGroup Label="ExtensionSettings">
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='DebugDll|Win32'" Label="PropertySheets">
|
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='DebugDll|x64'" Label="PropertySheets">
|
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDll|Win32'" Label="PropertySheets">
|
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDll|x64'" Label="PropertySheets">
|
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
|
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
|
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
|
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
|
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
<PropertyGroup Label="UserMacros" />
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
|
2021-08-22 23:15:38 +08:00
|
|
|
|
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)$(Configuration)\</OutDir>
|
|
|
|
|
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Configuration)\</IntDir>
|
2020-09-16 16:25:20 +08:00
|
|
|
|
<ExtensionsToDeleteOnClean Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">*.obj%3b*.ilk%3b*.pdb%3b*.tlb%3b*.tli%3b*.tlh%3b*.tmp%3b*.rsp%3b*.bat%3b*.map%3b*.pch%3b$(TargetPath)</ExtensionsToDeleteOnClean>
|
|
|
|
|
<ExtensionsToDeleteOnClean Condition="'$(Configuration)|$(Platform)'=='Release|x64'">*.obj%3b*.ilk%3b*.pdb%3b*.tlb%3b*.tli%3b*.tlh%3b*.tmp%3b*.rsp%3b*.bat%3b*.map%3b*.pch%3b$(TargetPath)</ExtensionsToDeleteOnClean>
|
2021-08-22 23:15:38 +08:00
|
|
|
|
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)$(Configuration)\</OutDir>
|
|
|
|
|
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Configuration)\</IntDir>
|
2020-09-16 16:25:20 +08:00
|
|
|
|
<ExtensionsToDeleteOnClean Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">*.obj%3b*.ilk%3b*.pdb%3b*.tlb%3b*.tli%3b*.tlh%3b*.tmp%3b*.rsp%3b*.bat%3b*.map%3b*.pch%3b$(TargetPath)</ExtensionsToDeleteOnClean>
|
|
|
|
|
<ExtensionsToDeleteOnClean Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">*.obj%3b*.ilk%3b*.pdb%3b*.tlb%3b*.tli%3b*.tlh%3b*.tmp%3b*.rsp%3b*.bat%3b*.map%3b*.pch%3b$(TargetPath)</ExtensionsToDeleteOnClean>
|
2021-08-22 23:15:38 +08:00
|
|
|
|
<OutDir Condition="'$(Configuration)|$(Platform)'=='ReleaseDll|Win32'">$(SolutionDir)$(Configuration)\</OutDir>
|
|
|
|
|
<IntDir Condition="'$(Configuration)|$(Platform)'=='ReleaseDll|Win32'">$(Configuration)\</IntDir>
|
2020-09-16 16:25:20 +08:00
|
|
|
|
<ExtensionsToDeleteOnClean Condition="'$(Configuration)|$(Platform)'=='ReleaseDll|Win32'">*.obj%3b*.ilk%3b*.pdb%3b*.tlb%3b*.tli%3b*.tlh%3b*.tmp%3b*.rsp%3b*.bat%3b*.map%3b*.pch%3b$(TargetPath)</ExtensionsToDeleteOnClean>
|
|
|
|
|
<ExtensionsToDeleteOnClean Condition="'$(Configuration)|$(Platform)'=='ReleaseDll|x64'">*.obj%3b*.ilk%3b*.pdb%3b*.tlb%3b*.tli%3b*.tlh%3b*.tmp%3b*.rsp%3b*.bat%3b*.map%3b*.pch%3b$(TargetPath)</ExtensionsToDeleteOnClean>
|
|
|
|
|
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='ReleaseDll|Win32'">false</LinkIncremental>
|
|
|
|
|
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='ReleaseDll|x64'">false</LinkIncremental>
|
2021-08-22 23:15:38 +08:00
|
|
|
|
<OutDir Condition="'$(Configuration)|$(Platform)'=='DebugDll|Win32'">$(SolutionDir)$(Configuration)\</OutDir>
|
|
|
|
|
<IntDir Condition="'$(Configuration)|$(Platform)'=='DebugDll|Win32'">$(Configuration)\</IntDir>
|
2020-09-16 16:25:20 +08:00
|
|
|
|
<ExtensionsToDeleteOnClean Condition="'$(Configuration)|$(Platform)'=='DebugDll|Win32'">*.obj%3b*.ilk%3b*.pdb%3b*.tlb%3b*.tli%3b*.tlh%3b*.tmp%3b*.rsp%3b*.bat%3b*.map%3b*.pch%3b$(TargetPath)</ExtensionsToDeleteOnClean>
|
|
|
|
|
<ExtensionsToDeleteOnClean Condition="'$(Configuration)|$(Platform)'=='DebugDll|x64'">*.obj%3b*.ilk%3b*.pdb%3b*.tlb%3b*.tli%3b*.tlh%3b*.tmp%3b*.rsp%3b*.bat%3b*.map%3b*.pch%3b$(TargetPath)</ExtensionsToDeleteOnClean>
|
|
|
|
|
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='DebugDll|Win32'">false</LinkIncremental>
|
2021-09-14 18:34:21 +08:00
|
|
|
|
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='DebugDll|x64'">true</LinkIncremental>
|
2020-09-16 16:25:20 +08:00
|
|
|
|
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
|
|
|
|
|
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">AllRules.ruleset</CodeAnalysisRuleSet>
|
|
|
|
|
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
|
|
|
|
|
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" />
|
|
|
|
|
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
|
|
|
|
|
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" />
|
|
|
|
|
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='DebugDll|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
|
|
|
|
|
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='DebugDll|x64'">AllRules.ruleset</CodeAnalysisRuleSet>
|
|
|
|
|
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='DebugDll|Win32'" />
|
|
|
|
|
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='DebugDll|x64'" />
|
|
|
|
|
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='DebugDll|Win32'" />
|
|
|
|
|
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='DebugDll|x64'" />
|
|
|
|
|
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='ReleaseDll|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
|
|
|
|
|
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='ReleaseDll|x64'">AllRules.ruleset</CodeAnalysisRuleSet>
|
|
|
|
|
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='ReleaseDll|Win32'" />
|
|
|
|
|
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='ReleaseDll|x64'" />
|
|
|
|
|
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='ReleaseDll|Win32'" />
|
|
|
|
|
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='ReleaseDll|x64'" />
|
|
|
|
|
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
|
|
|
|
|
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|x64'">AllRules.ruleset</CodeAnalysisRuleSet>
|
|
|
|
|
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
|
|
|
|
|
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|x64'" />
|
|
|
|
|
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
|
|
|
|
|
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|x64'" />
|
2021-08-22 23:15:38 +08:00
|
|
|
|
<TargetName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(ProjectName)</TargetName>
|
2021-09-16 19:27:09 +08:00
|
|
|
|
<TargetName Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(ProjectName)</TargetName>
|
2021-08-22 23:15:38 +08:00
|
|
|
|
<TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(ProjectName)</TargetName>
|
2021-09-16 19:27:09 +08:00
|
|
|
|
<TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(ProjectName)</TargetName>
|
2021-08-22 23:15:38 +08:00
|
|
|
|
<TargetName Condition="'$(Configuration)|$(Platform)'=='DebugDll|Win32'">$(ProjectName)</TargetName>
|
2021-09-14 18:34:21 +08:00
|
|
|
|
<TargetName Condition="'$(Configuration)|$(Platform)'=='DebugDll|x64'">$(ProjectName)</TargetName>
|
2020-09-16 16:25:20 +08:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
2021-09-16 19:27:09 +08:00
|
|
|
|
<IntDir>$(Platform)\$(Configuration)\</IntDir>
|
|
|
|
|
<OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
|
2020-09-16 16:25:20 +08:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
2021-09-16 19:27:09 +08:00
|
|
|
|
<OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
|
|
|
|
|
<IntDir>$(Platform)\$(Configuration)\</IntDir>
|
2020-09-16 16:25:20 +08:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugDll|x64'">
|
2021-09-16 19:27:09 +08:00
|
|
|
|
<OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
|
|
|
|
|
<IntDir>$(Platform)\$(Configuration)\</IntDir>
|
2020-09-16 16:25:20 +08:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDll|x64'">
|
2021-09-16 19:27:09 +08:00
|
|
|
|
<OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
|
|
|
|
|
<IntDir>$(Platform)\$(Configuration)\</IntDir>
|
2020-09-16 16:25:20 +08:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<Optimization>MaxSpeed</Optimization>
|
|
|
|
|
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
|
|
|
|
|
<FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
|
|
|
|
|
<AdditionalIncludeDirectories>.\include;.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
|
|
<PreprocessorDefinitions>NDEBUG;_LIB;_MT;ACL_PREPARE_COMPILE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
<StringPooling>true</StringPooling>
|
|
|
|
|
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
|
|
<PrecompiledHeader>Use</PrecompiledHeader>
|
|
|
|
|
<PrecompiledHeaderOutputFile>.\Release/acl_lib.pch</PrecompiledHeaderOutputFile>
|
|
|
|
|
<AssemblerListingLocation>.\Release/</AssemblerListingLocation>
|
|
|
|
|
<ObjectFileName>.\Release/</ObjectFileName>
|
2021-08-22 23:15:38 +08:00
|
|
|
|
<ProgramDataBaseFileName>$(OutDir)$(TargetName).pdb</ProgramDataBaseFileName>
|
2020-09-16 16:25:20 +08:00
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|
|
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
|
|
|
</ClCompile>
|
|
|
|
|
<Lib>
|
2021-08-22 23:15:38 +08:00
|
|
|
|
<OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
|
2020-09-16 16:25:20 +08:00
|
|
|
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|
|
|
|
<TargetMachine>MachineX86</TargetMachine>
|
|
|
|
|
</Lib>
|
|
|
|
|
<PostBuildEvent>
|
2021-08-22 23:15:38 +08:00
|
|
|
|
<Command>
|
|
|
|
|
</Command>
|
2020-09-16 16:25:20 +08:00
|
|
|
|
</PostBuildEvent>
|
|
|
|
|
<ResourceCompile>
|
|
|
|
|
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
<Culture>0x0804</Culture>
|
|
|
|
|
</ResourceCompile>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<Optimization>MaxSpeed</Optimization>
|
|
|
|
|
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
|
|
|
|
|
<FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
|
|
|
|
|
<AdditionalIncludeDirectories>.\include;.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
|
|
<PreprocessorDefinitions>NDEBUG;_LIB;_MT;ACL_PREPARE_COMPILE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
<StringPooling>true</StringPooling>
|
|
|
|
|
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
|
|
<PrecompiledHeader>Use</PrecompiledHeader>
|
|
|
|
|
<PrecompiledHeaderOutputFile>.\Release/acl_lib.pch</PrecompiledHeaderOutputFile>
|
|
|
|
|
<AssemblerListingLocation>.\Release/</AssemblerListingLocation>
|
|
|
|
|
<ObjectFileName>.\Release/</ObjectFileName>
|
2020-09-16 16:58:10 +08:00
|
|
|
|
<ProgramDataBaseFileName>$(ProjectName)_vc2019.pdb</ProgramDataBaseFileName>
|
2020-09-16 16:25:20 +08:00
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|
|
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
2022-09-06 09:59:52 +08:00
|
|
|
|
<SDLCheck>false</SDLCheck>
|
2020-09-16 16:25:20 +08:00
|
|
|
|
</ClCompile>
|
|
|
|
|
<Lib>
|
2021-09-16 19:27:09 +08:00
|
|
|
|
<OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
|
2020-09-16 16:25:20 +08:00
|
|
|
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|
|
|
|
<TargetMachine>MachineX64</TargetMachine>
|
|
|
|
|
</Lib>
|
|
|
|
|
<PostBuildEvent>
|
2021-09-16 19:27:09 +08:00
|
|
|
|
<Command>
|
|
|
|
|
</Command>
|
2020-09-16 16:25:20 +08:00
|
|
|
|
</PostBuildEvent>
|
|
|
|
|
<ResourceCompile>
|
|
|
|
|
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
<Culture>0x0804</Culture>
|
|
|
|
|
</ResourceCompile>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<Optimization>Disabled</Optimization>
|
|
|
|
|
<FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
|
|
|
|
|
<AdditionalIncludeDirectories>.\include;.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
|
|
<PreprocessorDefinitions>_DEBUG;_LIB;_MT;ACL_PREPARE_COMPILE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
|
|
|
|
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
|
|
|
|
<PrecompiledHeader>Use</PrecompiledHeader>
|
|
|
|
|
<PrecompiledHeaderOutputFile>$(TargetName).pch</PrecompiledHeaderOutputFile>
|
2021-08-22 23:15:38 +08:00
|
|
|
|
<AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
|
|
|
|
|
<ObjectFileName>$(IntDir)</ObjectFileName>
|
|
|
|
|
<ProgramDataBaseFileName>$(OutDir)$(TargetName).pdb</ProgramDataBaseFileName>
|
2020-09-16 16:25:20 +08:00
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|
|
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
|
|
|
<CompileAs>Default</CompileAs>
|
|
|
|
|
</ClCompile>
|
|
|
|
|
<Lib>
|
2021-08-22 23:15:38 +08:00
|
|
|
|
<OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
|
2020-09-16 16:25:20 +08:00
|
|
|
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|
|
|
|
<TargetMachine>MachineX86</TargetMachine>
|
|
|
|
|
</Lib>
|
|
|
|
|
<PostBuildEvent>
|
2021-08-22 23:15:38 +08:00
|
|
|
|
<Command>
|
|
|
|
|
</Command>
|
2020-09-16 16:25:20 +08:00
|
|
|
|
</PostBuildEvent>
|
|
|
|
|
<ResourceCompile>
|
|
|
|
|
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
<Culture>0x0804</Culture>
|
|
|
|
|
</ResourceCompile>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<Optimization>Disabled</Optimization>
|
|
|
|
|
<FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
|
|
|
|
|
<AdditionalIncludeDirectories>.\include;.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
|
|
<PreprocessorDefinitions>_DEBUG;_LIB;_MT;ACL_PREPARE_COMPILE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
|
|
|
|
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
|
|
|
|
<PrecompiledHeader>Use</PrecompiledHeader>
|
|
|
|
|
<PrecompiledHeaderOutputFile>$(TargetName).pch</PrecompiledHeaderOutputFile>
|
|
|
|
|
<AssemblerListingLocation>.\Debug/</AssemblerListingLocation>
|
|
|
|
|
<ObjectFileName>.\Debug/</ObjectFileName>
|
2020-09-16 16:58:10 +08:00
|
|
|
|
<ProgramDataBaseFileName>$(ProjectName)_vc2019d.pdb</ProgramDataBaseFileName>
|
2020-09-16 16:25:20 +08:00
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|
|
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
|
|
|
<CompileAs>Default</CompileAs>
|
2022-09-06 09:59:52 +08:00
|
|
|
|
<SDLCheck>false</SDLCheck>
|
2020-09-16 16:25:20 +08:00
|
|
|
|
</ClCompile>
|
|
|
|
|
<Lib>
|
2021-09-16 19:27:09 +08:00
|
|
|
|
<OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
|
2020-09-16 16:25:20 +08:00
|
|
|
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|
|
|
|
<TargetMachine>MachineX64</TargetMachine>
|
|
|
|
|
</Lib>
|
|
|
|
|
<PostBuildEvent>
|
2021-09-16 19:27:09 +08:00
|
|
|
|
<Command>
|
|
|
|
|
</Command>
|
2020-09-16 16:25:20 +08:00
|
|
|
|
</PostBuildEvent>
|
|
|
|
|
<ResourceCompile>
|
|
|
|
|
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
<Culture>0x0804</Culture>
|
|
|
|
|
</ResourceCompile>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDll|Win32'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<AdditionalIncludeDirectories>.\include;.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
|
|
<PreprocessorDefinitions>NDEBUG;_LIB;_MT;ACL_PREPARE_COMPILE;ACL_DLL;ACL_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
|
|
|
<PrecompiledHeader>Use</PrecompiledHeader>
|
2021-08-22 23:15:38 +08:00
|
|
|
|
<ProgramDataBaseFileName>$(IntDir)vc$(PlatformToolsetVersion).pdb</ProgramDataBaseFileName>
|
2020-09-16 16:25:20 +08:00
|
|
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<AdditionalDependencies>wsock32.lib;ws2_32.lib;IPHlpApi.Lib;%(AdditionalDependencies)</AdditionalDependencies>
|
2021-08-22 23:15:38 +08:00
|
|
|
|
<OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
|
2020-09-16 16:25:20 +08:00
|
|
|
|
<TargetMachine>MachineX86</TargetMachine>
|
2021-08-22 23:15:38 +08:00
|
|
|
|
<GenerateMapFile>true</GenerateMapFile>
|
2020-09-16 16:25:20 +08:00
|
|
|
|
</Link>
|
|
|
|
|
<PostBuildEvent>
|
2021-08-22 23:15:38 +08:00
|
|
|
|
<Command>
|
|
|
|
|
</Command>
|
2020-09-16 16:25:20 +08:00
|
|
|
|
</PostBuildEvent>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDll|x64'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<AdditionalIncludeDirectories>.\include;.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
|
|
<PreprocessorDefinitions>NDEBUG;_LIB;_MT;ACL_PREPARE_COMPILE;ACL_DLL;ACL_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
|
|
|
<PrecompiledHeader>Use</PrecompiledHeader>
|
2023-12-15 16:20:21 +08:00
|
|
|
|
<ProgramDataBaseFileName>$(IntDir)vc$(PlatformToolsetVersion).pdb</ProgramDataBaseFileName>
|
2020-09-16 16:25:20 +08:00
|
|
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
2022-09-06 09:59:52 +08:00
|
|
|
|
<SDLCheck>false</SDLCheck>
|
2020-09-16 16:25:20 +08:00
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<AdditionalDependencies>wsock32.lib;ws2_32.lib;IPHlpApi.Lib;%(AdditionalDependencies)</AdditionalDependencies>
|
2021-09-16 19:27:09 +08:00
|
|
|
|
<OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
|
2020-09-16 16:25:20 +08:00
|
|
|
|
</Link>
|
|
|
|
|
<PostBuildEvent>
|
2021-09-16 19:27:09 +08:00
|
|
|
|
<Command>
|
|
|
|
|
</Command>
|
2020-09-16 16:25:20 +08:00
|
|
|
|
</PostBuildEvent>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugDll|Win32'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<Optimization>Disabled</Optimization>
|
|
|
|
|
<FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
|
|
|
|
|
<AdditionalIncludeDirectories>.\include;.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
|
|
<PreprocessorDefinitions>_DEBUG;_LIB;_MT;ACL_DLL;ACL_EXPORTS;ACL_PREPARE_COMPILE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
|
|
|
|
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
|
|
|
|
<PrecompiledHeader>Use</PrecompiledHeader>
|
2021-08-22 23:15:38 +08:00
|
|
|
|
<ProgramDataBaseFileName>$(IntDir)vc$(PlatformToolsetVersion).pdb</ProgramDataBaseFileName>
|
2020-09-16 16:25:20 +08:00
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<AdditionalDependencies>wsock32.lib;ws2_32.lib;IPHlpApi.Lib;%(AdditionalDependencies)</AdditionalDependencies>
|
2021-08-22 23:15:38 +08:00
|
|
|
|
<OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
|
2020-09-16 16:25:20 +08:00
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
|
<AssemblyDebug>true</AssemblyDebug>
|
|
|
|
|
<GenerateMapFile>true</GenerateMapFile>
|
|
|
|
|
<MapExports>false</MapExports>
|
|
|
|
|
<ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary>
|
|
|
|
|
<TargetMachine>MachineX86</TargetMachine>
|
|
|
|
|
</Link>
|
|
|
|
|
<PostBuildEvent>
|
2021-08-22 23:15:38 +08:00
|
|
|
|
<Command>
|
|
|
|
|
</Command>
|
2020-09-16 16:25:20 +08:00
|
|
|
|
</PostBuildEvent>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugDll|x64'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<Optimization>Disabled</Optimization>
|
|
|
|
|
<FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
|
|
|
|
|
<AdditionalIncludeDirectories>.\include;.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
|
|
<PreprocessorDefinitions>_DEBUG;_LIB;_MT;ACL_DLL;ACL_EXPORTS;ACL_PREPARE_COMPILE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
|
|
|
|
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
|
|
|
|
<PrecompiledHeader>Use</PrecompiledHeader>
|
2023-12-15 16:20:21 +08:00
|
|
|
|
<ProgramDataBaseFileName>$(IntDir)vc$(PlatformToolsetVersion).pdb</ProgramDataBaseFileName>
|
2020-09-16 16:25:20 +08:00
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
2022-09-06 09:59:52 +08:00
|
|
|
|
<SDLCheck>false</SDLCheck>
|
2020-09-16 16:25:20 +08:00
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<AdditionalDependencies>wsock32.lib;ws2_32.lib;IPHlpApi.Lib;%(AdditionalDependencies)</AdditionalDependencies>
|
2021-09-14 18:34:21 +08:00
|
|
|
|
<OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
|
2020-09-16 16:25:20 +08:00
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
|
<AssemblyDebug>true</AssemblyDebug>
|
|
|
|
|
<GenerateMapFile>true</GenerateMapFile>
|
|
|
|
|
<MapExports>false</MapExports>
|
|
|
|
|
<ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary>
|
|
|
|
|
</Link>
|
|
|
|
|
<PostBuildEvent>
|
2021-09-14 18:34:21 +08:00
|
|
|
|
<Command>
|
|
|
|
|
</Command>
|
2020-09-16 16:25:20 +08:00
|
|
|
|
</PostBuildEvent>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ClCompile Include=".\src\acl_stdafx.c">
|
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
|
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
|
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
|
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
|
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='DebugDll|Win32'">Create</PrecompiledHeader>
|
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='DebugDll|x64'">Create</PrecompiledHeader>
|
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='ReleaseDll|Win32'">Create</PrecompiledHeader>
|
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='ReleaseDll|x64'">Create</PrecompiledHeader>
|
|
|
|
|
</ClCompile>
|
|
|
|
|
<ClCompile Include=".\src\code\acl_base64.c" />
|
|
|
|
|
<ClCompile Include=".\src\code\acl_gbcode.c" />
|
|
|
|
|
<ClCompile Include=".\src\code\acl_htmlcode.c" />
|
|
|
|
|
<ClCompile Include=".\src\code\acl_urlcode.c" />
|
|
|
|
|
<ClCompile Include=".\src\code\acl_vstring_base64.c" />
|
|
|
|
|
<ClCompile Include=".\src\code\acl_xmlcode.c" />
|
|
|
|
|
<ClCompile Include=".\src\code\uni2utf8.c" />
|
|
|
|
|
<ClCompile Include=".\src\stdlib\acl_chunk_chain.c" />
|
|
|
|
|
<ClCompile Include=".\src\stdlib\acl_debug.c" />
|
|
|
|
|
<ClCompile Include=".\src\stdlib\acl_file.c" />
|
|
|
|
|
<ClCompile Include=".\src\stdlib\acl_getopt.c" />
|
|
|
|
|
<ClCompile Include=".\src\stdlib\acl_mbox.c" />
|
|
|
|
|
<ClCompile Include=".\src\stdlib\acl_meter_time.c" />
|
|
|
|
|
<ClCompile Include=".\src\stdlib\acl_msg.c" />
|
|
|
|
|
<ClCompile Include=".\src\stdlib\acl_myflock.c" />
|
|
|
|
|
<ClCompile Include=".\src\stdlib\acl_mylog.c" />
|
|
|
|
|
<ClCompile Include=".\src\stdlib\acl_readline.c" />
|
|
|
|
|
<ClCompile Include=".\src\stdlib\acl_vbuf.c" />
|
|
|
|
|
<ClCompile Include=".\src\stdlib\acl_vbuf_print.c" />
|
|
|
|
|
<ClCompile Include=".\src\stdlib\acl_vsprintf.c" />
|
|
|
|
|
<ClCompile Include=".\src\stdlib\acl_vstream.c" />
|
|
|
|
|
<ClCompile Include=".\src\stdlib\acl_vstream_popen.c" />
|
|
|
|
|
<ClCompile Include=".\src\stdlib\acl_vstring.c" />
|
|
|
|
|
<ClCompile Include=".\src\stdlib\acl_vstring_vstream.c" />
|
|
|
|
|
<ClCompile Include=".\src\stdlib\getopt.c" />
|
|
|
|
|
<ClCompile Include=".\src\stdlib\iostuff\acl_close_on_exec.c" />
|
|
|
|
|
<ClCompile Include=".\src\stdlib\iostuff\acl_closefrom.c" />
|
|
|
|
|
<ClCompile Include=".\src\stdlib\iostuff\acl_doze.c" />
|
|
|
|
|
<ClCompile Include=".\src\stdlib\iostuff\acl_duplex_pipe.c" />
|
|
|
|
|
<ClCompile Include=".\src\stdlib\iostuff\acl_fdtype.c" />
|
|
|
|
|
<ClCompile Include=".\src\stdlib\iostuff\acl_non_blocking.c" />
|
|
|
|
|
<ClCompile Include=".\src\stdlib\iostuff\acl_open_limit.c" />
|
|
|
|
|
<ClCompile Include=".\src\stdlib\iostuff\acl_peekfd.c" />
|
|
|
|
|
<ClCompile Include=".\src\stdlib\iostuff\acl_pipe.c" />
|
|
|
|
|
<ClCompile Include=".\src\stdlib\iostuff\acl_read_wait.c" />
|
|
|
|
|
<ClCompile Include=".\src\stdlib\iostuff\acl_readable.c" />
|
|
|
|
|
<ClCompile Include=".\src\stdlib\iostuff\acl_timed_read.c" />
|
|
|
|
|
<ClCompile Include=".\src\stdlib\iostuff\acl_timed_write.c" />
|
|
|
|
|
<ClCompile Include=".\src\stdlib\iostuff\acl_write_buf.c" />
|
|
|
|
|
<ClCompile Include=".\src\stdlib\iostuff\acl_write_wait.c" />
|
|
|
|
|
<ClCompile Include=".\src\stdlib\common\acl_argv.c" />
|
|
|
|
|
<ClCompile Include=".\src\stdlib\common\acl_argv_split.c" />
|
|
|
|
|
<ClCompile Include=".\src\stdlib\common\acl_array.c" />
|
|
|
|
|
<ClCompile Include=".\src\stdlib\common\acl_binhash.c" />
|
|
|
|
|
<ClCompile Include=".\src\stdlib\common\acl_btree.c" />
|
|
|
|
|
<ClCompile Include=".\src\stdlib\common\acl_cache.c" />
|
|
|
|
|
<ClCompile Include=".\src\stdlib\common\acl_cache2.c" />
|
|
|
|
|
<ClCompile Include=".\src\stdlib\common\acl_dlink.c" />
|
|
|
|
|
<ClCompile Include=".\src\stdlib\common\acl_fifo.c" />
|
|
|
|
|
<ClCompile Include=".\src\stdlib\common\acl_hash.c" />
|
|
|
|
|
<ClCompile Include=".\src\stdlib\common\acl_htable.c" />
|
|
|
|
|
<ClCompile Include=".\src\stdlib\common\acl_iplink.c" />
|
|
|
|
|
<ClCompile Include=".\src\stdlib\common\acl_ring.c" />
|
|
|
|
|
<ClCompile Include=".\src\stdlib\common\acl_stack.c" />
|
|
|
|
|
<ClCompile Include=".\src\stdlib\common\acl_token_tree.c" />
|
|
|
|
|
<ClCompile Include=".\src\stdlib\common\acl_ypipe.c" />
|
|
|
|
|
<ClCompile Include=".\src\stdlib\common\acl_yqueue.c" />
|
|
|
|
|
<ClCompile Include=".\src\stdlib\common\acl_avl.c" />
|
|
|
|
|
<ClCompile Include=".\src\stdlib\configure\acl_loadcfg.c" />
|
|
|
|
|
<ClCompile Include=".\src\stdlib\configure\acl_xinetd_cfg.c" />
|
|
|
|
|
<ClCompile Include=".\src\stdlib\configure\acl_xinetd_params.c" />
|
|
|
|
|
<ClCompile Include=".\src\stdlib\filedir\acl_dir.c" />
|
|
|
|
|
<ClCompile Include=".\src\stdlib\filedir\acl_fhandle.c" />
|
|
|
|
|
<ClCompile Include=".\src\stdlib\filedir\acl_make_dirs.c" />
|
|
|
|
|
<ClCompile Include=".\src\stdlib\filedir\acl_sane_basename.c" />
|
|
|
|
|
<ClCompile Include=".\src\stdlib\filedir\acl_scan_dir.c" />
|
|
|
|
|
<ClCompile Include=".\src\stdlib\sys\acl_dll.c" />
|
|
|
|
|
<ClCompile Include=".\src\stdlib\sys\acl_env.c" />
|
|
|
|
|
<ClCompile Include=".\src\stdlib\sys\acl_exec_command.c" />
|
|
|
|
|
<ClCompile Include=".\src\stdlib\sys\acl_process.c" />
|
|
|
|
|
<ClCompile Include=".\src\stdlib\sys\acl_safe_getenv.c" />
|
|
|
|
|
<ClCompile Include=".\src\stdlib\sys\acl_sane_socketpair.c" />
|
|
|
|
|
<ClCompile Include=".\src\stdlib\sys\acl_sys_file.c" />
|
|
|
|
|
<ClCompile Include=".\src\stdlib\sys\acl_sys_socket.c" />
|
|
|
|
|
<ClCompile Include=".\src\stdlib\sys\acl_unsafe.c" />
|
|
|
|
|
<ClCompile Include=".\src\stdlib\sys\acl_gettimeofday.c" />
|
|
|
|
|
<ClCompile Include=".\src\stdlib\sys\acl_sleep.c" />
|
|
|
|
|
<ClCompile Include=".\src\stdlib\sys\acl_snprintf.c" />
|
|
|
|
|
<ClCompile Include=".\src\stdlib\sys\unix\acl_chroot_uid.c" />
|
|
|
|
|
<ClCompile Include=".\src\stdlib\sys\unix\acl_core_limit.c" />
|
|
|
|
|
<ClCompile Include=".\src\stdlib\sys\unix\acl_mychown.c" />
|
|
|
|
|
<ClCompile Include=".\src\stdlib\sys\unix\acl_open_lock.c" />
|
|
|
|
|
<ClCompile Include=".\src\stdlib\sys\unix\acl_safe_open.c" />
|
|
|
|
|
<ClCompile Include=".\src\stdlib\sys\unix\acl_set_eugid.c" />
|
|
|
|
|
<ClCompile Include=".\src\stdlib\sys\unix\acl_set_ugid.c" />
|
|
|
|
|
<ClCompile Include=".\src\stdlib\sys\unix\acl_timed_wait.c" />
|
|
|
|
|
<ClCompile Include=".\src\stdlib\sys\unix\acl_transfer_fd.c" />
|
|
|
|
|
<ClCompile Include=".\src\stdlib\sys\unix\acl_username.c" />
|
|
|
|
|
<ClCompile Include=".\src\stdlib\sys\unix\acl_watchdog.c" />
|
|
|
|
|
<ClCompile Include=".\src\stdlib\sys\unix\posix_signals.c" />
|
|
|
|
|
<ClCompile Include=".\src\stdlib\string\acl_alldig.c" />
|
|
|
|
|
<ClCompile Include=".\src\stdlib\string\acl_basename.c" />
|
|
|
|
|
<ClCompile Include=".\src\stdlib\string\acl_concatenate.c" />
|
|
|
|
|
<ClCompile Include=".\src\stdlib\string\acl_hex_code.c" />
|
2022-08-10 14:31:26 +08:00
|
|
|
|
<ClCompile Include=".\src\stdlib\string\acl_localtime.c" />
|
2020-09-16 16:25:20 +08:00
|
|
|
|
<ClCompile Include=".\src\stdlib\string\acl_mystring.c" />
|
|
|
|
|
<ClCompile Include=".\src\stdlib\string\acl_split_at.c" />
|
|
|
|
|
<ClCompile Include=".\src\stdlib\string\acl_split_nameval.c" />
|
|
|
|
|
<ClCompile Include=".\src\stdlib\string\acl_str2time.c" />
|
|
|
|
|
<ClCompile Include=".\src\stdlib\string\acl_strcasecmp.c" />
|
|
|
|
|
<ClCompile Include=".\src\stdlib\string\acl_strcasestr.c" />
|
|
|
|
|
<ClCompile Include=".\src\stdlib\memory\acl_allocator.c" />
|
|
|
|
|
<ClCompile Include=".\src\stdlib\memory\acl_dbuf_pool.c" />
|
|
|
|
|
<ClCompile Include=".\src\stdlib\memory\acl_default_malloc.c" />
|
|
|
|
|
<ClCompile Include=".\src\stdlib\memory\acl_malloc_glue.c" />
|
|
|
|
|
<ClCompile Include=".\src\stdlib\memory\acl_mem_hook.c" />
|
|
|
|
|
<ClCompile Include=".\src\stdlib\memory\acl_mem_slice.c" />
|
|
|
|
|
<ClCompile Include=".\src\stdlib\memory\acl_mempool.c" />
|
|
|
|
|
<ClCompile Include=".\src\stdlib\memory\acl_slice.c" />
|
|
|
|
|
<ClCompile Include=".\src\stdlib\memory\mem_pool.c" />
|
|
|
|
|
<ClCompile Include=".\src\stdlib\memory\squid_allocator.c" />
|
|
|
|
|
<ClCompile Include=".\src\stdlib\memory\squid_allocator_tools.c" />
|
|
|
|
|
<ClCompile Include=".\src\stdlib\memory\vstring_pool.c" />
|
|
|
|
|
<ClCompile Include=".\src\stdlib\debug\acl_debug_malloc.c" />
|
|
|
|
|
<ClCompile Include=".\src\stdlib\debug\debug_htable.c" />
|
|
|
|
|
<ClCompile Include=".\src\net\acl_access.c" />
|
|
|
|
|
<ClCompile Include=".\src\net\acl_host_port.c" />
|
|
|
|
|
<ClCompile Include=".\src\net\acl_ifconf.c" />
|
|
|
|
|
<ClCompile Include=".\src\net\acl_mask_addr.c" />
|
|
|
|
|
<ClCompile Include=".\src\net\acl_sane_inet.c" />
|
|
|
|
|
<ClCompile Include=".\src\net\acl_sane_socket.c" />
|
|
|
|
|
<ClCompile Include=".\src\net\acl_tcp_ctl.c" />
|
|
|
|
|
<ClCompile Include=".\src\net\acl_valid_hostname.c" />
|
|
|
|
|
<ClCompile Include=".\src\net\acl_vstream_net.c" />
|
|
|
|
|
<ClCompile Include=".\src\net\listen\acl_fifo_listen.c" />
|
|
|
|
|
<ClCompile Include=".\src\net\listen\acl_inet_listen.c" />
|
|
|
|
|
<ClCompile Include=".\src\net\listen\acl_sane_accept.c" />
|
|
|
|
|
<ClCompile Include=".\src\net\listen\acl_sane_bind.c" />
|
|
|
|
|
<ClCompile Include=".\src\net\listen\acl_unix_listen.c" />
|
|
|
|
|
<ClCompile Include=".\src\net\connect\acl_inet_connect.c" />
|
|
|
|
|
<ClCompile Include=".\src\net\connect\acl_sane_connect.c" />
|
|
|
|
|
<ClCompile Include=".\src\net\connect\acl_stream_connect.c" />
|
|
|
|
|
<ClCompile Include=".\src\net\connect\acl_timed_connect.c" />
|
|
|
|
|
<ClCompile Include=".\src\net\connect\acl_unix_connect.c" />
|
|
|
|
|
<ClCompile Include=".\src\net\dns\acl_dns.c" />
|
|
|
|
|
<ClCompile Include=".\src\net\dns\acl_netdb.c" />
|
|
|
|
|
<ClCompile Include=".\src\net\dns\acl_netdb_cache.c" />
|
|
|
|
|
<ClCompile Include=".\src\net\dns\acl_res.c" />
|
2020-10-19 13:34:18 +08:00
|
|
|
|
<ClCompile Include=".\src\net\dns\acl_rfc1035.c" />
|
2020-09-16 16:25:20 +08:00
|
|
|
|
<ClCompile Include=".\src\net\dns\res_util.c" />
|
|
|
|
|
<ClCompile Include=".\src\thread\acl_pthread.c" />
|
|
|
|
|
<ClCompile Include=".\src\thread\acl_pthread_cond.c" />
|
|
|
|
|
<ClCompile Include=".\src\thread\acl_pthread_mutex.c" />
|
|
|
|
|
<ClCompile Include=".\src\thread\acl_pthread_pool.c" />
|
|
|
|
|
<ClCompile Include=".\src\thread\acl_pthread_rwlock.c" />
|
|
|
|
|
<ClCompile Include=".\src\thread\acl_sem.c" />
|
|
|
|
|
<ClCompile Include=".\src\msg\acl_aqueue.c" />
|
|
|
|
|
<ClCompile Include=".\src\msg\acl_msgio.c" />
|
|
|
|
|
<ClCompile Include=".\src\xml\acl_xml.c" />
|
|
|
|
|
<ClCompile Include=".\src\xml\acl_xml_parse.c" />
|
|
|
|
|
<ClCompile Include=".\src\xml\acl_xml_util.c" />
|
|
|
|
|
<ClCompile Include=".\src\event\acl_events.c" />
|
|
|
|
|
<ClCompile Include=".\src\event\acl_timer.c" />
|
|
|
|
|
<ClCompile Include=".\src\event\events.c" />
|
|
|
|
|
<ClCompile Include=".\src\event\events_alloc.c" />
|
|
|
|
|
<ClCompile Include=".\src\event\events_dog.c" />
|
|
|
|
|
<ClCompile Include=".\src\event\events_fdtable.c" />
|
|
|
|
|
<ClCompile Include=".\src\event\events_iocp.c" />
|
|
|
|
|
<ClCompile Include=".\src\event\events_kernel.c" />
|
|
|
|
|
<ClCompile Include=".\src\event\events_kernel_thr.c" />
|
|
|
|
|
<ClCompile Include=".\src\event\events_poll.c" />
|
|
|
|
|
<ClCompile Include=".\src\event\events_poll_thr.c" />
|
|
|
|
|
<ClCompile Include=".\src\event\events_select.c" />
|
|
|
|
|
<ClCompile Include=".\src\event\events_select_thr.c" />
|
|
|
|
|
<ClCompile Include=".\src\event\events_timer.c" />
|
|
|
|
|
<ClCompile Include=".\src\event\events_timer_thr.c" />
|
|
|
|
|
<ClCompile Include=".\src\event\events_wmsg.c" />
|
|
|
|
|
<ClCompile Include=".\src\event\fdmap.c" />
|
|
|
|
|
<ClCompile Include=".\src\ioctl\acl_ioctl.c" />
|
|
|
|
|
<ClCompile Include=".\src\ioctl\ioctl_proc.c" />
|
|
|
|
|
<ClCompile Include=".\src\ioctl\ioctl_thr.c" />
|
|
|
|
|
<ClCompile Include=".\src\aio\acl_aio.c" />
|
|
|
|
|
<ClCompile Include=".\src\aio\acl_aio_connect.c" />
|
|
|
|
|
<ClCompile Include=".\src\aio\acl_aio_listen.c" />
|
|
|
|
|
<ClCompile Include=".\src\aio\acl_aio_read.c" />
|
|
|
|
|
<ClCompile Include=".\src\aio\acl_aio_stream.c" />
|
|
|
|
|
<ClCompile Include=".\src\aio\acl_aio_write.c" />
|
|
|
|
|
<ClCompile Include=".\src\aio\aio_callback.c" />
|
|
|
|
|
<ClCompile Include=".\src\db\acl_dbpool.c" />
|
|
|
|
|
<ClCompile Include=".\src\db\acl_dbsql.c" />
|
|
|
|
|
<ClCompile Include=".\src\db\mysql\acl_dbmysql.c" />
|
|
|
|
|
<ClCompile Include=".\src\db\mysql\acl_dbpool_mysql.c" />
|
|
|
|
|
<ClCompile Include=".\src\db\memdb\acl_mdb.c" />
|
|
|
|
|
<ClCompile Include=".\src\db\memdb\acl_mdt.c" />
|
|
|
|
|
<ClCompile Include=".\src\db\memdb\acl_mdt_avl.c" />
|
|
|
|
|
<ClCompile Include=".\src\db\memdb\acl_mdt_binhash.c" />
|
|
|
|
|
<ClCompile Include=".\src\db\memdb\acl_mdt_hash.c" />
|
|
|
|
|
<ClCompile Include=".\src\db\null\acl_dbnull.c" />
|
|
|
|
|
<ClCompile Include=".\src\db\null\acl_dbpool_null.c" />
|
|
|
|
|
<ClCompile Include=".\src\db\zdb\zdb.c" />
|
|
|
|
|
<ClCompile Include=".\src\db\zdb\zdb_dat.c" />
|
|
|
|
|
<ClCompile Include=".\src\db\zdb\zdb_dat_iter.c" />
|
|
|
|
|
<ClCompile Include=".\src\db\zdb\zdb_dat_walk.c" />
|
|
|
|
|
<ClCompile Include=".\src\db\zdb\zdb_io.c" />
|
|
|
|
|
<ClCompile Include=".\src\db\zdb\zdb_key.c" />
|
|
|
|
|
<ClCompile Include=".\src\db\zdb\zdb_key_walk.c" />
|
|
|
|
|
<ClCompile Include=".\src\unit_test\acl_test_cfg.c" />
|
|
|
|
|
<ClCompile Include=".\src\unit_test\acl_test_cfg_general.c" />
|
|
|
|
|
<ClCompile Include=".\src\unit_test\acl_test_inner.c" />
|
|
|
|
|
<ClCompile Include=".\src\unit_test\acl_test_log.c" />
|
|
|
|
|
<ClCompile Include=".\src\unit_test\acl_test_loop.c" />
|
|
|
|
|
<ClCompile Include=".\src\unit_test\acl_test_misc.c" />
|
|
|
|
|
<ClCompile Include=".\src\unit_test\acl_test_outer.c" />
|
|
|
|
|
<ClCompile Include=".\src\unit_test\acl_test_runner.c" />
|
|
|
|
|
<ClCompile Include=".\src\unit_test\acl_test_token.c" />
|
|
|
|
|
<ClCompile Include=".\src\master\acl_master_flow.c" />
|
|
|
|
|
<ClCompile Include=".\src\master\acl_master_params.c" />
|
|
|
|
|
<ClCompile Include=".\src\master\acl_master_proto.c" />
|
|
|
|
|
<ClCompile Include=".\src\master\acl_server_sig.c" />
|
|
|
|
|
<ClCompile Include=".\src\master\template\acl_aio_server.c" />
|
|
|
|
|
<ClCompile Include=".\src\master\template\master_log.c" />
|
|
|
|
|
<ClCompile Include=".\src\master\template\acl_single_server.c" />
|
|
|
|
|
<ClCompile Include=".\src\master\template\acl_threads_server.c" />
|
|
|
|
|
<ClCompile Include=".\src\master\template\acl_trigger_server.c" />
|
|
|
|
|
<ClCompile Include=".\src\master\template\acl_udp_server.c" />
|
|
|
|
|
<ClCompile Include=".\src\proctl\acl_proctl.c" />
|
|
|
|
|
<ClCompile Include=".\src\proctl\proctl_child.c" />
|
|
|
|
|
<ClCompile Include=".\src\proctl\proctl_monitor.c" />
|
|
|
|
|
<ClCompile Include=".\src\proctl\proctl_service.c" />
|
|
|
|
|
<ClCompile Include=".\src\proctl\proctl_utils.c" />
|
|
|
|
|
<ClCompile Include=".\src\init\acl_init.c" />
|
|
|
|
|
<ClCompile Include=".\src\private\private_array.c" />
|
|
|
|
|
<ClCompile Include=".\src\private\private_fifo.c" />
|
|
|
|
|
<ClCompile Include=".\src\private\private_vstream.c" />
|
|
|
|
|
<ClCompile Include=".\src\private\sem.c" />
|
|
|
|
|
<ClCompile Include=".\src\private\private_thread_mutex.c" />
|
|
|
|
|
<ClCompile Include=".\src\json\acl_json.c" />
|
|
|
|
|
<ClCompile Include=".\src\json\acl_json_parse.c" />
|
|
|
|
|
<ClCompile Include=".\src\json\acl_json_util.c" />
|
|
|
|
|
<ClCompile Include=".\src\event\events_epoll_thr.c" />
|
|
|
|
|
<ClCompile Include=".\src\stdlib\acl_atomic.c" />
|
|
|
|
|
<ClCompile Include=".\src\stdlib\sys\unix\acl_trace.c" />
|
|
|
|
|
<ClCompile Include=".\src\xml\acl_xml2.c" />
|
|
|
|
|
<ClCompile Include=".\src\xml\acl_xml2_parse.c" />
|
|
|
|
|
<ClCompile Include=".\src\xml\acl_xml2_util.c" />
|
|
|
|
|
<ClCompile Include=".\src\xml\acl_xml3.c" />
|
|
|
|
|
<ClCompile Include=".\src\xml\acl_xml3_parse.c" />
|
|
|
|
|
<ClCompile Include=".\src\xml\acl_xml3_util.c" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ClInclude Include=".\src\code\gb_ft2jt.h" />
|
|
|
|
|
<ClInclude Include=".\src\code\gb_jt2ft.h" />
|
|
|
|
|
<ClInclude Include=".\src\code\html_charset.h" />
|
|
|
|
|
<ClInclude Include=".\src\code\uni2utf8.h" />
|
|
|
|
|
<ClInclude Include=".\StdAfx.h" />
|
|
|
|
|
<ClInclude Include=".\src\stdlib\charmap.h" />
|
|
|
|
|
<ClInclude Include=".\src\stdlib\filedir\dir_sys_patch.h" />
|
|
|
|
|
<ClInclude Include=".\src\stdlib\sys\unix\posix_signals.h" />
|
|
|
|
|
<ClInclude Include=".\src\stdlib\memory\allocator.h" />
|
|
|
|
|
<ClInclude Include=".\src\stdlib\memory\malloc_vars.h" />
|
|
|
|
|
<ClInclude Include=".\src\stdlib\memory\ring.h" />
|
|
|
|
|
<ClInclude Include=".\src\stdlib\memory\squid_allocator.h" />
|
|
|
|
|
<ClInclude Include=".\src\stdlib\debug\htable.h" />
|
|
|
|
|
<ClInclude Include=".\src\net\Ipifcons.h" />
|
|
|
|
|
<ClInclude Include=".\src\net\IPTypes.h" />
|
|
|
|
|
<ClInclude Include=".\src\net\dns\util.h" />
|
|
|
|
|
<ClInclude Include=".\src\event\events.h" />
|
|
|
|
|
<ClInclude Include=".\src\event\events_define.h" />
|
|
|
|
|
<ClInclude Include=".\src\event\events_devpoll.h" />
|
|
|
|
|
<ClInclude Include=".\src\event\events_dog.h" />
|
|
|
|
|
<ClInclude Include=".\src\event\events_epoll.h" />
|
|
|
|
|
<ClInclude Include=".\src\event\events_fdtable.h" />
|
|
|
|
|
<ClInclude Include=".\src\event\events_iocp.h" />
|
|
|
|
|
<ClInclude Include=".\src\event\events_kqueue.h" />
|
|
|
|
|
<ClInclude Include=".\src\event\events_wmsg.h" />
|
|
|
|
|
<ClInclude Include=".\src\event\fdmap.h" />
|
|
|
|
|
<ClInclude Include=".\src\ioctl\ioctl_internal.h" />
|
|
|
|
|
<ClInclude Include=".\src\aio\aio.h" />
|
|
|
|
|
<ClInclude Include=".\src\db\mysql\acl_dbmysql.h" />
|
|
|
|
|
<ClInclude Include=".\src\db\mysql\acl_dbpool_mysql.h" />
|
|
|
|
|
<ClInclude Include=".\src\db\memdb\define.h" />
|
|
|
|
|
<ClInclude Include=".\src\db\memdb\mdb_private.h" />
|
|
|
|
|
<ClInclude Include=".\src\db\memdb\ring.h" />
|
|
|
|
|
<ClInclude Include=".\src\db\memdb\struct.h" />
|
|
|
|
|
<ClInclude Include=".\src\db\null\acl_dbnull.h" />
|
|
|
|
|
<ClInclude Include=".\src\db\null\acl_dbpool_null.h" />
|
|
|
|
|
<ClInclude Include=".\src\db\zdb\zdb_private.h" />
|
|
|
|
|
<ClInclude Include=".\src\master\template\master_log.h" />
|
|
|
|
|
<ClInclude Include=".\src\proctl\proctl_internal.h" />
|
|
|
|
|
<ClInclude Include=".\src\init\init.h" />
|
|
|
|
|
<ClInclude Include=".\src\private\private.h" />
|
|
|
|
|
<ClInclude Include=".\src\private\private_array.h" />
|
|
|
|
|
<ClInclude Include=".\src\private\private_fifo.h" />
|
|
|
|
|
<ClInclude Include=".\src\private\private_vstream.h" />
|
|
|
|
|
<ClInclude Include=".\src\private\sem.h" />
|
|
|
|
|
<ClInclude Include=".\src\private\thread.h" />
|
|
|
|
|
<ClInclude Include=".\include\lib_acl.h" />
|
|
|
|
|
<ClInclude Include="include\code\acl_xmlcode.h" />
|
|
|
|
|
<ClInclude Include="include\stdlib\acl_atomic.h" />
|
|
|
|
|
<ClInclude Include="include\stdlib\acl_define_macosx.h" />
|
|
|
|
|
<ClInclude Include="include\stdlib\unix\acl_trace.h" />
|
|
|
|
|
<ClInclude Include="include\xml\acl_xml2.h" />
|
|
|
|
|
<ClInclude Include="include\xml\acl_xml3.h" />
|
|
|
|
|
<ClInclude Include="resource.h" />
|
|
|
|
|
<ClInclude Include=".\include\stdlib\acl_allocator.h" />
|
|
|
|
|
<ClInclude Include=".\include\stdlib\acl_argv.h" />
|
|
|
|
|
<ClInclude Include=".\include\stdlib\acl_array.h" />
|
|
|
|
|
<ClInclude Include=".\include\stdlib\acl_binhash.h" />
|
|
|
|
|
<ClInclude Include=".\include\stdlib\acl_bits_map.h" />
|
|
|
|
|
<ClInclude Include=".\include\stdlib\acl_btree.h" />
|
|
|
|
|
<ClInclude Include=".\include\stdlib\acl_cache.h" />
|
|
|
|
|
<ClInclude Include=".\include\stdlib\acl_cache2.h" />
|
|
|
|
|
<ClInclude Include=".\include\stdlib\acl_cfg_macro.h" />
|
|
|
|
|
<ClInclude Include=".\include\stdlib\acl_chunk_chain.h" />
|
|
|
|
|
<ClInclude Include=".\include\stdlib\acl_dbuf_pool.h" />
|
|
|
|
|
<ClInclude Include=".\include\stdlib\acl_debug.h" />
|
|
|
|
|
<ClInclude Include=".\include\stdlib\acl_debug_malloc.h" />
|
|
|
|
|
<ClInclude Include=".\include\stdlib\acl_define.h" />
|
|
|
|
|
<ClInclude Include=".\include\stdlib\acl_define_bsd.h" />
|
|
|
|
|
<ClInclude Include=".\include\stdlib\acl_define_linux.h" />
|
|
|
|
|
<ClInclude Include=".\include\stdlib\acl_define_sunx86.h" />
|
|
|
|
|
<ClInclude Include=".\include\stdlib\acl_define_unix.h" />
|
|
|
|
|
<ClInclude Include=".\include\stdlib\acl_define_win32.h" />
|
|
|
|
|
<ClInclude Include=".\include\stdlib\acl_dir.h" />
|
|
|
|
|
<ClInclude Include=".\include\stdlib\acl_dlink.h" />
|
|
|
|
|
<ClInclude Include=".\include\stdlib\acl_dll.h" />
|
|
|
|
|
<ClInclude Include=".\include\stdlib\acl_env.h" />
|
|
|
|
|
<ClInclude Include=".\include\stdlib\acl_exec_command.h" />
|
|
|
|
|
<ClInclude Include=".\include\stdlib\acl_fhandle.h" />
|
|
|
|
|
<ClInclude Include=".\include\stdlib\acl_fifo.h" />
|
|
|
|
|
<ClInclude Include=".\include\stdlib\acl_file.h" />
|
|
|
|
|
<ClInclude Include=".\include\stdlib\acl_getopt.h" />
|
|
|
|
|
<ClInclude Include=".\include\stdlib\acl_hash.h" />
|
|
|
|
|
<ClInclude Include=".\include\stdlib\acl_hex_code.h" />
|
|
|
|
|
<ClInclude Include=".\include\stdlib\acl_htable.h" />
|
|
|
|
|
<ClInclude Include=".\include\stdlib\acl_iostuff.h" />
|
|
|
|
|
<ClInclude Include=".\include\stdlib\acl_iplink.h" />
|
|
|
|
|
<ClInclude Include=".\include\stdlib\acl_iterator.h" />
|
|
|
|
|
<ClInclude Include=".\include\stdlib\acl_loadcfg.h" />
|
|
|
|
|
<ClInclude Include=".\include\stdlib\acl_make_dirs.h" />
|
|
|
|
|
<ClInclude Include=".\include\stdlib\acl_malloc.h" />
|
|
|
|
|
<ClInclude Include=".\include\stdlib\acl_mbox.h" />
|
|
|
|
|
<ClInclude Include=".\include\stdlib\acl_mem_hook.h" />
|
|
|
|
|
<ClInclude Include=".\include\stdlib\acl_mem_slice.h" />
|
|
|
|
|
<ClInclude Include=".\include\stdlib\acl_meter_time.h" />
|
|
|
|
|
<ClInclude Include=".\include\stdlib\acl_msg.h" />
|
|
|
|
|
<ClInclude Include=".\include\stdlib\acl_myflock.h" />
|
|
|
|
|
<ClInclude Include=".\include\stdlib\acl_mylog.h" />
|
|
|
|
|
<ClInclude Include=".\include\stdlib\acl_mymalloc.h" />
|
|
|
|
|
<ClInclude Include=".\include\stdlib\acl_mystring.h" />
|
|
|
|
|
<ClInclude Include=".\include\stdlib\acl_process.h" />
|
|
|
|
|
<ClInclude Include=".\include\stdlib\acl_readline.h" />
|
|
|
|
|
<ClInclude Include=".\include\stdlib\acl_ring.h" />
|
|
|
|
|
<ClInclude Include=".\include\stdlib\acl_safe.h" />
|
|
|
|
|
<ClInclude Include=".\include\stdlib\acl_sane_basename.h" />
|
|
|
|
|
<ClInclude Include=".\include\stdlib\acl_scan_dir.h" />
|
|
|
|
|
<ClInclude Include=".\include\stdlib\acl_slice.h" />
|
|
|
|
|
<ClInclude Include=".\include\stdlib\acl_split_at.h" />
|
|
|
|
|
<ClInclude Include=".\include\stdlib\acl_stack.h" />
|
|
|
|
|
<ClInclude Include=".\include\stdlib\acl_stdlib.h" />
|
|
|
|
|
<ClInclude Include=".\include\stdlib\acl_stringops.h" />
|
|
|
|
|
<ClInclude Include=".\include\stdlib\acl_sys_patch.h" />
|
|
|
|
|
<ClInclude Include=".\include\stdlib\acl_timeops.h" />
|
|
|
|
|
<ClInclude Include=".\include\stdlib\acl_token_tree.h" />
|
|
|
|
|
<ClInclude Include=".\include\stdlib\acl_vbuf.h" />
|
|
|
|
|
<ClInclude Include=".\include\stdlib\acl_vbuf_print.h" />
|
|
|
|
|
<ClInclude Include=".\include\stdlib\acl_vsprintf.h" />
|
|
|
|
|
<ClInclude Include=".\include\stdlib\acl_vstream.h" />
|
|
|
|
|
<ClInclude Include=".\include\stdlib\acl_vstream_popen.h" />
|
|
|
|
|
<ClInclude Include=".\include\stdlib\acl_vstring.h" />
|
|
|
|
|
<ClInclude Include=".\include\stdlib\acl_vstring_vstream.h" />
|
|
|
|
|
<ClInclude Include=".\include\stdlib\acl_xinetd_cfg.h" />
|
|
|
|
|
<ClInclude Include=".\include\stdlib\acl_ypipe.h" />
|
|
|
|
|
<ClInclude Include=".\include\stdlib\acl_yqueue.h" />
|
|
|
|
|
<ClInclude Include=".\include\stdlib\acl_avl.h" />
|
|
|
|
|
<ClInclude Include=".\include\stdlib\avl_impl.h" />
|
|
|
|
|
<ClInclude Include=".\include\stdlib\unix\acl_chroot_uid.h" />
|
|
|
|
|
<ClInclude Include=".\include\stdlib\unix\acl_core_limit.h" />
|
|
|
|
|
<ClInclude Include=".\include\stdlib\unix\acl_mychown.h" />
|
|
|
|
|
<ClInclude Include=".\include\stdlib\unix\acl_open_lock.h" />
|
|
|
|
|
<ClInclude Include=".\include\stdlib\unix\acl_safe_open.h" />
|
|
|
|
|
<ClInclude Include=".\include\stdlib\unix\acl_set_eugid.h" />
|
|
|
|
|
<ClInclude Include=".\include\stdlib\unix\acl_set_ugid.h" />
|
|
|
|
|
<ClInclude Include=".\include\stdlib\unix\acl_timed_wait.h" />
|
|
|
|
|
<ClInclude Include=".\include\stdlib\unix\acl_transfer_fd.h" />
|
|
|
|
|
<ClInclude Include=".\include\stdlib\unix\acl_unix.h" />
|
|
|
|
|
<ClInclude Include=".\include\stdlib\unix\acl_username.h" />
|
|
|
|
|
<ClInclude Include=".\include\stdlib\unix\acl_watchdog.h" />
|
|
|
|
|
<ClInclude Include=".\include\net\acl_access.h" />
|
|
|
|
|
<ClInclude Include=".\include\net\acl_connect.h" />
|
|
|
|
|
<ClInclude Include=".\include\net\acl_dns.h" />
|
|
|
|
|
<ClInclude Include=".\include\net\acl_host_port.h" />
|
|
|
|
|
<ClInclude Include=".\include\net\acl_ifconf.h" />
|
|
|
|
|
<ClInclude Include=".\include\net\acl_listen.h" />
|
|
|
|
|
<ClInclude Include=".\include\net\acl_mask_addr.h" />
|
|
|
|
|
<ClInclude Include=".\include\net\acl_net.h" />
|
|
|
|
|
<ClInclude Include=".\include\net\acl_netdb.h" />
|
|
|
|
|
<ClInclude Include=".\include\net\acl_res.h" />
|
2020-10-19 13:34:18 +08:00
|
|
|
|
<ClInclude Include=".\include\net\acl_rfc1035.h" />
|
2020-09-16 16:25:20 +08:00
|
|
|
|
<ClInclude Include=".\include\net\acl_sane_inet.h" />
|
|
|
|
|
<ClInclude Include=".\include\net\acl_sane_socket.h" />
|
|
|
|
|
<ClInclude Include=".\include\net\acl_tcp_ctl.h" />
|
|
|
|
|
<ClInclude Include=".\include\net\acl_valid_hostname.h" />
|
|
|
|
|
<ClInclude Include=".\include\net\acl_vstream_net.h" />
|
|
|
|
|
<ClInclude Include=".\include\thread\acl_pthread.h" />
|
|
|
|
|
<ClInclude Include=".\include\thread\acl_pthread_pool.h" />
|
|
|
|
|
<ClInclude Include=".\include\thread\acl_pthread_rwlock.h" />
|
|
|
|
|
<ClInclude Include=".\include\thread\acl_sem.h" />
|
|
|
|
|
<ClInclude Include=".\include\thread\acl_thread.h" />
|
|
|
|
|
<ClInclude Include=".\include\msg\acl_aqueue.h" />
|
|
|
|
|
<ClInclude Include=".\include\msg\acl_msgio.h" />
|
|
|
|
|
<ClInclude Include=".\include\xml\acl_xml.h" />
|
|
|
|
|
<ClInclude Include=".\include\event\acl_events.h" />
|
|
|
|
|
<ClInclude Include=".\include\event\acl_timer.h" />
|
|
|
|
|
<ClInclude Include=".\include\aio\acl_aio.h" />
|
|
|
|
|
<ClInclude Include=".\include\ioctl\acl_ioctl.h" />
|
|
|
|
|
<ClInclude Include=".\include\ioctl\acl_spool.h" />
|
|
|
|
|
<ClInclude Include=".\include\db\acl_db.h" />
|
|
|
|
|
<ClInclude Include=".\include\db\acl_dberr.h" />
|
|
|
|
|
<ClInclude Include=".\include\db\acl_dbpool.h" />
|
|
|
|
|
<ClInclude Include=".\include\db\acl_dbsql.h" />
|
|
|
|
|
<ClInclude Include=".\include\db\acl_mdb.h" />
|
|
|
|
|
<ClInclude Include=".\include\db\zdb.h" />
|
|
|
|
|
<ClInclude Include=".\include\unit_test\acl_test_global.h" />
|
|
|
|
|
<ClInclude Include=".\include\unit_test\acl_test_macro.h" />
|
|
|
|
|
<ClInclude Include=".\include\unit_test\acl_test_struct.h" />
|
|
|
|
|
<ClInclude Include=".\include\unit_test\acl_test_var.h" />
|
|
|
|
|
<ClInclude Include=".\include\unit_test\acl_unit_test.h" />
|
|
|
|
|
<ClInclude Include=".\include\code\acl_base64.h" />
|
|
|
|
|
<ClInclude Include=".\include\code\acl_code.h" />
|
|
|
|
|
<ClInclude Include=".\include\code\acl_gbcode.h" />
|
|
|
|
|
<ClInclude Include=".\include\code\acl_htmlcode.h" />
|
|
|
|
|
<ClInclude Include=".\include\code\acl_urlcode.h" />
|
|
|
|
|
<ClInclude Include=".\include\code\acl_vstring_base64.h" />
|
|
|
|
|
<ClInclude Include=".\include\master\acl_aio_params.h" />
|
|
|
|
|
<ClInclude Include=".\include\master\acl_master.h" />
|
|
|
|
|
<ClInclude Include=".\include\master\acl_master_conf.h" />
|
|
|
|
|
<ClInclude Include=".\include\master\acl_master_flow.h" />
|
|
|
|
|
<ClInclude Include=".\include\master\acl_master_proto.h" />
|
|
|
|
|
<ClInclude Include=".\include\master\acl_master_type.h" />
|
|
|
|
|
<ClInclude Include=".\include\master\acl_server_api.h" />
|
|
|
|
|
<ClInclude Include=".\include\master\acl_single_params.h" />
|
|
|
|
|
<ClInclude Include=".\include\master\acl_threads_params.h" />
|
|
|
|
|
<ClInclude Include=".\include\master\acl_trigger_params.h" />
|
|
|
|
|
<ClInclude Include=".\include\proctl\acl_proctl.h" />
|
|
|
|
|
<ClInclude Include=".\include\experiment\experiment.h" />
|
|
|
|
|
<ClInclude Include=".\include\init\acl_init.h" />
|
|
|
|
|
<ClInclude Include=".\include\json\acl_json.h" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Include=".\changes.txt" />
|
|
|
|
|
<None Include="Readme.txt" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Text Include="todo.txt" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2020-09-16 16:58:10 +08:00
|
|
|
|
<ResourceCompile Include="lib_acl_vc2019.rc" />
|
2020-09-16 16:25:20 +08:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
|
|
<ImportGroup Label="ExtensionTargets">
|
|
|
|
|
</ImportGroup>
|
2022-09-06 09:59:52 +08:00
|
|
|
|
</Project>
|