mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-11-29 18:37:41 +08:00
409 lines
11 KiB
XML
409 lines
11 KiB
XML
<?xml version="1.0" encoding="gb2312"?>
|
||
<VisualStudioProject
|
||
ProjectType="Visual C++"
|
||
Version="7.10"
|
||
Name="lib_tls"
|
||
ProjectGUID="{389FDE47-7F16-4DD4-B37A-27918BE745B6}"
|
||
Keyword="Win32Proj">
|
||
<Platforms>
|
||
<Platform
|
||
Name="Win32"/>
|
||
</Platforms>
|
||
<Configurations>
|
||
<Configuration
|
||
Name="Debug|Win32"
|
||
OutputDirectory="."
|
||
IntermediateDirectory="Debug"
|
||
ConfigurationType="4"
|
||
CharacterSet="2">
|
||
<Tool
|
||
Name="VCCLCompilerTool"
|
||
Optimization="0"
|
||
AdditionalIncludeDirectories="..\lib_acl\include;..\lib_dict\include;.\include;.\util;.\openssl\include"
|
||
PreprocessorDefinitions="WIN32;_DEBUG;_LIB;USE_TLS"
|
||
MinimalRebuild="TRUE"
|
||
BasicRuntimeChecks="3"
|
||
RuntimeLibrary="1"
|
||
UsePrecompiledHeader="3"
|
||
ProgramDataBaseFileName="$(ProjectName)_vc2003d.pdb"
|
||
WarningLevel="3"
|
||
Detect64BitPortabilityProblems="FALSE"
|
||
DebugInformationFormat="3"/>
|
||
<Tool
|
||
Name="VCCustomBuildTool"/>
|
||
<Tool
|
||
Name="VCLibrarianTool"
|
||
OutputFile="$(ProjectName)_vc2003d.lib"/>
|
||
<Tool
|
||
Name="VCMIDLTool"/>
|
||
<Tool
|
||
Name="VCPostBuildEventTool"
|
||
CommandLine="copy $(TargetName).lib ..\dist\lib\win32\$(TargetName).lib /Y
|
||
copy $(TargetName).lib ..\dist\lib\win32\$(TargetName).pdb /Y"/>
|
||
<Tool
|
||
Name="VCPreBuildEventTool"/>
|
||
<Tool
|
||
Name="VCPreLinkEventTool"/>
|
||
<Tool
|
||
Name="VCResourceCompilerTool"/>
|
||
<Tool
|
||
Name="VCWebServiceProxyGeneratorTool"/>
|
||
<Tool
|
||
Name="VCXMLDataGeneratorTool"/>
|
||
<Tool
|
||
Name="VCManagedWrapperGeneratorTool"/>
|
||
<Tool
|
||
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||
</Configuration>
|
||
<Configuration
|
||
Name="Release|Win32"
|
||
OutputDirectory="."
|
||
IntermediateDirectory="Release"
|
||
ConfigurationType="4"
|
||
CharacterSet="2">
|
||
<Tool
|
||
Name="VCCLCompilerTool"
|
||
AdditionalIncludeDirectories="..\lib_acl\include;..\lib_dict\include;.\include;.\util;.\openssl\include"
|
||
PreprocessorDefinitions="WIN32;NDEBUG;_LIB;USE_TLS"
|
||
RuntimeLibrary="0"
|
||
UsePrecompiledHeader="3"
|
||
ProgramDataBaseFileName="$(ProjectName)_vc2003.pdb"
|
||
WarningLevel="3"
|
||
Detect64BitPortabilityProblems="FALSE"
|
||
DebugInformationFormat="3"/>
|
||
<Tool
|
||
Name="VCCustomBuildTool"/>
|
||
<Tool
|
||
Name="VCLibrarianTool"
|
||
OutputFile="$(ProjectName)_vc2003.lib"/>
|
||
<Tool
|
||
Name="VCMIDLTool"/>
|
||
<Tool
|
||
Name="VCPostBuildEventTool"
|
||
CommandLine="copy $(TargetName).lib ..\dist\lib\win32\$(TargetName).lib /Y
|
||
copy $(TargetName).lib ..\dist\lib\win32\$(TargetName).pdb /Y"/>
|
||
<Tool
|
||
Name="VCPreBuildEventTool"/>
|
||
<Tool
|
||
Name="VCPreLinkEventTool"/>
|
||
<Tool
|
||
Name="VCResourceCompilerTool"/>
|
||
<Tool
|
||
Name="VCWebServiceProxyGeneratorTool"/>
|
||
<Tool
|
||
Name="VCXMLDataGeneratorTool"/>
|
||
<Tool
|
||
Name="VCManagedWrapperGeneratorTool"/>
|
||
<Tool
|
||
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||
</Configuration>
|
||
<Configuration
|
||
Name="DebugDll|Win32"
|
||
OutputDirectory="."
|
||
IntermediateDirectory="DebugDll"
|
||
ConfigurationType="2"
|
||
CharacterSet="2">
|
||
<Tool
|
||
Name="VCCLCompilerTool"
|
||
Optimization="0"
|
||
AdditionalIncludeDirectories="..\lib_acl\include;..\lib_dict\include;.\include;.\util;.\openssl\include"
|
||
PreprocessorDefinitions="WIN32;_DEBUG;_LIB;USE_TLS;ACL_DLL;TLS_DLL;TLS_EXPORTS"
|
||
MinimalRebuild="TRUE"
|
||
BasicRuntimeChecks="3"
|
||
RuntimeLibrary="3"
|
||
UsePrecompiledHeader="3"
|
||
WarningLevel="3"
|
||
Detect64BitPortabilityProblems="FALSE"
|
||
DebugInformationFormat="3"/>
|
||
<Tool
|
||
Name="VCCustomBuildTool"/>
|
||
<Tool
|
||
Name="VCLinkerTool"
|
||
AdditionalDependencies="libdb43.lib libeay32.lib ssleay32.lib lib_dict_d.lib lib_acl_d.lib ws2_32.lib"
|
||
OutputFile="$(ProjectName)_d.dll"
|
||
AdditionalLibraryDirectories="..\lib\bdb;..\lib\openssl;..\lib_dict;..\lib_acl"
|
||
GenerateDebugInformation="TRUE"
|
||
AssemblyDebug="1"
|
||
GenerateMapFile="TRUE"/>
|
||
<Tool
|
||
Name="VCMIDLTool"/>
|
||
<Tool
|
||
Name="VCPostBuildEventTool"
|
||
CommandLine="copy $(TargetName).lib ..\dist\lib\win32\$(TargetName).lib /Y
|
||
copy $(TargetName).dll ..\dist\lib\win32\$(TargetName).dll /Y
|
||
copy $(TargetName).dll ..\dist\lib\win32\$(TargetName).pdb /Y
|
||
"/>
|
||
<Tool
|
||
Name="VCPreBuildEventTool"/>
|
||
<Tool
|
||
Name="VCPreLinkEventTool"/>
|
||
<Tool
|
||
Name="VCResourceCompilerTool"/>
|
||
<Tool
|
||
Name="VCWebServiceProxyGeneratorTool"/>
|
||
<Tool
|
||
Name="VCXMLDataGeneratorTool"/>
|
||
<Tool
|
||
Name="VCWebDeploymentTool"/>
|
||
<Tool
|
||
Name="VCManagedWrapperGeneratorTool"/>
|
||
<Tool
|
||
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||
</Configuration>
|
||
<Configuration
|
||
Name="ReleaseDll|Win32"
|
||
OutputDirectory="."
|
||
IntermediateDirectory="ReleaseDll"
|
||
ConfigurationType="2"
|
||
CharacterSet="2">
|
||
<Tool
|
||
Name="VCCLCompilerTool"
|
||
AdditionalIncludeDirectories="..\lib_acl\include;..\lib_dict\include;.\include;.\util;.\openssl\include;."
|
||
PreprocessorDefinitions="WIN32;NDEBUG;_LIB;USE_TLS;ACL_DLL;TLS_DLL;TLS_EXPORTS"
|
||
RuntimeLibrary="2"
|
||
UsePrecompiledHeader="3"
|
||
WarningLevel="3"
|
||
Detect64BitPortabilityProblems="FALSE"
|
||
DebugInformationFormat="3"/>
|
||
<Tool
|
||
Name="VCCustomBuildTool"/>
|
||
<Tool
|
||
Name="VCLinkerTool"
|
||
AdditionalDependencies="libdb43.lib libeay32.lib ssleay32.lib lib_dict.lib lib_acl.lib ws2_32.lib"
|
||
OutputFile="$(ProjectName).dll"
|
||
AdditionalLibraryDirectories="..\lib\bdb;..\lib\openssl;..\lib_dict;..\lib_acl"/>
|
||
<Tool
|
||
Name="VCMIDLTool"/>
|
||
<Tool
|
||
Name="VCPostBuildEventTool"
|
||
CommandLine="copy $(TargetName).lib ..\dist\lib\win32\$(TargetName).lib /Y
|
||
copy $(TargetName).dll ..\dist\lib\win32\$(TargetName).dll /Y
|
||
copy $(TargetName).dll ..\dist\lib\win32\$(TargetName).pdb /Y
|
||
"/>
|
||
<Tool
|
||
Name="VCPreBuildEventTool"/>
|
||
<Tool
|
||
Name="VCPreLinkEventTool"/>
|
||
<Tool
|
||
Name="VCResourceCompilerTool"/>
|
||
<Tool
|
||
Name="VCWebServiceProxyGeneratorTool"/>
|
||
<Tool
|
||
Name="VCXMLDataGeneratorTool"/>
|
||
<Tool
|
||
Name="VCWebDeploymentTool"/>
|
||
<Tool
|
||
Name="VCManagedWrapperGeneratorTool"/>
|
||
<Tool
|
||
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||
</Configuration>
|
||
</Configurations>
|
||
<References>
|
||
</References>
|
||
<Files>
|
||
<Filter
|
||
Name="Դ<>ļ<EFBFBD>"
|
||
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
|
||
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
|
||
<File
|
||
RelativePath=".\snprintf.c">
|
||
</File>
|
||
<File
|
||
RelativePath=".\StdAfx.c">
|
||
<FileConfiguration
|
||
Name="Debug|Win32">
|
||
<Tool
|
||
Name="VCCLCompilerTool"
|
||
UsePrecompiledHeader="1"/>
|
||
</FileConfiguration>
|
||
<FileConfiguration
|
||
Name="Release|Win32">
|
||
<Tool
|
||
Name="VCCLCompilerTool"
|
||
UsePrecompiledHeader="1"/>
|
||
</FileConfiguration>
|
||
<FileConfiguration
|
||
Name="DebugDll|Win32">
|
||
<Tool
|
||
Name="VCCLCompilerTool"
|
||
UsePrecompiledHeader="1"/>
|
||
</FileConfiguration>
|
||
<FileConfiguration
|
||
Name="ReleaseDll|Win32">
|
||
<Tool
|
||
Name="VCCLCompilerTool"
|
||
UsePrecompiledHeader="1"/>
|
||
</FileConfiguration>
|
||
</File>
|
||
<File
|
||
RelativePath=".\StdAfx.h">
|
||
</File>
|
||
<Filter
|
||
Name="attr"
|
||
Filter="">
|
||
<File
|
||
RelativePath=".\attr\attr.h">
|
||
</File>
|
||
<File
|
||
RelativePath=".\attr\attr_clnt.c">
|
||
</File>
|
||
<File
|
||
RelativePath=".\attr\attr_clnt.h">
|
||
</File>
|
||
<File
|
||
RelativePath=".\attr\attr_print0.c">
|
||
</File>
|
||
<File
|
||
RelativePath=".\attr\attr_print64.c">
|
||
</File>
|
||
<File
|
||
RelativePath=".\attr\attr_print_plain.c">
|
||
</File>
|
||
<File
|
||
RelativePath=".\attr\attr_scan0.c">
|
||
</File>
|
||
<File
|
||
RelativePath=".\attr\attr_scan64.c">
|
||
</File>
|
||
<File
|
||
RelativePath=".\attr\attr_scan_plain.c">
|
||
</File>
|
||
<File
|
||
RelativePath=".\attr\auto_clnt.c">
|
||
</File>
|
||
<File
|
||
RelativePath=".\attr\auto_clnt.h">
|
||
</File>
|
||
</Filter>
|
||
<Filter
|
||
Name="util"
|
||
Filter="">
|
||
<File
|
||
RelativePath=".\util\allprint.c">
|
||
</File>
|
||
<File
|
||
RelativePath=".\util\name_code.c">
|
||
</File>
|
||
<File
|
||
RelativePath=".\util\name_code.h">
|
||
</File>
|
||
<File
|
||
RelativePath=".\util\name_mask.c">
|
||
</File>
|
||
<File
|
||
RelativePath=".\util\name_mask.h">
|
||
</File>
|
||
<File
|
||
RelativePath=".\util\printable.c">
|
||
</File>
|
||
<File
|
||
RelativePath=".\util\stringops.h">
|
||
</File>
|
||
</Filter>
|
||
<Filter
|
||
Name="tls"
|
||
Filter="">
|
||
<File
|
||
RelativePath=".\tls\tls_bio_ops.c">
|
||
</File>
|
||
<File
|
||
RelativePath=".\tls\tls_certkey.c">
|
||
</File>
|
||
<File
|
||
RelativePath=".\tls\tls_client.c">
|
||
</File>
|
||
<File
|
||
RelativePath=".\tls\tls_dh.c">
|
||
</File>
|
||
<File
|
||
RelativePath=".\tls\tls_level.c">
|
||
</File>
|
||
<File
|
||
RelativePath=".\tls\tls_mgr.c">
|
||
</File>
|
||
<File
|
||
RelativePath=".\tls\tls_mgr.h">
|
||
</File>
|
||
<File
|
||
RelativePath=".\tls\tls_misc.c">
|
||
</File>
|
||
<File
|
||
RelativePath=".\tls\tls_params.c">
|
||
</File>
|
||
<File
|
||
RelativePath=".\tls\tls_private.h">
|
||
</File>
|
||
<File
|
||
RelativePath=".\tls\tls_prng.h">
|
||
</File>
|
||
<File
|
||
RelativePath=".\tls\tls_prng_dev.c">
|
||
</File>
|
||
<File
|
||
RelativePath=".\tls\tls_prng_egd.c">
|
||
</File>
|
||
<File
|
||
RelativePath=".\tls\tls_prng_exch.c">
|
||
</File>
|
||
<File
|
||
RelativePath=".\tls\tls_prng_file.c">
|
||
</File>
|
||
<File
|
||
RelativePath=".\tls\tls_rsa.c">
|
||
</File>
|
||
<File
|
||
RelativePath=".\tls\tls_scache.c">
|
||
</File>
|
||
<File
|
||
RelativePath=".\tls\tls_scache.h">
|
||
</File>
|
||
<File
|
||
RelativePath=".\tls\tls_seed.c">
|
||
</File>
|
||
<File
|
||
RelativePath=".\tls\tls_server.c">
|
||
</File>
|
||
<File
|
||
RelativePath=".\tls\tls_session.c">
|
||
</File>
|
||
<File
|
||
RelativePath=".\tls\tls_stream.c">
|
||
</File>
|
||
<File
|
||
RelativePath=".\tls\tls_threads.c">
|
||
</File>
|
||
<File
|
||
RelativePath=".\tls\tls_verify.c">
|
||
</File>
|
||
<File
|
||
RelativePath=".\tls\tlsmgr_daemon.c">
|
||
</File>
|
||
</Filter>
|
||
</Filter>
|
||
<Filter
|
||
Name="ͷ<>ļ<EFBFBD>"
|
||
Filter="h;hpp;hxx;hm;inl;inc;xsd"
|
||
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
|
||
<File
|
||
RelativePath=".\include\lib_tls.h">
|
||
</File>
|
||
<File
|
||
RelativePath=".\include\tls.h">
|
||
</File>
|
||
<File
|
||
RelativePath=".\include\tls_params.h">
|
||
</File>
|
||
</Filter>
|
||
<Filter
|
||
Name="<22><>Դ<EFBFBD>ļ<EFBFBD>"
|
||
Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
|
||
UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
|
||
</Filter>
|
||
<File
|
||
RelativePath=".\ReadMe.txt">
|
||
</File>
|
||
</Files>
|
||
<Globals>
|
||
</Globals>
|
||
</VisualStudioProject>
|