test.vcproj 8.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="test"
  6. ProjectGUID="{353640F9-25C2-4850-BCF8-07A07D8E46AE}"
  7. RootNamespace="test"
  8. Keyword="Win32Proj"
  9. TargetFrameworkVersion="196613"
  10. >
  11. <Platforms>
  12. <Platform
  13. Name="Win32"
  14. />
  15. <Platform
  16. Name="Windows Mobile 5.0 Pocket PC SDK (ARMV4I)"
  17. />
  18. </Platforms>
  19. <ToolFiles>
  20. </ToolFiles>
  21. <Configurations>
  22. <Configuration
  23. Name="Debug|Win32"
  24. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  25. IntermediateDirectory="$(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. Optimization="0"
  47. AdditionalIncludeDirectories="&quot;$(SolutionDir)include&quot;;..\..\thirdparties\win32\include;..\..\tinySAK\src;..\..\tinyNET\src;..\..\tinyHTTP\include;..\..\tinyMEDIA\include;..\..\tinySDP\include"
  48. PreprocessorDefinitions="DEBUG_LEVEL=DEBUG_LEVEL_INFO;WIN32;_DEBUG;_CONSOLE"
  49. MinimalRebuild="true"
  50. BasicRuntimeChecks="3"
  51. RuntimeLibrary="3"
  52. UsePrecompiledHeader="0"
  53. WarningLevel="3"
  54. WarnAsError="true"
  55. DebugInformationFormat="4"
  56. CompileAs="1"
  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="$(OutDir)\tinySAK.lib $(OutDir)\tinySIP.lib $(OutDir)\tinyNET.lib"
  70. LinkIncremental="2"
  71. GenerateDebugInformation="true"
  72. SubSystem="1"
  73. TargetMachine="1"
  74. />
  75. <Tool
  76. Name="VCALinkTool"
  77. />
  78. <Tool
  79. Name="VCManifestTool"
  80. />
  81. <Tool
  82. Name="VCXDCMakeTool"
  83. />
  84. <Tool
  85. Name="VCBscMakeTool"
  86. />
  87. <Tool
  88. Name="VCFxCopTool"
  89. />
  90. <Tool
  91. Name="VCAppVerifierTool"
  92. />
  93. <Tool
  94. Name="VCPostBuildEventTool"
  95. />
  96. </Configuration>
  97. <Configuration
  98. Name="Debug|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)"
  99. OutputDirectory="&quot;$(SolutionDir)$(ConfigurationName)\wce&quot;"
  100. IntermediateDirectory="&quot;$(SolutionDir)$(ConfigurationName)&quot;"
  101. ConfigurationType="1"
  102. CharacterSet="1"
  103. >
  104. <Tool
  105. Name="VCPreBuildEventTool"
  106. />
  107. <Tool
  108. Name="VCCustomBuildTool"
  109. />
  110. <Tool
  111. Name="VCXMLDataGeneratorTool"
  112. />
  113. <Tool
  114. Name="VCWebServiceProxyGeneratorTool"
  115. />
  116. <Tool
  117. Name="VCMIDLTool"
  118. TargetEnvironment="1"
  119. />
  120. <Tool
  121. Name="VCCLCompilerTool"
  122. ExecutionBucket="7"
  123. Optimization="0"
  124. AdditionalIncludeDirectories="&quot;$(DOUBANGO_HOME)\thirdparties\win32\include&quot;;&quot;$(SolutionDir)\include&quot;;&quot;$(DOUBANGO_HOME)\tinySAK\src&quot;;&quot;$(DOUBANGO_HOME)\tinyNET\src&quot;;&quot;$(DOUBANGO_HOME)\tinyHTTP\include&quot;"
  125. PreprocessorDefinitions="DEBUG_LEVEL=DEBUG_LEVEL_INFO;_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;DEBUG;$(ARCHFAM);$(_ARCHFAM_);_CONSOLE"
  126. MinimalRebuild="true"
  127. RuntimeLibrary="0"
  128. UsePrecompiledHeader="0"
  129. WarningLevel="3"
  130. WarnAsError="true"
  131. DebugInformationFormat="3"
  132. CompileAs="1"
  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="$(OutDir)\tinySAK.lib $(OutDir)\tinySIP.lib"
  146. LinkIncremental="2"
  147. GenerateDebugInformation="true"
  148. SubSystem="8"
  149. EntryPointSymbol="mainWCRTStartup"
  150. TargetMachine="0"
  151. />
  152. <Tool
  153. Name="VCALinkTool"
  154. />
  155. <Tool
  156. Name="VCXDCMakeTool"
  157. />
  158. <Tool
  159. Name="VCBscMakeTool"
  160. />
  161. <Tool
  162. Name="VCFxCopTool"
  163. />
  164. <Tool
  165. Name="VCCodeSignTool"
  166. />
  167. <Tool
  168. Name="VCPostBuildEventTool"
  169. />
  170. <DeploymentTool
  171. ForceDirty="-1"
  172. RemoteDirectory=""
  173. RegisterOutput="0"
  174. AdditionalFiles=""
  175. />
  176. <DebuggerTool
  177. />
  178. </Configuration>
  179. <Configuration
  180. Name="Release|Win32"
  181. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  182. IntermediateDirectory="$(ConfigurationName)"
  183. ConfigurationType="1"
  184. CharacterSet="1"
  185. WholeProgramOptimization="1"
  186. >
  187. <Tool
  188. Name="VCPreBuildEventTool"
  189. />
  190. <Tool
  191. Name="VCCustomBuildTool"
  192. />
  193. <Tool
  194. Name="VCXMLDataGeneratorTool"
  195. />
  196. <Tool
  197. Name="VCWebServiceProxyGeneratorTool"
  198. />
  199. <Tool
  200. Name="VCMIDLTool"
  201. />
  202. <Tool
  203. Name="VCCLCompilerTool"
  204. Optimization="2"
  205. EnableIntrinsicFunctions="true"
  206. AdditionalIncludeDirectories="&quot;$(SolutionDir)\include&quot;;..\..\thirdparties\win32\include;..\..\tinySAK\src;..\..\tinyNET\src;..\..\tinyHTTP\include"
  207. PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
  208. RuntimeLibrary="2"
  209. EnableFunctionLevelLinking="true"
  210. UsePrecompiledHeader="0"
  211. WarningLevel="3"
  212. WarnAsError="true"
  213. DebugInformationFormat="3"
  214. CompileAs="1"
  215. />
  216. <Tool
  217. Name="VCManagedResourceCompilerTool"
  218. />
  219. <Tool
  220. Name="VCResourceCompilerTool"
  221. />
  222. <Tool
  223. Name="VCPreLinkEventTool"
  224. />
  225. <Tool
  226. Name="VCLinkerTool"
  227. LinkIncremental="1"
  228. GenerateDebugInformation="true"
  229. SubSystem="1"
  230. OptimizeReferences="2"
  231. EnableCOMDATFolding="2"
  232. TargetMachine="1"
  233. />
  234. <Tool
  235. Name="VCALinkTool"
  236. />
  237. <Tool
  238. Name="VCManifestTool"
  239. />
  240. <Tool
  241. Name="VCXDCMakeTool"
  242. />
  243. <Tool
  244. Name="VCBscMakeTool"
  245. />
  246. <Tool
  247. Name="VCFxCopTool"
  248. />
  249. <Tool
  250. Name="VCAppVerifierTool"
  251. />
  252. <Tool
  253. Name="VCPostBuildEventTool"
  254. />
  255. </Configuration>
  256. <Configuration
  257. Name="Release|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)"
  258. OutputDirectory="$(SolutionDir)Windows Mobile 5.0 Pocket PC SDK (ARMV4I)\$(ConfigurationName)"
  259. IntermediateDirectory="Windows Mobile 5.0 Pocket PC SDK (ARMV4I)\$(ConfigurationName)"
  260. ConfigurationType="1"
  261. CharacterSet="1"
  262. WholeProgramOptimization="1"
  263. >
  264. <Tool
  265. Name="VCPreBuildEventTool"
  266. />
  267. <Tool
  268. Name="VCCustomBuildTool"
  269. />
  270. <Tool
  271. Name="VCXMLDataGeneratorTool"
  272. />
  273. <Tool
  274. Name="VCWebServiceProxyGeneratorTool"
  275. />
  276. <Tool
  277. Name="VCMIDLTool"
  278. TargetEnvironment="1"
  279. />
  280. <Tool
  281. Name="VCCLCompilerTool"
  282. ExecutionBucket="7"
  283. Optimization="2"
  284. EnableIntrinsicFunctions="true"
  285. PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
  286. RuntimeLibrary="2"
  287. EnableFunctionLevelLinking="true"
  288. UsePrecompiledHeader="0"
  289. WarningLevel="3"
  290. WarnAsError="true"
  291. DebugInformationFormat="3"
  292. CompileAs="1"
  293. />
  294. <Tool
  295. Name="VCManagedResourceCompilerTool"
  296. />
  297. <Tool
  298. Name="VCResourceCompilerTool"
  299. />
  300. <Tool
  301. Name="VCPreLinkEventTool"
  302. />
  303. <Tool
  304. Name="VCLinkerTool"
  305. LinkIncremental="1"
  306. GenerateDebugInformation="true"
  307. SubSystem="1"
  308. OptimizeReferences="2"
  309. EnableCOMDATFolding="2"
  310. TargetMachine="0"
  311. />
  312. <Tool
  313. Name="VCALinkTool"
  314. />
  315. <Tool
  316. Name="VCXDCMakeTool"
  317. />
  318. <Tool
  319. Name="VCBscMakeTool"
  320. />
  321. <Tool
  322. Name="VCFxCopTool"
  323. />
  324. <Tool
  325. Name="VCCodeSignTool"
  326. />
  327. <Tool
  328. Name="VCPostBuildEventTool"
  329. />
  330. <DeploymentTool
  331. ForceDirty="-1"
  332. RemoteDirectory=""
  333. RegisterOutput="0"
  334. AdditionalFiles=""
  335. />
  336. <DebuggerTool
  337. />
  338. </Configuration>
  339. </Configurations>
  340. <References>
  341. </References>
  342. <Files>
  343. <Filter
  344. Name="Source Files"
  345. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  346. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  347. >
  348. <File
  349. RelativePath=".\stdafx.c"
  350. >
  351. </File>
  352. <File
  353. RelativePath=".\test.c"
  354. >
  355. </File>
  356. </Filter>
  357. <Filter
  358. Name="Header Files"
  359. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  360. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  361. >
  362. <File
  363. RelativePath=".\stdafx.h"
  364. >
  365. </File>
  366. <File
  367. RelativePath=".\targetver.h"
  368. >
  369. </File>
  370. </Filter>
  371. <Filter
  372. Name="tests"
  373. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
  374. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  375. >
  376. <File
  377. RelativePath=".\test_imsaka.h"
  378. >
  379. </File>
  380. <File
  381. RelativePath=".\test_ip6_torture.h"
  382. >
  383. </File>
  384. <File
  385. RelativePath=".\test_sipmessages.h"
  386. >
  387. </File>
  388. <File
  389. RelativePath=".\test_stack.h"
  390. >
  391. </File>
  392. <File
  393. RelativePath=".\test_transac.h"
  394. >
  395. </File>
  396. <File
  397. RelativePath=".\test_uri.h"
  398. >
  399. </File>
  400. </Filter>
  401. </Files>
  402. <Globals>
  403. </Globals>
  404. </VisualStudioProject>