TestWizard.vcproj 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573
  1. <?xml version="1.0" encoding="gb2312"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="TestWizard"
  6. ProjectGUID="{9FE83C3A-0858-46CC-B379-5081C52A45D3}"
  7. RootNamespace="TestWizard"
  8. Keyword="Win32Proj"
  9. TargetFrameworkVersion="196613"
  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\$(SolutionName)"
  22. IntermediateDirectory="$(OutDir)\$(ProjectName)\$(ConfigurationName)"
  23. ConfigurationType="2"
  24. UseOfMFC="2"
  25. CharacterSet="2"
  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. />
  42. <Tool
  43. Name="VCCLCompilerTool"
  44. Optimization="0"
  45. PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;TESTWIZARD_EXPORTS"
  46. MinimalRebuild="true"
  47. BasicRuntimeChecks="3"
  48. RuntimeLibrary="3"
  49. UsePrecompiledHeader="2"
  50. WarningLevel="3"
  51. DebugInformationFormat="4"
  52. />
  53. <Tool
  54. Name="VCManagedResourceCompilerTool"
  55. />
  56. <Tool
  57. Name="VCResourceCompilerTool"
  58. />
  59. <Tool
  60. Name="VCPreLinkEventTool"
  61. />
  62. <Tool
  63. Name="VCLinkerTool"
  64. LinkIncremental="2"
  65. GenerateDebugInformation="true"
  66. SubSystem="2"
  67. TargetMachine="1"
  68. />
  69. <Tool
  70. Name="VCALinkTool"
  71. />
  72. <Tool
  73. Name="VCManifestTool"
  74. />
  75. <Tool
  76. Name="VCXDCMakeTool"
  77. />
  78. <Tool
  79. Name="VCBscMakeTool"
  80. />
  81. <Tool
  82. Name="VCFxCopTool"
  83. />
  84. <Tool
  85. Name="VCAppVerifierTool"
  86. />
  87. <Tool
  88. Name="VCPostBuildEventTool"
  89. />
  90. </Configuration>
  91. <Configuration
  92. Name="Release|Win32"
  93. OutputDirectory="..\..\..\..\bin\$(SolutionName)"
  94. IntermediateDirectory="$(OutDir)\$(ProjectName)\$(ConfigurationName)"
  95. ConfigurationType="2"
  96. UseOfMFC="2"
  97. CharacterSet="2"
  98. WholeProgramOptimization="1"
  99. >
  100. <Tool
  101. Name="VCPreBuildEventTool"
  102. />
  103. <Tool
  104. Name="VCCustomBuildTool"
  105. />
  106. <Tool
  107. Name="VCXMLDataGeneratorTool"
  108. />
  109. <Tool
  110. Name="VCWebServiceProxyGeneratorTool"
  111. />
  112. <Tool
  113. Name="VCMIDLTool"
  114. />
  115. <Tool
  116. Name="VCCLCompilerTool"
  117. Optimization="2"
  118. EnableIntrinsicFunctions="true"
  119. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;TESTWIZARD_EXPORTS"
  120. RuntimeLibrary="2"
  121. EnableFunctionLevelLinking="true"
  122. UsePrecompiledHeader="2"
  123. WarningLevel="3"
  124. DebugInformationFormat="3"
  125. />
  126. <Tool
  127. Name="VCManagedResourceCompilerTool"
  128. />
  129. <Tool
  130. Name="VCResourceCompilerTool"
  131. />
  132. <Tool
  133. Name="VCPreLinkEventTool"
  134. />
  135. <Tool
  136. Name="VCLinkerTool"
  137. LinkIncremental="1"
  138. GenerateDebugInformation="true"
  139. SubSystem="2"
  140. OptimizeReferences="2"
  141. EnableCOMDATFolding="2"
  142. TargetMachine="1"
  143. />
  144. <Tool
  145. Name="VCALinkTool"
  146. />
  147. <Tool
  148. Name="VCManifestTool"
  149. />
  150. <Tool
  151. Name="VCXDCMakeTool"
  152. />
  153. <Tool
  154. Name="VCBscMakeTool"
  155. />
  156. <Tool
  157. Name="VCFxCopTool"
  158. />
  159. <Tool
  160. Name="VCAppVerifierTool"
  161. />
  162. <Tool
  163. Name="VCPostBuildEventTool"
  164. />
  165. </Configuration>
  166. <Configuration
  167. Name="PYD|Win32"
  168. OutputDirectory="..\..\..\..\bin\$(SolutionName)"
  169. IntermediateDirectory="$(OutDir)\$(ProjectName)\$(ConfigurationName)"
  170. ConfigurationType="2"
  171. UseOfMFC="2"
  172. CharacterSet="2"
  173. WholeProgramOptimization="1"
  174. >
  175. <Tool
  176. Name="VCPreBuildEventTool"
  177. />
  178. <Tool
  179. Name="VCCustomBuildTool"
  180. />
  181. <Tool
  182. Name="VCXMLDataGeneratorTool"
  183. />
  184. <Tool
  185. Name="VCWebServiceProxyGeneratorTool"
  186. />
  187. <Tool
  188. Name="VCMIDLTool"
  189. />
  190. <Tool
  191. Name="VCCLCompilerTool"
  192. Optimization="2"
  193. EnableIntrinsicFunctions="true"
  194. AdditionalIncludeDirectories="C:\Python27\include;"
  195. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;__MAKE_PYD__;TESTWIZARD_EXPORTS"
  196. RuntimeLibrary="2"
  197. EnableFunctionLevelLinking="true"
  198. UsePrecompiledHeader="2"
  199. WarningLevel="3"
  200. DebugInformationFormat="3"
  201. />
  202. <Tool
  203. Name="VCManagedResourceCompilerTool"
  204. />
  205. <Tool
  206. Name="VCResourceCompilerTool"
  207. />
  208. <Tool
  209. Name="VCPreLinkEventTool"
  210. />
  211. <Tool
  212. Name="VCLinkerTool"
  213. LinkIncremental="1"
  214. AdditionalLibraryDirectories="C:\Python27\libs;"
  215. GenerateDebugInformation="true"
  216. SubSystem="2"
  217. OptimizeReferences="2"
  218. EnableCOMDATFolding="2"
  219. TargetMachine="1"
  220. />
  221. <Tool
  222. Name="VCALinkTool"
  223. />
  224. <Tool
  225. Name="VCManifestTool"
  226. />
  227. <Tool
  228. Name="VCXDCMakeTool"
  229. />
  230. <Tool
  231. Name="VCBscMakeTool"
  232. />
  233. <Tool
  234. Name="VCFxCopTool"
  235. />
  236. <Tool
  237. Name="VCAppVerifierTool"
  238. />
  239. <Tool
  240. Name="VCPostBuildEventTool"
  241. CommandLine="copy $(TargetPath) $(TargetDir)$(TargetName).pyd /y/a"
  242. />
  243. </Configuration>
  244. <Configuration
  245. Name="EXE|Win32"
  246. OutputDirectory="..\..\..\..\bin\$(SolutionName)"
  247. IntermediateDirectory="$(OutDir)\$(ProjectName)\$(ConfigurationName)"
  248. ConfigurationType="1"
  249. UseOfMFC="2"
  250. CharacterSet="2"
  251. >
  252. <Tool
  253. Name="VCPreBuildEventTool"
  254. />
  255. <Tool
  256. Name="VCCustomBuildTool"
  257. />
  258. <Tool
  259. Name="VCXMLDataGeneratorTool"
  260. />
  261. <Tool
  262. Name="VCWebServiceProxyGeneratorTool"
  263. />
  264. <Tool
  265. Name="VCMIDLTool"
  266. />
  267. <Tool
  268. Name="VCCLCompilerTool"
  269. Optimization="0"
  270. AdditionalIncludeDirectories=""
  271. PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;__CONSOLE__;TESTWIZARD_EXPORTS"
  272. MinimalRebuild="true"
  273. BasicRuntimeChecks="3"
  274. RuntimeLibrary="3"
  275. UsePrecompiledHeader="2"
  276. WarningLevel="3"
  277. DebugInformationFormat="4"
  278. />
  279. <Tool
  280. Name="VCManagedResourceCompilerTool"
  281. />
  282. <Tool
  283. Name="VCResourceCompilerTool"
  284. />
  285. <Tool
  286. Name="VCPreLinkEventTool"
  287. />
  288. <Tool
  289. Name="VCLinkerTool"
  290. LinkIncremental="2"
  291. GenerateDebugInformation="true"
  292. SubSystem="1"
  293. TargetMachine="1"
  294. />
  295. <Tool
  296. Name="VCALinkTool"
  297. />
  298. <Tool
  299. Name="VCManifestTool"
  300. />
  301. <Tool
  302. Name="VCXDCMakeTool"
  303. />
  304. <Tool
  305. Name="VCBscMakeTool"
  306. />
  307. <Tool
  308. Name="VCFxCopTool"
  309. />
  310. <Tool
  311. Name="VCAppVerifierTool"
  312. />
  313. <Tool
  314. Name="VCPostBuildEventTool"
  315. />
  316. </Configuration>
  317. <Configuration
  318. Name="REXE|Win32"
  319. OutputDirectory="..\..\..\..\bin\$(SolutionName)"
  320. IntermediateDirectory="$(OutDir)\$(ProjectName)\$(ConfigurationName)"
  321. ConfigurationType="1"
  322. UseOfMFC="2"
  323. CharacterSet="2"
  324. WholeProgramOptimization="1"
  325. >
  326. <Tool
  327. Name="VCPreBuildEventTool"
  328. />
  329. <Tool
  330. Name="VCCustomBuildTool"
  331. />
  332. <Tool
  333. Name="VCXMLDataGeneratorTool"
  334. />
  335. <Tool
  336. Name="VCWebServiceProxyGeneratorTool"
  337. />
  338. <Tool
  339. Name="VCMIDLTool"
  340. />
  341. <Tool
  342. Name="VCCLCompilerTool"
  343. Optimization="2"
  344. EnableIntrinsicFunctions="true"
  345. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;__CONSOLE__;TESTWIZARD_EXPORTS"
  346. RuntimeLibrary="2"
  347. EnableFunctionLevelLinking="true"
  348. UsePrecompiledHeader="2"
  349. WarningLevel="3"
  350. DebugInformationFormat="3"
  351. />
  352. <Tool
  353. Name="VCManagedResourceCompilerTool"
  354. />
  355. <Tool
  356. Name="VCResourceCompilerTool"
  357. />
  358. <Tool
  359. Name="VCPreLinkEventTool"
  360. />
  361. <Tool
  362. Name="VCLinkerTool"
  363. LinkIncremental="1"
  364. GenerateDebugInformation="true"
  365. SubSystem="1"
  366. OptimizeReferences="2"
  367. EnableCOMDATFolding="2"
  368. TargetMachine="1"
  369. />
  370. <Tool
  371. Name="VCALinkTool"
  372. />
  373. <Tool
  374. Name="VCManifestTool"
  375. />
  376. <Tool
  377. Name="VCXDCMakeTool"
  378. />
  379. <Tool
  380. Name="VCBscMakeTool"
  381. />
  382. <Tool
  383. Name="VCFxCopTool"
  384. />
  385. <Tool
  386. Name="VCAppVerifierTool"
  387. />
  388. <Tool
  389. Name="VCPostBuildEventTool"
  390. />
  391. </Configuration>
  392. </Configurations>
  393. <References>
  394. </References>
  395. <Files>
  396. <Filter
  397. Name="Ô´Îļþ"
  398. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  399. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  400. >
  401. <File
  402. RelativePath=".\Global.cpp"
  403. >
  404. </File>
  405. <File
  406. RelativePath=".\SerialPort.cpp"
  407. >
  408. </File>
  409. <File
  410. RelativePath=".\stdafx.cpp"
  411. >
  412. <FileConfiguration
  413. Name="Debug|Win32"
  414. >
  415. <Tool
  416. Name="VCCLCompilerTool"
  417. UsePrecompiledHeader="1"
  418. />
  419. </FileConfiguration>
  420. <FileConfiguration
  421. Name="Release|Win32"
  422. >
  423. <Tool
  424. Name="VCCLCompilerTool"
  425. UsePrecompiledHeader="1"
  426. />
  427. </FileConfiguration>
  428. <FileConfiguration
  429. Name="PYD|Win32"
  430. >
  431. <Tool
  432. Name="VCCLCompilerTool"
  433. UsePrecompiledHeader="1"
  434. />
  435. </FileConfiguration>
  436. <FileConfiguration
  437. Name="EXE|Win32"
  438. >
  439. <Tool
  440. Name="VCCLCompilerTool"
  441. UsePrecompiledHeader="1"
  442. />
  443. </FileConfiguration>
  444. <FileConfiguration
  445. Name="REXE|Win32"
  446. >
  447. <Tool
  448. Name="VCCLCompilerTool"
  449. UsePrecompiledHeader="1"
  450. />
  451. </FileConfiguration>
  452. </File>
  453. <File
  454. RelativePath=".\SynSerial.cpp"
  455. >
  456. </File>
  457. <File
  458. RelativePath=".\TestWizard.cpp"
  459. >
  460. </File>
  461. </Filter>
  462. <Filter
  463. Name="Í·Îļþ"
  464. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  465. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  466. >
  467. <File
  468. RelativePath=".\CritSection.h"
  469. >
  470. </File>
  471. <File
  472. RelativePath=".\Global.h"
  473. >
  474. </File>
  475. <File
  476. RelativePath=".\Resource.h"
  477. >
  478. </File>
  479. <File
  480. RelativePath=".\SerialPort.h"
  481. >
  482. </File>
  483. <File
  484. RelativePath=".\stdafx.h"
  485. >
  486. </File>
  487. <File
  488. RelativePath=".\SynSerial.h"
  489. >
  490. </File>
  491. <File
  492. RelativePath=".\targetver.h"
  493. >
  494. </File>
  495. <File
  496. RelativePath=".\TestWizard.h"
  497. >
  498. </File>
  499. </Filter>
  500. <Filter
  501. Name="×ÊÔ´Îļþ"
  502. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
  503. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  504. >
  505. <File
  506. RelativePath=".\TestWizard.rc"
  507. >
  508. </File>
  509. </Filter>
  510. <Filter
  511. Name="tinyxml2"
  512. >
  513. <File
  514. RelativePath=".\stdint.h"
  515. >
  516. </File>
  517. <File
  518. RelativePath=".\tinyxml2.cpp"
  519. >
  520. <FileConfiguration
  521. Name="Debug|Win32"
  522. >
  523. <Tool
  524. Name="VCCLCompilerTool"
  525. UsePrecompiledHeader="0"
  526. />
  527. </FileConfiguration>
  528. <FileConfiguration
  529. Name="Release|Win32"
  530. >
  531. <Tool
  532. Name="VCCLCompilerTool"
  533. UsePrecompiledHeader="0"
  534. />
  535. </FileConfiguration>
  536. <FileConfiguration
  537. Name="PYD|Win32"
  538. >
  539. <Tool
  540. Name="VCCLCompilerTool"
  541. UsePrecompiledHeader="0"
  542. />
  543. </FileConfiguration>
  544. <FileConfiguration
  545. Name="EXE|Win32"
  546. >
  547. <Tool
  548. Name="VCCLCompilerTool"
  549. UsePrecompiledHeader="0"
  550. />
  551. </FileConfiguration>
  552. <FileConfiguration
  553. Name="REXE|Win32"
  554. >
  555. <Tool
  556. Name="VCCLCompilerTool"
  557. UsePrecompiledHeader="0"
  558. />
  559. </FileConfiguration>
  560. </File>
  561. <File
  562. RelativePath=".\tinyxml2.h"
  563. >
  564. </File>
  565. </Filter>
  566. <File
  567. RelativePath=".\ReadMe.txt"
  568. >
  569. </File>
  570. </Files>
  571. <Globals>
  572. </Globals>
  573. </VisualStudioProject>