AutoUpdateRes.vcproj
上传用户:dzyhzl
上传日期:2019-04-29
资源大小:56270k
文件大小:7k
源码类别:

模拟服务器

开发平台:

C/C++

  1. <?xml version="1.0" encoding="gb2312"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.10"
  5. Name="AutoUpdateRes"
  6. SccProjectName="&quot;$/SwordOnline/AutoUpdateRes&quot;, KFUAAAAA"
  7. SccLocalPath=".">
  8. <Platforms>
  9. <Platform
  10. Name="Win32"/>
  11. </Platforms>
  12. <Configurations>
  13. <Configuration
  14. Name="Release|Win32"
  15. OutputDirectory=".Release"
  16. IntermediateDirectory=".Release"
  17. ConfigurationType="2"
  18. UseOfMFC="0"
  19. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  20. CharacterSet="2">
  21. <Tool
  22. Name="VCCLCompilerTool"
  23. Optimization="2"
  24. InlineFunctionExpansion="1"
  25. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;AUTOUPDATERES_EXPORTS"
  26. StringPooling="TRUE"
  27. RuntimeLibrary="0"
  28. EnableFunctionLevelLinking="TRUE"
  29. UsePrecompiledHeader="3"
  30. PrecompiledHeaderThrough="stdafx.h"
  31. PrecompiledHeaderFile=".Release/AutoUpdateRes.pch"
  32. AssemblerListingLocation=".Release/"
  33. ObjectFile=".Release/"
  34. ProgramDataBaseFileName=".Release/"
  35. WarningLevel="3"
  36. SuppressStartupBanner="TRUE"/>
  37. <Tool
  38. Name="VCCustomBuildTool"/>
  39. <Tool
  40. Name="VCLinkerTool"
  41. OutputFile=".Release/AutoUpdateRes.dll"
  42. LinkIncremental="1"
  43. SuppressStartupBanner="TRUE"
  44. IgnoreAllDefaultLibraries="TRUE"
  45. ProgramDatabaseFile=".Release/AutoUpdateRes.pdb"
  46. EntryPointSymbol="DllMain"
  47. ImportLibrary=".Release/AutoUpdateRes.lib"
  48. TargetMachine="1"/>
  49. <Tool
  50. Name="VCMIDLTool"
  51. PreprocessorDefinitions="NDEBUG"
  52. MkTypLibCompatible="TRUE"
  53. SuppressStartupBanner="TRUE"
  54. TargetEnvironment="1"
  55. TypeLibraryName=".Release/AutoUpdateRes.tlb"
  56. HeaderFileName=""/>
  57. <Tool
  58. Name="VCPostBuildEventTool"
  59. CommandLine="copy releaseAutoUpdateRes.dll ......binClientreleaseAutoUpdateRes.dll
  60. copy releaseAutoUpdateRes.dll ......binClientAutoUpdateRes.dll
  61. "/>
  62. <Tool
  63. Name="VCPreBuildEventTool"/>
  64. <Tool
  65. Name="VCPreLinkEventTool"/>
  66. <Tool
  67. Name="VCResourceCompilerTool"
  68. PreprocessorDefinitions="NDEBUG"
  69. Culture="2052"/>
  70. <Tool
  71. Name="VCWebServiceProxyGeneratorTool"/>
  72. <Tool
  73. Name="VCXMLDataGeneratorTool"/>
  74. <Tool
  75. Name="VCWebDeploymentTool"/>
  76. <Tool
  77. Name="VCManagedWrapperGeneratorTool"/>
  78. <Tool
  79. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  80. </Configuration>
  81. <Configuration
  82. Name="Debug|Win32"
  83. OutputDirectory=".Debug"
  84. IntermediateDirectory=".Debug"
  85. ConfigurationType="2"
  86. UseOfMFC="0"
  87. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  88. CharacterSet="2">
  89. <Tool
  90. Name="VCCLCompilerTool"
  91. Optimization="0"
  92. PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;AUTOUPDATERES_EXPORTS"
  93. BasicRuntimeChecks="3"
  94. RuntimeLibrary="1"
  95. UsePrecompiledHeader="3"
  96. PrecompiledHeaderThrough="stdafx.h"
  97. PrecompiledHeaderFile=".Debug/AutoUpdateRes.pch"
  98. AssemblerListingLocation=".Debug/"
  99. ObjectFile=".Debug/"
  100. ProgramDataBaseFileName=".Debug/"
  101. WarningLevel="3"
  102. SuppressStartupBanner="TRUE"
  103. DebugInformationFormat="3"/>
  104. <Tool
  105. Name="VCCustomBuildTool"/>
  106. <Tool
  107. Name="VCLinkerTool"
  108. OutputFile=".Debug/AutoUpdateRes.dll"
  109. LinkIncremental="1"
  110. SuppressStartupBanner="TRUE"
  111. GenerateDebugInformation="TRUE"
  112. ProgramDatabaseFile=".Debug/AutoUpdateRes.pdb"
  113. ImportLibrary=".Debug/AutoUpdateRes.lib"
  114. TargetMachine="1"/>
  115. <Tool
  116. Name="VCMIDLTool"
  117. PreprocessorDefinitions="_DEBUG"
  118. MkTypLibCompatible="TRUE"
  119. SuppressStartupBanner="TRUE"
  120. TargetEnvironment="1"
  121. TypeLibraryName=".Debug/AutoUpdateRes.tlb"
  122. HeaderFileName=""/>
  123. <Tool
  124. Name="VCPostBuildEventTool"
  125. CommandLine="copy debugAutoUpdateRes.dll ......binClientAutoUpdateRes.dll
  126. copy debugAutoUpdateRes.dll ......binClientdebugAutoUpdateRes.dll
  127. "/>
  128. <Tool
  129. Name="VCPreBuildEventTool"/>
  130. <Tool
  131. Name="VCPreLinkEventTool"/>
  132. <Tool
  133. Name="VCResourceCompilerTool"
  134. PreprocessorDefinitions="_DEBUG"
  135. Culture="2052"/>
  136. <Tool
  137. Name="VCWebServiceProxyGeneratorTool"/>
  138. <Tool
  139. Name="VCXMLDataGeneratorTool"/>
  140. <Tool
  141. Name="VCWebDeploymentTool"/>
  142. <Tool
  143. Name="VCManagedWrapperGeneratorTool"/>
  144. <Tool
  145. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  146. </Configuration>
  147. </Configurations>
  148. <References>
  149. </References>
  150. <Files>
  151. <Filter
  152. Name="Source Files"
  153. Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
  154. <File
  155. RelativePath="AutoUpdateRes.cpp">
  156. <FileConfiguration
  157. Name="Release|Win32">
  158. <Tool
  159. Name="VCCLCompilerTool"
  160. Optimization="2"
  161. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;AUTOUPDATERES_EXPORTS;$(NoInherit)"/>
  162. </FileConfiguration>
  163. <FileConfiguration
  164. Name="Debug|Win32">
  165. <Tool
  166. Name="VCCLCompilerTool"
  167. Optimization="0"
  168. PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;AUTOUPDATERES_EXPORTS;$(NoInherit)"
  169. BasicRuntimeChecks="3"/>
  170. </FileConfiguration>
  171. </File>
  172. <File
  173. RelativePath="resAutoUpdateRes.rc">
  174. <FileConfiguration
  175. Name="Release|Win32">
  176. <Tool
  177. Name="VCResourceCompilerTool"
  178. PreprocessorDefinitions=""
  179. AdditionalIncludeDirectories="res"/>
  180. </FileConfiguration>
  181. <FileConfiguration
  182. Name="Debug|Win32">
  183. <Tool
  184. Name="VCResourceCompilerTool"
  185. PreprocessorDefinitions=""
  186. AdditionalIncludeDirectories="res"/>
  187. </FileConfiguration>
  188. </File>
  189. <File
  190. RelativePath="StdAfx.cpp">
  191. <FileConfiguration
  192. Name="Release|Win32">
  193. <Tool
  194. Name="VCCLCompilerTool"
  195. Optimization="2"
  196. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;AUTOUPDATERES_EXPORTS;$(NoInherit)"
  197. UsePrecompiledHeader="1"/>
  198. </FileConfiguration>
  199. <FileConfiguration
  200. Name="Debug|Win32">
  201. <Tool
  202. Name="VCCLCompilerTool"
  203. Optimization="0"
  204. PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;AUTOUPDATERES_EXPORTS;$(NoInherit)"
  205. BasicRuntimeChecks="3"
  206. UsePrecompiledHeader="1"/>
  207. </FileConfiguration>
  208. </File>
  209. </Filter>
  210. <Filter
  211. Name="Header Files"
  212. Filter="h;hpp;hxx;hm;inl">
  213. <File
  214. RelativePath="resresource.h">
  215. </File>
  216. <File
  217. RelativePath="StdAfx.h">
  218. </File>
  219. </Filter>
  220. <Filter
  221. Name="Resource Files"
  222. Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
  223. <File
  224. RelativePath="resInfoBackGround.bmp">
  225. </File>
  226. <File
  227. RelativePath="res自动更新界面5.bmp">
  228. </File>
  229. </Filter>
  230. <File
  231. RelativePath="ReadMe.txt">
  232. </File>
  233. </Files>
  234. <Globals>
  235. </Globals>
  236. </VisualStudioProject>