PageRenderTime 42ms CodeModel.GetById 17ms RepoModel.GetById 1ms app.codeStats 0ms

/msvc10/socket.vcproj

https://gitlab.com/N3X15/sm-ext-socket
MSBuild | 251 lines | 251 code | 0 blank | 0 comment | 0 complexity | 2586090618d169ee07d8559f07999528 MD5 | raw file
Possible License(s): GPL-2.0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="socket"
  6. ProjectGUID="{2C94CF7D-12E5-4EB8-A024-34EB27B91F4B}"
  7. Keyword="Win32Proj"
  8. TargetFrameworkVersion="0"
  9. >
  10. <Platforms>
  11. <Platform
  12. Name="Win32"
  13. />
  14. </Platforms>
  15. <ToolFiles>
  16. </ToolFiles>
  17. <Configurations>
  18. <Configuration
  19. Name="Debug|Win32"
  20. OutputDirectory="Debug"
  21. IntermediateDirectory="Debug"
  22. ConfigurationType="2"
  23. CharacterSet="2"
  24. >
  25. <Tool
  26. Name="VCPreBuildEventTool"
  27. />
  28. <Tool
  29. Name="VCCustomBuildTool"
  30. />
  31. <Tool
  32. Name="VCXMLDataGeneratorTool"
  33. />
  34. <Tool
  35. Name="VCWebServiceProxyGeneratorTool"
  36. />
  37. <Tool
  38. Name="VCMIDLTool"
  39. />
  40. <Tool
  41. Name="VCCLCompilerTool"
  42. Optimization="0"
  43. AdditionalIncludeDirectories="..;C:\build\sourcemod-1-0\public;C:\build\sourcemod-1-0\public\sourcepawn;C:\build\boost_1_42_0;C:\build\msinttypes-r24"
  44. PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;SOCKET_EXPORTS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;SOURCEMOD_BUILD;WIN32;_WIN32_WINNT=0x0501"
  45. MinimalRebuild="true"
  46. BasicRuntimeChecks="3"
  47. RuntimeLibrary="1"
  48. UsePrecompiledHeader="0"
  49. WarningLevel="3"
  50. Detect64BitPortabilityProblems="false"
  51. DebugInformationFormat="4"
  52. />
  53. <Tool
  54. Name="VCManagedResourceCompilerTool"
  55. />
  56. <Tool
  57. Name="VCResourceCompilerTool"
  58. />
  59. <Tool
  60. Name="VCPreLinkEventTool"
  61. />
  62. <Tool
  63. Name="VCLinkerTool"
  64. OutputFile="$(OutDir)\socket.ext.dll"
  65. LinkIncremental="2"
  66. AdditionalLibraryDirectories="C:\build\boost_1_42_0\stage\lib"
  67. GenerateDebugInformation="true"
  68. SubSystem="2"
  69. TargetMachine="1"
  70. />
  71. <Tool
  72. Name="VCALinkTool"
  73. />
  74. <Tool
  75. Name="VCManifestTool"
  76. />
  77. <Tool
  78. Name="VCXDCMakeTool"
  79. />
  80. <Tool
  81. Name="VCBscMakeTool"
  82. />
  83. <Tool
  84. Name="VCFxCopTool"
  85. />
  86. <Tool
  87. Name="VCAppVerifierTool"
  88. />
  89. <Tool
  90. Name="VCPostBuildEventTool"
  91. />
  92. </Configuration>
  93. <Configuration
  94. Name="Release|Win32"
  95. OutputDirectory="Release"
  96. IntermediateDirectory="Release"
  97. ConfigurationType="2"
  98. >
  99. <Tool
  100. Name="VCPreBuildEventTool"
  101. />
  102. <Tool
  103. Name="VCCustomBuildTool"
  104. />
  105. <Tool
  106. Name="VCXMLDataGeneratorTool"
  107. />
  108. <Tool
  109. Name="VCWebServiceProxyGeneratorTool"
  110. />
  111. <Tool
  112. Name="VCMIDLTool"
  113. />
  114. <Tool
  115. Name="VCCLCompilerTool"
  116. AdditionalIncludeDirectories="..;C:\build\sourcemod-1-0\public;C:\build\sourcemod-1-0\public\sourcepawn;C:\build\boost_1_42_0;C:\build\msinttypes-r24"
  117. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;SOCKET_EXPORTS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;SOURCEMOD_BUILD;WIN32;_WIN32_WINNT=0x0501"
  118. RuntimeLibrary="0"
  119. UsePrecompiledHeader="0"
  120. WarningLevel="3"
  121. Detect64BitPortabilityProblems="false"
  122. DebugInformationFormat="3"
  123. />
  124. <Tool
  125. Name="VCManagedResourceCompilerTool"
  126. />
  127. <Tool
  128. Name="VCResourceCompilerTool"
  129. />
  130. <Tool
  131. Name="VCPreLinkEventTool"
  132. />
  133. <Tool
  134. Name="VCLinkerTool"
  135. OutputFile="$(OutDir)\$(ProjectName).ext.dll"
  136. LinkIncremental="2"
  137. AdditionalLibraryDirectories="C:\build\boost_1_42_0\stage\lib"
  138. GenerateDebugInformation="true"
  139. SubSystem="2"
  140. OptimizeReferences="2"
  141. EnableCOMDATFolding="2"
  142. TargetMachine="1"
  143. />
  144. <Tool
  145. Name="VCALinkTool"
  146. />
  147. <Tool
  148. Name="VCManifestTool"
  149. />
  150. <Tool
  151. Name="VCXDCMakeTool"
  152. />
  153. <Tool
  154. Name="VCBscMakeTool"
  155. />
  156. <Tool
  157. Name="VCFxCopTool"
  158. />
  159. <Tool
  160. Name="VCAppVerifierTool"
  161. />
  162. <Tool
  163. Name="VCPostBuildEventTool"
  164. />
  165. </Configuration>
  166. </Configurations>
  167. <References>
  168. </References>
  169. <Files>
  170. <Filter
  171. Name="Header Files"
  172. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  173. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  174. >
  175. <File
  176. RelativePath="..\Callback.h"
  177. >
  178. </File>
  179. <File
  180. RelativePath="..\CallbackHandler.h"
  181. >
  182. </File>
  183. <File
  184. RelativePath="..\Define.h"
  185. >
  186. </File>
  187. <File
  188. RelativePath="..\Extension.h"
  189. >
  190. </File>
  191. <File
  192. RelativePath="..\sdk\smsdk_config.h"
  193. >
  194. </File>
  195. <File
  196. RelativePath="..\sdk\smsdk_ext.h"
  197. >
  198. </File>
  199. <File
  200. RelativePath="..\Socket.h"
  201. >
  202. </File>
  203. <File
  204. RelativePath="..\socket.inc"
  205. >
  206. </File>
  207. <File
  208. RelativePath="..\SocketHandler.h"
  209. >
  210. </File>
  211. </Filter>
  212. <Filter
  213. Name="Resource Files"
  214. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
  215. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  216. >
  217. </Filter>
  218. <Filter
  219. Name="Source Files"
  220. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  221. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  222. >
  223. <File
  224. RelativePath="..\Callback.cpp"
  225. >
  226. </File>
  227. <File
  228. RelativePath="..\CallbackHandler.cpp"
  229. >
  230. </File>
  231. <File
  232. RelativePath="..\Extension.cpp"
  233. >
  234. </File>
  235. <File
  236. RelativePath="..\sdk\smsdk_ext.cpp"
  237. >
  238. </File>
  239. <File
  240. RelativePath="..\Socket.cpp"
  241. >
  242. </File>
  243. <File
  244. RelativePath="..\SocketHandler.cpp"
  245. >
  246. </File>
  247. </Filter>
  248. </Files>
  249. <Globals>
  250. </Globals>
  251. </VisualStudioProject>