NetSSL_OpenSSL_vs90.vcproj 15 KB

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