RunTest.vcproj 8.2 KB

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