AutopatcherServer_vc9.vcproj 7.2 KB

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