TestServer.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="TestServer"
  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/TestServer.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 ..debugsmpplib.lib"
  43. OutputFile=".Debug/TestServer.exe"
  44. LinkIncremental="2"
  45. SuppressStartupBanner="TRUE"
  46. GenerateDebugInformation="TRUE"
  47. ProgramDatabaseFile=".Debug/TestServer.pdb"
  48. SubSystem="1"/>
  49. <Tool
  50. Name="VCMIDLTool"
  51. TypeLibraryName=".Debug/TestServer.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/TestServer.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/TestServer.exe"
  97. LinkIncremental="1"
  98. SuppressStartupBanner="TRUE"
  99. ProgramDatabaseFile=".Release/TestServer.pdb"
  100. SubSystem="1"/>
  101. <Tool
  102. Name="VCMIDLTool"
  103. TypeLibraryName=".Release/TestServer.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=".Buffer.cpp">
  126. </File>
  127. <File
  128. RelativePath=".IOCPServer.cpp">
  129. </File>
  130. <File
  131. RelativePath=".SmppLibTest.cpp">
  132. </File>
  133. <File
  134. RelativePath=".StdAfx.cpp">
  135. <FileConfiguration
  136. Name="Debug|Win32">
  137. <Tool
  138. Name="VCCLCompilerTool"
  139. UsePrecompiledHeader="1"/>
  140. </FileConfiguration>
  141. <FileConfiguration
  142. Name="Release|Win32">
  143. <Tool
  144. Name="VCCLCompilerTool"
  145. UsePrecompiledHeader="1"/>
  146. </FileConfiguration>
  147. </File>
  148. <File
  149. RelativePath=".TestServer.cpp">
  150. </File>
  151. <File
  152. RelativePath=".TestServer.rc">
  153. </File>
  154. </Filter>
  155. <Filter
  156. Name="Header Files"
  157. Filter="h;hpp;hxx;hm;inl">
  158. <File
  159. RelativePath=".Buffer.h">
  160. </File>
  161. <File
  162. RelativePath=".IOCPServer.h">
  163. </File>
  164. <File
  165. RelativePath=".Mapper.h">
  166. </File>
  167. <File
  168. RelativePath=".Resource.h">
  169. </File>
  170. <File
  171. RelativePath=".SmppLibTest.h">
  172. </File>
  173. <File
  174. RelativePath=".StdAfx.h">
  175. </File>
  176. <File
  177. RelativePath=".TestServer.h">
  178. </File>
  179. </Filter>
  180. <Filter
  181. Name="Resource Files"
  182. Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
  183. </Filter>
  184. <File
  185. RelativePath=".ReadMe.txt">
  186. </File>
  187. </Files>
  188. <Globals>
  189. </Globals>
  190. </VisualStudioProject>