RCPServer.vcproj
上传用户:hyz2004817
上传日期:2022-03-30
资源大小:226k
文件大小:6k
源码类别:

远程控制编程

开发平台:

Visual C++

  1. <?xml version="1.0" encoding = "gb2312"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.00"
  5. Name="RCPServer"
  6. SccProjectName=""
  7. SccLocalPath="">
  8. <Platforms>
  9. <Platform
  10. Name="Win32"/>
  11. </Platforms>
  12. <Configurations>
  13. <Configuration
  14. Name="Debug|Win32"
  15. OutputDirectory=".Debug"
  16. IntermediateDirectory=".Debug"
  17. ConfigurationType="1"
  18. UseOfMFC="0"
  19. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  20. CharacterSet="2">
  21. <Tool
  22. Name="VCCLCompilerTool"
  23. Optimization="0"
  24. PreprocessorDefinitions="WIN32,_DEBUG,_WINDOWS"
  25. BasicRuntimeChecks="3"
  26. RuntimeLibrary="1"
  27. UsePrecompiledHeader="3"
  28. PrecompiledHeaderThrough="stdafx.h"
  29. PrecompiledHeaderFile=".Debug/RCPServer.pch"
  30. AssemblerListingLocation=".Debug/"
  31. ObjectFile=".Debug/"
  32. ProgramDataBaseFileName=".Debug/"
  33. BrowseInformation="1"
  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="ws2_32.lib ijl15l.lib shell32.lib"
  43. OutputFile=".Debug/RCPServer.exe"
  44. LinkIncremental="2"
  45. SuppressStartupBanner="TRUE"
  46. GenerateDebugInformation="TRUE"
  47. ProgramDatabaseFile=".Debug/RCPServer.pdb"/>
  48. <Tool
  49. Name="VCMIDLTool"
  50. PreprocessorDefinitions="_DEBUG"
  51. MkTypLibCompatible="TRUE"
  52. SuppressStartupBanner="TRUE"
  53. TargetEnvironment="1"
  54. TypeLibraryName=".Debug/RCPServer.tlb"/>
  55. <Tool
  56. Name="VCPostBuildEventTool"/>
  57. <Tool
  58. Name="VCPreBuildEventTool"/>
  59. <Tool
  60. Name="VCPreLinkEventTool"/>
  61. <Tool
  62. Name="VCResourceCompilerTool"
  63. PreprocessorDefinitions="_DEBUG"
  64. Culture="2052"/>
  65. <Tool
  66. Name="VCWebServiceProxyGeneratorTool"/>
  67. <Tool
  68. Name="VCWebDeploymentTool"/>
  69. </Configuration>
  70. <Configuration
  71. Name="Release|Win32"
  72. OutputDirectory=".Release"
  73. IntermediateDirectory=".Release"
  74. ConfigurationType="1"
  75. UseOfMFC="0"
  76. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  77. CharacterSet="2">
  78. <Tool
  79. Name="VCCLCompilerTool"
  80. Optimization="2"
  81. GlobalOptimizations="TRUE"
  82. InlineFunctionExpansion="1"
  83. EnableIntrinsicFunctions="TRUE"
  84. ImproveFloatingPointConsistency="FALSE"
  85. FavorSizeOrSpeed="1"
  86. OptimizeForWindowsApplication="TRUE"
  87. PreprocessorDefinitions="WIN32,NDEBUG,_WINDOWS"
  88. StringPooling="TRUE"
  89. RuntimeLibrary="2"
  90. StructMemberAlignment="4"
  91. BufferSecurityCheck="FALSE"
  92. UsePrecompiledHeader="3"
  93. PrecompiledHeaderThrough="stdafx.h"
  94. PrecompiledHeaderFile=".Release/RCPServer.pch"
  95. AssemblerListingLocation=".Release/"
  96. ObjectFile=".Release/"
  97. ProgramDataBaseFileName=".Release/"
  98. BrowseInformation="1"
  99. WarningLevel="3"
  100. SuppressStartupBanner="TRUE"/>
  101. <Tool
  102. Name="VCCustomBuildTool"/>
  103. <Tool
  104. Name="VCLinkerTool"
  105. AdditionalOptions="/MACHINE:I386"
  106. AdditionalDependencies="ijl15l.lib  ws2_32.lib shell32.lib"
  107. OutputFile=".Release/RCPServer.exe"
  108. LinkIncremental="1"
  109. SuppressStartupBanner="TRUE"
  110. ProgramDatabaseFile=".Release/RCPServer.pdb"
  111. SubSystem="0"/>
  112. <Tool
  113. Name="VCMIDLTool"
  114. PreprocessorDefinitions="NDEBUG"
  115. MkTypLibCompatible="TRUE"
  116. SuppressStartupBanner="TRUE"
  117. TargetEnvironment="1"
  118. TypeLibraryName=".Release/RCPServer.tlb"/>
  119. <Tool
  120. Name="VCPostBuildEventTool"/>
  121. <Tool
  122. Name="VCPreBuildEventTool"/>
  123. <Tool
  124. Name="VCPreLinkEventTool"/>
  125. <Tool
  126. Name="VCResourceCompilerTool"
  127. PreprocessorDefinitions="NDEBUG"
  128. Culture="2052"/>
  129. <Tool
  130. Name="VCWebServiceProxyGeneratorTool"/>
  131. <Tool
  132. Name="VCWebDeploymentTool"/>
  133. </Configuration>
  134. </Configurations>
  135. <Files>
  136. <Filter
  137. Name="Source Files"
  138. Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
  139. <File
  140. RelativePath="0X10.cpp">
  141. <FileConfiguration
  142. Name="Debug|Win32">
  143. <Tool
  144. Name="VCCLCompilerTool"
  145. PrecompiledHeaderThrough="stdafx.h"/>
  146. </FileConfiguration>
  147. </File>
  148. <File
  149. RelativePath="0X110.cpp">
  150. </File>
  151. <File
  152. RelativePath="0X20.cpp">
  153. </File>
  154. <File
  155. RelativePath="0X41.cpp">
  156. </File>
  157. <File
  158. RelativePath="0X42.cpp">
  159. </File>
  160. <File
  161. RelativePath="0x40.cpp">
  162. </File>
  163. <File
  164. RelativePath="RCAHelper.cpp">
  165. </File>
  166. <File
  167. RelativePath=".RCPServer.cpp">
  168. </File>
  169. <File
  170. RelativePath="RCPServer.rc">
  171. </File>
  172. <File
  173. RelativePath=".StdAfx.cpp">
  174. <FileConfiguration
  175. Name="Debug|Win32">
  176. <Tool
  177. Name="VCCLCompilerTool"
  178. UsePrecompiledHeader="1"/>
  179. </FileConfiguration>
  180. <FileConfiguration
  181. Name="Release|Win32">
  182. <Tool
  183. Name="VCCLCompilerTool"
  184. UsePrecompiledHeader="1"/>
  185. </FileConfiguration>
  186. </File>
  187. <File
  188. RelativePath="WSAErrorString.cpp">
  189. <FileConfiguration
  190. Name="Debug|Win32">
  191. <Tool
  192. Name="VCCLCompilerTool"
  193. PrecompiledHeaderThrough="stdafx.h"/>
  194. </FileConfiguration>
  195. </File>
  196. </Filter>
  197. <Filter
  198. Name="Header Files"
  199. Filter="h;hpp;hxx;hm;inl">
  200. <File
  201. RelativePath="RCAHelper.h">
  202. </File>
  203. <File
  204. RelativePath="RCPServer.h">
  205. </File>
  206. <File
  207. RelativePath=".StdAfx.h">
  208. </File>
  209. <File
  210. RelativePath="WSAErrorString.h">
  211. </File>
  212. <File
  213. RelativePath="id_handler.h">
  214. </File>
  215. <File
  216. RelativePath="resource.h">
  217. </File>
  218. </Filter>
  219. <Filter
  220. Name="Resource Files"
  221. Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
  222. <File
  223. RelativePath="101572.ico">
  224. </File>
  225. <File
  226. RelativePath="icon2.ico">
  227. </File>
  228. </Filter>
  229. <File
  230. RelativePath=".ReadMe.txt">
  231. </File>
  232. </Files>
  233. <Globals>
  234. </Globals>
  235. </VisualStudioProject>