mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-11-29 18:37:41 +08:00
332 lines
8.7 KiB
XML
332 lines
8.7 KiB
XML
<?xml version="1.0" encoding="gb2312"?>
|
||
<VisualStudioProject
|
||
ProjectType="Visual C++"
|
||
Version="7.10"
|
||
Name="lib_dict"
|
||
ProjectGUID="{9E6E9FE9-EAAC-44BA-B463-70DE0233822E}"
|
||
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;.\include;.\bdb\include;.\src"
|
||
PreprocessorDefinitions="WIN32;_DEBUG;_LIB;HAS_BDB"
|
||
MinimalRebuild="TRUE"
|
||
BasicRuntimeChecks="3"
|
||
RuntimeLibrary="1"
|
||
UsePrecompiledHeader="3"
|
||
ProgramDataBaseFileName="$(ProjectName)_vc2003d.pdb"
|
||
WarningLevel="3"
|
||
Detect64BitPortabilityProblems="TRUE"
|
||
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;.\include;.\bdb\include;.\src"
|
||
PreprocessorDefinitions="WIN32;NDEBUG;_LIB;HAS_BDB"
|
||
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;.\include;.\bdb\include;.\src"
|
||
PreprocessorDefinitions="WIN32;_DEBUG;_LIB;HAS_BDB;DICT_DLL;DICT_EXPORTS;ACL_DLL"
|
||
MinimalRebuild="TRUE"
|
||
BasicRuntimeChecks="3"
|
||
RuntimeLibrary="3"
|
||
UsePrecompiledHeader="3"
|
||
WarningLevel="3"
|
||
Detect64BitPortabilityProblems="TRUE"
|
||
DebugInformationFormat="3"/>
|
||
<Tool
|
||
Name="VCCustomBuildTool"/>
|
||
<Tool
|
||
Name="VCLinkerTool"
|
||
AdditionalDependencies="libdb43.lib lib_acl_d.lib ws2_32.lib"
|
||
OutputFile="$(ProjectName)_d.dll"
|
||
AdditionalLibraryDirectories="..\lib\bdb;..\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;.\include;.\bdb\include;.\src"
|
||
PreprocessorDefinitions="WIN32;NDEBUG;_LIB;HAS_BDB;DICT_DLL;DICT_EXPORTS;ACL_DLL"
|
||
RuntimeLibrary="2"
|
||
UsePrecompiledHeader="3"
|
||
WarningLevel="3"
|
||
Detect64BitPortabilityProblems="FALSE"
|
||
DebugInformationFormat="3"/>
|
||
<Tool
|
||
Name="VCCustomBuildTool"/>
|
||
<Tool
|
||
Name="VCLinkerTool"
|
||
AdditionalDependencies="libdb43.lib lib_acl.lib ws2_32.lib"
|
||
OutputFile="$(ProjectName).dll"
|
||
AdditionalLibraryDirectories="..\lib\bdb;..\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=".\src\debug_var.h">
|
||
</File>
|
||
<File
|
||
RelativePath=".\src\dict.c">
|
||
</File>
|
||
<File
|
||
RelativePath=".\src\dict_alloc.c">
|
||
</File>
|
||
<File
|
||
RelativePath=".\src\dict_cdb.c">
|
||
</File>
|
||
<File
|
||
RelativePath=".\src\dict_cdb.h">
|
||
</File>
|
||
<File
|
||
RelativePath=".\src\dict_db.c">
|
||
</File>
|
||
<File
|
||
RelativePath=".\src\dict_db.h">
|
||
</File>
|
||
<File
|
||
RelativePath=".\src\dict_debug.c">
|
||
</File>
|
||
<File
|
||
RelativePath=".\src\dict_ht.c">
|
||
</File>
|
||
<File
|
||
RelativePath=".\src\dict_ht.h">
|
||
</File>
|
||
<File
|
||
RelativePath=".\src\dict_open.c">
|
||
</File>
|
||
<File
|
||
RelativePath=".\src\dict_pool.c">
|
||
</File>
|
||
<File
|
||
RelativePath=".\src\dict_tc.c">
|
||
</File>
|
||
<File
|
||
RelativePath=".\src\dict_tc.h">
|
||
</File>
|
||
<File
|
||
RelativePath=".\src\mac_expand.c">
|
||
</File>
|
||
<File
|
||
RelativePath=".\src\mac_expand.h">
|
||
</File>
|
||
<File
|
||
RelativePath=".\src\mac_parse.c">
|
||
</File>
|
||
<File
|
||
RelativePath=".\src\mac_parse.h">
|
||
</File>
|
||
<File
|
||
RelativePath=".\src\name_mask.c">
|
||
</File>
|
||
<File
|
||
RelativePath=".\src\name_mask.h">
|
||
</File>
|
||
<File
|
||
RelativePath=".\src\snprintf.c">
|
||
</File>
|
||
<File
|
||
RelativePath=".\src\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=".\src\StdAfx.h">
|
||
</File>
|
||
<File
|
||
RelativePath=".\src\unescape.c">
|
||
</File>
|
||
</Filter>
|
||
<Filter
|
||
Name="ͷ<>ļ<EFBFBD>"
|
||
Filter="h;hpp;hxx;hm;inl;inc;xsd"
|
||
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
|
||
<File
|
||
RelativePath=".\include\dict.h">
|
||
</File>
|
||
<File
|
||
RelativePath=".\include\dict_pool.h">
|
||
</File>
|
||
<File
|
||
RelativePath=".\include\unescape.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>
|