SteamLobby.vcproj 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="SteamLobby"
  6. ProjectGUID="{369194AC-BF69-4621-A489-B1FB4F509506}"
  7. RootNamespace="Rooms"
  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="0"
  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/Steam;./../../DependentExtensions/Lobby2;C:\Steamworks\public\steam"
  45. PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;MAXIMUM_MTU_SIZE=1200"
  46. MinimalRebuild="true"
  47. BasicRuntimeChecks="3"
  48. RuntimeLibrary="3"
  49. UsePrecompiledHeader="0"
  50. WarningLevel="4"
  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 steam_api.lib"
  66. LinkIncremental="2"
  67. AdditionalLibraryDirectories="C:\Steamworks\redistributable_bin"
  68. GenerateDebugInformation="true"
  69. SubSystem="1"
  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. CommandLine="copy C:\Steamworks\redistributable_bin\*.dll $(OutDir)&#x0D;&#x0A;copy C:\Steamworks\SteamworksExample\steam_appid.txt $(ProjectDir)&#x0D;&#x0A;"
  95. />
  96. </Configuration>
  97. <Configuration
  98. Name="Release|Win32"
  99. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  100. IntermediateDirectory="$(ConfigurationName)"
  101. ConfigurationType="1"
  102. CharacterSet="1"
  103. WholeProgramOptimization="1"
  104. >
  105. <Tool
  106. Name="VCPreBuildEventTool"
  107. />
  108. <Tool
  109. Name="VCCustomBuildTool"
  110. />
  111. <Tool
  112. Name="VCXMLDataGeneratorTool"
  113. />
  114. <Tool
  115. Name="VCWebServiceProxyGeneratorTool"
  116. />
  117. <Tool
  118. Name="VCMIDLTool"
  119. />
  120. <Tool
  121. Name="VCCLCompilerTool"
  122. AdditionalIncludeDirectories="./../../Source;./../../DependentExtensions/Lobby2/Steam;./../../DependentExtensions/Lobby2;C:\Steamworks\public\steam"
  123. PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;MAXIMUM_MTU_SIZE=1200"
  124. RuntimeLibrary="2"
  125. UsePrecompiledHeader="0"
  126. WarningLevel="3"
  127. Detect64BitPortabilityProblems="true"
  128. DebugInformationFormat="3"
  129. />
  130. <Tool
  131. Name="VCManagedResourceCompilerTool"
  132. />
  133. <Tool
  134. Name="VCResourceCompilerTool"
  135. />
  136. <Tool
  137. Name="VCPreLinkEventTool"
  138. />
  139. <Tool
  140. Name="VCLinkerTool"
  141. AdditionalDependencies="./../../Lib/RakNet_VS2008_LibStatic_Release_Win32.lib ws2_32.lib steam_api.lib"
  142. LinkIncremental="1"
  143. AdditionalLibraryDirectories="C:\Steamworks\redistributable_bin"
  144. GenerateDebugInformation="true"
  145. SubSystem="1"
  146. OptimizeReferences="2"
  147. EnableCOMDATFolding="2"
  148. RandomizedBaseAddress="1"
  149. DataExecutionPrevention="0"
  150. TargetMachine="1"
  151. />
  152. <Tool
  153. Name="VCALinkTool"
  154. />
  155. <Tool
  156. Name="VCManifestTool"
  157. />
  158. <Tool
  159. Name="VCXDCMakeTool"
  160. />
  161. <Tool
  162. Name="VCBscMakeTool"
  163. />
  164. <Tool
  165. Name="VCFxCopTool"
  166. />
  167. <Tool
  168. Name="VCAppVerifierTool"
  169. />
  170. <Tool
  171. Name="VCPostBuildEventTool"
  172. CommandLine="copy C:\Steamworks\redistributable_bin\*.dll $(OutDir)&#x0D;&#x0A;copy C:\Steamworks\SteamworksExample\steam_appid.txt $(ProjectDir)&#x0D;&#x0A;"
  173. />
  174. </Configuration>
  175. </Configurations>
  176. <References>
  177. </References>
  178. <Files>
  179. <Filter
  180. Name="Source Files"
  181. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  182. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  183. >
  184. <File
  185. RelativePath="..\..\DependentExtensions\Lobby2\Steam\Lobby2Client_Steam.cpp"
  186. >
  187. </File>
  188. <File
  189. RelativePath="..\..\DependentExtensions\Lobby2\Steam\Lobby2Client_Steam_Impl.cpp"
  190. >
  191. </File>
  192. <File
  193. RelativePath="..\..\DependentExtensions\Lobby2\Lobby2Message.cpp"
  194. >
  195. </File>
  196. <File
  197. RelativePath="..\..\DependentExtensions\Lobby2\Steam\Lobby2Message_Steam.cpp"
  198. >
  199. </File>
  200. <File
  201. RelativePath="..\..\DependentExtensions\Lobby2\Lobby2Plugin.cpp"
  202. >
  203. </File>
  204. <File
  205. RelativePath="..\..\DependentExtensions\Lobby2\Lobby2Presence.cpp"
  206. >
  207. </File>
  208. <File
  209. RelativePath="..\..\DependentExtensions\Lobby2\Lobby2ResultCode.cpp"
  210. >
  211. </File>
  212. </Filter>
  213. <Filter
  214. Name="Header Files"
  215. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  216. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  217. >
  218. <File
  219. RelativePath="..\..\DependentExtensions\Lobby2\Steam\Lobby2Client_Steam.h"
  220. >
  221. </File>
  222. <File
  223. RelativePath="..\..\DependentExtensions\Lobby2\Steam\Lobby2Client_Steam_Impl.h"
  224. >
  225. </File>
  226. <File
  227. RelativePath="..\..\DependentExtensions\Lobby2\Lobby2Message.h"
  228. >
  229. </File>
  230. <File
  231. RelativePath="..\..\DependentExtensions\Lobby2\Steam\Lobby2Message_Steam.h"
  232. >
  233. </File>
  234. <File
  235. RelativePath="..\..\DependentExtensions\Lobby2\Lobby2Plugin.h"
  236. >
  237. </File>
  238. <File
  239. RelativePath="..\..\DependentExtensions\Lobby2\Lobby2Presence.h"
  240. >
  241. </File>
  242. <File
  243. RelativePath="..\..\DependentExtensions\Lobby2\Lobby2ResultCode.h"
  244. >
  245. </File>
  246. </Filter>
  247. <Filter
  248. Name="Main"
  249. >
  250. <File
  251. RelativePath=".\main.cpp"
  252. >
  253. </File>
  254. </Filter>
  255. </Files>
  256. <Globals>
  257. </Globals>
  258. </VisualStudioProject>
粤ICP备19079148号