NetSSL_OpenSSL_vs80.vcproj 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="8.00"
  5. Name="NetSSL_OpenSSL"
  6. ProjectGUID="{5AECC55E-A469-11DA-8DA6-005056C00008}"
  7. RootNamespace="OpenSSL"
  8. Keyword="Win32Proj"
  9. >
  10. <Platforms>
  11. <Platform
  12. Name="Win32"
  13. />
  14. </Platforms>
  15. <ToolFiles>
  16. </ToolFiles>
  17. <Configurations>
  18. <Configuration
  19. Name="debug_shared|Win32"
  20. OutputDirectory=".\obj\debug_shared"
  21. IntermediateDirectory=".\obj\debug_shared"
  22. ConfigurationType="2"
  23. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
  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=".\include;..\Foundation\include;..\Net\include;..\Util\include"
  45. PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;POCO_DLL;NetSSL_EXPORTS"
  46. StringPooling="true"
  47. MinimalRebuild="true"
  48. BasicRuntimeChecks="3"
  49. RuntimeLibrary="3"
  50. BufferSecurityCheck="true"
  51. TreatWChar_tAsBuiltInType="true"
  52. ForceConformanceInForLoopScope="true"
  53. RuntimeTypeInfo="true"
  54. UsePrecompiledHeader="0"
  55. WarningLevel="3"
  56. Detect64BitPortabilityProblems="true"
  57. DebugInformationFormat="4"
  58. CompileAs="0"
  59. />
  60. <Tool
  61. Name="VCManagedResourceCompilerTool"
  62. />
  63. <Tool
  64. Name="VCResourceCompilerTool"
  65. />
  66. <Tool
  67. Name="VCPreLinkEventTool"
  68. />
  69. <Tool
  70. Name="VCLinkerTool"
  71. AdditionalDependencies="PocoFoundationd.lib PocoNetd.lib PocoUtild.lib libeay32mtd.lib ssleay32mtd.lib ws2_32.lib"
  72. OutputFile="..\bin\PocoNetSSLd.dll"
  73. LinkIncremental="2"
  74. SuppressStartupBanner="true"
  75. AdditionalLibraryDirectories="..\lib;C:\OpenSSL\lib\VC"
  76. GenerateDebugInformation="true"
  77. ProgramDatabaseFile="..\bin\PocoNetSSLd.pdb"
  78. SubSystem="1"
  79. OptimizeForWindows98="1"
  80. ImportLibrary="..\lib\PocoNetSSLd.lib"
  81. TargetMachine="1"
  82. />
  83. <Tool
  84. Name="VCALinkTool"
  85. />
  86. <Tool
  87. Name="VCManifestTool"
  88. />
  89. <Tool
  90. Name="VCXDCMakeTool"
  91. />
  92. <Tool
  93. Name="VCBscMakeTool"
  94. />
  95. <Tool
  96. Name="VCFxCopTool"
  97. />
  98. <Tool
  99. Name="VCAppVerifierTool"
  100. />
  101. <Tool
  102. Name="VCWebDeploymentTool"
  103. />
  104. <Tool
  105. Name="VCPostBuildEventTool"
  106. />
  107. </Configuration>
  108. <Configuration
  109. Name="release_shared|Win32"
  110. OutputDirectory=".\obj\release_shared"
  111. IntermediateDirectory=".\obj\release_shared"
  112. ConfigurationType="2"
  113. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
  114. CharacterSet="2"
  115. >
  116. <Tool
  117. Name="VCPreBuildEventTool"
  118. />
  119. <Tool
  120. Name="VCCustomBuildTool"
  121. />
  122. <Tool
  123. Name="VCXMLDataGeneratorTool"
  124. />
  125. <Tool
  126. Name="VCWebServiceProxyGeneratorTool"
  127. />
  128. <Tool
  129. Name="VCMIDLTool"
  130. />
  131. <Tool
  132. Name="VCCLCompilerTool"
  133. Optimization="4"
  134. InlineFunctionExpansion="1"
  135. EnableIntrinsicFunctions="true"
  136. FavorSizeOrSpeed="1"
  137. OmitFramePointers="true"
  138. AdditionalIncludeDirectories=".\include;..\Foundation\include;..\Net\include;..\Util\include"
  139. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;POCO_DLL;NetSSL_EXPORTS"
  140. GeneratePreprocessedFile="0"
  141. KeepComments="false"
  142. StringPooling="true"
  143. RuntimeLibrary="2"
  144. BufferSecurityCheck="false"
  145. TreatWChar_tAsBuiltInType="true"
  146. ForceConformanceInForLoopScope="true"
  147. RuntimeTypeInfo="true"
  148. UsePrecompiledHeader="0"
  149. WarningLevel="3"
  150. Detect64BitPortabilityProblems="true"
  151. DebugInformationFormat="0"
  152. CompileAs="0"
  153. />
  154. <Tool
  155. Name="VCManagedResourceCompilerTool"
  156. />
  157. <Tool
  158. Name="VCResourceCompilerTool"
  159. />
  160. <Tool
  161. Name="VCPreLinkEventTool"
  162. />
  163. <Tool
  164. Name="VCLinkerTool"
  165. AdditionalDependencies="PocoFoundation.lib PocoNet.lib PocoUtil.lib libeay32mt.lib ssleay32mt.lib ws2_32.lib"
  166. OutputFile="..\bin\PocoNetSSL.dll"
  167. LinkIncremental="1"
  168. SuppressStartupBanner="true"
  169. AdditionalLibraryDirectories="..\lib;C:\OpenSSL\lib\VC"
  170. GenerateDebugInformation="false"
  171. ProgramDatabaseFile=""
  172. SubSystem="1"
  173. OptimizeReferences="2"
  174. EnableCOMDATFolding="2"
  175. OptimizeForWindows98="1"
  176. ImportLibrary="..\lib\PocoNetSSL.lib"
  177. TargetMachine="1"
  178. />
  179. <Tool
  180. Name="VCALinkTool"
  181. />
  182. <Tool
  183. Name="VCManifestTool"
  184. />
  185. <Tool
  186. Name="VCXDCMakeTool"
  187. />
  188. <Tool
  189. Name="VCBscMakeTool"
  190. />
  191. <Tool
  192. Name="VCFxCopTool"
  193. />
  194. <Tool
  195. Name="VCAppVerifierTool"
  196. />
  197. <Tool
  198. Name="VCWebDeploymentTool"
  199. />
  200. <Tool
  201. Name="VCPostBuildEventTool"
  202. />
  203. </Configuration>
  204. <Configuration
  205. Name="debug_static|Win32"
  206. OutputDirectory=".\obj\debug_static"
  207. IntermediateDirectory=".\obj\debug_static"
  208. ConfigurationType="4"
  209. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
  210. CharacterSet="2"
  211. >
  212. <Tool
  213. Name="VCPreBuildEventTool"
  214. />
  215. <Tool
  216. Name="VCCustomBuildTool"
  217. />
  218. <Tool
  219. Name="VCXMLDataGeneratorTool"
  220. />
  221. <Tool
  222. Name="VCWebServiceProxyGeneratorTool"
  223. />
  224. <Tool
  225. Name="VCMIDLTool"
  226. />
  227. <Tool
  228. Name="VCCLCompilerTool"
  229. Optimization="0"
  230. AdditionalIncludeDirectories=".\include;..\Foundation\include;..\Net\include;..\Util\include"
  231. PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;NetSSL_EXPORTS;POCO_STATIC"
  232. StringPooling="true"
  233. MinimalRebuild="true"
  234. BasicRuntimeChecks="3"
  235. RuntimeLibrary="3"
  236. BufferSecurityCheck="true"
  237. TreatWChar_tAsBuiltInType="true"
  238. ForceConformanceInForLoopScope="true"
  239. RuntimeTypeInfo="true"
  240. UsePrecompiledHeader="0"
  241. WarningLevel="3"
  242. Detect64BitPortabilityProblems="true"
  243. DebugInformationFormat="4"
  244. CompileAs="0"
  245. />
  246. <Tool
  247. Name="VCManagedResourceCompilerTool"
  248. />
  249. <Tool
  250. Name="VCResourceCompilerTool"
  251. />
  252. <Tool
  253. Name="VCPreLinkEventTool"
  254. />
  255. <Tool
  256. Name="VCLibrarianTool"
  257. AdditionalDependencies="ws2_32.lib"
  258. OutputFile="..\lib\PocoNetSSLmtd.lib"
  259. />
  260. <Tool
  261. Name="VCALinkTool"
  262. />
  263. <Tool
  264. Name="VCXDCMakeTool"
  265. />
  266. <Tool
  267. Name="VCBscMakeTool"
  268. />
  269. <Tool
  270. Name="VCFxCopTool"
  271. />
  272. <Tool
  273. Name="VCPostBuildEventTool"
  274. />
  275. </Configuration>
  276. <Configuration
  277. Name="release_static|Win32"
  278. OutputDirectory=".\obj\release_static"
  279. IntermediateDirectory=".\obj\release_static"
  280. ConfigurationType="4"
  281. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
  282. CharacterSet="2"
  283. >
  284. <Tool
  285. Name="VCPreBuildEventTool"
  286. />
  287. <Tool
  288. Name="VCCustomBuildTool"
  289. />
  290. <Tool
  291. Name="VCXMLDataGeneratorTool"
  292. />
  293. <Tool
  294. Name="VCWebServiceProxyGeneratorTool"
  295. />
  296. <Tool
  297. Name="VCMIDLTool"
  298. />
  299. <Tool
  300. Name="VCCLCompilerTool"
  301. Optimization="4"
  302. InlineFunctionExpansion="1"
  303. EnableIntrinsicFunctions="true"
  304. FavorSizeOrSpeed="1"
  305. OmitFramePointers="true"
  306. AdditionalIncludeDirectories=".\include;..\Foundation\include;..\Net\include;..\Util\include"
  307. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;NetSSL_EXPORTS;POCO_STATIC"
  308. GeneratePreprocessedFile="0"
  309. KeepComments="false"
  310. StringPooling="true"
  311. RuntimeLibrary="2"
  312. BufferSecurityCheck="false"
  313. TreatWChar_tAsBuiltInType="true"
  314. ForceConformanceInForLoopScope="true"
  315. RuntimeTypeInfo="true"
  316. UsePrecompiledHeader="0"
  317. WarningLevel="3"
  318. Detect64BitPortabilityProblems="true"
  319. DebugInformationFormat="0"
  320. CompileAs="0"
  321. />
  322. <Tool
  323. Name="VCManagedResourceCompilerTool"
  324. />
  325. <Tool
  326. Name="VCResourceCompilerTool"
  327. />
  328. <Tool
  329. Name="VCPreLinkEventTool"
  330. />
  331. <Tool
  332. Name="VCLibrarianTool"
  333. AdditionalDependencies="ws2_32.lib"
  334. OutputFile="..\lib\PocoNetSSLmt.lib"
  335. />
  336. <Tool
  337. Name="VCALinkTool"
  338. />
  339. <Tool
  340. Name="VCXDCMakeTool"
  341. />
  342. <Tool
  343. Name="VCBscMakeTool"
  344. />
  345. <Tool
  346. Name="VCFxCopTool"
  347. />
  348. <Tool
  349. Name="VCPostBuildEventTool"
  350. />
  351. </Configuration>
  352. </Configurations>
  353. <References>
  354. </References>
  355. <Files>
  356. <Filter
  357. Name="SSLCore"
  358. >
  359. <Filter
  360. Name="Header Files"
  361. >
  362. <File
  363. RelativePath=".\include\Poco\Net\AcceptCertificateHandler.h"
  364. >
  365. </File>
  366. <File
  367. RelativePath=".\include\Poco\Net\CertificateHandlerFactory.h"
  368. >
  369. </File>
  370. <File
  371. RelativePath=".\include\Poco\Net\CertificateHandlerFactoryMgr.h"
  372. >
  373. </File>
  374. <File
  375. RelativePath=".\include\Poco\Net\ConsoleCertificateHandler.h"
  376. >
  377. </File>
  378. <File
  379. RelativePath=".\include\Poco\Net\Context.h"
  380. >
  381. </File>
  382. <File
  383. RelativePath=".\include\Poco\Net\InvalidCertificateHandler.h"
  384. >
  385. </File>
  386. <File
  387. RelativePath=".\include\Poco\Net\KeyConsoleHandler.h"
  388. >
  389. </File>
  390. <File
  391. RelativePath=".\include\Poco\Net\KeyFileHandler.h"
  392. >
  393. </File>
  394. <File
  395. RelativePath=".\include\Poco\Net\NetSSL.h"
  396. >
  397. </File>
  398. <File
  399. RelativePath=".\include\Poco\Net\PrivateKeyFactory.h"
  400. >
  401. </File>
  402. <File
  403. RelativePath=".\include\Poco\Net\PrivateKeyFactoryMgr.h"
  404. >
  405. </File>
  406. <File
  407. RelativePath=".\include\Poco\Net\PrivateKeyPassphraseHandler.h"
  408. >
  409. </File>
  410. <File
  411. RelativePath=".\include\Poco\Net\SSLException.h"
  412. >
  413. </File>
  414. <File
  415. RelativePath=".\include\Poco\Net\SSLInitializer.h"
  416. >
  417. </File>
  418. <File
  419. RelativePath=".\include\Poco\Net\SSLManager.h"
  420. >
  421. </File>
  422. <File
  423. RelativePath=".\include\Poco\Net\Utility.h"
  424. >
  425. </File>
  426. <File
  427. RelativePath=".\include\Poco\Net\VerificationErrorArgs.h"
  428. >
  429. </File>
  430. <File
  431. RelativePath=".\include\Poco\Net\X509Certificate.h"
  432. >
  433. </File>
  434. </Filter>
  435. <Filter
  436. Name="Source Files"
  437. >
  438. <File
  439. RelativePath=".\src\AcceptCertificateHandler.cpp"
  440. >
  441. </File>
  442. <File
  443. RelativePath=".\src\CertificateHandlerFactory.cpp"
  444. >
  445. </File>
  446. <File
  447. RelativePath=".\src\CertificateHandlerFactoryMgr.cpp"
  448. >
  449. </File>
  450. <File
  451. RelativePath=".\src\ConsoleCertificateHandler.cpp"
  452. >
  453. </File>
  454. <File
  455. RelativePath=".\src\Context.cpp"
  456. >
  457. </File>
  458. <File
  459. RelativePath=".\src\InvalidCertificateHandler.cpp"
  460. >
  461. </File>
  462. <File
  463. RelativePath=".\src\KeyConsoleHandler.cpp"
  464. >
  465. </File>
  466. <File
  467. RelativePath=".\src\KeyFileHandler.cpp"
  468. >
  469. </File>
  470. <File
  471. RelativePath=".\src\PrivateKeyFactory.cpp"
  472. >
  473. </File>
  474. <File
  475. RelativePath=".\src\PrivateKeyFactoryMgr.cpp"
  476. >
  477. </File>
  478. <File
  479. RelativePath=".\src\PrivateKeyPassphraseHandler.cpp"
  480. >
  481. </File>
  482. <File
  483. RelativePath=".\src\SSLException.cpp"
  484. >
  485. </File>
  486. <File
  487. RelativePath=".\src\SSLInitializer.cpp"
  488. >
  489. </File>
  490. <File
  491. RelativePath=".\src\SSLManager.cpp"
  492. >
  493. </File>
  494. <File
  495. RelativePath=".\src\Utility.cpp"
  496. >
  497. </File>
  498. <File
  499. RelativePath=".\src\VerificationErrorArgs.cpp"
  500. >
  501. </File>
  502. <File
  503. RelativePath=".\src\X509Certificate.cpp"
  504. >
  505. </File>
  506. </Filter>
  507. </Filter>
  508. <Filter
  509. Name="HTTPSClient"
  510. >
  511. <Filter
  512. Name="Header Files"
  513. >
  514. <File
  515. RelativePath=".\include\Poco\Net\HTTPSClientSession.h"
  516. >
  517. </File>
  518. <File
  519. RelativePath=".\include\Poco\Net\HTTPSSessionInstantiator.h"
  520. >
  521. </File>
  522. <File
  523. RelativePath=".\include\Poco\Net\HTTPSStreamFactory.h"
  524. >
  525. </File>
  526. </Filter>
  527. <Filter
  528. Name="Source Files"
  529. >
  530. <File
  531. RelativePath=".\src\HTTPSClientSession.cpp"
  532. >
  533. </File>
  534. <File
  535. RelativePath=".\src\HTTPSSessionInstantiator.cpp"
  536. >
  537. </File>
  538. <File
  539. RelativePath=".\src\HTTPSStreamFactory.cpp"
  540. >
  541. </File>
  542. </Filter>
  543. </Filter>
  544. <Filter
  545. Name="SSLSockets"
  546. >
  547. <Filter
  548. Name="Header Files"
  549. >
  550. <File
  551. RelativePath=".\include\Poco\Net\SecureServerSocket.h"
  552. >
  553. </File>
  554. <File
  555. RelativePath=".\include\Poco\Net\SecureServerSocketImpl.h"
  556. >
  557. </File>
  558. <File
  559. RelativePath=".\include\Poco\Net\SecureSocketImpl.h"
  560. >
  561. </File>
  562. <File
  563. RelativePath=".\include\Poco\Net\SecureStreamSocket.h"
  564. >
  565. </File>
  566. <File
  567. RelativePath=".\include\Poco\Net\SecureStreamSocketImpl.h"
  568. >
  569. </File>
  570. </Filter>
  571. <Filter
  572. Name="Source Files"
  573. >
  574. <File
  575. RelativePath=".\src\SecureServerSocket.cpp"
  576. >
  577. </File>
  578. <File
  579. RelativePath=".\src\SecureServerSocketImpl.cpp"
  580. >
  581. </File>
  582. <File
  583. RelativePath=".\src\SecureSocketImpl.cpp"
  584. >
  585. </File>
  586. <File
  587. RelativePath=".\src\SecureStreamSocket.cpp"
  588. >
  589. </File>
  590. <File
  591. RelativePath=".\src\SecureStreamSocketImpl.cpp"
  592. >
  593. </File>
  594. </Filter>
  595. </Filter>
  596. </Files>
  597. <Globals>
  598. </Globals>
  599. </VisualStudioProject>