MobileClient.vcproj
上传用户:hnzycx
上传日期:2022-08-09
资源大小:12567k
文件大小:7k
开发平台:

Visual C++

  1. <?xml version="1.0" encoding="gb2312"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="MobileClient"
  6. ProjectGUID="{BBBF6A55-812C-47DA-BA30-80ECA9A1865C}"
  7. RootNamespace="MobileClient"
  8. Keyword="MFCProj"
  9. TargetFrameworkVersion="196613"
  10. >
  11. <Platforms>
  12. <Platform
  13. Name="Windows Mobile 5.0 Pocket PC SDK (ARMV4I)"
  14. />
  15. </Platforms>
  16. <ToolFiles>
  17. </ToolFiles>
  18. <Configurations>
  19. <Configuration
  20. Name="Debug|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)"
  21. OutputDirectory="$(PlatformName)$(ConfigurationName)"
  22. IntermediateDirectory="$(PlatformName)$(ConfigurationName)"
  23. ConfigurationType="1"
  24. UseOfMFC="1"
  25. CharacterSet="1"
  26. >
  27. <Tool
  28. Name="VCPreBuildEventTool"
  29. />
  30. <Tool
  31. Name="VCCustomBuildTool"
  32. />
  33. <Tool
  34. Name="VCXMLDataGeneratorTool"
  35. />
  36. <Tool
  37. Name="VCWebServiceProxyGeneratorTool"
  38. />
  39. <Tool
  40. Name="VCMIDLTool"
  41. PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES)"
  42. MkTypLibCompatible="false"
  43. />
  44. <Tool
  45. Name="VCCLCompilerTool"
  46. ExecutionBucket="7"
  47. Optimization="0"
  48. PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;DEBUG;$(ARCHFAM);$(_ARCHFAM_);POCKETPC2003_UI_MODEL"
  49. MinimalRebuild="true"
  50. RuntimeLibrary="1"
  51. UsePrecompiledHeader="2"
  52. WarningLevel="3"
  53. DebugInformationFormat="3"
  54. />
  55. <Tool
  56. Name="VCManagedResourceCompilerTool"
  57. />
  58. <Tool
  59. Name="VCResourceCompilerTool"
  60. PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES)"
  61. Culture="2052"
  62. AdditionalIncludeDirectories="$(IntDir)"
  63. />
  64. <Tool
  65. Name="VCPreLinkEventTool"
  66. />
  67. <Tool
  68. Name="VCLinkerTool"
  69. AdditionalOptions=" /subsystem:windowsce,5.01"
  70. LinkIncremental="2"
  71. AddModuleNamesToAssembly="winsock.lib"
  72. GenerateDebugInformation="true"
  73. StackReserveSize="65536"
  74. StackCommitSize="4096"
  75. EntryPointSymbol="WinMainCRTStartup"
  76. RandomizedBaseAddress="1"
  77. DataExecutionPrevention="0"
  78. />
  79. <Tool
  80. Name="VCALinkTool"
  81. />
  82. <Tool
  83. Name="VCXDCMakeTool"
  84. />
  85. <Tool
  86. Name="VCBscMakeTool"
  87. />
  88. <Tool
  89. Name="VCFxCopTool"
  90. />
  91. <Tool
  92. Name="VCCodeSignTool"
  93. />
  94. <Tool
  95. Name="VCPostBuildEventTool"
  96. />
  97. <DeploymentTool
  98. ForceDirty="-1"
  99. RemoteDirectory=""
  100. RegisterOutput="0"
  101. AdditionalFiles=""
  102. />
  103. <DebuggerTool
  104. />
  105. </Configuration>
  106. <Configuration
  107. Name="Release|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)"
  108. OutputDirectory="$(PlatformName)$(ConfigurationName)"
  109. IntermediateDirectory="$(PlatformName)$(ConfigurationName)"
  110. ConfigurationType="1"
  111. UseOfMFC="1"
  112. CharacterSet="1"
  113. >
  114. <Tool
  115. Name="VCPreBuildEventTool"
  116. />
  117. <Tool
  118. Name="VCCustomBuildTool"
  119. />
  120. <Tool
  121. Name="VCXMLDataGeneratorTool"
  122. />
  123. <Tool
  124. Name="VCWebServiceProxyGeneratorTool"
  125. />
  126. <Tool
  127. Name="VCMIDLTool"
  128. PreprocessorDefinitions="NDEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES)"
  129. MkTypLibCompatible="false"
  130. />
  131. <Tool
  132. Name="VCCLCompilerTool"
  133. ExecutionBucket="7"
  134. Optimization="2"
  135. FavorSizeOrSpeed="2"
  136. PreprocessorDefinitions="NDEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;$(ARCHFAM);$(_ARCHFAM_);POCKETPC2003_UI_MODEL"
  137. MinimalRebuild="false"
  138. RuntimeLibrary="0"
  139. UsePrecompiledHeader="2"
  140. WarningLevel="3"
  141. DebugInformationFormat="3"
  142. />
  143. <Tool
  144. Name="VCManagedResourceCompilerTool"
  145. />
  146. <Tool
  147. Name="VCResourceCompilerTool"
  148. PreprocessorDefinitions="NDEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES)"
  149. Culture="2052"
  150. AdditionalIncludeDirectories="$(IntDir)"
  151. />
  152. <Tool
  153. Name="VCPreLinkEventTool"
  154. />
  155. <Tool
  156. Name="VCLinkerTool"
  157. AdditionalOptions=" /subsystem:windowsce,5.01"
  158. LinkIncremental="1"
  159. GenerateDebugInformation="true"
  160. StackReserveSize="65536"
  161. StackCommitSize="4096"
  162. OptimizeReferences="2"
  163. EnableCOMDATFolding="2"
  164. EntryPointSymbol="WinMainCRTStartup"
  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. </Configurations>
  196. <References>
  197. </References>
  198. <Files>
  199. <Filter
  200. Name="Source Files"
  201. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  202. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  203. >
  204. <File
  205. RelativePath=".DataParsing.cpp"
  206. >
  207. </File>
  208. <File
  209. RelativePath=".LogOn.cpp"
  210. >
  211. </File>
  212. <File
  213. RelativePath=".MobileClient.cpp"
  214. >
  215. </File>
  216. <File
  217. RelativePath=".MobileClientDlg.cpp"
  218. >
  219. </File>
  220. <File
  221. RelativePath=".OrderCourse.cpp"
  222. >
  223. </File>
  224. <File
  225. RelativePath=".Special.cpp"
  226. >
  227. </File>
  228. <File
  229. RelativePath=".stdafx.cpp"
  230. >
  231. <FileConfiguration
  232. Name="Debug|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)"
  233. >
  234. <Tool
  235. Name="VCCLCompilerTool"
  236. UsePrecompiledHeader="1"
  237. />
  238. </FileConfiguration>
  239. <FileConfiguration
  240. Name="Release|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)"
  241. >
  242. <Tool
  243. Name="VCCLCompilerTool"
  244. UsePrecompiledHeader="1"
  245. />
  246. </FileConfiguration>
  247. </File>
  248. <File
  249. RelativePath=".TCP.cpp"
  250. >
  251. </File>
  252. </Filter>
  253. <Filter
  254. Name="Header Files"
  255. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  256. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  257. >
  258. <File
  259. RelativePath=".DataParsing.h"
  260. >
  261. </File>
  262. <File
  263. RelativePath=".LogOn.h"
  264. >
  265. </File>
  266. <File
  267. RelativePath=".MobileClient.h"
  268. >
  269. </File>
  270. <File
  271. RelativePath=".MobileClientDlg.h"
  272. >
  273. </File>
  274. <File
  275. RelativePath=".OrderCourse.h"
  276. >
  277. </File>
  278. <File
  279. RelativePath=".Resourceppc.h"
  280. >
  281. </File>
  282. <File
  283. RelativePath=".Special.h"
  284. >
  285. </File>
  286. <File
  287. RelativePath=".stdafx.h"
  288. >
  289. </File>
  290. <File
  291. RelativePath=".TCP.h"
  292. >
  293. </File>
  294. </Filter>
  295. <Filter
  296. Name="Resource Files"
  297. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
  298. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  299. >
  300. <File
  301. RelativePath=".resMobileClient.ico"
  302. >
  303. </File>
  304. <File
  305. RelativePath=".MobileClientppc.rc"
  306. >
  307. </File>
  308. <File
  309. RelativePath=".resMobileClientppc.rc2"
  310. >
  311. </File>
  312. <File
  313. RelativePath=".resSW036_L.bmp"
  314. >
  315. </File>
  316. <File
  317. RelativePath=".resSW156_L.bmp"
  318. >
  319. </File>
  320. </Filter>
  321. <File
  322. RelativePath=".ReadMe.txt"
  323. >
  324. </File>
  325. </Files>
  326. <Globals>
  327. <Global
  328. Name="RESOURCE_FILE"
  329. Value="MobileClientppc.rc"
  330. />
  331. </Globals>
  332. </VisualStudioProject>