SATService.vcproj 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529
  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="RTest|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="2"
  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="2"
  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. </Configurations>
  257. <References>
  258. </References>
  259. <Files>
  260. <Filter
  261. Name="Ô´Îļþ"
  262. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  263. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  264. >
  265. <File
  266. RelativePath=".\Base64.cpp"
  267. >
  268. </File>
  269. <File
  270. RelativePath=".\CharEncoding.cpp"
  271. >
  272. </File>
  273. <File
  274. RelativePath=".\Global.cpp"
  275. >
  276. </File>
  277. <File
  278. RelativePath=".\SATService.cpp"
  279. >
  280. </File>
  281. <File
  282. RelativePath=".\stdafx.cpp"
  283. >
  284. <FileConfiguration
  285. Name="Debug|Win32"
  286. >
  287. <Tool
  288. Name="VCCLCompilerTool"
  289. UsePrecompiledHeader="1"
  290. />
  291. </FileConfiguration>
  292. <FileConfiguration
  293. Name="Release|Win32"
  294. >
  295. <Tool
  296. Name="VCCLCompilerTool"
  297. UsePrecompiledHeader="1"
  298. />
  299. </FileConfiguration>
  300. <FileConfiguration
  301. Name="RTest|Win32"
  302. >
  303. <Tool
  304. Name="VCCLCompilerTool"
  305. UsePrecompiledHeader="1"
  306. />
  307. </FileConfiguration>
  308. </File>
  309. <File
  310. RelativePath=".\WindowService.cpp"
  311. >
  312. </File>
  313. <File
  314. RelativePath=".\WinSsh2Proc.cpp"
  315. >
  316. </File>
  317. </Filter>
  318. <Filter
  319. Name="Í·Îļþ"
  320. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  321. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  322. >
  323. <File
  324. RelativePath=".\Base64.h"
  325. >
  326. </File>
  327. <File
  328. RelativePath=".\CharEncoding.h"
  329. >
  330. </File>
  331. <File
  332. RelativePath=".\CritSection.h"
  333. >
  334. </File>
  335. <File
  336. RelativePath=".\Global.h"
  337. >
  338. </File>
  339. <File
  340. RelativePath=".\MTVERIFY.H"
  341. >
  342. </File>
  343. <File
  344. RelativePath=".\Resource.h"
  345. >
  346. </File>
  347. <File
  348. RelativePath=".\SATHTTP.h"
  349. >
  350. </File>
  351. <File
  352. RelativePath=".\SATService.h"
  353. >
  354. </File>
  355. <File
  356. RelativePath=".\stdafx.h"
  357. >
  358. </File>
  359. <File
  360. RelativePath=".\targetver.h"
  361. >
  362. </File>
  363. <File
  364. RelativePath=".\WindowService.h"
  365. >
  366. </File>
  367. <File
  368. RelativePath=".\WinSsh2Proc.h"
  369. >
  370. </File>
  371. </Filter>
  372. <Filter
  373. Name="×ÊÔ´Îļþ"
  374. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
  375. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  376. >
  377. <File
  378. RelativePath=".\main.ico"
  379. >
  380. </File>
  381. <File
  382. RelativePath=".\SATService.rc"
  383. >
  384. </File>
  385. </Filter>
  386. <Filter
  387. Name="lib"
  388. >
  389. <File
  390. RelativePath=".\IRControl.h"
  391. >
  392. </File>
  393. </Filter>
  394. <Filter
  395. Name="cJson"
  396. >
  397. <File
  398. RelativePath="..\cJson\cJSON.c"
  399. >
  400. <FileConfiguration
  401. Name="Debug|Win32"
  402. >
  403. <Tool
  404. Name="VCCLCompilerTool"
  405. UsePrecompiledHeader="0"
  406. />
  407. </FileConfiguration>
  408. <FileConfiguration
  409. Name="Release|Win32"
  410. >
  411. <Tool
  412. Name="VCCLCompilerTool"
  413. UsePrecompiledHeader="0"
  414. />
  415. </FileConfiguration>
  416. <FileConfiguration
  417. Name="RTest|Win32"
  418. >
  419. <Tool
  420. Name="VCCLCompilerTool"
  421. UsePrecompiledHeader="0"
  422. />
  423. </FileConfiguration>
  424. </File>
  425. <File
  426. RelativePath="..\cJson\cJSON.h"
  427. >
  428. </File>
  429. </Filter>
  430. <Filter
  431. Name="TCP"
  432. >
  433. <File
  434. RelativePath=".\SATProtocol.h"
  435. >
  436. </File>
  437. <File
  438. RelativePath=".\SATTCPServer.cpp"
  439. >
  440. </File>
  441. <File
  442. RelativePath=".\SATTCPServer.h"
  443. >
  444. </File>
  445. </Filter>
  446. <Filter
  447. Name="Work"
  448. >
  449. <File
  450. RelativePath=".\PythonExecutor.cpp"
  451. >
  452. </File>
  453. <File
  454. RelativePath=".\PythonExecutor.h"
  455. >
  456. </File>
  457. <File
  458. RelativePath=".\SATDevices.cpp"
  459. >
  460. </File>
  461. <File
  462. RelativePath=".\SATDevices.h"
  463. >
  464. </File>
  465. <File
  466. RelativePath=".\SATExecutor.cpp"
  467. >
  468. </File>
  469. <File
  470. RelativePath=".\SATExecutor.h"
  471. >
  472. </File>
  473. <File
  474. RelativePath=".\SynSerial.cpp"
  475. >
  476. </File>
  477. <File
  478. RelativePath=".\SynSerial.h"
  479. >
  480. </File>
  481. </Filter>
  482. <Filter
  483. Name="tinyxml"
  484. >
  485. <File
  486. RelativePath=".\stdint.h"
  487. >
  488. </File>
  489. <File
  490. RelativePath=".\tinyxml2.cpp"
  491. >
  492. <FileConfiguration
  493. Name="Debug|Win32"
  494. >
  495. <Tool
  496. Name="VCCLCompilerTool"
  497. UsePrecompiledHeader="0"
  498. />
  499. </FileConfiguration>
  500. <FileConfiguration
  501. Name="Release|Win32"
  502. >
  503. <Tool
  504. Name="VCCLCompilerTool"
  505. UsePrecompiledHeader="0"
  506. />
  507. </FileConfiguration>
  508. <FileConfiguration
  509. Name="RTest|Win32"
  510. >
  511. <Tool
  512. Name="VCCLCompilerTool"
  513. UsePrecompiledHeader="0"
  514. />
  515. </FileConfiguration>
  516. </File>
  517. <File
  518. RelativePath=".\tinyxml2.h"
  519. >
  520. </File>
  521. </Filter>
  522. <File
  523. RelativePath=".\ReadMe.txt"
  524. >
  525. </File>
  526. </Files>
  527. <Globals>
  528. </Globals>
  529. </VisualStudioProject>