SmppLibCliTest.vcproj
上传用户:hkcoast
上传日期:2007-01-12
资源大小:979k
文件大小:5k
源码类别:

手机短信编程

开发平台:

Visual C++

  1. <?xml version="1.0" encoding = "big5"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.00"
  5. Name="SmppLibCliTest"
  6. SccProjectName=""
  7. SccLocalPath=""
  8. Keyword="MFCProj">
  9. <Platforms>
  10. <Platform
  11. Name="Win32"/>
  12. </Platforms>
  13. <Configurations>
  14. <Configuration
  15. Name="Debug|Win32"
  16. OutputDirectory=".Debug"
  17. IntermediateDirectory=".Debug"
  18. ConfigurationType="1"
  19. UseOfMFC="2"
  20. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  21. CharacterSet="2">
  22. <Tool
  23. Name="VCCLCompilerTool"
  24. Optimization="0"
  25. PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
  26. BasicRuntimeChecks="3"
  27. RuntimeLibrary="3"
  28. UsePrecompiledHeader="3"
  29. PrecompiledHeaderThrough="stdafx.h"
  30. PrecompiledHeaderFile=".Debug/SmppLibCliTest.pch"
  31. AssemblerListingLocation=".Debug/"
  32. ObjectFile=".Debug/"
  33. ProgramDataBaseFileName=".Debug/"
  34. WarningLevel="3"
  35. SuppressStartupBanner="TRUE"
  36. DebugInformationFormat="4"/>
  37. <Tool
  38. Name="VCCustomBuildTool"/>
  39. <Tool
  40. Name="VCLinkerTool"
  41. AdditionalOptions="/MACHINE:I386"
  42. AdditionalDependencies="kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib smpplib.lib ws2_32.lib"
  43. OutputFile=".Debug/SmppLibCliTest.exe"
  44. LinkIncremental="2"
  45. SuppressStartupBanner="TRUE"
  46. GenerateDebugInformation="TRUE"
  47. ProgramDatabaseFile=".Debug/SmppLibCliTest.pdb"
  48. SubSystem="1"/>
  49. <Tool
  50. Name="VCMIDLTool"
  51. TypeLibraryName=".Debug/SmppLibCliTest.tlb"/>
  52. <Tool
  53. Name="VCPostBuildEventTool"/>
  54. <Tool
  55. Name="VCPreBuildEventTool"/>
  56. <Tool
  57. Name="VCPreLinkEventTool"/>
  58. <Tool
  59. Name="VCResourceCompilerTool"
  60. PreprocessorDefinitions="_AFXDLL;_DEBUG"
  61. Culture="3076"/>
  62. <Tool
  63. Name="VCWebServiceProxyGeneratorTool"/>
  64. <Tool
  65. Name="VCWebDeploymentTool"/>
  66. </Configuration>
  67. <Configuration
  68. Name="Release|Win32"
  69. OutputDirectory=".Release"
  70. IntermediateDirectory=".Release"
  71. ConfigurationType="1"
  72. UseOfMFC="2"
  73. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  74. CharacterSet="2">
  75. <Tool
  76. Name="VCCLCompilerTool"
  77. InlineFunctionExpansion="1"
  78. PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
  79. StringPooling="TRUE"
  80. RuntimeLibrary="2"
  81. EnableFunctionLevelLinking="TRUE"
  82. UsePrecompiledHeader="3"
  83. PrecompiledHeaderThrough="stdafx.h"
  84. PrecompiledHeaderFile=".Release/SmppLibCliTest.pch"
  85. AssemblerListingLocation=".Release/"
  86. ObjectFile=".Release/"
  87. ProgramDataBaseFileName=".Release/"
  88. WarningLevel="3"
  89. SuppressStartupBanner="TRUE"/>
  90. <Tool
  91. Name="VCCustomBuildTool"/>
  92. <Tool
  93. Name="VCLinkerTool"
  94. AdditionalOptions="/MACHINE:I386"
  95. AdditionalDependencies="kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib"
  96. OutputFile=".Release/SmppLibCliTest.exe"
  97. LinkIncremental="1"
  98. SuppressStartupBanner="TRUE"
  99. ProgramDatabaseFile=".Release/SmppLibCliTest.pdb"
  100. SubSystem="1"/>
  101. <Tool
  102. Name="VCMIDLTool"
  103. TypeLibraryName=".Release/SmppLibCliTest.tlb"/>
  104. <Tool
  105. Name="VCPostBuildEventTool"/>
  106. <Tool
  107. Name="VCPreBuildEventTool"/>
  108. <Tool
  109. Name="VCPreLinkEventTool"/>
  110. <Tool
  111. Name="VCResourceCompilerTool"
  112. PreprocessorDefinitions="_AFXDLL;NDEBUG"
  113. Culture="3076"/>
  114. <Tool
  115. Name="VCWebServiceProxyGeneratorTool"/>
  116. <Tool
  117. Name="VCWebDeploymentTool"/>
  118. </Configuration>
  119. </Configurations>
  120. <Files>
  121. <Filter
  122. Name="Source Files"
  123. Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
  124. <File
  125. RelativePath=".SmppLibCliTest.cpp">
  126. </File>
  127. <File
  128. RelativePath=".SmppLibCliTest.rc">
  129. </File>
  130. <File
  131. RelativePath=".StdAfx.cpp">
  132. <FileConfiguration
  133. Name="Debug|Win32">
  134. <Tool
  135. Name="VCCLCompilerTool"
  136. UsePrecompiledHeader="1"/>
  137. </FileConfiguration>
  138. <FileConfiguration
  139. Name="Release|Win32">
  140. <Tool
  141. Name="VCCLCompilerTool"
  142. UsePrecompiledHeader="1"/>
  143. </FileConfiguration>
  144. </File>
  145. </Filter>
  146. <Filter
  147. Name="Header Files"
  148. Filter="h;hpp;hxx;hm;inl">
  149. <File
  150. RelativePath=".Resource.h">
  151. </File>
  152. <File
  153. RelativePath=".SmppLibCliTest.h">
  154. </File>
  155. <File
  156. RelativePath=".StdAfx.h">
  157. </File>
  158. </Filter>
  159. <Filter
  160. Name="Resource Files"
  161. Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
  162. </Filter>
  163. <File
  164. RelativePath=".ReadMe.txt">
  165. </File>
  166. </Files>
  167. <Globals>
  168. </Globals>
  169. </VisualStudioProject>