Lobby2Server_PGSQL.vcproj 8.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="Lobby2Server_PGSQL"
  6. ProjectGUID="{0F5279B1-E16F-4FC3-982B-FB81A1E245A3}"
  7. RootNamespace="Lobby2Server_PGSQL"
  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. CharacterSet="1"
  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/Lobby2/Rooms;./../../DependentExtensions/Lobby2;./../../DependentExtensions/Lobby2/PGSQL;&quot;C:\Program Files (x86)\PostgreSQL\9.2\include&quot;;./../../DependentExtensions/PostgreSQLInterface;&quot;C:\Program Files\PostgreSQL\9.2\include&quot;"
  45. PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;_DEBUG;_CONSOLE;__INTEGRATE_LOBBY2_WITH_ROOMS_PLUGIN"
  46. MinimalRebuild="true"
  47. BasicRuntimeChecks="3"
  48. RuntimeLibrary="3"
  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 &quot;C:\Program Files (x86)\PostgreSQL\9.2\lib\libpq.lib&quot;"
  66. LinkIncremental="2"
  67. GenerateDebugInformation="true"
  68. SubSystem="1"
  69. RandomizedBaseAddress="1"
  70. DataExecutionPrevention="0"
  71. TargetMachine="1"
  72. />
  73. <Tool
  74. Name="VCALinkTool"
  75. />
  76. <Tool
  77. Name="VCManifestTool"
  78. />
  79. <Tool
  80. Name="VCXDCMakeTool"
  81. />
  82. <Tool
  83. Name="VCBscMakeTool"
  84. />
  85. <Tool
  86. Name="VCFxCopTool"
  87. />
  88. <Tool
  89. Name="VCAppVerifierTool"
  90. />
  91. <Tool
  92. Name="VCPostBuildEventTool"
  93. CommandLine="copy &quot;C:\Program Files (x86)\PostgreSQL\9.2\bin\*.dll&quot; .\Debug"
  94. />
  95. </Configuration>
  96. <Configuration
  97. Name="Release|Win32"
  98. OutputDirectory="$(ConfigurationName)"
  99. IntermediateDirectory="$(ConfigurationName)"
  100. ConfigurationType="1"
  101. CharacterSet="1"
  102. WholeProgramOptimization="1"
  103. >
  104. <Tool
  105. Name="VCPreBuildEventTool"
  106. />
  107. <Tool
  108. Name="VCCustomBuildTool"
  109. />
  110. <Tool
  111. Name="VCXMLDataGeneratorTool"
  112. />
  113. <Tool
  114. Name="VCWebServiceProxyGeneratorTool"
  115. />
  116. <Tool
  117. Name="VCMIDLTool"
  118. />
  119. <Tool
  120. Name="VCCLCompilerTool"
  121. AdditionalIncludeDirectories="./../../Source;./../../DependentExtensions/Lobby2/Rooms;./../../DependentExtensions/Lobby2;./../../DependentExtensions/Lobby2/PGSQL;&quot;C:\Program Files (x86)\PostgreSQL\9.2\include&quot;;./../../DependentExtensions/PostgreSQLInterface;&quot;C:\Program Files\PostgreSQL\9.2\include&quot;"
  122. PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;NDEBUG;_CONSOLE;__INTEGRATE_LOBBY2_WITH_ROOMS_PLUGIN"
  123. RuntimeLibrary="2"
  124. UsePrecompiledHeader="0"
  125. WarningLevel="3"
  126. Detect64BitPortabilityProblems="true"
  127. DebugInformationFormat="3"
  128. />
  129. <Tool
  130. Name="VCManagedResourceCompilerTool"
  131. />
  132. <Tool
  133. Name="VCResourceCompilerTool"
  134. />
  135. <Tool
  136. Name="VCPreLinkEventTool"
  137. />
  138. <Tool
  139. Name="VCLinkerTool"
  140. AdditionalDependencies="./../../Lib/RakNet_VS2008_LibStatic_Release_Win32.lib ws2_32.lib &quot;C:\Program Files (x86)\PostgreSQL\9.2\lib\libpq.lib&quot;"
  141. LinkIncremental="1"
  142. GenerateDebugInformation="true"
  143. SubSystem="1"
  144. OptimizeReferences="2"
  145. EnableCOMDATFolding="2"
  146. RandomizedBaseAddress="1"
  147. DataExecutionPrevention="0"
  148. TargetMachine="1"
  149. />
  150. <Tool
  151. Name="VCALinkTool"
  152. />
  153. <Tool
  154. Name="VCManifestTool"
  155. />
  156. <Tool
  157. Name="VCXDCMakeTool"
  158. />
  159. <Tool
  160. Name="VCBscMakeTool"
  161. />
  162. <Tool
  163. Name="VCFxCopTool"
  164. />
  165. <Tool
  166. Name="VCAppVerifierTool"
  167. />
  168. <Tool
  169. Name="VCPostBuildEventTool"
  170. CommandLine="copy &quot;C:\Program Files (x86)\PostgreSQL\9.2\bin\*.dll&quot; .\Release"
  171. />
  172. </Configuration>
  173. </Configurations>
  174. <References>
  175. </References>
  176. <Files>
  177. <Filter
  178. Name="Source Files"
  179. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  180. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  181. >
  182. <File
  183. RelativePath="..\..\DependentExtensions\Lobby2\Lobby2Message.cpp"
  184. >
  185. </File>
  186. <File
  187. RelativePath="..\..\DependentExtensions\Lobby2\Lobby2Plugin.cpp"
  188. >
  189. </File>
  190. <File
  191. RelativePath="..\..\DependentExtensions\Lobby2\Lobby2ResultCode.cpp"
  192. >
  193. </File>
  194. <File
  195. RelativePath="..\..\DependentExtensions\Lobby2\Lobby2Server.cpp"
  196. >
  197. </File>
  198. <File
  199. RelativePath="..\..\DependentExtensions\Lobby2\PGSQL\Lobby2Server_PGSQL.cpp"
  200. >
  201. </File>
  202. </Filter>
  203. <Filter
  204. Name="Header Files"
  205. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  206. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  207. >
  208. <File
  209. RelativePath="..\..\DependentExtensions\Lobby2\Lobby2Message.h"
  210. >
  211. </File>
  212. <File
  213. RelativePath="..\..\DependentExtensions\Lobby2\Lobby2Plugin.h"
  214. >
  215. </File>
  216. <File
  217. RelativePath="..\..\DependentExtensions\Lobby2\Lobby2Presence.h"
  218. >
  219. </File>
  220. <File
  221. RelativePath="..\..\DependentExtensions\Lobby2\Lobby2ResultCode.h"
  222. >
  223. </File>
  224. <File
  225. RelativePath="..\..\DependentExtensions\Lobby2\Lobby2Server.h"
  226. >
  227. </File>
  228. <File
  229. RelativePath="..\..\DependentExtensions\Lobby2\PGSQL\Lobby2Server_PGSQL.h"
  230. >
  231. </File>
  232. </Filter>
  233. <Filter
  234. Name="Main"
  235. >
  236. <File
  237. RelativePath=".\Lobby2ServerSample_PGSQL.cpp"
  238. >
  239. </File>
  240. </Filter>
  241. <Filter
  242. Name="Lobby2Message_PGSQL"
  243. >
  244. <File
  245. RelativePath="..\..\DependentExtensions\Lobby2\PGSQL\Lobby2Message_PGSQL.cpp"
  246. >
  247. </File>
  248. <File
  249. RelativePath="..\..\DependentExtensions\Lobby2\PGSQL\Lobby2Message_PGSQL.h"
  250. >
  251. </File>
  252. <File
  253. RelativePath="..\..\DependentExtensions\Lobby2\Lobby2Presence.cpp"
  254. >
  255. </File>
  256. </Filter>
  257. <Filter
  258. Name="PostgreSQLInterface"
  259. >
  260. <File
  261. RelativePath="..\..\DependentExtensions\PostgreSQLInterface\PostgreSQLInterface.cpp"
  262. >
  263. </File>
  264. <File
  265. RelativePath="..\..\DependentExtensions\PostgreSQLInterface\PostgreSQLInterface.h"
  266. >
  267. </File>
  268. </Filter>
  269. <Filter
  270. Name="RoomsPlugin"
  271. >
  272. <File
  273. RelativePath="..\..\DependentExtensions\Lobby2\Rooms\IntervalTimer.cpp"
  274. >
  275. </File>
  276. <File
  277. RelativePath="..\..\DependentExtensions\Lobby2\Rooms\IntervalTimer.h"
  278. >
  279. </File>
  280. <File
  281. RelativePath="..\..\DependentExtensions\Lobby2\Rooms\ProfanityFilter.cpp"
  282. >
  283. </File>
  284. <File
  285. RelativePath="..\..\DependentExtensions\Lobby2\Rooms\ProfanityFilter.h"
  286. >
  287. </File>
  288. <File
  289. RelativePath="..\..\DependentExtensions\Lobby2\Rooms\RoomsContainer.cpp"
  290. >
  291. </File>
  292. <File
  293. RelativePath="..\..\DependentExtensions\Lobby2\Rooms\RoomsContainer.h"
  294. >
  295. </File>
  296. <File
  297. RelativePath="..\..\DependentExtensions\Lobby2\Rooms\RoomsErrorCodes.cpp"
  298. >
  299. </File>
  300. <File
  301. RelativePath="..\..\DependentExtensions\Lobby2\Rooms\RoomsErrorCodes.h"
  302. >
  303. </File>
  304. <File
  305. RelativePath="..\..\DependentExtensions\Lobby2\Rooms\RoomsPlugin.cpp"
  306. >
  307. </File>
  308. <File
  309. RelativePath="..\..\DependentExtensions\Lobby2\Rooms\RoomsPlugin.h"
  310. >
  311. </File>
  312. <File
  313. RelativePath="..\..\DependentExtensions\Lobby2\Rooms\RoomTypes.cpp"
  314. >
  315. </File>
  316. <File
  317. RelativePath="..\..\DependentExtensions\Lobby2\Rooms\RoomTypes.h"
  318. >
  319. </File>
  320. </Filter>
  321. </Files>
  322. <Globals>
  323. </Globals>
  324. </VisualStudioProject>
粤ICP备19079148号