test.vcproj 8.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="test"
  6. ProjectGUID="{2A476CAA-BA45-4379-AFEC-088645840527}"
  7. RootNamespace="test"
  8. Keyword="Win32Proj"
  9. TargetFrameworkVersion="131072"
  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="..\..\thirdparties\win32\include;..\..\tinyHTTP\include;..\..\tinyXCAP\include;..\..\tinyNET\src;..\..\tinySAK\src;..\..\thirdparties\win32\include\smc"
  48. PreprocessorDefinitions="DEBUG_LEVEL=DEBUG_LEVEL_INFO;WIN32;_DEBUG;_CONSOLE"
  49. MinimalRebuild="true"
  50. BasicRuntimeChecks="3"
  51. UsePrecompiledHeader="0"
  52. WarningLevel="3"
  53. WarnAsError="true"
  54. DebugInformationFormat="4"
  55. CompileAs="1"
  56. />
  57. <Tool
  58. Name="VCManagedResourceCompilerTool"
  59. />
  60. <Tool
  61. Name="VCResourceCompilerTool"
  62. />
  63. <Tool
  64. Name="VCPreLinkEventTool"
  65. />
  66. <Tool
  67. Name="VCLinkerTool"
  68. AdditionalDependencies="$(OutDir)\tinyXCAP.lib $(OutDir)\tinyHTTP.lib $(OutDir)\tinySAK.lib $(OutDir)\tinyNET.lib"
  69. LinkIncremental="2"
  70. GenerateDebugInformation="true"
  71. SubSystem="1"
  72. RandomizedBaseAddress="1"
  73. DataExecutionPrevention="0"
  74. TargetMachine="1"
  75. />
  76. <Tool
  77. Name="VCALinkTool"
  78. />
  79. <Tool
  80. Name="VCManifestTool"
  81. />
  82. <Tool
  83. Name="VCXDCMakeTool"
  84. />
  85. <Tool
  86. Name="VCBscMakeTool"
  87. />
  88. <Tool
  89. Name="VCFxCopTool"
  90. />
  91. <Tool
  92. Name="VCAppVerifierTool"
  93. />
  94. <Tool
  95. Name="VCPostBuildEventTool"
  96. />
  97. </Configuration>
  98. <Configuration
  99. Name="Debug|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)"
  100. OutputDirectory="&quot;$(SolutionDir)$(ConfigurationName)\wce&quot;"
  101. IntermediateDirectory="&quot;$(SolutionDir)$(ConfigurationName)&quot;"
  102. ConfigurationType="1"
  103. CharacterSet="1"
  104. >
  105. <Tool
  106. Name="VCPreBuildEventTool"
  107. />
  108. <Tool
  109. Name="VCCustomBuildTool"
  110. />
  111. <Tool
  112. Name="VCXMLDataGeneratorTool"
  113. />
  114. <Tool
  115. Name="VCWebServiceProxyGeneratorTool"
  116. />
  117. <Tool
  118. Name="VCMIDLTool"
  119. TargetEnvironment="1"
  120. />
  121. <Tool
  122. Name="VCCLCompilerTool"
  123. ExecutionBucket="7"
  124. AdditionalIncludeDirectories="&quot;$(DOUBANGO_HOME)\thirdparties\wince\include&quot;;&quot;$(DOUBANGO_HOME)\tinyXCAP\src&quot;;&quot;$(DOUBANGO_HOME)\tinySAK\src&quot;;&quot;$(DOUBANGO_HOME)\thirdparties\wince\include\smc&quot;;&quot;$(DOUBANGO_HOME)\thirdparties\wince\include\wcecompat&quot;"
  125. PreprocessorDefinitions="DEBUG_LEVEL=DEBUG_LEVEL_INFO;_CONSOLE;_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;DEBUG;_WINDOWS;_USRDLL;$(ARCHFAM);$(_ARCHFAM_)"
  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)\tinyXCAP.lib $(OutDir)\tinySAK.lib"
  145. LinkIncremental="2"
  146. GenerateDebugInformation="true"
  147. SubSystem="8"
  148. EntryPointSymbol="mainWCRTStartup"
  149. RandomizedBaseAddress="1"
  150. DataExecutionPrevention="0"
  151. TargetMachine="0"
  152. />
  153. <Tool
  154. Name="VCALinkTool"
  155. />
  156. <Tool
  157. Name="VCXDCMakeTool"
  158. />
  159. <Tool
  160. Name="VCBscMakeTool"
  161. />
  162. <Tool
  163. Name="VCFxCopTool"
  164. />
  165. <Tool
  166. Name="VCCodeSignTool"
  167. />
  168. <Tool
  169. Name="VCPostBuildEventTool"
  170. />
  171. <DeploymentTool
  172. ForceDirty="-1"
  173. RemoteDirectory=""
  174. RegisterOutput="0"
  175. AdditionalFiles=""
  176. />
  177. <DebuggerTool
  178. />
  179. </Configuration>
  180. <Configuration
  181. Name="Release|Win32"
  182. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  183. IntermediateDirectory="$(ConfigurationName)"
  184. ConfigurationType="1"
  185. CharacterSet="1"
  186. WholeProgramOptimization="1"
  187. >
  188. <Tool
  189. Name="VCPreBuildEventTool"
  190. />
  191. <Tool
  192. Name="VCCustomBuildTool"
  193. />
  194. <Tool
  195. Name="VCXMLDataGeneratorTool"
  196. />
  197. <Tool
  198. Name="VCWebServiceProxyGeneratorTool"
  199. />
  200. <Tool
  201. Name="VCMIDLTool"
  202. />
  203. <Tool
  204. Name="VCCLCompilerTool"
  205. Optimization="2"
  206. EnableIntrinsicFunctions="true"
  207. PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
  208. RuntimeLibrary="2"
  209. EnableFunctionLevelLinking="true"
  210. UsePrecompiledHeader="0"
  211. WarningLevel="3"
  212. DebugInformationFormat="3"
  213. />
  214. <Tool
  215. Name="VCManagedResourceCompilerTool"
  216. />
  217. <Tool
  218. Name="VCResourceCompilerTool"
  219. />
  220. <Tool
  221. Name="VCPreLinkEventTool"
  222. />
  223. <Tool
  224. Name="VCLinkerTool"
  225. LinkIncremental="1"
  226. GenerateDebugInformation="true"
  227. SubSystem="1"
  228. OptimizeReferences="2"
  229. EnableCOMDATFolding="2"
  230. RandomizedBaseAddress="1"
  231. DataExecutionPrevention="0"
  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. RandomizedBaseAddress="1"
  310. DataExecutionPrevention="0"
  311. TargetMachine="0"
  312. />
  313. <Tool
  314. Name="VCALinkTool"
  315. />
  316. <Tool
  317. Name="VCXDCMakeTool"
  318. />
  319. <Tool
  320. Name="VCBscMakeTool"
  321. />
  322. <Tool
  323. Name="VCFxCopTool"
  324. />
  325. <Tool
  326. Name="VCCodeSignTool"
  327. />
  328. <Tool
  329. Name="VCPostBuildEventTool"
  330. />
  331. <DeploymentTool
  332. ForceDirty="-1"
  333. RemoteDirectory=""
  334. RegisterOutput="0"
  335. AdditionalFiles=""
  336. />
  337. <DebuggerTool
  338. />
  339. </Configuration>
  340. </Configurations>
  341. <References>
  342. </References>
  343. <Files>
  344. <Filter
  345. Name="Source Files"
  346. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  347. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  348. >
  349. <File
  350. RelativePath=".\stdafx.c"
  351. >
  352. </File>
  353. <File
  354. RelativePath=".\test.c"
  355. >
  356. </File>
  357. </Filter>
  358. <Filter
  359. Name="Header Files"
  360. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  361. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  362. >
  363. <File
  364. RelativePath=".\stdafx.h"
  365. >
  366. </File>
  367. <File
  368. RelativePath=".\targetver.h"
  369. >
  370. </File>
  371. </Filter>
  372. <Filter
  373. Name="tests"
  374. >
  375. <File
  376. RelativePath=".\test_selector.h"
  377. >
  378. </File>
  379. <File
  380. RelativePath=".\test_stack.h"
  381. >
  382. </File>
  383. </Filter>
  384. </Files>
  385. <Globals>
  386. </Globals>
  387. </VisualStudioProject>