AutopatcherServer_vc8.vcproj 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="8.00"
  5. Name="AutopatcherServer_PostgreSQL"
  6. ProjectGUID="{4BDF263B-655B-4F1D-B42F-65260DC688A6}"
  7. RootNamespace="AutopatcherServer_PostgreSQL"
  8. Keyword="Win32Proj"
  9. >
  10. <Platforms>
  11. <Platform
  12. Name="Win32"
  13. />
  14. </Platforms>
  15. <ToolFiles>
  16. </ToolFiles>
  17. <Configurations>
  18. <Configuration
  19. Name="Debug|Win32"
  20. OutputDirectory="$(ConfigurationName)"
  21. IntermediateDirectory="$(ConfigurationName)"
  22. ConfigurationType="1"
  23. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
  24. CharacterSet="2"
  25. >
  26. <Tool
  27. Name="VCPreBuildEventTool"
  28. />
  29. <Tool
  30. Name="VCCustomBuildTool"
  31. />
  32. <Tool
  33. Name="VCXMLDataGeneratorTool"
  34. />
  35. <Tool
  36. Name="VCWebServiceProxyGeneratorTool"
  37. />
  38. <Tool
  39. Name="VCMIDLTool"
  40. />
  41. <Tool
  42. Name="VCCLCompilerTool"
  43. Optimization="0"
  44. AdditionalIncludeDirectories="./;./../../Source;./../../DependentExtensions/Autopatcher;&quot;./../../DependentExtensions/bzip2-1.0.6&quot;;./../../DependentExtensions/Autopatcher/AutopatcherPostgreRepository;./../../DependentExtensions/PostgreSQLInterface"
  45. PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;_DEBUG;_CONSOLE"
  46. MinimalRebuild="true"
  47. BasicRuntimeChecks="3"
  48. RuntimeLibrary="1"
  49. UsePrecompiledHeader="0"
  50. WarningLevel="3"
  51. Detect64BitPortabilityProblems="true"
  52. DebugInformationFormat="4"
  53. />
  54. <Tool
  55. Name="VCManagedResourceCompilerTool"
  56. />
  57. <Tool
  58. Name="VCResourceCompilerTool"
  59. />
  60. <Tool
  61. Name="VCPreLinkEventTool"
  62. />
  63. <Tool
  64. Name="VCLinkerTool"
  65. AdditionalDependencies="./../../Lib/RakNet_VS2008_LibStatic_Debug_Win32.lib ws2_32.lib ./../../DependentExtensions\Autopatcher\AutopatcherPostgreRepository\Debug\AutopatcherPostgreRepository.lib &quot;C:\Program Files (x86)\PostgreSQL\8.3\lib\libpq.lib&quot;"
  66. OutputFile="$(OutDir)/AutopatcherServer.exe"
  67. LinkIncremental="2"
  68. IgnoreAllDefaultLibraries="false"
  69. IgnoreDefaultLibraryNames="LIBCD.lib"
  70. GenerateDebugInformation="true"
  71. ProgramDatabaseFile="$(OutDir)/AutopatcherServer.pdb"
  72. SubSystem="1"
  73. TargetMachine="1"
  74. />
  75. <Tool
  76. Name="VCALinkTool"
  77. />
  78. <Tool
  79. Name="VCManifestTool"
  80. />
  81. <Tool
  82. Name="VCXDCMakeTool"
  83. />
  84. <Tool
  85. Name="VCBscMakeTool"
  86. />
  87. <Tool
  88. Name="VCFxCopTool"
  89. />
  90. <Tool
  91. Name="VCAppVerifierTool"
  92. />
  93. <Tool
  94. Name="VCWebDeploymentTool"
  95. />
  96. <Tool
  97. Name="VCPostBuildEventTool"
  98. CommandLine="copy &quot;C:\Program Files (x86)\PostgreSQL\8.3\bin\*.dll&quot; .\Debug"
  99. />
  100. </Configuration>
  101. <Configuration
  102. Name="Release|Win32"
  103. OutputDirectory="$(ConfigurationName)"
  104. IntermediateDirectory="$(ConfigurationName)"
  105. ConfigurationType="1"
  106. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
  107. CharacterSet="2"
  108. >
  109. <Tool
  110. Name="VCPreBuildEventTool"
  111. />
  112. <Tool
  113. Name="VCCustomBuildTool"
  114. />
  115. <Tool
  116. Name="VCXMLDataGeneratorTool"
  117. />
  118. <Tool
  119. Name="VCWebServiceProxyGeneratorTool"
  120. />
  121. <Tool
  122. Name="VCMIDLTool"
  123. />
  124. <Tool
  125. Name="VCCLCompilerTool"
  126. AdditionalIncludeDirectories="./;./../../Source;./../../DependentExtensions/Autopatcher;&quot;./../../DependentExtensions/bzip2-1.0.6&quot;;./../../DependentExtensions/Autopatcher/AutopatcherPostgreRepository;./../../DependentExtensions/PostgreSQLInterface"
  127. PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;NDEBUG;_CONSOLE"
  128. RuntimeLibrary="0"
  129. UsePrecompiledHeader="0"
  130. WarningLevel="3"
  131. Detect64BitPortabilityProblems="true"
  132. DebugInformationFormat="3"
  133. />
  134. <Tool
  135. Name="VCManagedResourceCompilerTool"
  136. />
  137. <Tool
  138. Name="VCResourceCompilerTool"
  139. />
  140. <Tool
  141. Name="VCPreLinkEventTool"
  142. />
  143. <Tool
  144. Name="VCLinkerTool"
  145. AdditionalDependencies="./../../Lib/RakNet_VS2008_LibStatic_Release_Win32.lib ws2_32.lib ./../../DependentExtensions\Autopatcher\AutopatcherPostgreRepository\Release\AutopatcherPostgreRepository.lib &quot;C:\Program Files\PostgreSQL\8.3\lib\libpq.lib&quot;"
  146. OutputFile="$(OutDir)/AutopatcherServer.exe"
  147. LinkIncremental="1"
  148. IgnoreDefaultLibraryNames="LIBCD.lib"
  149. GenerateDebugInformation="true"
  150. SubSystem="1"
  151. OptimizeReferences="2"
  152. EnableCOMDATFolding="2"
  153. TargetMachine="1"
  154. />
  155. <Tool
  156. Name="VCALinkTool"
  157. />
  158. <Tool
  159. Name="VCManifestTool"
  160. />
  161. <Tool
  162. Name="VCXDCMakeTool"
  163. />
  164. <Tool
  165. Name="VCBscMakeTool"
  166. />
  167. <Tool
  168. Name="VCFxCopTool"
  169. />
  170. <Tool
  171. Name="VCAppVerifierTool"
  172. />
  173. <Tool
  174. Name="VCWebDeploymentTool"
  175. />
  176. <Tool
  177. Name="VCPostBuildEventTool"
  178. CommandLine="copy &quot;C:\Program Files\PostgreSQL\8.3\bin\*.dll&quot; .\Release"
  179. />
  180. </Configuration>
  181. </Configurations>
  182. <References>
  183. </References>
  184. <Files>
  185. <Filter
  186. Name="Source Files"
  187. Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
  188. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  189. >
  190. <File
  191. RelativePath="..\..\DependentExtensions\Autopatcher\AutopatcherServer.cpp"
  192. >
  193. </File>
  194. <File
  195. RelativePath="..\..\DependentExtensions\Autopatcher\AutopatcherServer.h"
  196. >
  197. </File>
  198. <File
  199. RelativePath="..\..\DependentExtensions\Autopatcher\CreatePatch.cpp"
  200. >
  201. </File>
  202. <File
  203. RelativePath="..\..\DependentExtensions\Autopatcher\MemoryCompressor.cpp"
  204. >
  205. </File>
  206. </Filter>
  207. <Filter
  208. Name="Header Files"
  209. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  210. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  211. >
  212. <File
  213. RelativePath="..\..\DependentExtensions\Autopatcher\CreatePatch.h"
  214. >
  215. </File>
  216. <File
  217. RelativePath="..\..\DependentExtensions\Autopatcher\MemoryCompressor.h"
  218. >
  219. </File>
  220. </Filter>
  221. <Filter
  222. Name="BZip"
  223. >
  224. <File
  225. RelativePath="..\..\DependentExtensions\bzip2-1.0.6\blocksort.c"
  226. >
  227. </File>
  228. <File
  229. RelativePath="..\..\DependentExtensions\bzip2-1.0.6\bzlib.c"
  230. >
  231. </File>
  232. <File
  233. RelativePath="..\..\DependentExtensions\bzip2-1.0.6\bzlib.h"
  234. >
  235. </File>
  236. <File
  237. RelativePath="..\..\DependentExtensions\bzip2-1.0.6\bzlib_private.h"
  238. >
  239. </File>
  240. <File
  241. RelativePath="..\..\DependentExtensions\bzip2-1.0.6\compress.c"
  242. >
  243. </File>
  244. <File
  245. RelativePath="..\..\DependentExtensions\bzip2-1.0.6\crctable.c"
  246. >
  247. </File>
  248. <File
  249. RelativePath="..\..\DependentExtensions\bzip2-1.0.6\decompress.c"
  250. >
  251. </File>
  252. <File
  253. RelativePath="..\..\DependentExtensions\bzip2-1.0.6\huffman.c"
  254. >
  255. </File>
  256. <File
  257. RelativePath="..\..\DependentExtensions\bzip2-1.0.6\randtable.c"
  258. >
  259. </File>
  260. </Filter>
  261. <Filter
  262. Name="Main"
  263. >
  264. <File
  265. RelativePath=".\AutopatcherServerTest.cpp"
  266. >
  267. </File>
  268. </Filter>
  269. <File
  270. RelativePath=".\readme.txt"
  271. >
  272. </File>
  273. </Files>
  274. <Globals>
  275. </Globals>
  276. </VisualStudioProject>
粤ICP备19079148号