tinySAK.vcproj 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="tinySAK"
  6. ProjectGUID="{6BC9B796-10C6-4CF7-A6E4-E2DACCDA84DA}"
  7. RootNamespace="tinySAK"
  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="&quot;..\thirdparties\win32\include&quot;"
  45. PreprocessorDefinitions="DEBUG_LEVEL=DEBUG_LEVEL_INFO;WIN32;_DEBUG;_WINDOWS;_USRDLL;TINYSAK_EXPORTS;_WIN32_WINNT=0x0501"
  46. MinimalRebuild="true"
  47. BasicRuntimeChecks="3"
  48. RuntimeLibrary="3"
  49. DisableLanguageExtensions="false"
  50. UsePrecompiledHeader="0"
  51. WarningLevel="3"
  52. WarnAsError="true"
  53. DebugInformationFormat="4"
  54. CompileAs="1"
  55. />
  56. <Tool
  57. Name="VCManagedResourceCompilerTool"
  58. />
  59. <Tool
  60. Name="VCResourceCompilerTool"
  61. />
  62. <Tool
  63. Name="VCPreLinkEventTool"
  64. />
  65. <Tool
  66. Name="VCLinkerTool"
  67. AdditionalDependencies="Winmm.lib $(NOINHERIT)"
  68. LinkIncremental="2"
  69. GenerateDebugInformation="true"
  70. SubSystem="2"
  71. TargetMachine="1"
  72. />
  73. <Tool
  74. Name="VCALinkTool"
  75. />
  76. <Tool
  77. Name="VCManifestTool"
  78. />
  79. <Tool
  80. Name="VCXDCMakeTool"
  81. />
  82. <Tool
  83. Name="VCBscMakeTool"
  84. />
  85. <Tool
  86. Name="VCFxCopTool"
  87. />
  88. <Tool
  89. Name="VCAppVerifierTool"
  90. />
  91. <Tool
  92. Name="VCPostBuildEventTool"
  93. />
  94. </Configuration>
  95. <Configuration
  96. Name="Release|Win32"
  97. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  98. IntermediateDirectory="$(ConfigurationName)"
  99. ConfigurationType="2"
  100. CharacterSet="1"
  101. WholeProgramOptimization="1"
  102. >
  103. <Tool
  104. Name="VCPreBuildEventTool"
  105. />
  106. <Tool
  107. Name="VCCustomBuildTool"
  108. />
  109. <Tool
  110. Name="VCXMLDataGeneratorTool"
  111. />
  112. <Tool
  113. Name="VCWebServiceProxyGeneratorTool"
  114. />
  115. <Tool
  116. Name="VCMIDLTool"
  117. />
  118. <Tool
  119. Name="VCCLCompilerTool"
  120. Optimization="3"
  121. EnableIntrinsicFunctions="true"
  122. AdditionalIncludeDirectories="&quot;..\thirdparties\win32\include&quot;"
  123. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;_WIN32_WINNT=0x0501;TINYSAK_EXPORTS"
  124. RuntimeLibrary="2"
  125. EnableFunctionLevelLinking="false"
  126. DisableLanguageExtensions="false"
  127. UsePrecompiledHeader="0"
  128. WarningLevel="3"
  129. WarnAsError="true"
  130. DebugInformationFormat="0"
  131. CompileAs="1"
  132. />
  133. <Tool
  134. Name="VCManagedResourceCompilerTool"
  135. />
  136. <Tool
  137. Name="VCResourceCompilerTool"
  138. />
  139. <Tool
  140. Name="VCPreLinkEventTool"
  141. />
  142. <Tool
  143. Name="VCLinkerTool"
  144. AdditionalDependencies="Winmm.lib $(NOINHERIT)"
  145. LinkIncremental="1"
  146. IgnoreDefaultLibraryNames="MSVCRTD"
  147. GenerateDebugInformation="false"
  148. SubSystem="2"
  149. OptimizeReferences="2"
  150. EnableCOMDATFolding="2"
  151. TargetMachine="0"
  152. />
  153. <Tool
  154. Name="VCALinkTool"
  155. />
  156. <Tool
  157. Name="VCManifestTool"
  158. />
  159. <Tool
  160. Name="VCXDCMakeTool"
  161. />
  162. <Tool
  163. Name="VCBscMakeTool"
  164. />
  165. <Tool
  166. Name="VCFxCopTool"
  167. />
  168. <Tool
  169. Name="VCAppVerifierTool"
  170. />
  171. <Tool
  172. Name="VCPostBuildEventTool"
  173. />
  174. </Configuration>
  175. <Configuration
  176. Name="Static_Debug|Win32"
  177. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  178. IntermediateDirectory="$(ConfigurationName)"
  179. ConfigurationType="2"
  180. CharacterSet="1"
  181. >
  182. <Tool
  183. Name="VCPreBuildEventTool"
  184. />
  185. <Tool
  186. Name="VCCustomBuildTool"
  187. />
  188. <Tool
  189. Name="VCXMLDataGeneratorTool"
  190. />
  191. <Tool
  192. Name="VCWebServiceProxyGeneratorTool"
  193. />
  194. <Tool
  195. Name="VCMIDLTool"
  196. />
  197. <Tool
  198. Name="VCCLCompilerTool"
  199. Optimization="0"
  200. AdditionalIncludeDirectories="&quot;..\thirdparties\win32\include&quot;"
  201. PreprocessorDefinitions="DEBUG_LEVEL=DEBUG_LEVEL_INFO;WIN32;_DEBUG;_WINDOWS;_USRDLL;TINYSAK_EXPORTS;_WIN32_WINNT=0x0501"
  202. MinimalRebuild="true"
  203. BasicRuntimeChecks="3"
  204. RuntimeLibrary="3"
  205. DisableLanguageExtensions="false"
  206. UsePrecompiledHeader="0"
  207. WarningLevel="3"
  208. WarnAsError="true"
  209. DebugInformationFormat="4"
  210. CompileAs="1"
  211. />
  212. <Tool
  213. Name="VCManagedResourceCompilerTool"
  214. />
  215. <Tool
  216. Name="VCResourceCompilerTool"
  217. />
  218. <Tool
  219. Name="VCPreLinkEventTool"
  220. />
  221. <Tool
  222. Name="VCLinkerTool"
  223. AdditionalDependencies="$(NOINHERIT)"
  224. LinkIncremental="2"
  225. GenerateDebugInformation="true"
  226. SubSystem="2"
  227. TargetMachine="1"
  228. />
  229. <Tool
  230. Name="VCALinkTool"
  231. />
  232. <Tool
  233. Name="VCManifestTool"
  234. />
  235. <Tool
  236. Name="VCXDCMakeTool"
  237. />
  238. <Tool
  239. Name="VCBscMakeTool"
  240. />
  241. <Tool
  242. Name="VCFxCopTool"
  243. />
  244. <Tool
  245. Name="VCAppVerifierTool"
  246. />
  247. <Tool
  248. Name="VCPostBuildEventTool"
  249. />
  250. </Configuration>
  251. <Configuration
  252. Name="Static_Release|Win32"
  253. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  254. IntermediateDirectory="$(ConfigurationName)"
  255. ConfigurationType="1"
  256. >
  257. <Tool
  258. Name="VCPreBuildEventTool"
  259. />
  260. <Tool
  261. Name="VCCustomBuildTool"
  262. />
  263. <Tool
  264. Name="VCXMLDataGeneratorTool"
  265. />
  266. <Tool
  267. Name="VCWebServiceProxyGeneratorTool"
  268. />
  269. <Tool
  270. Name="VCMIDLTool"
  271. />
  272. <Tool
  273. Name="VCCLCompilerTool"
  274. />
  275. <Tool
  276. Name="VCManagedResourceCompilerTool"
  277. />
  278. <Tool
  279. Name="VCResourceCompilerTool"
  280. />
  281. <Tool
  282. Name="VCPreLinkEventTool"
  283. />
  284. <Tool
  285. Name="VCLinkerTool"
  286. />
  287. <Tool
  288. Name="VCALinkTool"
  289. />
  290. <Tool
  291. Name="VCManifestTool"
  292. />
  293. <Tool
  294. Name="VCXDCMakeTool"
  295. />
  296. <Tool
  297. Name="VCBscMakeTool"
  298. />
  299. <Tool
  300. Name="VCFxCopTool"
  301. />
  302. <Tool
  303. Name="VCAppVerifierTool"
  304. />
  305. <Tool
  306. Name="VCPostBuildEventTool"
  307. />
  308. </Configuration>
  309. </Configurations>
  310. <References>
  311. </References>
  312. <Files>
  313. <Filter
  314. Name="include(*.h)"
  315. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  316. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  317. >
  318. <File
  319. RelativePath=".\src\tinysak_config.h"
  320. >
  321. </File>
  322. <File
  323. RelativePath=".\src\tsk.h"
  324. >
  325. </File>
  326. <File
  327. RelativePath=".\src\tsk_base64.h"
  328. >
  329. </File>
  330. <File
  331. RelativePath=".\src\tsk_binaryutils.h"
  332. >
  333. </File>
  334. <File
  335. RelativePath=".\src\tsk_buffer.h"
  336. >
  337. </File>
  338. <File
  339. RelativePath=".\src\tsk_common.h"
  340. >
  341. </File>
  342. <File
  343. RelativePath=".\src\tsk_condwait.h"
  344. >
  345. </File>
  346. <File
  347. RelativePath=".\src\tsk_debug.h"
  348. >
  349. </File>
  350. <File
  351. RelativePath=".\src\tsk_errno.h"
  352. >
  353. </File>
  354. <File
  355. RelativePath=".\src\tsk_fsm.h"
  356. >
  357. </File>
  358. <File
  359. RelativePath=".\src\tsk_hmac.h"
  360. >
  361. </File>
  362. <File
  363. RelativePath=".\src\tsk_list.h"
  364. >
  365. </File>
  366. <File
  367. RelativePath=".\src\tsk_md5.h"
  368. >
  369. </File>
  370. <File
  371. RelativePath=".\src\tsk_memory.h"
  372. >
  373. </File>
  374. <File
  375. RelativePath=".\src\tsk_mutex.h"
  376. >
  377. </File>
  378. <File
  379. RelativePath=".\src\tsk_object.h"
  380. >
  381. </File>
  382. <File
  383. RelativePath=".\src\tsk_options.h"
  384. >
  385. </File>
  386. <File
  387. RelativePath=".\src\tsk_params.h"
  388. >
  389. </File>
  390. <File
  391. RelativePath=".\src\tsk_plugin.h"
  392. >
  393. </File>
  394. <File
  395. RelativePath=".\src\tsk_ppfcs16.h"
  396. >
  397. </File>
  398. <File
  399. RelativePath=".\src\tsk_ppfcs32.h"
  400. >
  401. </File>
  402. <File
  403. RelativePath=".\src\tsk_ragel_state.h"
  404. >
  405. </File>
  406. <File
  407. RelativePath=".\src\tsk_runnable.h"
  408. >
  409. </File>
  410. <File
  411. RelativePath=".\src\tsk_safeobj.h"
  412. >
  413. </File>
  414. <File
  415. RelativePath=".\src\tsk_semaphore.h"
  416. >
  417. </File>
  418. <File
  419. RelativePath=".\src\tsk_sha1.h"
  420. >
  421. </File>
  422. <File
  423. RelativePath=".\src\tsk_string.h"
  424. >
  425. </File>
  426. <File
  427. RelativePath=".\src\tsk_thread.h"
  428. >
  429. </File>
  430. <File
  431. RelativePath=".\src\tsk_time.h"
  432. >
  433. </File>
  434. <File
  435. RelativePath=".\src\tsk_timer.h"
  436. >
  437. </File>
  438. <File
  439. RelativePath=".\src\tsk_url.h"
  440. >
  441. </File>
  442. <File
  443. RelativePath=".\src\tsk_uuid.h"
  444. >
  445. </File>
  446. <File
  447. RelativePath=".\src\tsk_xml.h"
  448. >
  449. </File>
  450. </Filter>
  451. <Filter
  452. Name="source(*.c)"
  453. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
  454. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  455. >
  456. <File
  457. RelativePath=".\src\tsk.c"
  458. >
  459. </File>
  460. <File
  461. RelativePath=".\src\tsk_base64.c"
  462. >
  463. </File>
  464. <File
  465. RelativePath=".\src\tsk_binaryutils.c"
  466. >
  467. </File>
  468. <File
  469. RelativePath=".\src\tsk_buffer.c"
  470. >
  471. </File>
  472. <File
  473. RelativePath=".\src\tsk_condwait.c"
  474. >
  475. </File>
  476. <File
  477. RelativePath=".\src\tsk_debug.c"
  478. >
  479. </File>
  480. <File
  481. RelativePath=".\src\tsk_fsm.c"
  482. >
  483. </File>
  484. <File
  485. RelativePath=".\src\tsk_hmac.c"
  486. >
  487. </File>
  488. <File
  489. RelativePath=".\src\tsk_list.c"
  490. >
  491. </File>
  492. <File
  493. RelativePath=".\src\tsk_md5.c"
  494. >
  495. </File>
  496. <File
  497. RelativePath=".\src\tsk_memory.c"
  498. >
  499. </File>
  500. <File
  501. RelativePath=".\src\tsk_mutex.c"
  502. >
  503. </File>
  504. <File
  505. RelativePath=".\src\tsk_object.c"
  506. >
  507. </File>
  508. <File
  509. RelativePath=".\src\tsk_options.c"
  510. >
  511. </File>
  512. <File
  513. RelativePath=".\src\tsk_params.c"
  514. >
  515. </File>
  516. <File
  517. RelativePath=".\src\tsk_plugin.c"
  518. >
  519. </File>
  520. <File
  521. RelativePath=".\src\tsk_ppfcs16.c"
  522. >
  523. </File>
  524. <File
  525. RelativePath=".\src\tsk_ppfcs32.c"
  526. >
  527. </File>
  528. <File
  529. RelativePath=".\src\tsk_ragel_state.c"
  530. >
  531. </File>
  532. <File
  533. RelativePath=".\src\tsk_runnable.c"
  534. >
  535. </File>
  536. <File
  537. RelativePath=".\src\tsk_safeobj.c"
  538. >
  539. </File>
  540. <File
  541. RelativePath=".\src\tsk_semaphore.c"
  542. >
  543. </File>
  544. <File
  545. RelativePath=".\src\tsk_sha1.c"
  546. >
  547. </File>
  548. <File
  549. RelativePath=".\src\tsk_string.c"
  550. >
  551. </File>
  552. <File
  553. RelativePath=".\src\tsk_thread.c"
  554. >
  555. </File>
  556. <File
  557. RelativePath=".\src\tsk_time.c"
  558. >
  559. </File>
  560. <File
  561. RelativePath=".\src\tsk_timer.c"
  562. >
  563. </File>
  564. <File
  565. RelativePath=".\src\tsk_url.c"
  566. >
  567. </File>
  568. <File
  569. RelativePath=".\src\tsk_uuid.c"
  570. >
  571. </File>
  572. <File
  573. RelativePath=".\src\tsk_xml.c"
  574. >
  575. </File>
  576. </Filter>
  577. <Filter
  578. Name="resources(*.rc)"
  579. >
  580. <File
  581. RelativePath=".\version.rc"
  582. >
  583. </File>
  584. </Filter>
  585. </Files>
  586. <Globals>
  587. </Globals>
  588. </VisualStudioProject>