1
0

jnetlib-replicant.vcproj 9.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="jnetlib-replicant"
  6. ProjectGUID="{AAE8BF3C-AD6B-405C-A216-BF62E2D49E95}"
  7. RootNamespace="jnetlib"
  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="$(ConfigurationName)"
  25. IntermediateDirectory="$(ConfigurationName)"
  26. ConfigurationType="2"
  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="..;../../openssl/include"
  48. PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;JNETLIB_EXPORTS;_CRT_SECURE_NO_WARNINGS;USE_SSL"
  49. MinimalRebuild="true"
  50. BasicRuntimeChecks="3"
  51. RuntimeLibrary="1"
  52. UsePrecompiledHeader="0"
  53. WarningLevel="3"
  54. DebugInformationFormat="4"
  55. DisableSpecificWarnings="4995;4996"
  56. />
  57. <Tool
  58. Name="VCManagedResourceCompilerTool"
  59. />
  60. <Tool
  61. Name="VCResourceCompilerTool"
  62. />
  63. <Tool
  64. Name="VCPreLinkEventTool"
  65. />
  66. <Tool
  67. Name="VCLinkerTool"
  68. AdditionalDependencies="ws2_32.lib"
  69. OutputFile="$(ProgramFiles)\Winamp\Shared\jnetlib.dll"
  70. LinkIncremental="2"
  71. GenerateManifest="false"
  72. IgnoreDefaultLibraryNames="msvcprt.lib"
  73. GenerateDebugInformation="true"
  74. ProgramDatabaseFile="$(OutDir)\$(TargetName).pdb"
  75. SubSystem="2"
  76. ImportLibrary="$(IntDir)\$(TargetName).lib"
  77. TargetMachine="1"
  78. />
  79. <Tool
  80. Name="VCALinkTool"
  81. />
  82. <Tool
  83. Name="VCManifestTool"
  84. />
  85. <Tool
  86. Name="VCXDCMakeTool"
  87. />
  88. <Tool
  89. Name="VCBscMakeTool"
  90. />
  91. <Tool
  92. Name="VCFxCopTool"
  93. />
  94. <Tool
  95. Name="VCAppVerifierTool"
  96. />
  97. <Tool
  98. Name="VCPostBuildEventTool"
  99. />
  100. </Configuration>
  101. <Configuration
  102. Name="Release|Win32"
  103. OutputDirectory="$(ConfigurationName)"
  104. IntermediateDirectory="$(ConfigurationName)"
  105. ConfigurationType="2"
  106. CharacterSet="1"
  107. WholeProgramOptimization="1"
  108. >
  109. <Tool
  110. Name="VCPreBuildEventTool"
  111. />
  112. <Tool
  113. Name="VCCustomBuildTool"
  114. />
  115. <Tool
  116. Name="VCXMLDataGeneratorTool"
  117. />
  118. <Tool
  119. Name="VCWebServiceProxyGeneratorTool"
  120. />
  121. <Tool
  122. Name="VCMIDLTool"
  123. />
  124. <Tool
  125. Name="VCCLCompilerTool"
  126. Optimization="1"
  127. FavorSizeOrSpeed="2"
  128. AdditionalIncludeDirectories="..;../../openssl/include"
  129. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;JNETLIB_EXPORTS;_CRT_SECURE_NO_WARNINGS;USE_SSL;WIN32_LEAN_AND_MEAN"
  130. StringPooling="true"
  131. RuntimeLibrary="2"
  132. BufferSecurityCheck="false"
  133. UsePrecompiledHeader="0"
  134. WarningLevel="3"
  135. DebugInformationFormat="3"
  136. DisableSpecificWarnings="4995;4996;4244"
  137. />
  138. <Tool
  139. Name="VCManagedResourceCompilerTool"
  140. />
  141. <Tool
  142. Name="VCResourceCompilerTool"
  143. />
  144. <Tool
  145. Name="VCPreLinkEventTool"
  146. />
  147. <Tool
  148. Name="VCLinkerTool"
  149. AdditionalDependencies="ws2_32.lib"
  150. OutputFile="$(ProgramFiles)\Winamp\Shared\jnetlib.dll"
  151. LinkIncremental="1"
  152. GenerateManifest="false"
  153. IgnoreDefaultLibraryNames="msvcprt.lib"
  154. GenerateDebugInformation="true"
  155. ProgramDatabaseFile="$(OutDir)/$(TargetName).pdb"
  156. SubSystem="2"
  157. OptimizeReferences="2"
  158. EnableCOMDATFolding="2"
  159. ImportLibrary="$(IntDir)\$(TargetName).lib"
  160. TargetMachine="1"
  161. />
  162. <Tool
  163. Name="VCALinkTool"
  164. />
  165. <Tool
  166. Name="VCManifestTool"
  167. />
  168. <Tool
  169. Name="VCXDCMakeTool"
  170. />
  171. <Tool
  172. Name="VCBscMakeTool"
  173. />
  174. <Tool
  175. Name="VCFxCopTool"
  176. />
  177. <Tool
  178. Name="VCAppVerifierTool"
  179. />
  180. <Tool
  181. Name="VCPostBuildEventTool"
  182. />
  183. </Configuration>
  184. <Configuration
  185. Name="Debug|x64"
  186. OutputDirectory="$(PlatformName)\$(ConfigurationName)"
  187. IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
  188. ConfigurationType="2"
  189. CharacterSet="1"
  190. >
  191. <Tool
  192. Name="VCPreBuildEventTool"
  193. />
  194. <Tool
  195. Name="VCCustomBuildTool"
  196. />
  197. <Tool
  198. Name="VCXMLDataGeneratorTool"
  199. />
  200. <Tool
  201. Name="VCWebServiceProxyGeneratorTool"
  202. />
  203. <Tool
  204. Name="VCMIDLTool"
  205. TargetEnvironment="3"
  206. />
  207. <Tool
  208. Name="VCCLCompilerTool"
  209. Optimization="0"
  210. AdditionalIncludeDirectories="..;../../openssl/include"
  211. PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;JNETLIB_EXPORTS;_CRT_SECURE_NO_WARNINGS;USE_SSL"
  212. MinimalRebuild="true"
  213. BasicRuntimeChecks="3"
  214. RuntimeLibrary="3"
  215. UsePrecompiledHeader="0"
  216. WarningLevel="3"
  217. DebugInformationFormat="3"
  218. DisableSpecificWarnings="4995;4996"
  219. />
  220. <Tool
  221. Name="VCManagedResourceCompilerTool"
  222. />
  223. <Tool
  224. Name="VCResourceCompilerTool"
  225. />
  226. <Tool
  227. Name="VCPreLinkEventTool"
  228. />
  229. <Tool
  230. Name="VCLinkerTool"
  231. AdditionalDependencies="ws2_32.lib"
  232. OutputFile="$(ProgramFiles)\Winamp\Shared\jnetlib.dll"
  233. LinkIncremental="2"
  234. GenerateManifest="false"
  235. IgnoreDefaultLibraryNames="msvcprt.lib"
  236. GenerateDebugInformation="true"
  237. ProgramDatabaseFile="$(OutDir)\$(TargetName).pdb"
  238. SubSystem="2"
  239. ImportLibrary="$(IntDir)\$(TargetName).lib"
  240. TargetMachine="17"
  241. />
  242. <Tool
  243. Name="VCALinkTool"
  244. />
  245. <Tool
  246. Name="VCManifestTool"
  247. />
  248. <Tool
  249. Name="VCXDCMakeTool"
  250. />
  251. <Tool
  252. Name="VCBscMakeTool"
  253. />
  254. <Tool
  255. Name="VCFxCopTool"
  256. />
  257. <Tool
  258. Name="VCAppVerifierTool"
  259. />
  260. <Tool
  261. Name="VCPostBuildEventTool"
  262. />
  263. </Configuration>
  264. <Configuration
  265. Name="Release|x64"
  266. OutputDirectory="$(ConfigurationName)"
  267. IntermediateDirectory="$(ConfigurationName)"
  268. ConfigurationType="2"
  269. CharacterSet="1"
  270. WholeProgramOptimization="1"
  271. >
  272. <Tool
  273. Name="VCPreBuildEventTool"
  274. />
  275. <Tool
  276. Name="VCCustomBuildTool"
  277. />
  278. <Tool
  279. Name="VCXMLDataGeneratorTool"
  280. />
  281. <Tool
  282. Name="VCWebServiceProxyGeneratorTool"
  283. />
  284. <Tool
  285. Name="VCMIDLTool"
  286. TargetEnvironment="3"
  287. />
  288. <Tool
  289. Name="VCCLCompilerTool"
  290. Optimization="1"
  291. FavorSizeOrSpeed="2"
  292. AdditionalIncludeDirectories="..;../../openssl/include"
  293. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;JNETLIB_EXPORTS;_CRT_SECURE_NO_WARNINGS;USE_SSL;WIN32_LEAN_AND_MEAN"
  294. StringPooling="true"
  295. RuntimeLibrary="2"
  296. BufferSecurityCheck="false"
  297. UsePrecompiledHeader="0"
  298. WarningLevel="3"
  299. DebugInformationFormat="3"
  300. DisableSpecificWarnings="4995;4996;4244"
  301. />
  302. <Tool
  303. Name="VCManagedResourceCompilerTool"
  304. />
  305. <Tool
  306. Name="VCResourceCompilerTool"
  307. />
  308. <Tool
  309. Name="VCPreLinkEventTool"
  310. />
  311. <Tool
  312. Name="VCLinkerTool"
  313. AdditionalDependencies="ws2_32.lib"
  314. OutputFile="$(ProgramFiles)\Winamp\Shared\jnetlib.dll"
  315. LinkIncremental="1"
  316. GenerateManifest="false"
  317. IgnoreDefaultLibraryNames="msvcprt.lib"
  318. GenerateDebugInformation="true"
  319. ProgramDatabaseFile="$(OutDir)/$(TargetName).pdb"
  320. SubSystem="2"
  321. OptimizeReferences="2"
  322. EnableCOMDATFolding="2"
  323. ImportLibrary="$(IntDir)\$(TargetName).lib"
  324. TargetMachine="17"
  325. />
  326. <Tool
  327. Name="VCALinkTool"
  328. />
  329. <Tool
  330. Name="VCManifestTool"
  331. />
  332. <Tool
  333. Name="VCXDCMakeTool"
  334. />
  335. <Tool
  336. Name="VCBscMakeTool"
  337. />
  338. <Tool
  339. Name="VCFxCopTool"
  340. />
  341. <Tool
  342. Name="VCAppVerifierTool"
  343. />
  344. <Tool
  345. Name="VCPostBuildEventTool"
  346. />
  347. </Configuration>
  348. </Configurations>
  349. <References>
  350. <ProjectReference
  351. ReferencedProjectIdentifier="{EFC75A79-269F-44FC-BAC5-D7D4FD4EC92C}"
  352. RelativePathToProject="..\replicant\nu\nu.vcproj"
  353. />
  354. <ProjectReference
  355. ReferencedProjectIdentifier="{0F9730E4-45DA-4BD2-A50A-403A4BC9751A}"
  356. RelativePathToProject="..\replicant\zlib\zlib.vcproj"
  357. />
  358. </References>
  359. <Files>
  360. <Filter
  361. Name="Source Files"
  362. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  363. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  364. >
  365. <File
  366. RelativePath=".\asyncdns.cpp"
  367. >
  368. </File>
  369. <File
  370. RelativePath=".\connection.cpp"
  371. >
  372. </File>
  373. <File
  374. RelativePath=".\headers.cpp"
  375. >
  376. </File>
  377. <File
  378. RelativePath=".\httpget.cpp"
  379. >
  380. </File>
  381. <File
  382. RelativePath=".\httpserv.cpp"
  383. >
  384. </File>
  385. <File
  386. RelativePath=".\httpuserv.cpp"
  387. >
  388. </File>
  389. <File
  390. RelativePath=".\jnetlib.cpp"
  391. >
  392. </File>
  393. <File
  394. RelativePath=".\listen.cpp"
  395. >
  396. </File>
  397. <File
  398. RelativePath=".\multicastlisten.cpp"
  399. >
  400. </File>
  401. <File
  402. RelativePath=".\sslconnection.cpp"
  403. >
  404. </File>
  405. <File
  406. RelativePath=".\udpconnection.cpp"
  407. >
  408. </File>
  409. <File
  410. RelativePath=".\util.cpp"
  411. >
  412. </File>
  413. </Filter>
  414. <Filter
  415. Name="Header Files"
  416. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  417. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  418. >
  419. <File
  420. RelativePath=".\asyncdns.h"
  421. >
  422. </File>
  423. <File
  424. RelativePath=".\connection.h"
  425. >
  426. </File>
  427. <File
  428. RelativePath=".\headers.h"
  429. >
  430. </File>
  431. <File
  432. RelativePath=".\httpget.h"
  433. >
  434. </File>
  435. <File
  436. RelativePath=".\httpserv.h"
  437. >
  438. </File>
  439. <File
  440. RelativePath=".\httpuserv.h"
  441. >
  442. </File>
  443. <File
  444. RelativePath=".\jnetlib.h"
  445. >
  446. </File>
  447. <File
  448. RelativePath=".\listen.h"
  449. >
  450. </File>
  451. <File
  452. RelativePath=".\multicastlisten.h"
  453. >
  454. </File>
  455. <File
  456. RelativePath=".\netinc.h"
  457. >
  458. </File>
  459. <File
  460. RelativePath=".\precomp.h"
  461. >
  462. </File>
  463. <File
  464. RelativePath=".\sslconnection.h"
  465. >
  466. </File>
  467. <File
  468. RelativePath=".\udpconnection.h"
  469. >
  470. </File>
  471. <File
  472. RelativePath=".\util.h"
  473. >
  474. </File>
  475. </Filter>
  476. <Filter
  477. Name="Resource Files"
  478. >
  479. <File
  480. RelativePath=".\jnetlib-replicant.rc"
  481. >
  482. </File>
  483. <File
  484. RelativePath=".\resource.h"
  485. >
  486. </File>
  487. </Filter>
  488. </Files>
  489. <Globals>
  490. </Globals>
  491. </VisualStudioProject>