AutopatcherServer.vcproj 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.10"
  5. Name="AutopatcherServer"
  6. ProjectGUID="{4BDF263B-655B-4F1D-B42F-65260DC688A6}"
  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. AdditionalIncludeDirectories="./;./../../Source;./../../DependentExtensions/Autopatcher;&quot;./../../DependentExtensions/bzip2-1.0.6&quot;;./../../DependentExtensions/Autopatcher/AutopatcherPostgreRepository;./../../DependentExtensions/Autopatcher/PostgreSQLInterface"
  23. PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
  24. MinimalRebuild="TRUE"
  25. BasicRuntimeChecks="3"
  26. RuntimeLibrary="1"
  27. UsePrecompiledHeader="0"
  28. WarningLevel="3"
  29. Detect64BitPortabilityProblems="TRUE"
  30. DebugInformationFormat="4"/>
  31. <Tool
  32. Name="VCCustomBuildTool"/>
  33. <Tool
  34. Name="VCLinkerTool"
  35. AdditionalDependencies="./../../Lib/RakNet_VS2008_LibStatic_Debug_Win32.lib ws2_32.lib ./../../DependentExtensions\AutopatcherPostgreRepository\Debug\AutopatcherPostgreRepository.lib &quot;C:\Program Files (x86)\PostgreSQL\9.1\lib\libpq.lib&quot;"
  36. OutputFile="$(OutDir)/AutopatcherServer.exe"
  37. LinkIncremental="2"
  38. IgnoreAllDefaultLibraries="FALSE"
  39. IgnoreDefaultLibraryNames="LIBCD.lib"
  40. GenerateDebugInformation="TRUE"
  41. ProgramDatabaseFile="$(OutDir)/AutopatcherServer.pdb"
  42. SubSystem="1"
  43. TargetMachine="1"/>
  44. <Tool
  45. Name="VCMIDLTool"/>
  46. <Tool
  47. Name="VCPostBuildEventTool"
  48. CommandLine="copy &quot;C:\Program Files\PostgreSQL\8.1\bin\*.dll&quot; .\Debug"/>
  49. <Tool
  50. Name="VCPreBuildEventTool"/>
  51. <Tool
  52. Name="VCPreLinkEventTool"/>
  53. <Tool
  54. Name="VCResourceCompilerTool"/>
  55. <Tool
  56. Name="VCWebServiceProxyGeneratorTool"/>
  57. <Tool
  58. Name="VCXMLDataGeneratorTool"/>
  59. <Tool
  60. Name="VCWebDeploymentTool"/>
  61. <Tool
  62. Name="VCManagedWrapperGeneratorTool"/>
  63. <Tool
  64. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  65. </Configuration>
  66. <Configuration
  67. Name="Release|Win32"
  68. OutputDirectory="Release"
  69. IntermediateDirectory="Release"
  70. ConfigurationType="1"
  71. CharacterSet="2">
  72. <Tool
  73. Name="VCCLCompilerTool"
  74. AdditionalIncludeDirectories="./;./../../Source;./../../DependentExtensions/Autopatcher;&quot;./../../DependentExtensions/bzip2-1.0.6&quot;;./../../DependentExtensions/Autopatcher/AutopatcherPostgreRepository;./../../DependentExtensions/Autopatcher/PostgreSQLInterface"
  75. PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
  76. RuntimeLibrary="0"
  77. UsePrecompiledHeader="0"
  78. WarningLevel="3"
  79. Detect64BitPortabilityProblems="TRUE"
  80. DebugInformationFormat="3"/>
  81. <Tool
  82. Name="VCCustomBuildTool"/>
  83. <Tool
  84. Name="VCLinkerTool"
  85. AdditionalDependencies="./../../Lib/RakNet_VS2008_LibStatic_Release_Win32.lib ws2_32.lib ./../../DependentExtensions\AutopatcherPostgreRepository\Release\AutopatcherPostgreRepository.lib &quot;C:\Program Files (x86)\PostgreSQL\9.1\lib\libpq.lib&quot;"
  86. OutputFile="$(OutDir)/AutopatcherServer.exe"
  87. LinkIncremental="1"
  88. IgnoreDefaultLibraryNames="LIBCD.lib"
  89. GenerateDebugInformation="TRUE"
  90. SubSystem="1"
  91. OptimizeReferences="2"
  92. EnableCOMDATFolding="2"
  93. TargetMachine="1"/>
  94. <Tool
  95. Name="VCMIDLTool"/>
  96. <Tool
  97. Name="VCPostBuildEventTool"
  98. CommandLine="copy &quot;C:\Program Files\PostgreSQL\8.1\bin\*.dll&quot; .\Release"/>
  99. <Tool
  100. Name="VCPreBuildEventTool"/>
  101. <Tool
  102. Name="VCPreLinkEventTool"/>
  103. <Tool
  104. Name="VCResourceCompilerTool"/>
  105. <Tool
  106. Name="VCWebServiceProxyGeneratorTool"/>
  107. <Tool
  108. Name="VCXMLDataGeneratorTool"/>
  109. <Tool
  110. Name="VCWebDeploymentTool"/>
  111. <Tool
  112. Name="VCManagedWrapperGeneratorTool"/>
  113. <Tool
  114. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  115. </Configuration>
  116. </Configurations>
  117. <References>
  118. </References>
  119. <Files>
  120. <Filter
  121. Name="Source Files"
  122. Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
  123. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
  124. <File
  125. RelativePath="..\..\DependentExtensions\Autopatcher\AutopatcherServer.cpp">
  126. </File>
  127. <File
  128. RelativePath="..\..\DependentExtensions\Autopatcher\AutopatcherServer.h">
  129. </File>
  130. <File
  131. RelativePath="..\..\DependentExtensions\Autopatcher\CreatePatch.cpp">
  132. </File>
  133. <File
  134. RelativePath="..\..\DependentExtensions\Autopatcher\MemoryCompressor.cpp">
  135. </File>
  136. </Filter>
  137. <Filter
  138. Name="Header Files"
  139. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  140. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
  141. <File
  142. RelativePath="..\..\DependentExtensions\Autopatcher\CreatePatch.h">
  143. </File>
  144. <File
  145. RelativePath="..\..\DependentExtensions\Autopatcher\MemoryCompressor.h">
  146. </File>
  147. </Filter>
  148. <Filter
  149. Name="BZip"
  150. Filter="">
  151. <File
  152. RelativePath="..\..\DependentExtensions\bzip2-1.0.6\blocksort.c">
  153. </File>
  154. <File
  155. RelativePath="..\..\DependentExtensions\bzip2-1.0.6\bzip2.c">
  156. </File>
  157. <File
  158. RelativePath="..\..\DependentExtensions\bzip2-1.0.6\bzlib.c">
  159. </File>
  160. <File
  161. RelativePath="..\..\DependentExtensions\bzip2-1.0.6\bzlib.h">
  162. </File>
  163. <File
  164. RelativePath="..\..\DependentExtensions\bzip2-1.0.6\bzlib_private.h">
  165. </File>
  166. <File
  167. RelativePath="..\..\DependentExtensions\bzip2-1.0.6\compress.c">
  168. </File>
  169. <File
  170. RelativePath="..\..\DependentExtensions\bzip2-1.0.6\crctable.c">
  171. </File>
  172. <File
  173. RelativePath="..\..\DependentExtensions\bzip2-1.0.6\decompress.c">
  174. </File>
  175. <File
  176. RelativePath="..\..\DependentExtensions\bzip2-1.0.6\huffman.c">
  177. </File>
  178. <File
  179. RelativePath="..\..\DependentExtensions\bzip2-1.0.6\randtable.c">
  180. </File>
  181. </Filter>
  182. <Filter
  183. Name="Main"
  184. Filter="">
  185. <File
  186. RelativePath=".\AutopatcherServerTest.cpp">
  187. </File>
  188. </Filter>
  189. <File
  190. RelativePath="..\..\DependentExtensions\Autopatcher\AutopatcherPostgreRepository\Readme.txt">
  191. </File>
  192. </Files>
  193. <Globals>
  194. </Globals>
  195. </VisualStudioProject>
粤ICP备19079148号