DAControl.vcproj 8.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465
  1. <?xml version="1.0" encoding="gb2312"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="DAControl"
  6. ProjectGUID="{A5CC1668-D29C-4F7F-8BF1-58853A41D390}"
  7. RootNamespace="DAControl"
  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;DACONTROL_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;DACONTROL_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="EXE|Win32"
  168. OutputDirectory="..\..\..\..\bin\$(SolutionName)"
  169. IntermediateDirectory="$(OutDir)\$(ProjectName)\$(ConfigurationName)"
  170. ConfigurationType="1"
  171. UseOfMFC="2"
  172. CharacterSet="2"
  173. >
  174. <Tool
  175. Name="VCPreBuildEventTool"
  176. />
  177. <Tool
  178. Name="VCCustomBuildTool"
  179. />
  180. <Tool
  181. Name="VCXMLDataGeneratorTool"
  182. />
  183. <Tool
  184. Name="VCWebServiceProxyGeneratorTool"
  185. />
  186. <Tool
  187. Name="VCMIDLTool"
  188. />
  189. <Tool
  190. Name="VCCLCompilerTool"
  191. Optimization="0"
  192. PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;__CONSOLE__;DACONTROL_EXPORTS"
  193. MinimalRebuild="true"
  194. BasicRuntimeChecks="3"
  195. RuntimeLibrary="3"
  196. UsePrecompiledHeader="2"
  197. WarningLevel="3"
  198. DebugInformationFormat="4"
  199. />
  200. <Tool
  201. Name="VCManagedResourceCompilerTool"
  202. />
  203. <Tool
  204. Name="VCResourceCompilerTool"
  205. />
  206. <Tool
  207. Name="VCPreLinkEventTool"
  208. />
  209. <Tool
  210. Name="VCLinkerTool"
  211. LinkIncremental="2"
  212. GenerateDebugInformation="true"
  213. SubSystem="1"
  214. TargetMachine="1"
  215. />
  216. <Tool
  217. Name="VCALinkTool"
  218. />
  219. <Tool
  220. Name="VCManifestTool"
  221. />
  222. <Tool
  223. Name="VCXDCMakeTool"
  224. />
  225. <Tool
  226. Name="VCBscMakeTool"
  227. />
  228. <Tool
  229. Name="VCFxCopTool"
  230. />
  231. <Tool
  232. Name="VCAppVerifierTool"
  233. />
  234. <Tool
  235. Name="VCPostBuildEventTool"
  236. />
  237. </Configuration>
  238. <Configuration
  239. Name="PYD|Win32"
  240. OutputDirectory="..\..\..\..\bin\$(SolutionName)"
  241. IntermediateDirectory="$(OutDir)\$(ProjectName)\$(ConfigurationName)"
  242. ConfigurationType="2"
  243. UseOfMFC="2"
  244. CharacterSet="2"
  245. WholeProgramOptimization="1"
  246. >
  247. <Tool
  248. Name="VCPreBuildEventTool"
  249. />
  250. <Tool
  251. Name="VCCustomBuildTool"
  252. />
  253. <Tool
  254. Name="VCXMLDataGeneratorTool"
  255. />
  256. <Tool
  257. Name="VCWebServiceProxyGeneratorTool"
  258. />
  259. <Tool
  260. Name="VCMIDLTool"
  261. />
  262. <Tool
  263. Name="VCCLCompilerTool"
  264. Optimization="2"
  265. EnableIntrinsicFunctions="true"
  266. AdditionalIncludeDirectories="C:\Python27\include;"
  267. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;__MAKE_PYD__;DACONTROL_EXPORTS"
  268. RuntimeLibrary="2"
  269. EnableFunctionLevelLinking="true"
  270. UsePrecompiledHeader="2"
  271. WarningLevel="3"
  272. DebugInformationFormat="3"
  273. />
  274. <Tool
  275. Name="VCManagedResourceCompilerTool"
  276. />
  277. <Tool
  278. Name="VCResourceCompilerTool"
  279. />
  280. <Tool
  281. Name="VCPreLinkEventTool"
  282. />
  283. <Tool
  284. Name="VCLinkerTool"
  285. LinkIncremental="1"
  286. AdditionalLibraryDirectories="C:\Python27\libs;"
  287. GenerateDebugInformation="true"
  288. SubSystem="2"
  289. OptimizeReferences="2"
  290. EnableCOMDATFolding="2"
  291. TargetMachine="1"
  292. />
  293. <Tool
  294. Name="VCALinkTool"
  295. />
  296. <Tool
  297. Name="VCManifestTool"
  298. />
  299. <Tool
  300. Name="VCXDCMakeTool"
  301. />
  302. <Tool
  303. Name="VCBscMakeTool"
  304. />
  305. <Tool
  306. Name="VCFxCopTool"
  307. />
  308. <Tool
  309. Name="VCAppVerifierTool"
  310. />
  311. <Tool
  312. Name="VCPostBuildEventTool"
  313. CommandLine="copy $(TargetPath) $(TargetDir)$(TargetName).pyd /y/a"
  314. />
  315. </Configuration>
  316. </Configurations>
  317. <References>
  318. </References>
  319. <Files>
  320. <Filter
  321. Name="Ô´Îļþ"
  322. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  323. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  324. >
  325. <File
  326. RelativePath=".\DAControl.cpp"
  327. >
  328. </File>
  329. <File
  330. RelativePath=".\Global.cpp"
  331. >
  332. </File>
  333. <File
  334. RelativePath=".\stdafx.cpp"
  335. >
  336. <FileConfiguration
  337. Name="Debug|Win32"
  338. >
  339. <Tool
  340. Name="VCCLCompilerTool"
  341. UsePrecompiledHeader="1"
  342. />
  343. </FileConfiguration>
  344. <FileConfiguration
  345. Name="Release|Win32"
  346. >
  347. <Tool
  348. Name="VCCLCompilerTool"
  349. UsePrecompiledHeader="1"
  350. />
  351. </FileConfiguration>
  352. <FileConfiguration
  353. Name="EXE|Win32"
  354. >
  355. <Tool
  356. Name="VCCLCompilerTool"
  357. UsePrecompiledHeader="1"
  358. />
  359. </FileConfiguration>
  360. <FileConfiguration
  361. Name="PYD|Win32"
  362. >
  363. <Tool
  364. Name="VCCLCompilerTool"
  365. UsePrecompiledHeader="1"
  366. />
  367. </FileConfiguration>
  368. </File>
  369. <File
  370. RelativePath=".\SynSerial.cpp"
  371. >
  372. </File>
  373. <File
  374. RelativePath=".\tinyxml2.cpp"
  375. >
  376. <FileConfiguration
  377. Name="Debug|Win32"
  378. >
  379. <Tool
  380. Name="VCCLCompilerTool"
  381. UsePrecompiledHeader="0"
  382. />
  383. </FileConfiguration>
  384. <FileConfiguration
  385. Name="Release|Win32"
  386. >
  387. <Tool
  388. Name="VCCLCompilerTool"
  389. UsePrecompiledHeader="0"
  390. />
  391. </FileConfiguration>
  392. <FileConfiguration
  393. Name="EXE|Win32"
  394. >
  395. <Tool
  396. Name="VCCLCompilerTool"
  397. UsePrecompiledHeader="0"
  398. />
  399. </FileConfiguration>
  400. <FileConfiguration
  401. Name="PYD|Win32"
  402. >
  403. <Tool
  404. Name="VCCLCompilerTool"
  405. UsePrecompiledHeader="0"
  406. />
  407. </FileConfiguration>
  408. </File>
  409. </Filter>
  410. <Filter
  411. Name="Í·Îļþ"
  412. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  413. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  414. >
  415. <File
  416. RelativePath=".\CritSection.h"
  417. >
  418. </File>
  419. <File
  420. RelativePath=".\DAControl.h"
  421. >
  422. </File>
  423. <File
  424. RelativePath=".\Global.h"
  425. >
  426. </File>
  427. <File
  428. RelativePath=".\Resource.h"
  429. >
  430. </File>
  431. <File
  432. RelativePath=".\stdafx.h"
  433. >
  434. </File>
  435. <File
  436. RelativePath=".\SynSerial.h"
  437. >
  438. </File>
  439. <File
  440. RelativePath=".\targetver.h"
  441. >
  442. </File>
  443. <File
  444. RelativePath=".\tinyxml2.h"
  445. >
  446. </File>
  447. </Filter>
  448. <Filter
  449. Name="×ÊÔ´Îļþ"
  450. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
  451. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  452. >
  453. <File
  454. RelativePath=".\DAControl.rc"
  455. >
  456. </File>
  457. </Filter>
  458. <File
  459. RelativePath=".\ReadMe.txt"
  460. >
  461. </File>
  462. </Files>
  463. <Globals>
  464. </Globals>
  465. </VisualStudioProject>