test.vcproj 7.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="test"
  6. ProjectGUID="{0FC0B98C-E5BE-4AB4-A382-CBBEA5F09AFE}"
  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)\src&quot;;..\..\thirdparties\win32\include;..\..\tinySAK\src"
  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)\tinySIGCOMP.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;$(SolutionDir)\src&quot;;&quot;$(DOUBANGO_HOME)\thirdparties\wince\include&quot;;&quot;$(DOUBANGO_HOME)\tinySAK\src&quot;"
  125. PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;DEBUG;$(ARCHFAM);$(_ARCHFAM_);_CONSOLE"
  126. MinimalRebuild="true"
  127. UsePrecompiledHeader="0"
  128. WarningLevel="3"
  129. WarnAsError="true"
  130. DebugInformationFormat="3"
  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="$(OutDir)\tinySAK.lib $(OutDir)\tinySIGCOMP.lib"
  145. LinkIncremental="2"
  146. GenerateDebugInformation="true"
  147. SubSystem="8"
  148. EntryPointSymbol="mainWCRTStartup"
  149. ResourceOnlyDLL="false"
  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)\src&quot;;&quot;$(DOUBANGO_HOME)\thirdparties\win32\include&quot;;&quot;$(DOUBANGO_HOME)\tinySAK\src&quot;"
  207. PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
  208. RuntimeLibrary="2"
  209. EnableFunctionLevelLinking="true"
  210. UsePrecompiledHeader="0"
  211. WarningLevel="3"
  212. DebugInformationFormat="3"
  213. CompileAs="1"
  214. />
  215. <Tool
  216. Name="VCManagedResourceCompilerTool"
  217. />
  218. <Tool
  219. Name="VCResourceCompilerTool"
  220. />
  221. <Tool
  222. Name="VCPreLinkEventTool"
  223. />
  224. <Tool
  225. Name="VCLinkerTool"
  226. AdditionalDependencies="$(OutDir)\tinySAK.lib $(OutDir)\tinySIGCOMP.lib"
  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="&quot;$(SolutionDir)$(ConfigurationName)\wce&quot;"
  259. IntermediateDirectory="&quot;$(SolutionDir)$(ConfigurationName)&quot;"
  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. DebugInformationFormat="3"
  291. CompileAs="1"
  292. />
  293. <Tool
  294. Name="VCManagedResourceCompilerTool"
  295. />
  296. <Tool
  297. Name="VCResourceCompilerTool"
  298. />
  299. <Tool
  300. Name="VCPreLinkEventTool"
  301. />
  302. <Tool
  303. Name="VCLinkerTool"
  304. LinkIncremental="1"
  305. GenerateDebugInformation="true"
  306. SubSystem="8"
  307. OptimizeReferences="2"
  308. EnableCOMDATFolding="2"
  309. TargetMachine="0"
  310. />
  311. <Tool
  312. Name="VCALinkTool"
  313. />
  314. <Tool
  315. Name="VCXDCMakeTool"
  316. />
  317. <Tool
  318. Name="VCBscMakeTool"
  319. />
  320. <Tool
  321. Name="VCFxCopTool"
  322. />
  323. <Tool
  324. Name="VCCodeSignTool"
  325. />
  326. <Tool
  327. Name="VCPostBuildEventTool"
  328. />
  329. <DeploymentTool
  330. ForceDirty="-1"
  331. RemoteDirectory=""
  332. RegisterOutput="0"
  333. AdditionalFiles=""
  334. />
  335. <DebuggerTool
  336. />
  337. </Configuration>
  338. </Configurations>
  339. <References>
  340. </References>
  341. <Files>
  342. <Filter
  343. Name="Source Files"
  344. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  345. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  346. >
  347. <File
  348. RelativePath=".\stdafx.c"
  349. >
  350. </File>
  351. <File
  352. RelativePath=".\test.c"
  353. >
  354. </File>
  355. </Filter>
  356. <Filter
  357. Name="Header Files"
  358. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  359. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  360. >
  361. <File
  362. RelativePath=".\rfc4465_torture_tests.h"
  363. >
  364. </File>
  365. <File
  366. RelativePath=".\stdafx.h"
  367. >
  368. </File>
  369. <File
  370. RelativePath=".\targetver.h"
  371. >
  372. </File>
  373. <File
  374. RelativePath=".\test_manager.h"
  375. >
  376. </File>
  377. <File
  378. RelativePath=".\test_osc.h"
  379. >
  380. </File>
  381. <File
  382. RelativePath=".\test_tortures.h"
  383. >
  384. </File>
  385. </Filter>
  386. </Files>
  387. <Globals>
  388. </Globals>
  389. </VisualStudioProject>