SMPPCOM.vcproj
资源名称:smpplib.zip [点击查看]
上传用户:hkcoast
上传日期:2007-01-12
资源大小:979k
文件大小:7k
源码类别:
手机短信编程
开发平台:
Visual C++
- <?xml version="1.0" encoding = "big5"?>
- <VisualStudioProject
- ProjectType="Visual C++"
- Version="7.00"
- Name="SMPPCOM"
- ProjectGUID="{0BCD7BDD-B518-418E-B2DA-0A80A019212C}"
- Keyword="AtlProj">
- <Platforms>
- <Platform
- Name="Win32"/>
- </Platforms>
- <Configurations>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory="Debug"
- IntermediateDirectory="Debug"
- ConfigurationType="2"
- UseOfMFC="2"
- UseOfATL="1"
- ATLMinimizesCRunTimeLibraryUsage="FALSE"
- CharacterSet="2">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- PreprocessorDefinitions="WIN32;_WINDOWS;_DEBUG;_USRDLL;_MERGE_PROXYSTUB"
- MinimalRebuild="TRUE"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- UsePrecompiledHeader="3"
- WarningLevel="3"
- Detect64BitPortabilityProblems="TRUE"
- DebugInformationFormat="4"/>
- <Tool
- Name="VCCustomBuildTool"/>
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="TRUE"
- AdditionalDependencies="SMPPLIB.LIB WS2_32.LIB"
- OutputFile="$(OutDir)/SMPPCOM.dll"
- LinkIncremental="2"
- ModuleDefinitionFile=".SMPPCOM.def"
- GenerateDebugInformation="TRUE"
- SubSystem="2"
- ImportLibrary="$(OutDir)/SMPPCOM.lib"
- TargetMachine="1"/>
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="_DEBUG"
- MkTypLibCompatible="FALSE"
- TargetEnvironment="1"
- GenerateStublessProxies="TRUE"
- TypeLibraryName="$(IntDir)/SMPPCOM.tlb"
- HeaderFileName="SMPPCOM.h"
- DLLDataFileName=""
- InterfaceIdentifierFileName="SMPPCOM_i.c"
- ProxyFileName="SMPPCOM_p.c"/>
- <Tool
- Name="VCPostBuildEventTool"
- Description="Performing registration"
- CommandLine="regsvr32 /s /c "$(TargetPath)""/>
- <Tool
- Name="VCPreBuildEventTool"/>
- <Tool
- Name="VCPreLinkEventTool"/>
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- Culture="1033"
- AdditionalIncludeDirectories="$(IntDir)"/>
- <Tool
- Name="VCWebServiceProxyGeneratorTool"/>
- <Tool
- Name="VCWebDeploymentTool"/>
- </Configuration>
- <Configuration
- Name="Release|Win32"
- OutputDirectory="Release"
- IntermediateDirectory="Release"
- ConfigurationType="2"
- UseOfMFC="2"
- UseOfATL="1"
- ATLMinimizesCRunTimeLibraryUsage="FALSE"
- CharacterSet="2">
- <Tool
- Name="VCCLCompilerTool"
- InlineFunctionExpansion="1"
- PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG;_USRDLL;_MERGE_PROXYSTUB"
- StringPooling="TRUE"
- RuntimeLibrary="2"
- EnableFunctionLevelLinking="TRUE"
- UsePrecompiledHeader="3"
- WarningLevel="3"
- Detect64BitPortabilityProblems="TRUE"
- DebugInformationFormat="3"/>
- <Tool
- Name="VCCustomBuildTool"/>
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="TRUE"
- AdditionalDependencies="SMPPLIB.LIB WS2_32.LIB"
- OutputFile="$(OutDir)/SMPPCOM.dll"
- LinkIncremental="1"
- ModuleDefinitionFile=".SMPPCOM.def"
- GenerateDebugInformation="TRUE"
- SubSystem="2"
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- ImportLibrary="$(OutDir)/SMPPCOM.lib"
- TargetMachine="1"/>
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="NDEBUG"
- MkTypLibCompatible="FALSE"
- TargetEnvironment="1"
- GenerateStublessProxies="TRUE"
- TypeLibraryName="$(IntDir)/SMPPCOM.tlb"
- HeaderFileName="SMPPCOM.h"
- DLLDataFileName=""
- InterfaceIdentifierFileName="SMPPCOM_i.c"
- ProxyFileName="SMPPCOM_p.c"/>
- <Tool
- Name="VCPostBuildEventTool"
- Description="Performing registration"
- CommandLine="regsvr32 /s /c "$(TargetPath)""/>
- <Tool
- Name="VCPreBuildEventTool"/>
- <Tool
- Name="VCPreLinkEventTool"/>
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG"
- Culture="1033"
- AdditionalIncludeDirectories="$(IntDir)"/>
- <Tool
- Name="VCWebServiceProxyGeneratorTool"/>
- <Tool
- Name="VCWebDeploymentTool"/>
- </Configuration>
- </Configurations>
- <Files>
- <Filter
- Name="Source Files"
- Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm">
- <File
- RelativePath="DeliverSMCom.cpp">
- </File>
- <File
- RelativePath="EsmeReceiverCom.cpp">
- </File>
- <File
- RelativePath="EsmeTransceiverCom.cpp">
- </File>
- <File
- RelativePath="EsmeTransmitterCom.cpp">
- </File>
- <File
- RelativePath="SMPPCOM.cpp">
- </File>
- <File
- RelativePath="SMPPCOM.def">
- </File>
- <File
- RelativePath="SMPPCOM.idl">
- </File>
- <File
- RelativePath="SmppAddressCom.cpp">
- </File>
- <File
- RelativePath="SmppDateCom.cpp">
- </File>
- <File
- RelativePath="SubmitSMCom.cpp">
- </File>
- <File
- RelativePath="dlldatax.c">
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"/>
- </FileConfiguration>
- </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="Header Files"
- Filter="h;hpp;hxx;hm;inl;inc">
- <File
- RelativePath="DeliverSMCom.h">
- </File>
- <File
- RelativePath="EsmeReceiverCom.h">
- </File>
- <File
- RelativePath="EsmeTransceiverCom.h">
- </File>
- <File
- RelativePath="EsmeTransmitterCom.h">
- </File>
- <File
- RelativePath="Resource.h">
- </File>
- <File
- RelativePath="SmppAddressCom.h">
- </File>
- <File
- RelativePath="SmppDateCom.h">
- </File>
- <File
- RelativePath="SubmitSMCom.h">
- </File>
- <File
- RelativePath="_IEsmeReceiverComEvents_CP.h">
- </File>
- <File
- RelativePath="_IEsmeTransceiverComEvents_CP.h">
- </File>
- <File
- RelativePath="dlldatax.h">
- </File>
- <File
- RelativePath="stdafx.h">
- </File>
- </Filter>
- <Filter
- Name="Resource Files"
- Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
- <File
- RelativePath="DeliverSMCom.rgs">
- </File>
- <File
- RelativePath="EsmeReceiverCom.rgs">
- </File>
- <File
- RelativePath="EsmeTransceiverCom.rgs">
- </File>
- <File
- RelativePath="EsmeTransmitterCom.rgs">
- </File>
- <File
- RelativePath="SMPPCOM.rc">
- </File>
- <File
- RelativePath="SMPPCOM.rgs">
- </File>
- <File
- RelativePath="SmppAddressCom.rgs">
- </File>
- <File
- RelativePath="SmppDateCom.rgs">
- </File>
- <File
- RelativePath="SubmitSMCom.rgs">
- </File>
- </Filter>
- <Filter
- Name="Generated Files"
- SourceControlFiles="FALSE">
- <File
- RelativePath="SMPPCOM_i.c">
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"/>
- </FileConfiguration>
- </File>
- </Filter>
- <File
- RelativePath="ReadMe.txt">
- </File>
- </Files>
- <Globals>
- </Globals>
- </VisualStudioProject>