libzrtp_test_wince.vcproj 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500
  1. <?xml version="1.0" encoding="windows-1251"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9,00"
  5. Name="libzrtp_test"
  6. ProjectGUID="{5C082222-FD44-4295-8055-915936F086BE}"
  7. RootNamespace="libzrtp_test_GUI"
  8. Keyword="Win32Proj"
  9. TargetFrameworkVersion="131072"
  10. >
  11. <Platforms>
  12. <Platform
  13. Name="Pocket PC 2003 (ARMV4)"
  14. />
  15. <Platform
  16. Name="Smartphone 2003 (ARMV4)"
  17. />
  18. </Platforms>
  19. <ToolFiles>
  20. </ToolFiles>
  21. <Configurations>
  22. <Configuration
  23. Name="Debug|Pocket PC 2003 (ARMV4)"
  24. OutputDirectory="$(PlatformName)\$(ConfigurationName)"
  25. IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
  26. ConfigurationType="1"
  27. CharacterSet="1"
  28. >
  29. <Tool
  30. Name="VCPreBuildEventTool"
  31. />
  32. <Tool
  33. Name="VCCustomBuildTool"
  34. />
  35. <Tool
  36. Name="VCXMLDataGeneratorTool"
  37. />
  38. <Tool
  39. Name="VCWebServiceProxyGeneratorTool"
  40. />
  41. <Tool
  42. Name="VCMIDLTool"
  43. />
  44. <Tool
  45. Name="VCCLCompilerTool"
  46. ExecutionBucket="7"
  47. Optimization="0"
  48. AdditionalIncludeDirectories="..\..\include;..\..\include\enterprise;..\..\third_party\bnlib;..\..\third_party\bgaes;..\..\test\pc"
  49. PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;DEBUG;_WINDOWS;$(ARCHFAM);$(_ARCHFAM_);_UNICODE;UNICODE;POCKETPC2003_UI_MODEL;POCKETPC2003_UI_MODEL;HAVE_CONFIG_H=1;"
  50. MinimalRebuild="true"
  51. RuntimeLibrary="1"
  52. StructMemberAlignment="0"
  53. UsePrecompiledHeader="0"
  54. WarningLevel="3"
  55. DebugInformationFormat="3"
  56. />
  57. <Tool
  58. Name="VCManagedResourceCompilerTool"
  59. />
  60. <Tool
  61. Name="VCResourceCompilerTool"
  62. PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES)"
  63. Culture="1033"
  64. AdditionalIncludeDirectories="$(IntDir)"
  65. />
  66. <Tool
  67. Name="VCPreLinkEventTool"
  68. />
  69. <Tool
  70. Name="VCLinkerTool"
  71. AdditionalOptions=" /subsystem:windowsce,4.20 /machine:ARM /ARMPADCODE&#x0D;&#x0A; ws2.lib"
  72. AdditionalDependencies="&quot;$(OutDir)/wince.lib&quot;"
  73. OutputFile="$(OutDir)/libzrtp_test_GUI.exe"
  74. LinkIncremental="2"
  75. DelayLoadDLLs="$(NOINHERIT)"
  76. GenerateDebugInformation="true"
  77. ProgramDatabaseFile="$(OutDir)/libzrtp_test_GUI.pdb"
  78. SubSystem="0"
  79. RandomizedBaseAddress="1"
  80. DataExecutionPrevention="0"
  81. />
  82. <Tool
  83. Name="VCALinkTool"
  84. />
  85. <Tool
  86. Name="VCXDCMakeTool"
  87. />
  88. <Tool
  89. Name="VCBscMakeTool"
  90. />
  91. <Tool
  92. Name="VCFxCopTool"
  93. />
  94. <Tool
  95. Name="VCCodeSignTool"
  96. />
  97. <Tool
  98. Name="VCPostBuildEventTool"
  99. />
  100. <DeploymentTool
  101. ForceDirty="-1"
  102. RemoteDirectory=""
  103. RegisterOutput="0"
  104. AdditionalFiles=""
  105. />
  106. <DebuggerTool
  107. />
  108. </Configuration>
  109. <Configuration
  110. Name="Debug|Smartphone 2003 (ARMV4)"
  111. OutputDirectory="$(PlatformName)\$(ConfigurationName)"
  112. IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
  113. ConfigurationType="1"
  114. CharacterSet="1"
  115. >
  116. <Tool
  117. Name="VCPreBuildEventTool"
  118. />
  119. <Tool
  120. Name="VCCustomBuildTool"
  121. />
  122. <Tool
  123. Name="VCXMLDataGeneratorTool"
  124. />
  125. <Tool
  126. Name="VCWebServiceProxyGeneratorTool"
  127. />
  128. <Tool
  129. Name="VCMIDLTool"
  130. />
  131. <Tool
  132. Name="VCCLCompilerTool"
  133. ExecutionBucket="7"
  134. Optimization="0"
  135. AdditionalIncludeDirectories="..\..\include;..\..\include\enterprise;..\..\third_party\bnlib;..\..\third_party\bgaes;..\..\test\pc"
  136. PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;DEBUG;_WINDOWS;$(ARCHFAM);$(_ARCHFAM_);_UNICODE;UNICODE;SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL;BUILD_ZRTP_MUTEXES;ZRTP_ENABLE_TEST;HAVE_CONFIG_H=1;"
  137. MinimalRebuild="true"
  138. RuntimeLibrary="1"
  139. UsePrecompiledHeader="0"
  140. WarningLevel="3"
  141. DebugInformationFormat="3"
  142. />
  143. <Tool
  144. Name="VCManagedResourceCompilerTool"
  145. />
  146. <Tool
  147. Name="VCResourceCompilerTool"
  148. PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES)"
  149. Culture="1033"
  150. AdditionalIncludeDirectories="$(IntDir)"
  151. />
  152. <Tool
  153. Name="VCPreLinkEventTool"
  154. />
  155. <Tool
  156. Name="VCLinkerTool"
  157. AdditionalOptions=" /subsystem:windowsce,4.20 /machine:ARM /ARMPADCODE&#x0D;&#x0A;ws2.lib"
  158. AdditionalDependencies="&quot;$(OutDir)/wince.lib&quot;"
  159. OutputFile="$(OutDir)/libzrtp_test_GUI.exe"
  160. LinkIncremental="2"
  161. DelayLoadDLLs="$(NOINHERIT)"
  162. GenerateDebugInformation="true"
  163. ProgramDatabaseFile="$(OutDir)/libzrtp_test_GUI.pdb"
  164. SubSystem="0"
  165. RandomizedBaseAddress="1"
  166. DataExecutionPrevention="0"
  167. />
  168. <Tool
  169. Name="VCALinkTool"
  170. />
  171. <Tool
  172. Name="VCXDCMakeTool"
  173. />
  174. <Tool
  175. Name="VCBscMakeTool"
  176. />
  177. <Tool
  178. Name="VCFxCopTool"
  179. />
  180. <Tool
  181. Name="VCCodeSignTool"
  182. />
  183. <Tool
  184. Name="VCPostBuildEventTool"
  185. />
  186. <DeploymentTool
  187. ForceDirty="-1"
  188. RemoteDirectory=""
  189. RegisterOutput="0"
  190. AdditionalFiles=""
  191. />
  192. <DebuggerTool
  193. />
  194. </Configuration>
  195. <Configuration
  196. Name="Release|Pocket PC 2003 (ARMV4)"
  197. OutputDirectory="$(PlatformName)\$(ConfigurationName)"
  198. IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
  199. ConfigurationType="1"
  200. CharacterSet="1"
  201. >
  202. <Tool
  203. Name="VCPreBuildEventTool"
  204. />
  205. <Tool
  206. Name="VCCustomBuildTool"
  207. />
  208. <Tool
  209. Name="VCXMLDataGeneratorTool"
  210. />
  211. <Tool
  212. Name="VCWebServiceProxyGeneratorTool"
  213. />
  214. <Tool
  215. Name="VCMIDLTool"
  216. />
  217. <Tool
  218. Name="VCCLCompilerTool"
  219. ExecutionBucket="7"
  220. Optimization="2"
  221. AdditionalIncludeDirectories="..\..\include;..\..\include\enterprise;..\..\third_party\bnlib;..\..\third_party\bgaes;..\..\test\pc"
  222. PreprocessorDefinitions="NDEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;_WINDOWS;$(ARCHFAM);$(_ARCHFAM_);_UNICODE;UNICODE;POCKETPC2003_UI_MODEL;POCKETPC2003_UI_MODEL;BUILD_ZRTP_MUTEXES;ZRTP_ENABLE_TEST;HAVE_CONFIG_H=1"
  223. RuntimeLibrary="0"
  224. BufferSecurityCheck="false"
  225. UsePrecompiledHeader="0"
  226. WarningLevel="3"
  227. DebugInformationFormat="3"
  228. />
  229. <Tool
  230. Name="VCManagedResourceCompilerTool"
  231. />
  232. <Tool
  233. Name="VCResourceCompilerTool"
  234. PreprocessorDefinitions="NDEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES)"
  235. Culture="1033"
  236. AdditionalIncludeDirectories="$(IntDir)"
  237. />
  238. <Tool
  239. Name="VCPreLinkEventTool"
  240. />
  241. <Tool
  242. Name="VCLinkerTool"
  243. AdditionalOptions=" /subsystem:windowsce,4.20 /machine:ARM /ARMPADCODE&#x0D;&#x0A; ws2.lib"
  244. AdditionalDependencies="&quot;$(OutDir)/wince.lib&quot;"
  245. OutputFile="$(OutDir)/libzrtp_test_GUI.exe"
  246. LinkIncremental="1"
  247. DelayLoadDLLs="$(NOINHERIT)"
  248. GenerateDebugInformation="true"
  249. ProgramDatabaseFile="$(OutDir)/libzrtp_test_GUI.pdb"
  250. SubSystem="0"
  251. OptimizeReferences="2"
  252. EnableCOMDATFolding="2"
  253. RandomizedBaseAddress="1"
  254. DataExecutionPrevention="0"
  255. />
  256. <Tool
  257. Name="VCALinkTool"
  258. />
  259. <Tool
  260. Name="VCXDCMakeTool"
  261. />
  262. <Tool
  263. Name="VCBscMakeTool"
  264. />
  265. <Tool
  266. Name="VCFxCopTool"
  267. />
  268. <Tool
  269. Name="VCCodeSignTool"
  270. />
  271. <Tool
  272. Name="VCPostBuildEventTool"
  273. />
  274. <DeploymentTool
  275. ForceDirty="-1"
  276. RemoteDirectory=""
  277. RegisterOutput="0"
  278. AdditionalFiles=""
  279. />
  280. <DebuggerTool
  281. />
  282. </Configuration>
  283. <Configuration
  284. Name="Release|Smartphone 2003 (ARMV4)"
  285. OutputDirectory="$(PlatformName)\$(ConfigurationName)"
  286. IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
  287. ConfigurationType="1"
  288. CharacterSet="1"
  289. >
  290. <Tool
  291. Name="VCPreBuildEventTool"
  292. />
  293. <Tool
  294. Name="VCCustomBuildTool"
  295. />
  296. <Tool
  297. Name="VCXMLDataGeneratorTool"
  298. />
  299. <Tool
  300. Name="VCWebServiceProxyGeneratorTool"
  301. />
  302. <Tool
  303. Name="VCMIDLTool"
  304. />
  305. <Tool
  306. Name="VCCLCompilerTool"
  307. ExecutionBucket="7"
  308. Optimization="2"
  309. AdditionalIncludeDirectories="..\..\include;..\..\include\enterprise;..\..\third_party\bnlib;..\..\third_party\bgaes;..\..\test\pc"
  310. PreprocessorDefinitions="NDEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;_WINDOWS;$(ARCHFAM);$(_ARCHFAM_);_UNICODE;UNICODE;SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL;BUILD_ZRTP_MUTEXES;ZRTP_ENABLE_TEST;HAVE_CONFIG_H=1"
  311. RuntimeLibrary="0"
  312. BufferSecurityCheck="false"
  313. UsePrecompiledHeader="0"
  314. WarningLevel="3"
  315. DebugInformationFormat="3"
  316. />
  317. <Tool
  318. Name="VCManagedResourceCompilerTool"
  319. />
  320. <Tool
  321. Name="VCResourceCompilerTool"
  322. PreprocessorDefinitions="NDEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES)"
  323. Culture="1033"
  324. AdditionalIncludeDirectories="$(IntDir)"
  325. />
  326. <Tool
  327. Name="VCPreLinkEventTool"
  328. />
  329. <Tool
  330. Name="VCLinkerTool"
  331. AdditionalOptions=" /subsystem:windowsce,4.20 /machine:ARM /ARMPADCODE&#x0D;&#x0A;ws2.lib "
  332. AdditionalDependencies="&quot;$(OutDir)/wince.lib&quot;"
  333. OutputFile="$(OutDir)/libzrtp_test_GUI.exe"
  334. LinkIncremental="1"
  335. DelayLoadDLLs="$(NOINHERIT)"
  336. GenerateDebugInformation="true"
  337. ProgramDatabaseFile="$(OutDir)/libzrtp_test_GUI.pdb"
  338. SubSystem="0"
  339. OptimizeReferences="2"
  340. EnableCOMDATFolding="2"
  341. RandomizedBaseAddress="1"
  342. DataExecutionPrevention="0"
  343. />
  344. <Tool
  345. Name="VCALinkTool"
  346. />
  347. <Tool
  348. Name="VCXDCMakeTool"
  349. />
  350. <Tool
  351. Name="VCBscMakeTool"
  352. />
  353. <Tool
  354. Name="VCFxCopTool"
  355. />
  356. <Tool
  357. Name="VCCodeSignTool"
  358. />
  359. <Tool
  360. Name="VCPostBuildEventTool"
  361. />
  362. <DeploymentTool
  363. ForceDirty="-1"
  364. RemoteDirectory=""
  365. RegisterOutput="0"
  366. AdditionalFiles=""
  367. />
  368. <DebuggerTool
  369. />
  370. </Configuration>
  371. </Configurations>
  372. <References>
  373. </References>
  374. <Files>
  375. <Filter
  376. Name="Source Files"
  377. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  378. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  379. >
  380. <File
  381. RelativePath="..\..\test\win_ce\libzrtp_test_GUI.cpp"
  382. >
  383. </File>
  384. <File
  385. RelativePath="..\..\test\win_ce\stdafx.cpp"
  386. >
  387. </File>
  388. </Filter>
  389. <Filter
  390. Name="Header Files"
  391. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  392. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  393. >
  394. <File
  395. RelativePath=".\..\..\test\win_ce\libzrtp_test_GUI.h"
  396. >
  397. </File>
  398. <File
  399. RelativePath=".\..\..\test\win_ce\resourceppc.h"
  400. >
  401. </File>
  402. <File
  403. RelativePath=".\..\..\test\win_ce\resourcesp.h"
  404. >
  405. </File>
  406. <File
  407. RelativePath=".\..\..\test\win_ce\stdafx.h"
  408. >
  409. </File>
  410. </Filter>
  411. <Filter
  412. Name="Resource Files"
  413. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
  414. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  415. >
  416. <File
  417. RelativePath=".\..\..\test\win_ce\libzrtp_test_GUI.ico"
  418. >
  419. </File>
  420. <File
  421. RelativePath=".\..\..\test\win_ce\libzrtp_test_GUIppc.rc"
  422. >
  423. <FileConfiguration
  424. Name="Debug|Smartphone 2003 (ARMV4)"
  425. ExcludedFromBuild="true"
  426. >
  427. <Tool
  428. Name="VCResourceCompilerTool"
  429. />
  430. </FileConfiguration>
  431. <FileConfiguration
  432. Name="Release|Smartphone 2003 (ARMV4)"
  433. ExcludedFromBuild="true"
  434. >
  435. <Tool
  436. Name="VCResourceCompilerTool"
  437. />
  438. </FileConfiguration>
  439. </File>
  440. <File
  441. RelativePath=".\..\..\test\win_ce\libzrtp_test_GUIppc.rc2"
  442. >
  443. </File>
  444. <File
  445. RelativePath=".\..\..\test\win_ce\libzrtp_test_GUIsp.rc"
  446. >
  447. <FileConfiguration
  448. Name="Debug|Pocket PC 2003 (ARMV4)"
  449. ExcludedFromBuild="true"
  450. >
  451. <Tool
  452. Name="VCResourceCompilerTool"
  453. />
  454. </FileConfiguration>
  455. <FileConfiguration
  456. Name="Release|Pocket PC 2003 (ARMV4)"
  457. ExcludedFromBuild="true"
  458. >
  459. <Tool
  460. Name="VCResourceCompilerTool"
  461. />
  462. </FileConfiguration>
  463. </File>
  464. <File
  465. RelativePath=".\..\..\test\win_ce\libzrtp_test_GUIsp.rc2"
  466. >
  467. </File>
  468. </Filter>
  469. <Filter
  470. Name="PC Sources"
  471. >
  472. <File
  473. RelativePath="..\..\test\pc\zrtp_test_core.c"
  474. >
  475. </File>
  476. <File
  477. RelativePath="..\..\test\pc\zrtp_test_core.h"
  478. >
  479. </File>
  480. <File
  481. RelativePath="..\..\test\pc\zrtp_test_crypto.c"
  482. >
  483. </File>
  484. <File
  485. RelativePath="..\..\test\pc\zrtp_test_queue.c"
  486. >
  487. </File>
  488. <File
  489. RelativePath="..\..\test\pc\zrtp_test_queue.h"
  490. >
  491. </File>
  492. <File
  493. RelativePath="..\..\test\pc\zrtp_test_ui.c"
  494. >
  495. </File>
  496. </Filter>
  497. </Files>
  498. <Globals>
  499. </Globals>
  500. </VisualStudioProject>