MiniupnpcStatic_vc9.vcproj 8.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="MiniupnpcStatic"
  6. ProjectGUID="{65DB6F4E-55CC-4ED9-9EA3-CC5900DE70F8}"
  7. RootNamespace="MiniupnpcStatic"
  8. Keyword="Win32Proj"
  9. TargetFrameworkVersion="196613"
  10. >
  11. <Platforms>
  12. <Platform
  13. Name="Win32"
  14. />
  15. <Platform
  16. Name="x64"
  17. />
  18. </Platforms>
  19. <ToolFiles>
  20. </ToolFiles>
  21. <Configurations>
  22. <Configuration
  23. Name="Debug|Win32"
  24. OutputDirectory="$(SolutionDir)Lib"
  25. IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
  26. ConfigurationType="4"
  27. CharacterSet="1"
  28. >
  29. <Tool
  30. Name="VCPreBuildEventTool"
  31. />
  32. <Tool
  33. Name="VCCustomBuildTool"
  34. />
  35. <Tool
  36. Name="VCXMLDataGeneratorTool"
  37. />
  38. <Tool
  39. Name="VCWebServiceProxyGeneratorTool"
  40. />
  41. <Tool
  42. Name="VCMIDLTool"
  43. />
  44. <Tool
  45. Name="VCCLCompilerTool"
  46. Optimization="0"
  47. AdditionalIncludeDirectories="$(SolutionDir)DependentExtensions\miniupnpc-1.6.20120410"
  48. PreprocessorDefinitions="WIN32;_DEBUG;_LIB;STATICLIB;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE"
  49. MinimalRebuild="true"
  50. ExceptionHandling="0"
  51. BasicRuntimeChecks="3"
  52. RuntimeLibrary="1"
  53. BufferSecurityCheck="false"
  54. UsePrecompiledHeader="0"
  55. ProgramDataBaseFileName="$(OutDir)\$(SolutionName)_$(ProjectName)_$(ConfigurationName)_$(PlatformName).pdb"
  56. WarningLevel="3"
  57. DebugInformationFormat="4"
  58. />
  59. <Tool
  60. Name="VCManagedResourceCompilerTool"
  61. />
  62. <Tool
  63. Name="VCResourceCompilerTool"
  64. />
  65. <Tool
  66. Name="VCPreLinkEventTool"
  67. />
  68. <Tool
  69. Name="VCLibrarianTool"
  70. OutputFile="$(OutDir)\$(SolutionName)_$(ProjectName)_$(ConfigurationName)_$(PlatformName).lib"
  71. IgnoreDefaultLibraryNames="LIBC.lib LIBCMT.lib MSVCRT.lib"
  72. />
  73. <Tool
  74. Name="VCALinkTool"
  75. />
  76. <Tool
  77. Name="VCXDCMakeTool"
  78. />
  79. <Tool
  80. Name="VCBscMakeTool"
  81. />
  82. <Tool
  83. Name="VCFxCopTool"
  84. />
  85. <Tool
  86. Name="VCPostBuildEventTool"
  87. />
  88. </Configuration>
  89. <Configuration
  90. Name="Debug|x64"
  91. OutputDirectory="$(SolutionDir)Lib"
  92. IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
  93. ConfigurationType="4"
  94. CharacterSet="1"
  95. >
  96. <Tool
  97. Name="VCPreBuildEventTool"
  98. />
  99. <Tool
  100. Name="VCCustomBuildTool"
  101. />
  102. <Tool
  103. Name="VCXMLDataGeneratorTool"
  104. />
  105. <Tool
  106. Name="VCWebServiceProxyGeneratorTool"
  107. />
  108. <Tool
  109. Name="VCMIDLTool"
  110. TargetEnvironment="3"
  111. />
  112. <Tool
  113. Name="VCCLCompilerTool"
  114. Optimization="0"
  115. AdditionalIncludeDirectories="$(SolutionDir)DependentExtensions\miniupnpc-1.6.20120410"
  116. PreprocessorDefinitions="WIN32;_DEBUG;_LIB;STATICLIB;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE"
  117. MinimalRebuild="true"
  118. ExceptionHandling="0"
  119. BasicRuntimeChecks="3"
  120. RuntimeLibrary="1"
  121. BufferSecurityCheck="false"
  122. UsePrecompiledHeader="0"
  123. ProgramDataBaseFileName="$(OutDir)\$(SolutionName)_$(ProjectName)_$(ConfigurationName)_$(PlatformName).pdb"
  124. WarningLevel="3"
  125. DebugInformationFormat="3"
  126. />
  127. <Tool
  128. Name="VCManagedResourceCompilerTool"
  129. />
  130. <Tool
  131. Name="VCResourceCompilerTool"
  132. />
  133. <Tool
  134. Name="VCPreLinkEventTool"
  135. />
  136. <Tool
  137. Name="VCLibrarianTool"
  138. OutputFile="$(OutDir)\$(SolutionName)_$(ProjectName)_$(ConfigurationName)_$(PlatformName).lib"
  139. IgnoreDefaultLibraryNames="LIBC.lib LIBCMT.lib MSVCRT.lib"
  140. />
  141. <Tool
  142. Name="VCALinkTool"
  143. />
  144. <Tool
  145. Name="VCXDCMakeTool"
  146. />
  147. <Tool
  148. Name="VCBscMakeTool"
  149. />
  150. <Tool
  151. Name="VCFxCopTool"
  152. />
  153. <Tool
  154. Name="VCPostBuildEventTool"
  155. />
  156. </Configuration>
  157. <Configuration
  158. Name="Release|Win32"
  159. OutputDirectory="$(SolutionDir)Lib"
  160. IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
  161. ConfigurationType="4"
  162. CharacterSet="1"
  163. WholeProgramOptimization="1"
  164. >
  165. <Tool
  166. Name="VCPreBuildEventTool"
  167. />
  168. <Tool
  169. Name="VCCustomBuildTool"
  170. />
  171. <Tool
  172. Name="VCXMLDataGeneratorTool"
  173. />
  174. <Tool
  175. Name="VCWebServiceProxyGeneratorTool"
  176. />
  177. <Tool
  178. Name="VCMIDLTool"
  179. />
  180. <Tool
  181. Name="VCCLCompilerTool"
  182. Optimization="2"
  183. EnableIntrinsicFunctions="true"
  184. AdditionalIncludeDirectories="$(SolutionDir)DependentExtensions\miniupnpc-1.6.20120410"
  185. PreprocessorDefinitions="WIN32;NDEBUG;_LIB;STATICLIB;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE"
  186. ExceptionHandling="0"
  187. RuntimeLibrary="0"
  188. BufferSecurityCheck="false"
  189. EnableFunctionLevelLinking="true"
  190. UsePrecompiledHeader="0"
  191. ProgramDataBaseFileName="$(OutDir)\$(SolutionName)_$(ProjectName)_$(ConfigurationName)_$(PlatformName).pdb"
  192. WarningLevel="3"
  193. DebugInformationFormat="3"
  194. />
  195. <Tool
  196. Name="VCManagedResourceCompilerTool"
  197. />
  198. <Tool
  199. Name="VCResourceCompilerTool"
  200. />
  201. <Tool
  202. Name="VCPreLinkEventTool"
  203. />
  204. <Tool
  205. Name="VCLibrarianTool"
  206. OutputFile="$(OutDir)\$(SolutionName)_$(ProjectName)_$(ConfigurationName)_$(PlatformName).lib"
  207. IgnoreDefaultLibraryNames="LIBC.lib LIBCMT.lib MSVCRT.lib"
  208. />
  209. <Tool
  210. Name="VCALinkTool"
  211. />
  212. <Tool
  213. Name="VCXDCMakeTool"
  214. />
  215. <Tool
  216. Name="VCBscMakeTool"
  217. />
  218. <Tool
  219. Name="VCFxCopTool"
  220. />
  221. <Tool
  222. Name="VCPostBuildEventTool"
  223. />
  224. </Configuration>
  225. <Configuration
  226. Name="Release|x64"
  227. OutputDirectory="$(SolutionDir)Lib"
  228. IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
  229. ConfigurationType="4"
  230. CharacterSet="1"
  231. WholeProgramOptimization="1"
  232. >
  233. <Tool
  234. Name="VCPreBuildEventTool"
  235. />
  236. <Tool
  237. Name="VCCustomBuildTool"
  238. />
  239. <Tool
  240. Name="VCXMLDataGeneratorTool"
  241. />
  242. <Tool
  243. Name="VCWebServiceProxyGeneratorTool"
  244. />
  245. <Tool
  246. Name="VCMIDLTool"
  247. TargetEnvironment="3"
  248. />
  249. <Tool
  250. Name="VCCLCompilerTool"
  251. Optimization="2"
  252. EnableIntrinsicFunctions="true"
  253. AdditionalIncludeDirectories="$(SolutionDir)DependentExtensions\miniupnpc-1.6.20120410"
  254. PreprocessorDefinitions="WIN32;NDEBUG;_LIB;STATICLIB;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE"
  255. ExceptionHandling="0"
  256. RuntimeLibrary="0"
  257. BufferSecurityCheck="false"
  258. EnableFunctionLevelLinking="true"
  259. UsePrecompiledHeader="0"
  260. ProgramDataBaseFileName="$(OutDir)\$(SolutionName)_$(ProjectName)_$(ConfigurationName)_$(PlatformName).pdb"
  261. WarningLevel="3"
  262. DebugInformationFormat="3"
  263. />
  264. <Tool
  265. Name="VCManagedResourceCompilerTool"
  266. />
  267. <Tool
  268. Name="VCResourceCompilerTool"
  269. />
  270. <Tool
  271. Name="VCPreLinkEventTool"
  272. />
  273. <Tool
  274. Name="VCLibrarianTool"
  275. OutputFile="$(OutDir)\$(SolutionName)_$(ProjectName)_$(ConfigurationName)_$(PlatformName).lib"
  276. IgnoreDefaultLibraryNames="LIBC.lib LIBCMT.lib MSVCRT.lib"
  277. />
  278. <Tool
  279. Name="VCALinkTool"
  280. />
  281. <Tool
  282. Name="VCXDCMakeTool"
  283. />
  284. <Tool
  285. Name="VCBscMakeTool"
  286. />
  287. <Tool
  288. Name="VCFxCopTool"
  289. />
  290. <Tool
  291. Name="VCPostBuildEventTool"
  292. />
  293. </Configuration>
  294. </Configurations>
  295. <References>
  296. </References>
  297. <Files>
  298. <File
  299. RelativePath="..\..\DependentExtensions\miniupnpc-1.6.20120410\connecthostport.c"
  300. >
  301. </File>
  302. <File
  303. RelativePath="..\..\DependentExtensions\miniupnpc-1.6.20120410\igd_desc_parse.c"
  304. >
  305. </File>
  306. <File
  307. RelativePath="..\..\DependentExtensions\miniupnpc-1.6.20120410\minisoap.c"
  308. >
  309. </File>
  310. <File
  311. RelativePath="..\..\DependentExtensions\miniupnpc-1.6.20120410\miniupnpc.c"
  312. >
  313. </File>
  314. <File
  315. RelativePath="..\..\DependentExtensions\miniupnpc-1.6.20120410\miniwget.c"
  316. >
  317. </File>
  318. <File
  319. RelativePath="..\..\DependentExtensions\miniupnpc-1.6.20120410\minixml.c"
  320. >
  321. </File>
  322. <File
  323. RelativePath="..\..\DependentExtensions\miniupnpc-1.6.20120410\portlistingparse.c"
  324. >
  325. </File>
  326. <File
  327. RelativePath="..\..\DependentExtensions\miniupnpc-1.6.20120410\receivedata.c"
  328. >
  329. </File>
  330. <File
  331. RelativePath="..\..\DependentExtensions\miniupnpc-1.6.20120410\upnpcommands.c"
  332. >
  333. </File>
  334. <File
  335. RelativePath="..\..\DependentExtensions\miniupnpc-1.6.20120410\upnperrors.c"
  336. >
  337. </File>
  338. <File
  339. RelativePath="..\..\DependentExtensions\miniupnpc-1.6.20120410\upnpreplyparse.c"
  340. >
  341. </File>
  342. </Files>
  343. <Globals>
  344. </Globals>
  345. </VisualStudioProject>
粤ICP备19079148号