mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-12-16 01:40:52 +08:00
316 lines
6.2 KiB
Plaintext
316 lines
6.2 KiB
Plaintext
|
<?xml version="1.0" encoding="gb2312"?>
|
|||
|
<VisualStudioProject
|
|||
|
ProjectType="Visual C++"
|
|||
|
Version="9.00"
|
|||
|
Name="http_client"
|
|||
|
ProjectGUID="{366A8A81-C892-4761-B0E6-8F6E06C97DA4}"
|
|||
|
Keyword="MFCProj"
|
|||
|
TargetFrameworkVersion="131072"
|
|||
|
>
|
|||
|
<Platforms>
|
|||
|
<Platform
|
|||
|
Name="Win32"
|
|||
|
/>
|
|||
|
</Platforms>
|
|||
|
<ToolFiles>
|
|||
|
</ToolFiles>
|
|||
|
<Configurations>
|
|||
|
<Configuration
|
|||
|
Name="Debug|Win32"
|
|||
|
OutputDirectory="Debug"
|
|||
|
IntermediateDirectory="Debug"
|
|||
|
ConfigurationType="1"
|
|||
|
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
|
|||
|
UseOfMFC="2"
|
|||
|
CharacterSet="2"
|
|||
|
>
|
|||
|
<Tool
|
|||
|
Name="VCPreBuildEventTool"
|
|||
|
/>
|
|||
|
<Tool
|
|||
|
Name="VCCustomBuildTool"
|
|||
|
/>
|
|||
|
<Tool
|
|||
|
Name="VCXMLDataGeneratorTool"
|
|||
|
/>
|
|||
|
<Tool
|
|||
|
Name="VCWebServiceProxyGeneratorTool"
|
|||
|
/>
|
|||
|
<Tool
|
|||
|
Name="VCMIDLTool"
|
|||
|
PreprocessorDefinitions="_DEBUG"
|
|||
|
MkTypLibCompatible="false"
|
|||
|
/>
|
|||
|
<Tool
|
|||
|
Name="VCCLCompilerTool"
|
|||
|
Optimization="0"
|
|||
|
AdditionalIncludeDirectories="..\..\..\..\lib_acl\include;..\..\..\..\lib_protocol\include"
|
|||
|
PreprocessorDefinitions="WIN32;_WINDOWS;_DEBUG"
|
|||
|
MinimalRebuild="true"
|
|||
|
BasicRuntimeChecks="3"
|
|||
|
RuntimeLibrary="3"
|
|||
|
TreatWChar_tAsBuiltInType="true"
|
|||
|
UsePrecompiledHeader="2"
|
|||
|
WarningLevel="3"
|
|||
|
Detect64BitPortabilityProblems="false"
|
|||
|
DebugInformationFormat="4"
|
|||
|
/>
|
|||
|
<Tool
|
|||
|
Name="VCManagedResourceCompilerTool"
|
|||
|
/>
|
|||
|
<Tool
|
|||
|
Name="VCResourceCompilerTool"
|
|||
|
PreprocessorDefinitions="_DEBUG"
|
|||
|
Culture="2052"
|
|||
|
AdditionalIncludeDirectories="$(IntDir)"
|
|||
|
/>
|
|||
|
<Tool
|
|||
|
Name="VCPreLinkEventTool"
|
|||
|
/>
|
|||
|
<Tool
|
|||
|
Name="VCLinkerTool"
|
|||
|
AdditionalDependencies="ws2_32.lib"
|
|||
|
LinkIncremental="2"
|
|||
|
AdditionalLibraryDirectories="..\..\lib_acl;..\..\lib_protocol"
|
|||
|
IgnoreDefaultLibraryNames="libcmtd"
|
|||
|
GenerateDebugInformation="true"
|
|||
|
SubSystem="2"
|
|||
|
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"
|
|||
|
/>
|
|||
|
</Configuration>
|
|||
|
<Configuration
|
|||
|
Name="Release|Win32"
|
|||
|
OutputDirectory="Release"
|
|||
|
IntermediateDirectory="Release"
|
|||
|
ConfigurationType="1"
|
|||
|
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
|
|||
|
UseOfMFC="1"
|
|||
|
CharacterSet="2"
|
|||
|
>
|
|||
|
<Tool
|
|||
|
Name="VCPreBuildEventTool"
|
|||
|
/>
|
|||
|
<Tool
|
|||
|
Name="VCCustomBuildTool"
|
|||
|
/>
|
|||
|
<Tool
|
|||
|
Name="VCXMLDataGeneratorTool"
|
|||
|
/>
|
|||
|
<Tool
|
|||
|
Name="VCWebServiceProxyGeneratorTool"
|
|||
|
/>
|
|||
|
<Tool
|
|||
|
Name="VCMIDLTool"
|
|||
|
PreprocessorDefinitions="NDEBUG"
|
|||
|
MkTypLibCompatible="false"
|
|||
|
/>
|
|||
|
<Tool
|
|||
|
Name="VCCLCompilerTool"
|
|||
|
AdditionalIncludeDirectories="..\..\..\..\lib_acl\include;..\..\..\..\lib_protocol\include"
|
|||
|
PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG"
|
|||
|
MinimalRebuild="false"
|
|||
|
RuntimeLibrary="0"
|
|||
|
TreatWChar_tAsBuiltInType="true"
|
|||
|
UsePrecompiledHeader="2"
|
|||
|
WarningLevel="3"
|
|||
|
Detect64BitPortabilityProblems="false"
|
|||
|
DebugInformationFormat="3"
|
|||
|
/>
|
|||
|
<Tool
|
|||
|
Name="VCManagedResourceCompilerTool"
|
|||
|
/>
|
|||
|
<Tool
|
|||
|
Name="VCResourceCompilerTool"
|
|||
|
PreprocessorDefinitions="NDEBUG"
|
|||
|
Culture="2052"
|
|||
|
AdditionalIncludeDirectories="$(IntDir)"
|
|||
|
/>
|
|||
|
<Tool
|
|||
|
Name="VCPreLinkEventTool"
|
|||
|
/>
|
|||
|
<Tool
|
|||
|
Name="VCLinkerTool"
|
|||
|
AdditionalDependencies="ws2_32.lib"
|
|||
|
LinkIncremental="1"
|
|||
|
AdditionalLibraryDirectories="..\..\lib_acl;..\..\lib_protocol"
|
|||
|
IgnoreDefaultLibraryNames=""
|
|||
|
GenerateDebugInformation="true"
|
|||
|
SubSystem="2"
|
|||
|
OptimizeReferences="2"
|
|||
|
EnableCOMDATFolding="2"
|
|||
|
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"
|
|||
|
/>
|
|||
|
</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=".\http_client.cpp"
|
|||
|
>
|
|||
|
</File>
|
|||
|
<File
|
|||
|
RelativePath=".\http_clientDlg.cpp"
|
|||
|
>
|
|||
|
</File>
|
|||
|
<File
|
|||
|
RelativePath=".\HttpClient.cpp"
|
|||
|
>
|
|||
|
</File>
|
|||
|
<File
|
|||
|
RelativePath=".\HttpOption.cpp"
|
|||
|
>
|
|||
|
</File>
|
|||
|
<File
|
|||
|
RelativePath=".\MeterBar.cpp"
|
|||
|
>
|
|||
|
</File>
|
|||
|
<File
|
|||
|
RelativePath=".\MeterCtrl.cpp"
|
|||
|
>
|
|||
|
</File>
|
|||
|
<File
|
|||
|
RelativePath=".\stdafx.cpp"
|
|||
|
>
|
|||
|
<FileConfiguration
|
|||
|
Name="Debug|Win32"
|
|||
|
>
|
|||
|
<Tool
|
|||
|
Name="VCCLCompilerTool"
|
|||
|
UsePrecompiledHeader="1"
|
|||
|
/>
|
|||
|
</FileConfiguration>
|
|||
|
<FileConfiguration
|
|||
|
Name="Release|Win32"
|
|||
|
>
|
|||
|
<Tool
|
|||
|
Name="VCCLCompilerTool"
|
|||
|
UsePrecompiledHeader="1"
|
|||
|
/>
|
|||
|
</FileConfiguration>
|
|||
|
</File>
|
|||
|
</Filter>
|
|||
|
<Filter
|
|||
|
Name="ͷ<>ļ<EFBFBD>"
|
|||
|
Filter="h;hpp;hxx;hm;inl;inc;xsd"
|
|||
|
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
|
|||
|
>
|
|||
|
<File
|
|||
|
RelativePath=".\http_client.h"
|
|||
|
>
|
|||
|
</File>
|
|||
|
<File
|
|||
|
RelativePath=".\http_clientDlg.h"
|
|||
|
>
|
|||
|
</File>
|
|||
|
<File
|
|||
|
RelativePath=".\HttpClient.h"
|
|||
|
>
|
|||
|
</File>
|
|||
|
<File
|
|||
|
RelativePath=".\HttpOption.h"
|
|||
|
>
|
|||
|
</File>
|
|||
|
<File
|
|||
|
RelativePath=".\MeterBar.h"
|
|||
|
>
|
|||
|
</File>
|
|||
|
<File
|
|||
|
RelativePath=".\MeterCtrl.h"
|
|||
|
>
|
|||
|
</File>
|
|||
|
<File
|
|||
|
RelativePath=".\Resource.h"
|
|||
|
>
|
|||
|
</File>
|
|||
|
<File
|
|||
|
RelativePath=".\stdafx.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}"
|
|||
|
>
|
|||
|
<File
|
|||
|
RelativePath=".\res\http_client.ico"
|
|||
|
>
|
|||
|
</File>
|
|||
|
<File
|
|||
|
RelativePath=".\http_client.rc"
|
|||
|
>
|
|||
|
</File>
|
|||
|
<File
|
|||
|
RelativePath=".\res\http_client.rc2"
|
|||
|
>
|
|||
|
</File>
|
|||
|
</Filter>
|
|||
|
<File
|
|||
|
RelativePath=".\res\http_client.manifest"
|
|||
|
>
|
|||
|
</File>
|
|||
|
<File
|
|||
|
RelativePath=".\ReadMe.txt"
|
|||
|
>
|
|||
|
</File>
|
|||
|
</Files>
|
|||
|
<Globals>
|
|||
|
<Global
|
|||
|
Name="RESOURCE_FILE"
|
|||
|
Value="http_client.rc"
|
|||
|
/>
|
|||
|
</Globals>
|
|||
|
</VisualStudioProject>
|