tinyHTTP.vcproj 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9,00"
  5. Name="tinyHTTP"
  6. ProjectGUID="{B3E45009-C7C3-4090-837C-2D30C9058443}"
  7. RootNamespace="tinyHTTP"
  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="..\thirdparties\win32\include;..\tinyHTTP\include;..\tinySAK\src;..\tinyNET\src"
  45. PreprocessorDefinitions="DEBUG_LEVEL=DEBUG_LEVEL_INFO;WIN32;_DEBUG;_WINDOWS;_USRDLL;TINYHTTP_EXPORTS;_WIN32_WINNT 0x0501"
  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="$(OutDir)\tinySAK.lib $(OutDir)\tinyNET.lib"
  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="&quot;..\thirdparties\win32\include&quot;;&quot;..\tinyHTTP\include&quot;;&quot;..\tinySAK\src&quot;;&quot;..\tinyNET\src&quot;"
  122. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;TINYHTTP_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="$(OutDir)\tinySAK.lib $(OutDir)\tinyNET.lib"
  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\thttp.c"
  182. >
  183. </File>
  184. <File
  185. RelativePath=".\src\thttp_action.c"
  186. >
  187. </File>
  188. <File
  189. RelativePath=".\src\thttp_dialog.c"
  190. >
  191. </File>
  192. <File
  193. RelativePath=".\src\thttp_event.c"
  194. >
  195. </File>
  196. <File
  197. RelativePath=".\src\thttp_message.c"
  198. >
  199. </File>
  200. <File
  201. RelativePath=".\src\thttp_proxy_node_plugin.c"
  202. >
  203. </File>
  204. <File
  205. RelativePath=".\src\thttp_session.c"
  206. >
  207. </File>
  208. <File
  209. RelativePath=".\src\thttp_url.c"
  210. >
  211. </File>
  212. <Filter
  213. Name="auth"
  214. >
  215. <File
  216. RelativePath=".\src\auth\thttp_auth.c"
  217. >
  218. </File>
  219. <File
  220. RelativePath=".\src\auth\thttp_challenge.c"
  221. >
  222. </File>
  223. </Filter>
  224. <Filter
  225. Name="headers"
  226. >
  227. <File
  228. RelativePath=".\src\headers\thttp_header.c"
  229. >
  230. </File>
  231. <File
  232. RelativePath=".\src\headers\thttp_header_Authorization.c"
  233. >
  234. </File>
  235. <File
  236. RelativePath=".\src\headers\thttp_header_Content_Length.c"
  237. >
  238. </File>
  239. <File
  240. RelativePath=".\src\headers\thttp_header_Content_Type.c"
  241. >
  242. </File>
  243. <File
  244. RelativePath=".\src\headers\thttp_header_Dummy.c"
  245. >
  246. </File>
  247. <File
  248. RelativePath=".\src\headers\thttp_header_ETag.c"
  249. >
  250. </File>
  251. <File
  252. RelativePath=".\src\headers\thttp_header_Sec_WebSocket_Accept.c"
  253. >
  254. </File>
  255. <File
  256. RelativePath=".\src\headers\thttp_header_Sec_WebSocket_Key.c"
  257. >
  258. </File>
  259. <File
  260. RelativePath=".\src\headers\thttp_header_Sec_WebSocket_Protocol.c"
  261. >
  262. </File>
  263. <File
  264. RelativePath=".\src\headers\thttp_header_Sec_WebSocket_Version.c"
  265. >
  266. </File>
  267. <File
  268. RelativePath=".\src\headers\thttp_header_Transfer_Encoding.c"
  269. >
  270. </File>
  271. <File
  272. RelativePath=".\src\headers\thttp_header_WWW_Authenticate.c"
  273. >
  274. </File>
  275. </Filter>
  276. <Filter
  277. Name="parsers"
  278. >
  279. <File
  280. RelativePath=".\src\parsers\thttp_parser_header.c"
  281. >
  282. </File>
  283. <File
  284. RelativePath=".\src\parsers\thttp_parser_message.c"
  285. >
  286. </File>
  287. <File
  288. RelativePath=".\src\parsers\thttp_parser_url.c"
  289. >
  290. </File>
  291. </Filter>
  292. </Filter>
  293. <Filter
  294. Name="include(*.h)"
  295. >
  296. <File
  297. RelativePath=".\include\thttp.h"
  298. >
  299. </File>
  300. <File
  301. RelativePath=".\include\tinyHTTP\thttp_action.h"
  302. >
  303. </File>
  304. <File
  305. RelativePath=".\include\tinyHTTP\thttp_dialog.h"
  306. >
  307. </File>
  308. <File
  309. RelativePath=".\include\tinyHTTP\thttp_event.h"
  310. >
  311. </File>
  312. <File
  313. RelativePath=".\include\tinyHTTP\thttp_message.h"
  314. >
  315. </File>
  316. <File
  317. RelativePath=".\include\tinyhttp\thttp_proxy_node_plugin.h"
  318. >
  319. </File>
  320. <File
  321. RelativePath=".\include\tinyHTTP\thttp_session.h"
  322. >
  323. </File>
  324. <File
  325. RelativePath=".\include\tinyHTTP\thttp_url.h"
  326. >
  327. </File>
  328. <File
  329. RelativePath=".\include\tinyhttp.h"
  330. >
  331. </File>
  332. <File
  333. RelativePath=".\include\tinyhttp_config.h"
  334. >
  335. </File>
  336. <Filter
  337. Name="auth"
  338. >
  339. <File
  340. RelativePath=".\include\tinyHTTP\auth\thttp_auth.h"
  341. >
  342. </File>
  343. <File
  344. RelativePath=".\include\tinyHTTP\auth\thttp_challenge.h"
  345. >
  346. </File>
  347. </Filter>
  348. <Filter
  349. Name="headers"
  350. >
  351. <File
  352. RelativePath=".\include\tinyHTTP\headers\thttp_header.h"
  353. >
  354. </File>
  355. <File
  356. RelativePath=".\include\tinyHTTP\headers\thttp_header_Authorization.h"
  357. >
  358. </File>
  359. <File
  360. RelativePath=".\include\tinyHTTP\headers\thttp_header_Content_Length.h"
  361. >
  362. </File>
  363. <File
  364. RelativePath=".\include\tinyHTTP\headers\thttp_header_Content_Type.h"
  365. >
  366. </File>
  367. <File
  368. RelativePath=".\include\tinyHTTP\headers\thttp_header_Dummy.h"
  369. >
  370. </File>
  371. <File
  372. RelativePath=".\include\tinyHTTP\headers\thttp_header_ETag.h"
  373. >
  374. </File>
  375. <File
  376. RelativePath=".\include\tinyhttp\headers\thttp_header_Sec_WebSocket_Accept.h"
  377. >
  378. </File>
  379. <File
  380. RelativePath=".\include\tinyhttp\headers\thttp_header_Sec_WebSocket_Key.h"
  381. >
  382. </File>
  383. <File
  384. RelativePath=".\include\tinyhttp\headers\thttp_header_Sec_WebSocket_Protocol.h"
  385. >
  386. </File>
  387. <File
  388. RelativePath=".\include\tinyhttp\headers\thttp_header_Sec_WebSocket_Version.h"
  389. >
  390. </File>
  391. <File
  392. RelativePath=".\include\tinyHTTP\headers\thttp_header_Transfer_Encoding.h"
  393. >
  394. </File>
  395. <File
  396. RelativePath=".\include\tinyHTTP\headers\thttp_header_WWW_Authenticate.h"
  397. >
  398. </File>
  399. </Filter>
  400. <Filter
  401. Name="parsers"
  402. >
  403. <File
  404. RelativePath=".\include\tinyHTTP\parsers\thttp_parser_header.h"
  405. >
  406. </File>
  407. <File
  408. RelativePath=".\include\tinyHTTP\parsers\thttp_parser_message.h"
  409. >
  410. </File>
  411. <File
  412. RelativePath=".\include\tinyHTTP\parsers\thttp_parser_url.h"
  413. >
  414. </File>
  415. </Filter>
  416. </Filter>
  417. <Filter
  418. Name="abnf(*.abnf)"
  419. >
  420. <File
  421. RelativePath=".\abnf\http.abnf"
  422. >
  423. </File>
  424. <File
  425. RelativePath=".\abnf\httpauth.abnf"
  426. >
  427. </File>
  428. <File
  429. RelativePath=".\abnf\uri.abnf"
  430. >
  431. </File>
  432. <File
  433. RelativePath=".\abnf\ws.abnf"
  434. >
  435. </File>
  436. </Filter>
  437. <Filter
  438. Name="ragel(*.rl)"
  439. >
  440. <File
  441. RelativePath=".\ragel\thttp_machine_header.rl"
  442. >
  443. </File>
  444. <File
  445. RelativePath=".\ragel\thttp_machine_message.rl"
  446. >
  447. </File>
  448. <File
  449. RelativePath=".\ragel\thttp_machine_utils.rl"
  450. >
  451. </File>
  452. <File
  453. RelativePath=".\ragel\thttp_machine_ws.rl"
  454. >
  455. </File>
  456. <File
  457. RelativePath=".\ragel\thttp_parser_header.rl"
  458. >
  459. </File>
  460. <File
  461. RelativePath=".\ragel\thttp_parser_header_Authorization.rl"
  462. >
  463. </File>
  464. <File
  465. RelativePath=".\ragel\thttp_parser_header_Content_Length.rl"
  466. >
  467. </File>
  468. <File
  469. RelativePath=".\ragel\thttp_parser_header_Content_Type.rl"
  470. >
  471. </File>
  472. <File
  473. RelativePath=".\ragel\thttp_parser_header_Dummy.rl"
  474. >
  475. </File>
  476. <File
  477. RelativePath=".\ragel\thttp_parser_header_ETag.rl"
  478. >
  479. </File>
  480. <File
  481. RelativePath=".\ragel\thttp_parser_header_Sec_WebSocket_Accept.rl"
  482. >
  483. </File>
  484. <File
  485. RelativePath=".\ragel\thttp_parser_header_Sec_WebSocket_Key.rl"
  486. >
  487. </File>
  488. <File
  489. RelativePath=".\ragel\thttp_parser_header_Sec_WebSocket_Protocol.rl"
  490. >
  491. </File>
  492. <File
  493. RelativePath=".\ragel\thttp_parser_header_Sec_WebSocket_Version.rl"
  494. >
  495. </File>
  496. <File
  497. RelativePath=".\ragel\thttp_parser_header_Transfer_Encoding.rl"
  498. >
  499. </File>
  500. <File
  501. RelativePath=".\ragel\thttp_parser_header_WWW_Authenticate.rl"
  502. >
  503. </File>
  504. <File
  505. RelativePath=".\ragel\thttp_parser_message.rl"
  506. >
  507. </File>
  508. <File
  509. RelativePath=".\ragel\thttp_parser_url.rl"
  510. >
  511. </File>
  512. </Filter>
  513. <Filter
  514. Name="resources(*.rc)"
  515. >
  516. <File
  517. RelativePath=".\version.rc"
  518. >
  519. </File>
  520. </Filter>
  521. </Files>
  522. <Globals>
  523. </Globals>
  524. </VisualStudioProject>