Lobby2ClientGFx3.0.vcproj 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="Lobby2ClientGFx3"
  6. ProjectGUID="{3F538D51-F9F2-41AD-B7F3-B9A22FE9FDA6}"
  7. RootNamespace="Lobby2Client"
  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="$(SolutionDir)$(ConfigurationName)"
  22. IntermediateDirectory="$(ConfigurationName)"
  23. ConfigurationType="1"
  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/Lobby2/Rooms;./../../DependentExtensions/GFx3;./../../DependentExtensions/Lobby2;&quot;$(GFXSDK)\Src\GRenderer&quot;;&quot;$(GFXSDK)\Src\GKernel&quot;;&quot;$(GFXSDK)\Src\GFxXML&quot;;&quot;$(GFXSDK)\Include&quot;"
  45. PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;_DEBUG;_CONSOLE"
  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 libgfx.lib libjpeg.lib zlib.lib imm32.lib winmm.lib libgrenderer_d3d9.lib d3dx9.lib d3d9.lib"
  66. LinkIncremental="2"
  67. AdditionalLibraryDirectories="&quot;$(DXSDK_DIR)\Lib\x86&quot;;&quot;$(GFXSDK)\3rdParty\expat-2.0.1\lib&quot;;&quot;$(GFXSDK)\Lib\$(PlatformName)\Msvc80\Debug\&quot;;&quot;$(GFXSDK)\3rdParty\zlib-1.2.3\Lib\$(PlatformName)\Msvc80\Debug&quot;;&quot;$(GFXSDK)\3rdParty\jpeg-6b\Lib\$(PlatformName)\Msvc80\Debug&quot;"
  68. GenerateDebugInformation="true"
  69. SubSystem="2"
  70. RandomizedBaseAddress="1"
  71. DataExecutionPrevention="0"
  72. TargetMachine="1"
  73. />
  74. <Tool
  75. Name="VCALinkTool"
  76. />
  77. <Tool
  78. Name="VCManifestTool"
  79. />
  80. <Tool
  81. Name="VCXDCMakeTool"
  82. />
  83. <Tool
  84. Name="VCBscMakeTool"
  85. />
  86. <Tool
  87. Name="VCFxCopTool"
  88. />
  89. <Tool
  90. Name="VCAppVerifierTool"
  91. />
  92. <Tool
  93. Name="VCPostBuildEventTool"
  94. />
  95. </Configuration>
  96. <Configuration
  97. Name="Release|Win32"
  98. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  99. IntermediateDirectory="$(ConfigurationName)"
  100. ConfigurationType="1"
  101. CharacterSet="2"
  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/GFx3;./../../DependentExtensions/Lobby2;&quot;$(GFXSDK)\Src\GRenderer&quot;;&quot;$(GFXSDK)\Src\GKernel&quot;;&quot;$(GFXSDK)\Src\GFxXML&quot;;&quot;$(GFXSDK)\Include&quot;"
  122. PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;NDEBUG;_CONSOLE"
  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 libgfx.lib libjpeg.lib zlib.lib imm32.lib winmm.lib libgrenderer_d3d9.lib d3dx9.lib d3d9.lib"
  141. LinkIncremental="1"
  142. AdditionalLibraryDirectories="&quot;$(DXSDK_DIR)\Lib\x86&quot;;&quot;$(GFXSDK)\3rdParty\expat-2.0.1\lib&quot;;&quot;$(GFXSDK)\Lib\$(PlatformName)\Msvc80\Release\&quot;;&quot;$(GFXSDK)\3rdParty\zlib-1.2.3\Lib\$(PlatformName)\Msvc80\Release&quot;;&quot;$(GFXSDK)\3rdParty\jpeg-6b\Lib\$(PlatformName)\Msvc80\Release&quot;"
  143. GenerateDebugInformation="true"
  144. SubSystem="2"
  145. OptimizeReferences="2"
  146. EnableCOMDATFolding="2"
  147. RandomizedBaseAddress="1"
  148. DataExecutionPrevention="0"
  149. TargetMachine="1"
  150. />
  151. <Tool
  152. Name="VCALinkTool"
  153. />
  154. <Tool
  155. Name="VCManifestTool"
  156. />
  157. <Tool
  158. Name="VCXDCMakeTool"
  159. />
  160. <Tool
  161. Name="VCBscMakeTool"
  162. />
  163. <Tool
  164. Name="VCFxCopTool"
  165. />
  166. <Tool
  167. Name="VCAppVerifierTool"
  168. />
  169. <Tool
  170. Name="VCPostBuildEventTool"
  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\Lobby2Client.cpp"
  184. >
  185. </File>
  186. <File
  187. RelativePath="..\..\DependentExtensions\Lobby2\Lobby2Message.cpp"
  188. >
  189. </File>
  190. <File
  191. RelativePath="..\..\DependentExtensions\Lobby2\Lobby2Plugin.cpp"
  192. >
  193. </File>
  194. <File
  195. RelativePath="..\..\DependentExtensions\Lobby2\Lobby2Presence.cpp"
  196. >
  197. </File>
  198. <File
  199. RelativePath="..\..\DependentExtensions\Lobby2\Lobby2Presence.h"
  200. >
  201. </File>
  202. <File
  203. RelativePath="..\..\DependentExtensions\Lobby2\Lobby2ResultCode.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\Lobby2\Lobby2Client.h"
  214. >
  215. </File>
  216. <File
  217. RelativePath="..\..\DependentExtensions\Lobby2\Lobby2Message.h"
  218. >
  219. </File>
  220. <File
  221. RelativePath="..\..\DependentExtensions\Lobby2\Lobby2Plugin.h"
  222. >
  223. </File>
  224. <File
  225. RelativePath="..\..\DependentExtensions\Lobby2\Lobby2ResultCode.h"
  226. >
  227. </File>
  228. </Filter>
  229. <Filter
  230. Name="Main"
  231. >
  232. <File
  233. RelativePath=".\Lobby2ClientGFx3Impl.cpp"
  234. >
  235. </File>
  236. <File
  237. RelativePath=".\Lobby2ClientGFx3Impl.h"
  238. >
  239. </File>
  240. </Filter>
  241. <Filter
  242. Name="GFx3"
  243. >
  244. <File
  245. RelativePath="..\..\DependentExtensions\GFx3\FxGameDelegate.cpp"
  246. >
  247. </File>
  248. <File
  249. RelativePath="..\..\DependentExtensions\GFx3\FxGameDelegate.h"
  250. >
  251. </File>
  252. <File
  253. RelativePath=".\GFxPlayerTinyD3D9.cpp"
  254. >
  255. </File>
  256. </Filter>
  257. </Files>
  258. <Globals>
  259. </Globals>
  260. </VisualStudioProject>
粤ICP备19079148号