PageRenderTime 31ms CodeModel.GetById 18ms RepoModel.GetById 0ms app.codeStats 0ms

/mordor/tests/tests.vcproj

http://github.com/mozy/mordor
MSBuild | 572 lines | 572 code | 0 blank | 0 comment | 0 complexity | 63fc849acb267877d3473502b6145a23 MD5 | raw file
Possible License(s): BSD-3-Clause
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="tests"
  6. ProjectGUID="{5C6B7FB7-B009-423F-BC44-89E70163AFCB}"
  7. RootNamespace="tests"
  8. TargetFrameworkVersion="196613"
  9. >
  10. <Platforms>
  11. <Platform
  12. Name="Win32"
  13. />
  14. <Platform
  15. Name="x64"
  16. />
  17. </Platforms>
  18. <ToolFiles>
  19. </ToolFiles>
  20. <Configurations>
  21. <Configuration
  22. Name="Debug|Win32"
  23. OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
  24. IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
  25. ConfigurationType="1"
  26. CharacterSet="2"
  27. >
  28. <Tool
  29. Name="VCPreBuildEventTool"
  30. />
  31. <Tool
  32. Name="VCCustomBuildTool"
  33. />
  34. <Tool
  35. Name="VCXMLDataGeneratorTool"
  36. />
  37. <Tool
  38. Name="VCWebServiceProxyGeneratorTool"
  39. />
  40. <Tool
  41. Name="VCMIDLTool"
  42. />
  43. <Tool
  44. Name="VCCLCompilerTool"
  45. AdditionalOptions="/Zm200 /MP"
  46. Optimization="0"
  47. AdditionalIncludeDirectories="../.."
  48. BasicRuntimeChecks="3"
  49. RuntimeLibrary="3"
  50. UsePrecompiledHeader="2"
  51. PrecompiledHeaderThrough="mordor/pch.h"
  52. WarningLevel="3"
  53. WarnAsError="true"
  54. DebugInformationFormat="4"
  55. DisableSpecificWarnings="4345"
  56. ForcedIncludeFiles="mordor/pch.h"
  57. />
  58. <Tool
  59. Name="VCManagedResourceCompilerTool"
  60. />
  61. <Tool
  62. Name="VCResourceCompilerTool"
  63. />
  64. <Tool
  65. Name="VCPreLinkEventTool"
  66. />
  67. <Tool
  68. Name="VCLinkerTool"
  69. AdditionalDependencies="libeay32.lib"
  70. GenerateDebugInformation="true"
  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. CommandLine=""
  94. />
  95. </Configuration>
  96. <Configuration
  97. Name="Debug|x64"
  98. OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
  99. IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
  100. ConfigurationType="1"
  101. CharacterSet="2"
  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. TargetEnvironment="3"
  118. />
  119. <Tool
  120. Name="VCCLCompilerTool"
  121. AdditionalOptions="/Zm200 /MP"
  122. Optimization="0"
  123. AdditionalIncludeDirectories="../.."
  124. BasicRuntimeChecks="3"
  125. RuntimeLibrary="3"
  126. UsePrecompiledHeader="2"
  127. PrecompiledHeaderThrough="mordor/pch.h"
  128. WarningLevel="3"
  129. WarnAsError="true"
  130. DebugInformationFormat="3"
  131. DisableSpecificWarnings="4345"
  132. ForcedIncludeFiles="mordor/pch.h"
  133. />
  134. <Tool
  135. Name="VCManagedResourceCompilerTool"
  136. />
  137. <Tool
  138. Name="VCResourceCompilerTool"
  139. />
  140. <Tool
  141. Name="VCPreLinkEventTool"
  142. />
  143. <Tool
  144. Name="VCLinkerTool"
  145. AdditionalDependencies="libeay32.lib"
  146. GenerateDebugInformation="true"
  147. TargetMachine="17"
  148. />
  149. <Tool
  150. Name="VCALinkTool"
  151. />
  152. <Tool
  153. Name="VCManifestTool"
  154. />
  155. <Tool
  156. Name="VCXDCMakeTool"
  157. />
  158. <Tool
  159. Name="VCBscMakeTool"
  160. />
  161. <Tool
  162. Name="VCFxCopTool"
  163. />
  164. <Tool
  165. Name="VCAppVerifierTool"
  166. />
  167. <Tool
  168. Name="VCPostBuildEventTool"
  169. CommandLine=""
  170. />
  171. </Configuration>
  172. <Configuration
  173. Name="Release|Win32"
  174. OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
  175. IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
  176. ConfigurationType="1"
  177. CharacterSet="2"
  178. WholeProgramOptimization="1"
  179. >
  180. <Tool
  181. Name="VCPreBuildEventTool"
  182. />
  183. <Tool
  184. Name="VCCustomBuildTool"
  185. />
  186. <Tool
  187. Name="VCXMLDataGeneratorTool"
  188. />
  189. <Tool
  190. Name="VCWebServiceProxyGeneratorTool"
  191. />
  192. <Tool
  193. Name="VCMIDLTool"
  194. />
  195. <Tool
  196. Name="VCCLCompilerTool"
  197. AdditionalOptions="/Zm200 /MP"
  198. Optimization="2"
  199. EnableIntrinsicFunctions="true"
  200. AdditionalIncludeDirectories="../.."
  201. RuntimeLibrary="2"
  202. EnableFunctionLevelLinking="true"
  203. UsePrecompiledHeader="2"
  204. PrecompiledHeaderThrough="mordor/pch.h"
  205. WarningLevel="3"
  206. WarnAsError="true"
  207. DebugInformationFormat="3"
  208. DisableSpecificWarnings="4345"
  209. ForcedIncludeFiles="mordor/pch.h"
  210. />
  211. <Tool
  212. Name="VCManagedResourceCompilerTool"
  213. />
  214. <Tool
  215. Name="VCResourceCompilerTool"
  216. />
  217. <Tool
  218. Name="VCPreLinkEventTool"
  219. />
  220. <Tool
  221. Name="VCLinkerTool"
  222. AdditionalDependencies="libeay32.lib"
  223. GenerateDebugInformation="true"
  224. OptimizeReferences="2"
  225. EnableCOMDATFolding="2"
  226. TargetMachine="1"
  227. />
  228. <Tool
  229. Name="VCALinkTool"
  230. />
  231. <Tool
  232. Name="VCManifestTool"
  233. />
  234. <Tool
  235. Name="VCXDCMakeTool"
  236. />
  237. <Tool
  238. Name="VCBscMakeTool"
  239. />
  240. <Tool
  241. Name="VCFxCopTool"
  242. />
  243. <Tool
  244. Name="VCAppVerifierTool"
  245. />
  246. <Tool
  247. Name="VCPostBuildEventTool"
  248. CommandLine=""
  249. />
  250. </Configuration>
  251. <Configuration
  252. Name="Release|x64"
  253. OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
  254. IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
  255. ConfigurationType="1"
  256. CharacterSet="2"
  257. WholeProgramOptimization="1"
  258. >
  259. <Tool
  260. Name="VCPreBuildEventTool"
  261. />
  262. <Tool
  263. Name="VCCustomBuildTool"
  264. />
  265. <Tool
  266. Name="VCXMLDataGeneratorTool"
  267. />
  268. <Tool
  269. Name="VCWebServiceProxyGeneratorTool"
  270. />
  271. <Tool
  272. Name="VCMIDLTool"
  273. TargetEnvironment="3"
  274. />
  275. <Tool
  276. Name="VCCLCompilerTool"
  277. AdditionalOptions="/Zm200 /MP"
  278. Optimization="2"
  279. EnableIntrinsicFunctions="true"
  280. AdditionalIncludeDirectories="../.."
  281. RuntimeLibrary="2"
  282. EnableFunctionLevelLinking="true"
  283. UsePrecompiledHeader="2"
  284. PrecompiledHeaderThrough="mordor/pch.h"
  285. WarningLevel="3"
  286. WarnAsError="true"
  287. DebugInformationFormat="3"
  288. DisableSpecificWarnings="4345"
  289. ForcedIncludeFiles="mordor/pch.h"
  290. />
  291. <Tool
  292. Name="VCManagedResourceCompilerTool"
  293. />
  294. <Tool
  295. Name="VCResourceCompilerTool"
  296. />
  297. <Tool
  298. Name="VCPreLinkEventTool"
  299. />
  300. <Tool
  301. Name="VCLinkerTool"
  302. AdditionalDependencies="libeay32.lib"
  303. GenerateDebugInformation="true"
  304. OptimizeReferences="2"
  305. EnableCOMDATFolding="2"
  306. TargetMachine="17"
  307. />
  308. <Tool
  309. Name="VCALinkTool"
  310. />
  311. <Tool
  312. Name="VCManifestTool"
  313. />
  314. <Tool
  315. Name="VCXDCMakeTool"
  316. />
  317. <Tool
  318. Name="VCBscMakeTool"
  319. />
  320. <Tool
  321. Name="VCFxCopTool"
  322. />
  323. <Tool
  324. Name="VCAppVerifierTool"
  325. />
  326. <Tool
  327. Name="VCPostBuildEventTool"
  328. CommandLine=""
  329. />
  330. </Configuration>
  331. </Configurations>
  332. <References>
  333. </References>
  334. <Files>
  335. <Filter
  336. Name="Source Files"
  337. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  338. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  339. >
  340. <File
  341. RelativePath=".\atomic.cpp"
  342. >
  343. </File>
  344. <File
  345. RelativePath=".\buffer.cpp"
  346. >
  347. </File>
  348. <File
  349. RelativePath=".\buffered_stream.cpp"
  350. >
  351. </File>
  352. <File
  353. RelativePath=".\chunked_stream.cpp"
  354. >
  355. </File>
  356. <File
  357. RelativePath=".\coroutine.cpp"
  358. >
  359. </File>
  360. <File
  361. RelativePath=".\counter_stream.cpp"
  362. >
  363. </File>
  364. <File
  365. RelativePath=".\crypto.cpp"
  366. >
  367. </File>
  368. <File
  369. RelativePath=".\efs_stream.cpp"
  370. >
  371. </File>
  372. <File
  373. RelativePath=".\endian.cpp"
  374. >
  375. </File>
  376. <File
  377. RelativePath=".\fibers.cpp"
  378. >
  379. </File>
  380. <File
  381. RelativePath=".\fibersync.cpp"
  382. >
  383. </File>
  384. <File
  385. RelativePath=".\fls.cpp"
  386. >
  387. </File>
  388. <File
  389. RelativePath=".\future.cpp"
  390. >
  391. </File>
  392. <File
  393. RelativePath=".\hash_stream.cpp"
  394. >
  395. </File>
  396. <File
  397. RelativePath=".\hmac.cpp"
  398. >
  399. </File>
  400. <File
  401. RelativePath=".\http_client.cpp"
  402. >
  403. </File>
  404. <File
  405. RelativePath=".\http_parser.cpp"
  406. >
  407. </File>
  408. <File
  409. RelativePath=".\http_server.cpp"
  410. >
  411. </File>
  412. <File
  413. RelativePath=".\http_servlet_dispatcher.cpp"
  414. >
  415. </File>
  416. <File
  417. RelativePath=".\http_stream.cpp"
  418. >
  419. </File>
  420. <File
  421. RelativePath=".\iomanager.cpp"
  422. >
  423. </File>
  424. <File
  425. RelativePath=".\iomanager_iocp.cpp"
  426. >
  427. </File>
  428. <File
  429. RelativePath=".\json.cpp"
  430. >
  431. </File>
  432. <File
  433. RelativePath=".\log.cpp"
  434. >
  435. </File>
  436. <File
  437. RelativePath=".\memory_stream.cpp"
  438. >
  439. </File>
  440. <File
  441. RelativePath=".\oauth.cpp"
  442. >
  443. </File>
  444. <File
  445. RelativePath=".\pch.cpp"
  446. >
  447. <FileConfiguration
  448. Name="Debug|Win32"
  449. >
  450. <Tool
  451. Name="VCCLCompilerTool"
  452. UsePrecompiledHeader="1"
  453. />
  454. </FileConfiguration>
  455. <FileConfiguration
  456. Name="Debug|x64"
  457. >
  458. <Tool
  459. Name="VCCLCompilerTool"
  460. UsePrecompiledHeader="1"
  461. />
  462. </FileConfiguration>
  463. <FileConfiguration
  464. Name="Release|Win32"
  465. >
  466. <Tool
  467. Name="VCCLCompilerTool"
  468. UsePrecompiledHeader="1"
  469. />
  470. </FileConfiguration>
  471. <FileConfiguration
  472. Name="Release|x64"
  473. >
  474. <Tool
  475. Name="VCCLCompilerTool"
  476. UsePrecompiledHeader="1"
  477. />
  478. </FileConfiguration>
  479. </File>
  480. <File
  481. RelativePath=".\pipe_stream.cpp"
  482. >
  483. </File>
  484. <File
  485. RelativePath=".\ragel.cpp"
  486. >
  487. </File>
  488. <File
  489. RelativePath=".\run_tests.cpp"
  490. >
  491. </File>
  492. <File
  493. RelativePath=".\scheduler.cpp"
  494. >
  495. </File>
  496. <File
  497. RelativePath=".\socket.cpp"
  498. >
  499. </File>
  500. <File
  501. RelativePath=".\ssl_stream.cpp"
  502. >
  503. </File>
  504. <File
  505. RelativePath=".\statistics.cpp"
  506. >
  507. </File>
  508. <File
  509. RelativePath=".\stream.cpp"
  510. >
  511. </File>
  512. <File
  513. RelativePath=".\string.cpp"
  514. >
  515. </File>
  516. <File
  517. RelativePath=".\temp_stream.cpp"
  518. >
  519. </File>
  520. <File
  521. RelativePath=".\thread.cpp"
  522. >
  523. </File>
  524. <File
  525. RelativePath=".\timeout_stream.cpp"
  526. >
  527. </File>
  528. <File
  529. RelativePath=".\timer.cpp"
  530. >
  531. </File>
  532. <File
  533. RelativePath=".\transfer_stream.cpp"
  534. >
  535. </File>
  536. <File
  537. RelativePath=".\unicode.cpp"
  538. >
  539. </File>
  540. <File
  541. RelativePath=".\uri.cpp"
  542. >
  543. </File>
  544. <File
  545. RelativePath=".\util.cpp"
  546. >
  547. </File>
  548. <File
  549. RelativePath=".\xml.cpp"
  550. >
  551. </File>
  552. <File
  553. RelativePath=".\zlib.cpp"
  554. >
  555. </File>
  556. </Filter>
  557. <Filter
  558. Name="Header Files"
  559. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  560. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  561. >
  562. </Filter>
  563. <Filter
  564. Name="Resource Files"
  565. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
  566. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  567. >
  568. </Filter>
  569. </Files>
  570. <Globals>
  571. </Globals>
  572. </VisualStudioProject>