mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-11-29 18:37:41 +08:00
322 lines
8.4 KiB
XML
322 lines
8.4 KiB
XML
<?xml version="1.0" encoding="gb2312"?>
|
||
<VisualStudioProject
|
||
ProjectType="Visual C++"
|
||
Version="7.10"
|
||
Name="unit_test"
|
||
ProjectGUID="{11BB762F-1998-4F62-81F0-7E0600029F70}"
|
||
Keyword="Win32Proj">
|
||
<Platforms>
|
||
<Platform
|
||
Name="Win32"/>
|
||
</Platforms>
|
||
<Configurations>
|
||
<Configuration
|
||
Name="Debug|Win32"
|
||
OutputDirectory="Debug"
|
||
IntermediateDirectory="Debug"
|
||
ConfigurationType="1"
|
||
CharacterSet="2">
|
||
<Tool
|
||
Name="VCCLCompilerTool"
|
||
Optimization="0"
|
||
AdditionalIncludeDirectories="..\..\..\..\lib_acl\include"
|
||
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
|
||
MinimalRebuild="TRUE"
|
||
BasicRuntimeChecks="3"
|
||
RuntimeLibrary="1"
|
||
UsePrecompiledHeader="0"
|
||
WarningLevel="3"
|
||
Detect64BitPortabilityProblems="TRUE"
|
||
DebugInformationFormat="4"/>
|
||
<Tool
|
||
Name="VCCustomBuildTool"/>
|
||
<Tool
|
||
Name="VCLinkerTool"
|
||
AdditionalDependencies="ws2_32.lib"
|
||
OutputFile="../../../../unit_test/bin/unit_test.exe"
|
||
LinkIncremental="2"
|
||
GenerateDebugInformation="TRUE"
|
||
ProgramDatabaseFile="$(OutDir)/unit_test.pdb"
|
||
SubSystem="1"
|
||
TargetMachine="1"/>
|
||
<Tool
|
||
Name="VCMIDLTool"/>
|
||
<Tool
|
||
Name="VCPostBuildEventTool"/>
|
||
<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="Release|Win32"
|
||
OutputDirectory="Release"
|
||
IntermediateDirectory="Release"
|
||
ConfigurationType="1"
|
||
CharacterSet="2">
|
||
<Tool
|
||
Name="VCCLCompilerTool"
|
||
AdditionalIncludeDirectories="..\..\..\..\lib_acl\include"
|
||
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
|
||
RuntimeLibrary="0"
|
||
UsePrecompiledHeader="0"
|
||
WarningLevel="3"
|
||
Detect64BitPortabilityProblems="TRUE"
|
||
DebugInformationFormat="3"/>
|
||
<Tool
|
||
Name="VCCustomBuildTool"/>
|
||
<Tool
|
||
Name="VCLinkerTool"
|
||
AdditionalDependencies="ws2_32.lib"
|
||
OutputFile="../../../../unit_test/bin/unit_test.exe"
|
||
LinkIncremental="1"
|
||
GenerateDebugInformation="TRUE"
|
||
SubSystem="1"
|
||
OptimizeReferences="2"
|
||
EnableCOMDATFolding="2"
|
||
TargetMachine="1"/>
|
||
<Tool
|
||
Name="VCMIDLTool"/>
|
||
<Tool
|
||
Name="VCPostBuildEventTool"/>
|
||
<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="DebugDll|Win32"
|
||
OutputDirectory="$(ConfigurationName)"
|
||
IntermediateDirectory="$(ConfigurationName)"
|
||
ConfigurationType="1"
|
||
CharacterSet="2">
|
||
<Tool
|
||
Name="VCCLCompilerTool"
|
||
Optimization="0"
|
||
AdditionalIncludeDirectories="..\..\..\..\lib_acl\include"
|
||
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;ACL_DLL"
|
||
MinimalRebuild="TRUE"
|
||
BasicRuntimeChecks="3"
|
||
RuntimeLibrary="3"
|
||
UsePrecompiledHeader="0"
|
||
WarningLevel="3"
|
||
Detect64BitPortabilityProblems="TRUE"
|
||
DebugInformationFormat="4"/>
|
||
<Tool
|
||
Name="VCCustomBuildTool"/>
|
||
<Tool
|
||
Name="VCLinkerTool"
|
||
AdditionalDependencies="ws2_32.lib"
|
||
OutputFile="../../../../unit_test/bin/unit_test.exe"
|
||
LinkIncremental="2"
|
||
GenerateDebugInformation="TRUE"
|
||
ProgramDatabaseFile="$(OutDir)/unit_test.pdb"
|
||
SubSystem="1"
|
||
TargetMachine="1"/>
|
||
<Tool
|
||
Name="VCMIDLTool"/>
|
||
<Tool
|
||
Name="VCPostBuildEventTool"/>
|
||
<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="$(ConfigurationName)"
|
||
IntermediateDirectory="$(ConfigurationName)"
|
||
ConfigurationType="1"
|
||
CharacterSet="2">
|
||
<Tool
|
||
Name="VCCLCompilerTool"
|
||
AdditionalIncludeDirectories="..\..\..\..\lib_acl\include"
|
||
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;ACL_DLL"
|
||
RuntimeLibrary="2"
|
||
UsePrecompiledHeader="0"
|
||
WarningLevel="3"
|
||
Detect64BitPortabilityProblems="TRUE"
|
||
DebugInformationFormat="3"/>
|
||
<Tool
|
||
Name="VCCustomBuildTool"/>
|
||
<Tool
|
||
Name="VCLinkerTool"
|
||
AdditionalDependencies="ws2_32.lib"
|
||
OutputFile="../../../../unit_test/bin/unit_test.exe"
|
||
LinkIncremental="1"
|
||
GenerateDebugInformation="TRUE"
|
||
SubSystem="1"
|
||
OptimizeReferences="2"
|
||
EnableCOMDATFolding="2"
|
||
TargetMachine="1"/>
|
||
<Tool
|
||
Name="VCMIDLTool"/>
|
||
<Tool
|
||
Name="VCPostBuildEventTool"/>
|
||
<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="..\..\..\..\unit_test\test_main.c">
|
||
</File>
|
||
<Filter
|
||
Name="stdlib"
|
||
Filter="">
|
||
<File
|
||
RelativePath="..\..\..\..\unit_test\stdlib\test_avl.c">
|
||
</File>
|
||
<File
|
||
RelativePath="..\..\..\..\unit_test\stdlib\test_htable.c">
|
||
</File>
|
||
<File
|
||
RelativePath="..\..\..\..\unit_test\stdlib\test_malloc.c">
|
||
</File>
|
||
<File
|
||
RelativePath="..\..\..\..\unit_test\stdlib\test_myflock.c">
|
||
</File>
|
||
<File
|
||
RelativePath="..\..\..\..\unit_test\stdlib\test_ring.c">
|
||
</File>
|
||
<File
|
||
RelativePath="..\..\..\..\unit_test\stdlib\test_stack.c">
|
||
</File>
|
||
<File
|
||
RelativePath="..\..\..\..\unit_test\stdlib\test_stdlib.c">
|
||
</File>
|
||
<File
|
||
RelativePath="..\..\..\..\unit_test\stdlib\test_string.c">
|
||
</File>
|
||
<File
|
||
RelativePath="..\..\..\..\unit_test\stdlib\test_vstream.c">
|
||
</File>
|
||
</Filter>
|
||
<Filter
|
||
Name="net"
|
||
Filter="">
|
||
<File
|
||
RelativePath="..\..\..\..\unit_test\net\test_connect.c">
|
||
</File>
|
||
<File
|
||
RelativePath="..\..\..\..\unit_test\net\test_net.c">
|
||
</File>
|
||
<File
|
||
RelativePath="..\..\..\..\unit_test\net\test_net_misc.c">
|
||
</File>
|
||
</Filter>
|
||
<Filter
|
||
Name="unit_test"
|
||
Filter="">
|
||
<File
|
||
RelativePath="..\..\..\..\unit_test\unit_test\unit_test.c">
|
||
</File>
|
||
<File
|
||
RelativePath="..\..\..\..\unit_test\unit_test\unit_test_fn.c">
|
||
</File>
|
||
</Filter>
|
||
</Filter>
|
||
<Filter
|
||
Name="ͷ<>ļ<EFBFBD>"
|
||
Filter="h;hpp;hxx;hm;inl;inc;xsd"
|
||
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
|
||
<File
|
||
RelativePath="..\..\..\..\unit_test\test_main.h">
|
||
</File>
|
||
<Filter
|
||
Name="stdlib"
|
||
Filter="">
|
||
<File
|
||
RelativePath="..\..\..\..\unit_test\stdlib\test_stdlib.h">
|
||
</File>
|
||
<File
|
||
RelativePath="..\..\..\..\unit_test\stdlib\test_stdtab.h">
|
||
</File>
|
||
</Filter>
|
||
<Filter
|
||
Name="net"
|
||
Filter="">
|
||
<File
|
||
RelativePath="..\..\..\..\unit_test\net\test_net.h">
|
||
</File>
|
||
<File
|
||
RelativePath="..\..\..\..\unit_test\net\test_nettab.h">
|
||
</File>
|
||
</Filter>
|
||
<Filter
|
||
Name="unit_test"
|
||
Filter="">
|
||
<File
|
||
RelativePath="..\..\..\..\unit_test\unit_test\unit_test.h">
|
||
</File>
|
||
<File
|
||
RelativePath="..\..\..\..\unit_test\unit_test\unit_test_tab.h">
|
||
</File>
|
||
</Filter>
|
||
</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>
|
||
</Files>
|
||
<Globals>
|
||
</Globals>
|
||
</VisualStudioProject>
|