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

远程控制编程

开发平台:

Visual C++

  1. <?xml version="1.0" encoding = "gb2312"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.00"
  5. Name="RCAClient"
  6. ProjectGUID="{8018CBD4-7632-44B8-AC1B-10A1EB7E8BA7}"
  7. Keyword="Win32Proj">
  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. CharacterSet="2">
  19. <Tool
  20. Name="VCCLCompilerTool"
  21. Optimization="0"
  22. PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
  23. MinimalRebuild="TRUE"
  24. BasicRuntimeChecks="3"
  25. RuntimeLibrary="3"
  26. UsePrecompiledHeader="3"
  27. WarningLevel="3"
  28. Detect64BitPortabilityProblems="TRUE"
  29. DebugInformationFormat="4"/>
  30. <Tool
  31. Name="VCCustomBuildTool"/>
  32. <Tool
  33. Name="VCLinkerTool"
  34. AdditionalDependencies="ijl15l.lib ws2_32.lib comctl32.lib"
  35. OutputFile="$(OutDir)/RCAClient.exe"
  36. LinkIncremental="2"
  37. GenerateDebugInformation="TRUE"
  38. ProgramDatabaseFile="$(OutDir)/RCAClient.pdb"
  39. SubSystem="0"
  40. TargetMachine="1"/>
  41. <Tool
  42. Name="VCMIDLTool"/>
  43. <Tool
  44. Name="VCPostBuildEventTool"/>
  45. <Tool
  46. Name="VCPreBuildEventTool"/>
  47. <Tool
  48. Name="VCPreLinkEventTool"/>
  49. <Tool
  50. Name="VCResourceCompilerTool"/>
  51. <Tool
  52. Name="VCWebServiceProxyGeneratorTool"/>
  53. <Tool
  54. Name="VCWebDeploymentTool"/>
  55. </Configuration>
  56. <Configuration
  57. Name="Release|Win32"
  58. OutputDirectory="Release"
  59. IntermediateDirectory="Release"
  60. ConfigurationType="1"
  61. CharacterSet="2">
  62. <Tool
  63. Name="VCCLCompilerTool"
  64. Optimization="2"
  65. GlobalOptimizations="TRUE"
  66. InlineFunctionExpansion="1"
  67. EnableIntrinsicFunctions="FALSE"
  68. FavorSizeOrSpeed="1"
  69. OmitFramePointers="TRUE"
  70. OptimizeForWindowsApplication="TRUE"
  71. PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
  72. StringPooling="TRUE"
  73. RuntimeLibrary="3"
  74. EnableFunctionLevelLinking="TRUE"
  75. UsePrecompiledHeader="3"
  76. WarningLevel="3"
  77. Detect64BitPortabilityProblems="TRUE"
  78. DebugInformationFormat="3"/>
  79. <Tool
  80. Name="VCCustomBuildTool"/>
  81. <Tool
  82. Name="VCLinkerTool"
  83. AdditionalDependencies="ijl15l.lib ws2_32.lib "
  84. OutputFile="$(OutDir)/RCAClient.exe"
  85. LinkIncremental="1"
  86. GenerateDebugInformation="TRUE"
  87. SubSystem="0"
  88. OptimizeReferences="2"
  89. EnableCOMDATFolding="2"
  90. TargetMachine="1"/>
  91. <Tool
  92. Name="VCMIDLTool"/>
  93. <Tool
  94. Name="VCPostBuildEventTool"/>
  95. <Tool
  96. Name="VCPreBuildEventTool"/>
  97. <Tool
  98. Name="VCPreLinkEventTool"/>
  99. <Tool
  100. Name="VCResourceCompilerTool"/>
  101. <Tool
  102. Name="VCWebServiceProxyGeneratorTool"/>
  103. <Tool
  104. Name="VCWebDeploymentTool"/>
  105. </Configuration>
  106. </Configurations>
  107. <Files>
  108. <Filter
  109. Name="源文件"
  110. Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm">
  111. <File
  112. RelativePath="RCAClient.cpp">
  113. </File>
  114. <File
  115. RelativePath="RCAClientLibrary.cpp">
  116. </File>
  117. <File
  118. RelativePath="stdafx.cpp">
  119. <FileConfiguration
  120. Name="Debug|Win32">
  121. <Tool
  122. Name="VCCLCompilerTool"
  123. UsePrecompiledHeader="1"/>
  124. </FileConfiguration>
  125. <FileConfiguration
  126. Name="Release|Win32">
  127. <Tool
  128. Name="VCCLCompilerTool"
  129. UsePrecompiledHeader="1"/>
  130. </FileConfiguration>
  131. </File>
  132. </Filter>
  133. <Filter
  134. Name="头文件"
  135. Filter="h;hpp;hxx;hm;inl;inc">
  136. <File
  137. RelativePath="RCAClientLibrary.h">
  138. </File>
  139. <File
  140. RelativePath="resource.h">
  141. </File>
  142. <File
  143. RelativePath="stdafx.h">
  144. </File>
  145. </Filter>
  146. <Filter
  147. Name="资源文件"
  148. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
  149. <File
  150. RelativePath="101573.ico">
  151. </File>
  152. <File
  153. RelativePath="CONNECT.ICO">
  154. </File>
  155. <File
  156. RelativePath="DISCONNECT.ICO">
  157. </File>
  158. <File
  159. RelativePath="RCAClient.rc">
  160. </File>
  161. <File
  162. RelativePath="bitmap3.bmp">
  163. </File>
  164. <File
  165. RelativePath="connect.bmp">
  166. </File>
  167. <File
  168. RelativePath="disconnect.bmp">
  169. </File>
  170. <File
  171. RelativePath="refrush.bmp">
  172. </File>
  173. <File
  174. RelativePath="refrush.ico">
  175. </File>
  176. </Filter>
  177. <File
  178. RelativePath="ReadMe.txt">
  179. </File>
  180. </Files>
  181. <Globals>
  182. </Globals>
  183. </VisualStudioProject>