Tests.vcproj 8.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="8.00"
  5. Name="Tests"
  6. ProjectGUID="{8DD46676-F5C2-48D2-B08D-2D6D51637A73}"
  7. RootNamespace="Tests"
  8. Keyword="Win32Proj"
  9. >
  10. <Platforms>
  11. <Platform
  12. Name="Win32"
  13. />
  14. </Platforms>
  15. <ToolFiles>
  16. </ToolFiles>
  17. <Configurations>
  18. <Configuration
  19. Name="Debug|Win32"
  20. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  21. IntermediateDirectory="$(ConfigurationName)"
  22. ConfigurationType="1"
  23. CharacterSet="0"
  24. >
  25. <Tool
  26. Name="VCPreBuildEventTool"
  27. />
  28. <Tool
  29. Name="VCCustomBuildTool"
  30. />
  31. <Tool
  32. Name="VCXMLDataGeneratorTool"
  33. />
  34. <Tool
  35. Name="VCWebServiceProxyGeneratorTool"
  36. />
  37. <Tool
  38. Name="VCMIDLTool"
  39. />
  40. <Tool
  41. Name="VCCLCompilerTool"
  42. Optimization="0"
  43. AdditionalIncludeDirectories="./../../Source"
  44. PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
  45. MinimalRebuild="true"
  46. BasicRuntimeChecks="3"
  47. RuntimeLibrary="3"
  48. UsePrecompiledHeader="0"
  49. WarningLevel="3"
  50. Detect64BitPortabilityProblems="true"
  51. DebugInformationFormat="4"
  52. />
  53. <Tool
  54. Name="VCManagedResourceCompilerTool"
  55. />
  56. <Tool
  57. Name="VCResourceCompilerTool"
  58. />
  59. <Tool
  60. Name="VCPreLinkEventTool"
  61. />
  62. <Tool
  63. Name="VCLinkerTool"
  64. AdditionalDependencies="ws2_32.lib"
  65. LinkIncremental="2"
  66. GenerateDebugInformation="true"
  67. SubSystem="1"
  68. TargetMachine="1"
  69. />
  70. <Tool
  71. Name="VCALinkTool"
  72. />
  73. <Tool
  74. Name="VCManifestTool"
  75. />
  76. <Tool
  77. Name="VCXDCMakeTool"
  78. />
  79. <Tool
  80. Name="VCBscMakeTool"
  81. />
  82. <Tool
  83. Name="VCFxCopTool"
  84. />
  85. <Tool
  86. Name="VCAppVerifierTool"
  87. />
  88. <Tool
  89. Name="VCWebDeploymentTool"
  90. />
  91. <Tool
  92. Name="VCPostBuildEventTool"
  93. />
  94. </Configuration>
  95. <Configuration
  96. Name="Release|Win32"
  97. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  98. IntermediateDirectory="$(ConfigurationName)"
  99. ConfigurationType="1"
  100. CharacterSet="0"
  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. AdditionalIncludeDirectories="./../../Source"
  121. PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE"
  122. RuntimeLibrary="2"
  123. UsePrecompiledHeader="0"
  124. WarningLevel="3"
  125. Detect64BitPortabilityProblems="true"
  126. DebugInformationFormat="3"
  127. />
  128. <Tool
  129. Name="VCManagedResourceCompilerTool"
  130. />
  131. <Tool
  132. Name="VCResourceCompilerTool"
  133. />
  134. <Tool
  135. Name="VCPreLinkEventTool"
  136. />
  137. <Tool
  138. Name="VCLinkerTool"
  139. AdditionalOptions="/NODEFAULTLIB:LIBCMT"
  140. AdditionalDependencies="ws2_32.lib"
  141. LinkIncremental="1"
  142. GenerateDebugInformation="true"
  143. SubSystem="1"
  144. OptimizeReferences="2"
  145. EnableCOMDATFolding="2"
  146. TargetMachine="1"
  147. />
  148. <Tool
  149. Name="VCALinkTool"
  150. />
  151. <Tool
  152. Name="VCManifestTool"
  153. />
  154. <Tool
  155. Name="VCXDCMakeTool"
  156. />
  157. <Tool
  158. Name="VCBscMakeTool"
  159. />
  160. <Tool
  161. Name="VCFxCopTool"
  162. />
  163. <Tool
  164. Name="VCAppVerifierTool"
  165. />
  166. <Tool
  167. Name="VCWebDeploymentTool"
  168. />
  169. <Tool
  170. Name="VCPostBuildEventTool"
  171. />
  172. </Configuration>
  173. </Configurations>
  174. <References>
  175. </References>
  176. <Files>
  177. <Filter
  178. Name="Source Files"
  179. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  180. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  181. >
  182. <File
  183. RelativePath=".\CommonFunctions.cpp"
  184. >
  185. </File>
  186. <File
  187. RelativePath=".\ComprehensiveConvertTest.cpp"
  188. >
  189. </File>
  190. <File
  191. RelativePath=".\ConnectWithSocketTest.cpp"
  192. >
  193. </File>
  194. <File
  195. RelativePath=".\CrossConnectionConvertTest.cpp"
  196. >
  197. </File>
  198. <File
  199. RelativePath=".\DebugTools.cpp"
  200. >
  201. </File>
  202. <File
  203. RelativePath=".\DroppedConnectionConvertTest.cpp"
  204. >
  205. </File>
  206. <File
  207. RelativePath=".\EightPeerTest.cpp"
  208. >
  209. </File>
  210. <File
  211. RelativePath=".\LocalIsConnectedTest.cpp"
  212. >
  213. </File>
  214. <File
  215. RelativePath=".\ManyClientsOneServerBlockingTest.cpp"
  216. >
  217. </File>
  218. <File
  219. RelativePath=".\ManyClientsOneServerDeallocateBlockingTest.cpp"
  220. >
  221. </File>
  222. <File
  223. RelativePath=".\ManyClientsOneServerNonBlockingTest.cpp"
  224. >
  225. </File>
  226. <File
  227. RelativePath=".\MaximumConnectTest.cpp"
  228. >
  229. </File>
  230. <File
  231. RelativePath=".\MiscellaneousTestsTest.cpp"
  232. >
  233. </File>
  234. <File
  235. RelativePath=".\OfflineMessagesConvertTest.cpp"
  236. >
  237. </File>
  238. <File
  239. RelativePath=".\PacketAndLowLevelTestsTest.cpp"
  240. >
  241. </File>
  242. <File
  243. RelativePath=".\PacketChangerPlugin.cpp"
  244. >
  245. </File>
  246. <File
  247. RelativePath=".\PacketDropPlugin.cpp"
  248. >
  249. </File>
  250. <File
  251. RelativePath=".\PeerConnectDisconnectTest.cpp"
  252. >
  253. </File>
  254. <File
  255. RelativePath=".\PeerConnectDisconnectWithCancelPendingTest.cpp"
  256. >
  257. </File>
  258. <File
  259. RelativePath=".\PingTestsTest.cpp"
  260. >
  261. </File>
  262. <File
  263. RelativePath=".\RakTimer.cpp"
  264. >
  265. </File>
  266. <File
  267. RelativePath=".\ReliableOrderedConvertedTest.cpp"
  268. >
  269. </File>
  270. <File
  271. RelativePath=".\SecurityFunctionsTest.cpp"
  272. >
  273. </File>
  274. <File
  275. RelativePath=".\SystemAddressAndGuidTest.cpp"
  276. >
  277. </File>
  278. <File
  279. RelativePath=".\TestHelpers.cpp"
  280. >
  281. </File>
  282. <File
  283. RelativePath=".\TestInterface.cpp"
  284. >
  285. </File>
  286. <File
  287. RelativePath=".\Tests.cpp"
  288. >
  289. </File>
  290. </Filter>
  291. <Filter
  292. Name="Header Files"
  293. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  294. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  295. >
  296. <File
  297. RelativePath=".\CommonFunctions.h"
  298. >
  299. </File>
  300. <File
  301. RelativePath=".\ComprehensiveConvertTest.h"
  302. >
  303. </File>
  304. <File
  305. RelativePath=".\ConnectWithSocketTest.h"
  306. >
  307. </File>
  308. <File
  309. RelativePath=".\CrossConnectionConvertTest.h"
  310. >
  311. </File>
  312. <File
  313. RelativePath=".\DebugTools.h"
  314. >
  315. </File>
  316. <File
  317. RelativePath=".\DroppedConnectionConvertTest.h"
  318. >
  319. </File>
  320. <File
  321. RelativePath=".\EightPeerTest.h"
  322. >
  323. </File>
  324. <File
  325. RelativePath=".\IncludeAllTests.h"
  326. >
  327. </File>
  328. <File
  329. RelativePath=".\LocalIsConnectedTest.h"
  330. >
  331. </File>
  332. <File
  333. RelativePath=".\ManyClientsOneServerBlockingTest.h"
  334. >
  335. </File>
  336. <File
  337. RelativePath=".\ManyClientsOneServerDeallocateBlockingTest.h"
  338. >
  339. </File>
  340. <File
  341. RelativePath=".\ManyClientsOneServerNonBlockingTest.h"
  342. >
  343. </File>
  344. <File
  345. RelativePath=".\MaximumConnectTest.h"
  346. >
  347. </File>
  348. <File
  349. RelativePath=".\MiscellaneousTestsTest.h"
  350. >
  351. </File>
  352. <File
  353. RelativePath=".\OfflineMessagesConvertTest.h"
  354. >
  355. </File>
  356. <File
  357. RelativePath=".\PacketAndLowLevelTestsTest.h"
  358. >
  359. </File>
  360. <File
  361. RelativePath=".\PacketChangerPlugin.h"
  362. >
  363. </File>
  364. <File
  365. RelativePath=".\PacketDropPlugin.h"
  366. >
  367. </File>
  368. <File
  369. RelativePath=".\PeerConnectDisconnectTest.h"
  370. >
  371. </File>
  372. <File
  373. RelativePath=".\PeerConnectDisconnectWithCancelPendingTest.h"
  374. >
  375. </File>
  376. <File
  377. RelativePath=".\PingTestsTest.h"
  378. >
  379. </File>
  380. <File
  381. RelativePath=".\RakTimer.h"
  382. >
  383. </File>
  384. <File
  385. RelativePath=".\ReliableOrderedConvertedTest.h"
  386. >
  387. </File>
  388. <File
  389. RelativePath=".\RouterInterfaceTester.h"
  390. >
  391. </File>
  392. <File
  393. RelativePath=".\SecurityFunctionsTest.h"
  394. >
  395. </File>
  396. <File
  397. RelativePath=".\SystemAddressAndGuidTest.h"
  398. >
  399. </File>
  400. <File
  401. RelativePath=".\TestHelpers.h"
  402. >
  403. </File>
  404. <File
  405. RelativePath=".\TestInterface.h"
  406. >
  407. </File>
  408. </Filter>
  409. <Filter
  410. Name="Resource Files"
  411. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
  412. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  413. >
  414. </Filter>
  415. </Files>
  416. <Globals>
  417. </Globals>
  418. </VisualStudioProject>
粤ICP备19079148号