RunTest_8.0.vcproj 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403
  1. <?xml version="1.0" encoding="gb2312"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="8.00"
  5. Name="RunTest"
  6. ProjectGUID="{9DB46617-BCBC-46E4-9628-FDB4C8088B4C}"
  7. Keyword="MFCProj"
  8. >
  9. <Platforms>
  10. <Platform
  11. Name="Win32"
  12. />
  13. </Platforms>
  14. <ToolFiles>
  15. </ToolFiles>
  16. <Configurations>
  17. <Configuration
  18. Name="Debug|Win32"
  19. OutputDirectory="..\temp\RunTest\Debug"
  20. IntermediateDirectory="..\temp\RunTest\Debug"
  21. ConfigurationType="1"
  22. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
  23. UseOfMFC="2"
  24. CharacterSet="2"
  25. >
  26. <Tool
  27. Name="VCPreBuildEventTool"
  28. />
  29. <Tool
  30. Name="VCCustomBuildTool"
  31. />
  32. <Tool
  33. Name="VCXMLDataGeneratorTool"
  34. />
  35. <Tool
  36. Name="VCWebServiceProxyGeneratorTool"
  37. />
  38. <Tool
  39. Name="VCMIDLTool"
  40. PreprocessorDefinitions="_DEBUG"
  41. MkTypLibCompatible="false"
  42. />
  43. <Tool
  44. Name="VCCLCompilerTool"
  45. Optimization="0"
  46. AdditionalIncludeDirectories="..\RunTimeDepot;..\AutoRobot;..\UI"
  47. PreprocessorDefinitions="WIN32;_WINDOWS;_DEBUG;LOG4C_ENABLE"
  48. MinimalRebuild="true"
  49. BasicRuntimeChecks="3"
  50. RuntimeLibrary="3"
  51. TreatWChar_tAsBuiltInType="true"
  52. UsePrecompiledHeader="2"
  53. WarningLevel="3"
  54. Detect64BitPortabilityProblems="true"
  55. DebugInformationFormat="4"
  56. />
  57. <Tool
  58. Name="VCManagedResourceCompilerTool"
  59. />
  60. <Tool
  61. Name="VCResourceCompilerTool"
  62. PreprocessorDefinitions="_DEBUG"
  63. Culture="2052"
  64. AdditionalIncludeDirectories="$(IntDir)"
  65. />
  66. <Tool
  67. Name="VCPreLinkEventTool"
  68. />
  69. <Tool
  70. Name="VCLinkerTool"
  71. AdditionalDependencies="..\RunTimeDepot.lib ..\AutoRobot.lib"
  72. OutputFile="../bin/tRun.exe"
  73. LinkIncremental="2"
  74. GenerateDebugInformation="true"
  75. SubSystem="2"
  76. TargetMachine="1"
  77. />
  78. <Tool
  79. Name="VCALinkTool"
  80. />
  81. <Tool
  82. Name="VCManifestTool"
  83. />
  84. <Tool
  85. Name="VCXDCMakeTool"
  86. />
  87. <Tool
  88. Name="VCBscMakeTool"
  89. />
  90. <Tool
  91. Name="VCFxCopTool"
  92. />
  93. <Tool
  94. Name="VCAppVerifierTool"
  95. />
  96. <Tool
  97. Name="VCWebDeploymentTool"
  98. />
  99. <Tool
  100. Name="VCPostBuildEventTool"
  101. />
  102. </Configuration>
  103. <Configuration
  104. Name="Release|Win32"
  105. OutputDirectory="..\temp\RunTest\Release"
  106. IntermediateDirectory="..\temp\RunTest\Release"
  107. ConfigurationType="1"
  108. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
  109. UseOfMFC="2"
  110. UseOfATL="0"
  111. CharacterSet="2"
  112. >
  113. <Tool
  114. Name="VCPreBuildEventTool"
  115. />
  116. <Tool
  117. Name="VCCustomBuildTool"
  118. />
  119. <Tool
  120. Name="VCXMLDataGeneratorTool"
  121. />
  122. <Tool
  123. Name="VCWebServiceProxyGeneratorTool"
  124. />
  125. <Tool
  126. Name="VCMIDLTool"
  127. PreprocessorDefinitions="NDEBUG"
  128. MkTypLibCompatible="false"
  129. />
  130. <Tool
  131. Name="VCCLCompilerTool"
  132. AdditionalIncludeDirectories="..\RunTimeDepot;..\AutoRobot;..\UI"
  133. PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG;LOG4C_ENABLE"
  134. MinimalRebuild="false"
  135. RuntimeLibrary="2"
  136. TreatWChar_tAsBuiltInType="true"
  137. UsePrecompiledHeader="2"
  138. WarningLevel="3"
  139. Detect64BitPortabilityProblems="true"
  140. DebugInformationFormat="3"
  141. />
  142. <Tool
  143. Name="VCManagedResourceCompilerTool"
  144. />
  145. <Tool
  146. Name="VCResourceCompilerTool"
  147. PreprocessorDefinitions="NDEBUG"
  148. Culture="2052"
  149. AdditionalIncludeDirectories="$(IntDir)"
  150. />
  151. <Tool
  152. Name="VCPreLinkEventTool"
  153. />
  154. <Tool
  155. Name="VCLinkerTool"
  156. AdditionalDependencies="..\RunTimeDepot.lib ..\AutoRobot.lib"
  157. OutputFile="../bin/串口设备测试工具.exe"
  158. LinkIncremental="1"
  159. GenerateDebugInformation="true"
  160. SubSystem="2"
  161. OptimizeReferences="2"
  162. EnableCOMDATFolding="2"
  163. TargetMachine="1"
  164. />
  165. <Tool
  166. Name="VCALinkTool"
  167. />
  168. <Tool
  169. Name="VCManifestTool"
  170. />
  171. <Tool
  172. Name="VCXDCMakeTool"
  173. />
  174. <Tool
  175. Name="VCBscMakeTool"
  176. />
  177. <Tool
  178. Name="VCFxCopTool"
  179. />
  180. <Tool
  181. Name="VCAppVerifierTool"
  182. />
  183. <Tool
  184. Name="VCWebDeploymentTool"
  185. />
  186. <Tool
  187. Name="VCPostBuildEventTool"
  188. />
  189. </Configuration>
  190. </Configurations>
  191. <References>
  192. </References>
  193. <Files>
  194. <Filter
  195. Name="源文件"
  196. Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
  197. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  198. >
  199. <File
  200. RelativePath=".\InsertDeviceDlg.cpp"
  201. >
  202. </File>
  203. <File
  204. RelativePath=".\RunTest.cpp"
  205. >
  206. </File>
  207. <File
  208. RelativePath=".\RunTestDlg.cpp"
  209. >
  210. </File>
  211. <File
  212. RelativePath=".\SerialDevice.cpp"
  213. >
  214. </File>
  215. <File
  216. RelativePath=".\stdafx.cpp"
  217. >
  218. <FileConfiguration
  219. Name="Debug|Win32"
  220. >
  221. <Tool
  222. Name="VCCLCompilerTool"
  223. UsePrecompiledHeader="1"
  224. />
  225. </FileConfiguration>
  226. <FileConfiguration
  227. Name="Release|Win32"
  228. >
  229. <Tool
  230. Name="VCCLCompilerTool"
  231. UsePrecompiledHeader="1"
  232. />
  233. </FileConfiguration>
  234. </File>
  235. </Filter>
  236. <Filter
  237. Name="头文件"
  238. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  239. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  240. >
  241. <File
  242. RelativePath=".\InsertDeviceDlg.h"
  243. >
  244. </File>
  245. <File
  246. RelativePath=".\Resource.h"
  247. >
  248. </File>
  249. <File
  250. RelativePath=".\RunTest.h"
  251. >
  252. </File>
  253. <File
  254. RelativePath=".\RunTestDlg.h"
  255. >
  256. </File>
  257. <File
  258. RelativePath=".\SerialDevice.h"
  259. >
  260. </File>
  261. <File
  262. RelativePath=".\stdafx.h"
  263. >
  264. </File>
  265. </Filter>
  266. <Filter
  267. Name="资源文件"
  268. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
  269. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  270. >
  271. <File
  272. RelativePath=".\res\folderbmp.bmp"
  273. >
  274. </File>
  275. <File
  276. RelativePath=".\res\icon1.ico"
  277. >
  278. </File>
  279. <File
  280. RelativePath=".\res\RunTest.ico"
  281. >
  282. </File>
  283. <File
  284. RelativePath=".\RunTest.rc"
  285. >
  286. </File>
  287. <File
  288. RelativePath=".\res\RunTest.rc2"
  289. >
  290. </File>
  291. </Filter>
  292. <Filter
  293. Name="Next_Device"
  294. >
  295. </Filter>
  296. <Filter
  297. Name="UI"
  298. >
  299. <File
  300. RelativePath="..\Ui\BackgroundUtil.cpp"
  301. >
  302. </File>
  303. <File
  304. RelativePath="..\Ui\BackgroundUtil.h"
  305. >
  306. </File>
  307. <File
  308. RelativePath="..\Ui\BCMenu.cpp"
  309. >
  310. </File>
  311. <File
  312. RelativePath="..\Ui\BCMenu.h"
  313. >
  314. </File>
  315. <File
  316. RelativePath="..\Ui\BkDialog.cpp"
  317. >
  318. </File>
  319. <File
  320. RelativePath="..\Ui\BkDialog.h"
  321. >
  322. </File>
  323. <File
  324. RelativePath="..\Ui\BkDialogST.cpp"
  325. >
  326. </File>
  327. <File
  328. RelativePath="..\Ui\BkDialogST.h"
  329. >
  330. </File>
  331. <File
  332. RelativePath="..\Ui\BtnST.cpp"
  333. >
  334. </File>
  335. <File
  336. RelativePath="..\Ui\BtnST.h"
  337. >
  338. </File>
  339. <File
  340. RelativePath="..\Ui\CeXDib.cpp"
  341. >
  342. </File>
  343. <File
  344. RelativePath="..\Ui\CeXDib.h"
  345. >
  346. </File>
  347. <File
  348. RelativePath="..\Ui\HyperLink.cpp"
  349. >
  350. </File>
  351. <File
  352. RelativePath="..\Ui\HyperLink.h"
  353. >
  354. </File>
  355. <File
  356. RelativePath="..\Ui\ShadeButtonST.cpp"
  357. >
  358. </File>
  359. <File
  360. RelativePath="..\Ui\ShadeButtonST.h"
  361. >
  362. </File>
  363. <File
  364. RelativePath="..\Ui\WinXPButtonST.cpp"
  365. >
  366. </File>
  367. <File
  368. RelativePath="..\Ui\WinXPButtonST.h"
  369. >
  370. </File>
  371. </Filter>
  372. <File
  373. RelativePath=".\ReadMe.txt"
  374. >
  375. </File>
  376. <File
  377. RelativePath=".\res\RunTest.manifest"
  378. >
  379. <FileConfiguration
  380. Name="Debug|Win32"
  381. ExcludedFromBuild="true"
  382. >
  383. <Tool
  384. Name="VCCustomBuildTool"
  385. />
  386. </FileConfiguration>
  387. <FileConfiguration
  388. Name="Release|Win32"
  389. ExcludedFromBuild="true"
  390. >
  391. <Tool
  392. Name="VCCustomBuildTool"
  393. />
  394. </FileConfiguration>
  395. </File>
  396. </Files>
  397. <Globals>
  398. <Global
  399. Name="RESOURCE_FILE"
  400. Value="RunTest.rc"
  401. />
  402. </Globals>
  403. </VisualStudioProject>