tinyNET.vcproj 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="tinyNET"
  6. ProjectGUID="{7522A458-92F4-4259-B906-E84C2A65D9F1}"
  7. RootNamespace="tinyNET"
  8. Keyword="Win32Proj"
  9. TargetFrameworkVersion="196613"
  10. >
  11. <Platforms>
  12. <Platform
  13. Name="Win32"
  14. />
  15. </Platforms>
  16. <ToolFiles>
  17. </ToolFiles>
  18. <Configurations>
  19. <Configuration
  20. Name="Debug|Win32"
  21. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  22. IntermediateDirectory="$(ConfigurationName)"
  23. ConfigurationType="2"
  24. CharacterSet="1"
  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="src;..\thirdparties\win32\include;..\thirdparties\common\include;..\tinySAK\src"
  45. PreprocessorDefinitions="DEBUG_LEVEL=DEBUG_LEVEL_INFO;HAVE_OPENSSL=1;WIN32;_WIN32_WINNT=0x0501;_DEBUG;_WINDOWS;_USRDLL;TINYNET_EXPORTS"
  46. MinimalRebuild="true"
  47. BasicRuntimeChecks="3"
  48. RuntimeLibrary="3"
  49. UsePrecompiledHeader="0"
  50. WarningLevel="3"
  51. WarnAsError="true"
  52. DebugInformationFormat="4"
  53. CompileAs="1"
  54. />
  55. <Tool
  56. Name="VCManagedResourceCompilerTool"
  57. />
  58. <Tool
  59. Name="VCResourceCompilerTool"
  60. />
  61. <Tool
  62. Name="VCPreLinkEventTool"
  63. />
  64. <Tool
  65. Name="VCLinkerTool"
  66. AdditionalDependencies="ws2_32.lib crypt32.lib IPHLPAPI.lib &quot;$(OutDir)\tinySAK.lib&quot; &quot;..\thirdparties\win32\lib\openssl\libcrypto32.lib&quot; &quot;..\thirdparties\win32\lib\openssl\libssl32.lib&quot;"
  67. LinkIncremental="2"
  68. GenerateDebugInformation="true"
  69. SubSystem="2"
  70. TargetMachine="1"
  71. />
  72. <Tool
  73. Name="VCALinkTool"
  74. />
  75. <Tool
  76. Name="VCManifestTool"
  77. />
  78. <Tool
  79. Name="VCXDCMakeTool"
  80. />
  81. <Tool
  82. Name="VCBscMakeTool"
  83. />
  84. <Tool
  85. Name="VCFxCopTool"
  86. />
  87. <Tool
  88. Name="VCAppVerifierTool"
  89. />
  90. <Tool
  91. Name="VCPostBuildEventTool"
  92. />
  93. </Configuration>
  94. <Configuration
  95. Name="Release|Win32"
  96. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  97. IntermediateDirectory="$(ConfigurationName)"
  98. ConfigurationType="2"
  99. CharacterSet="1"
  100. WholeProgramOptimization="1"
  101. >
  102. <Tool
  103. Name="VCPreBuildEventTool"
  104. />
  105. <Tool
  106. Name="VCCustomBuildTool"
  107. />
  108. <Tool
  109. Name="VCXMLDataGeneratorTool"
  110. />
  111. <Tool
  112. Name="VCWebServiceProxyGeneratorTool"
  113. />
  114. <Tool
  115. Name="VCMIDLTool"
  116. />
  117. <Tool
  118. Name="VCCLCompilerTool"
  119. Optimization="3"
  120. EnableIntrinsicFunctions="true"
  121. AdditionalIncludeDirectories="src;..\thirdparties\win32\include;..\thirdparties\common\include;..\tinySAK\src"
  122. PreprocessorDefinitions="DEBUG_LEVEL=DEBUG_LEVEL_ERROR;HAVE_OPENSSL=1;WIN32;_WIN32_WINNT=0x0501;NDEBUG;_WINDOWS;_USRDLL;TINYNET_EXPORTS"
  123. RuntimeLibrary="2"
  124. EnableFunctionLevelLinking="false"
  125. UsePrecompiledHeader="0"
  126. WarningLevel="3"
  127. WarnAsError="true"
  128. DebugInformationFormat="0"
  129. CompileAs="1"
  130. />
  131. <Tool
  132. Name="VCManagedResourceCompilerTool"
  133. />
  134. <Tool
  135. Name="VCResourceCompilerTool"
  136. />
  137. <Tool
  138. Name="VCPreLinkEventTool"
  139. />
  140. <Tool
  141. Name="VCLinkerTool"
  142. AdditionalDependencies="ws2_32.lib crypt32.lib IPHLPAPI.lib &quot;$(OutDir)\tinySAK.lib&quot; &quot;..\thirdparties\win32\lib\openssl\libcrypto32.lib&quot; &quot;..\thirdparties\win32\lib\openssl\libssl32.lib&quot;"
  143. LinkIncremental="1"
  144. IgnoreDefaultLibraryNames="MSVCRTD"
  145. GenerateDebugInformation="false"
  146. SubSystem="2"
  147. OptimizeReferences="2"
  148. EnableCOMDATFolding="2"
  149. TargetMachine="0"
  150. />
  151. <Tool
  152. Name="VCALinkTool"
  153. />
  154. <Tool
  155. Name="VCManifestTool"
  156. />
  157. <Tool
  158. Name="VCXDCMakeTool"
  159. />
  160. <Tool
  161. Name="VCBscMakeTool"
  162. />
  163. <Tool
  164. Name="VCFxCopTool"
  165. />
  166. <Tool
  167. Name="VCAppVerifierTool"
  168. />
  169. <Tool
  170. Name="VCPostBuildEventTool"
  171. />
  172. </Configuration>
  173. </Configurations>
  174. <References>
  175. </References>
  176. <Files>
  177. <Filter
  178. Name="source(*.c)"
  179. >
  180. <File
  181. RelativePath=".\src\tnet.c"
  182. >
  183. </File>
  184. <File
  185. RelativePath=".\src\tnet_auth.c"
  186. >
  187. </File>
  188. <File
  189. RelativePath=".\src\tnet_endianness.c"
  190. >
  191. </File>
  192. <File
  193. RelativePath=".\src\tnet_nat.c"
  194. >
  195. </File>
  196. <File
  197. RelativePath=".\src\tnet_poll.c"
  198. >
  199. </File>
  200. <File
  201. RelativePath=".\src\tnet_proxy_node_socks_plugin.c"
  202. >
  203. </File>
  204. <File
  205. RelativePath=".\src\tnet_proxy_plugin.c"
  206. >
  207. </File>
  208. <File
  209. RelativePath=".\src\tnet_proxydetect.c"
  210. >
  211. </File>
  212. <File
  213. RelativePath=".\src\tnet_socket.c"
  214. >
  215. </File>
  216. <File
  217. RelativePath=".\src\tnet_transport.c"
  218. >
  219. </File>
  220. <File
  221. RelativePath=".\src\tnet_transport_cfsocket.c"
  222. >
  223. </File>
  224. <File
  225. RelativePath=".\src\tnet_transport_poll.c"
  226. >
  227. </File>
  228. <File
  229. RelativePath=".\src\tnet_transport_win32.c"
  230. >
  231. </File>
  232. <File
  233. RelativePath=".\src\tnet_utils.c"
  234. >
  235. </File>
  236. <Filter
  237. Name="stun"
  238. >
  239. <File
  240. RelativePath=".\src\stun\tnet_stun.c"
  241. >
  242. </File>
  243. <File
  244. RelativePath=".\src\stun\tnet_stun_attr.c"
  245. >
  246. </File>
  247. <File
  248. RelativePath=".\src\stun\tnet_stun_attribute.c"
  249. >
  250. </File>
  251. <File
  252. RelativePath=".\src\stun\tnet_stun_binding.c"
  253. >
  254. </File>
  255. <File
  256. RelativePath=".\src\stun\tnet_stun_message.c"
  257. >
  258. </File>
  259. <File
  260. RelativePath=".\src\stun\tnet_stun_pkt.c"
  261. >
  262. </File>
  263. <File
  264. RelativePath=".\src\stun\tnet_stun_utils.c"
  265. >
  266. </File>
  267. </Filter>
  268. <Filter
  269. Name="turn"
  270. >
  271. <File
  272. RelativePath=".\src\turn\tnet_turn.c"
  273. >
  274. </File>
  275. <File
  276. RelativePath=".\src\turn\tnet_turn_attr.c"
  277. >
  278. </File>
  279. <File
  280. RelativePath=".\src\turn\tnet_turn_attribute.c"
  281. >
  282. </File>
  283. <File
  284. RelativePath=".\src\turn\tnet_turn_message.c"
  285. >
  286. </File>
  287. <File
  288. RelativePath=".\src\turn\tnet_turn_session.c"
  289. >
  290. </File>
  291. </Filter>
  292. <Filter
  293. Name="ice"
  294. >
  295. <File
  296. RelativePath=".\src\ice\tnet_ice_candidate.c"
  297. >
  298. </File>
  299. <File
  300. RelativePath=".\src\ice\tnet_ice_ctx.c"
  301. >
  302. </File>
  303. <File
  304. RelativePath=".\src\ice\tnet_ice_event.c"
  305. >
  306. </File>
  307. <File
  308. RelativePath=".\src\ice\tnet_ice_pair.c"
  309. >
  310. </File>
  311. <File
  312. RelativePath=".\src\ice\tnet_ice_utils.c"
  313. >
  314. </File>
  315. </Filter>
  316. <Filter
  317. Name="dns"
  318. >
  319. <File
  320. RelativePath=".\src\dns\tnet_dns.c"
  321. >
  322. </File>
  323. <File
  324. RelativePath=".\src\dns\tnet_dns_a.c"
  325. >
  326. </File>
  327. <File
  328. RelativePath=".\src\dns\tnet_dns_aaaa.c"
  329. >
  330. </File>
  331. <File
  332. RelativePath=".\src\dns\tnet_dns_cname.c"
  333. >
  334. </File>
  335. <File
  336. RelativePath=".\src\dns\tnet_dns_message.c"
  337. >
  338. </File>
  339. <File
  340. RelativePath=".\src\dns\tnet_dns_mx.c"
  341. >
  342. </File>
  343. <File
  344. RelativePath=".\src\dns\tnet_dns_naptr.c"
  345. >
  346. </File>
  347. <File
  348. RelativePath=".\src\dns\tnet_dns_ns.c"
  349. >
  350. </File>
  351. <File
  352. RelativePath=".\src\dns\tnet_dns_opt.c"
  353. >
  354. </File>
  355. <File
  356. RelativePath=".\src\dns\tnet_dns_ptr.c"
  357. >
  358. </File>
  359. <File
  360. RelativePath=".\src\dns\tnet_dns_regexp.c"
  361. >
  362. </File>
  363. <File
  364. RelativePath=".\src\dns\tnet_dns_resolvconf.c"
  365. >
  366. </File>
  367. <File
  368. RelativePath=".\src\dns\tnet_dns_rr.c"
  369. >
  370. </File>
  371. <File
  372. RelativePath=".\src\dns\tnet_dns_soa.c"
  373. >
  374. </File>
  375. <File
  376. RelativePath=".\src\dns\tnet_dns_srv.c"
  377. >
  378. </File>
  379. <File
  380. RelativePath=".\src\dns\tnet_dns_txt.c"
  381. >
  382. </File>
  383. </Filter>
  384. <Filter
  385. Name="dhcp4"
  386. >
  387. <File
  388. RelativePath=".\src\dhcp\tnet_dhcp.c"
  389. >
  390. </File>
  391. <File
  392. RelativePath=".\src\dhcp\tnet_dhcp_message.c"
  393. >
  394. </File>
  395. <File
  396. RelativePath=".\src\dhcp\tnet_dhcp_option.c"
  397. >
  398. </File>
  399. <File
  400. RelativePath=".\src\dhcp\tnet_dhcp_option_sip.c"
  401. >
  402. </File>
  403. </Filter>
  404. <Filter
  405. Name="dhcp6"
  406. >
  407. <File
  408. RelativePath=".\src\dhcp6\tnet_dhcp6.c"
  409. >
  410. </File>
  411. <File
  412. RelativePath=".\src\dhcp6\tnet_dhcp6_duid.c"
  413. >
  414. </File>
  415. <File
  416. RelativePath=".\src\dhcp6\tnet_dhcp6_message.c"
  417. >
  418. </File>
  419. <File
  420. RelativePath=".\src\dhcp6\tnet_dhcp6_option.c"
  421. >
  422. </File>
  423. </Filter>
  424. <Filter
  425. Name="tls"
  426. >
  427. <File
  428. RelativePath=".\src\tls\tnet_dtls.c"
  429. >
  430. </File>
  431. <File
  432. RelativePath=".\src\tls\tnet_tls.c"
  433. >
  434. </File>
  435. </Filter>
  436. </Filter>
  437. <Filter
  438. Name="include(*.h)"
  439. >
  440. <File
  441. RelativePath=".\src\tinynet.h"
  442. >
  443. </File>
  444. <File
  445. RelativePath=".\src\tinynet_config.h"
  446. >
  447. </File>
  448. <File
  449. RelativePath=".\src\tnet.h"
  450. >
  451. </File>
  452. <File
  453. RelativePath=".\src\tnet_auth.h"
  454. >
  455. </File>
  456. <File
  457. RelativePath=".\src\tnet_endianness.h"
  458. >
  459. </File>
  460. <File
  461. RelativePath=".\src\tnet_hardwares.h"
  462. >
  463. </File>
  464. <File
  465. RelativePath=".\src\tnet_nat.h"
  466. >
  467. </File>
  468. <File
  469. RelativePath=".\src\tnet_poll.h"
  470. >
  471. </File>
  472. <File
  473. RelativePath=".\src\tnet_proto.h"
  474. >
  475. </File>
  476. <File
  477. RelativePath=".\src\tnet_proxy_node_socks_plugin.h"
  478. >
  479. </File>
  480. <File
  481. RelativePath=".\src\tnet_proxy_plugin.h"
  482. >
  483. </File>
  484. <File
  485. RelativePath=".\src\tnet_proxydetect.h"
  486. >
  487. </File>
  488. <File
  489. RelativePath=".\src\tnet_socket.h"
  490. >
  491. </File>
  492. <File
  493. RelativePath=".\src\tnet_transport.h"
  494. >
  495. </File>
  496. <File
  497. RelativePath=".\src\tnet_types.h"
  498. >
  499. </File>
  500. <File
  501. RelativePath=".\src\tnet_utils.h"
  502. >
  503. </File>
  504. <Filter
  505. Name="stun"
  506. >
  507. <File
  508. RelativePath=".\src\stun\tnet_stun.h"
  509. >
  510. </File>
  511. <File
  512. RelativePath=".\src\stun\tnet_stun_attr.h"
  513. >
  514. </File>
  515. <File
  516. RelativePath=".\src\stun\tnet_stun_attribute.h"
  517. >
  518. </File>
  519. <File
  520. RelativePath=".\src\stun\tnet_stun_binding.h"
  521. >
  522. </File>
  523. <File
  524. RelativePath=".\src\stun\tnet_stun_message.h"
  525. >
  526. </File>
  527. <File
  528. RelativePath=".\src\stun\tnet_stun_pkt.h"
  529. >
  530. </File>
  531. <File
  532. RelativePath=".\src\stun\tnet_stun_types.h"
  533. >
  534. </File>
  535. <File
  536. RelativePath=".\src\stun\tnet_stun_utils.h"
  537. >
  538. </File>
  539. </Filter>
  540. <Filter
  541. Name="turn"
  542. >
  543. <File
  544. RelativePath=".\src\turn\tnet_turn.h"
  545. >
  546. </File>
  547. <File
  548. RelativePath=".\src\turn\tnet_turn_attr.h"
  549. >
  550. </File>
  551. <File
  552. RelativePath=".\src\turn\tnet_turn_attribute.h"
  553. >
  554. </File>
  555. <File
  556. RelativePath=".\src\turn\tnet_turn_message.h"
  557. >
  558. </File>
  559. <File
  560. RelativePath=".\src\turn\tnet_turn_session.h"
  561. >
  562. </File>
  563. </Filter>
  564. <Filter
  565. Name="ice"
  566. >
  567. <File
  568. RelativePath=".\src\ice\tnet_ice_candidate.h"
  569. >
  570. </File>
  571. <File
  572. RelativePath=".\src\ice\tnet_ice_ctx.h"
  573. >
  574. </File>
  575. <File
  576. RelativePath=".\src\ice\tnet_ice_event.h"
  577. >
  578. </File>
  579. <File
  580. RelativePath=".\src\ice\tnet_ice_pair.h"
  581. >
  582. </File>
  583. <File
  584. RelativePath=".\src\ice\tnet_ice_utils.h"
  585. >
  586. </File>
  587. </Filter>
  588. <Filter
  589. Name="dns"
  590. >
  591. <File
  592. RelativePath=".\src\dns\tnet_dns.h"
  593. >
  594. </File>
  595. <File
  596. RelativePath=".\src\dns\tnet_dns_a.h"
  597. >
  598. </File>
  599. <File
  600. RelativePath=".\src\dns\tnet_dns_aaaa.h"
  601. >
  602. </File>
  603. <File
  604. RelativePath=".\src\dns\tnet_dns_cname.h"
  605. >
  606. </File>
  607. <File
  608. RelativePath=".\src\dns\tnet_dns_message.h"
  609. >
  610. </File>
  611. <File
  612. RelativePath=".\src\dns\tnet_dns_mx.h"
  613. >
  614. </File>
  615. <File
  616. RelativePath=".\src\dns\tnet_dns_naptr.h"
  617. >
  618. </File>
  619. <File
  620. RelativePath=".\src\dns\tnet_dns_ns.h"
  621. >
  622. </File>
  623. <File
  624. RelativePath=".\src\dns\tnet_dns_opt.h"
  625. >
  626. </File>
  627. <File
  628. RelativePath=".\src\dns\tnet_dns_ptr.h"
  629. >
  630. </File>
  631. <File
  632. RelativePath=".\src\dns\tnet_dns_regexp.h"
  633. >
  634. </File>
  635. <File
  636. RelativePath=".\src\dns\tnet_dns_resolvconf.h"
  637. >
  638. </File>
  639. <File
  640. RelativePath=".\src\dns\tnet_dns_rr.h"
  641. >
  642. </File>
  643. <File
  644. RelativePath=".\src\dns\tnet_dns_soa.h"
  645. >
  646. </File>
  647. <File
  648. RelativePath=".\src\dns\tnet_dns_srv.h"
  649. >
  650. </File>
  651. <File
  652. RelativePath=".\src\dns\tnet_dns_txt.h"
  653. >
  654. </File>
  655. </Filter>
  656. <Filter
  657. Name="dhcp"
  658. >
  659. <File
  660. RelativePath=".\src\dhcp\tnet_dhcp.h"
  661. >
  662. </File>
  663. <File
  664. RelativePath=".\src\dhcp\tnet_dhcp_message.h"
  665. >
  666. </File>
  667. <File
  668. RelativePath=".\src\dhcp\tnet_dhcp_option.h"
  669. >
  670. </File>
  671. <File
  672. RelativePath=".\src\dhcp\tnet_dhcp_option_sip.h"
  673. >
  674. </File>
  675. </Filter>
  676. <Filter
  677. Name="dhcp6"
  678. >
  679. <File
  680. RelativePath=".\src\dhcp6\tnet_dhcp6.h"
  681. >
  682. </File>
  683. <File
  684. RelativePath=".\src\dhcp6\tnet_dhcp6_duid.h"
  685. >
  686. </File>
  687. <File
  688. RelativePath=".\src\dhcp6\tnet_dhcp6_message.h"
  689. >
  690. </File>
  691. <File
  692. RelativePath=".\src\dhcp6\tnet_dhcp6_option.h"
  693. >
  694. </File>
  695. </Filter>
  696. <Filter
  697. Name="tls"
  698. >
  699. <File
  700. RelativePath=".\src\tls\tnet_dtls.h"
  701. >
  702. </File>
  703. <File
  704. RelativePath=".\src\tls\tnet_tls.h"
  705. >
  706. </File>
  707. </Filter>
  708. </Filter>
  709. <Filter
  710. Name="ragel(.rl)"
  711. >
  712. <File
  713. RelativePath=".\ragel\tnet_dns_regexp.rl"
  714. >
  715. </File>
  716. <File
  717. RelativePath=".\ragel\tnet_dns_resolvconf.rl"
  718. >
  719. </File>
  720. </Filter>
  721. <Filter
  722. Name="resources(*.rc)"
  723. >
  724. <File
  725. RelativePath=".\version.rc"
  726. >
  727. </File>
  728. </Filter>
  729. </Files>
  730. <Globals>
  731. </Globals>
  732. </VisualStudioProject>