SATService.vcproj 12 KB

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