SATService.vcproj 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415
  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"
  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 RunPython.lib"
  66. LinkIncremental="2"
  67. AdditionalLibraryDirectories="C:\Python27\libs"
  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. />
  94. </Configuration>
  95. <Configuration
  96. Name="Release|Win32"
  97. OutputDirectory="..\..\..\..\bin\$(SolutionName)"
  98. IntermediateDirectory="$(OutDir)\$(ProjectName)\$(ConfigurationName)"
  99. ConfigurationType="1"
  100. UseOfMFC="2"
  101. CharacterSet="2"
  102. WholeProgramOptimization="1"
  103. >
  104. <Tool
  105. Name="VCPreBuildEventTool"
  106. />
  107. <Tool
  108. Name="VCCustomBuildTool"
  109. />
  110. <Tool
  111. Name="VCXMLDataGeneratorTool"
  112. />
  113. <Tool
  114. Name="VCWebServiceProxyGeneratorTool"
  115. />
  116. <Tool
  117. Name="VCMIDLTool"
  118. />
  119. <Tool
  120. Name="VCCLCompilerTool"
  121. Optimization="2"
  122. EnableIntrinsicFunctions="true"
  123. AdditionalIncludeDirectories="../cJSON;C:\Python27\Include"
  124. PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
  125. RuntimeLibrary="2"
  126. EnableFunctionLevelLinking="true"
  127. UsePrecompiledHeader="2"
  128. WarningLevel="3"
  129. DebugInformationFormat="3"
  130. />
  131. <Tool
  132. Name="VCManagedResourceCompilerTool"
  133. />
  134. <Tool
  135. Name="VCResourceCompilerTool"
  136. />
  137. <Tool
  138. Name="VCPreLinkEventTool"
  139. />
  140. <Tool
  141. Name="VCLinkerTool"
  142. AdditionalDependencies="SATHTTP.lib RunPython.lib"
  143. LinkIncremental="1"
  144. AdditionalLibraryDirectories="C:\Python27\libs"
  145. UACExecutionLevel="2"
  146. GenerateDebugInformation="true"
  147. SubSystem="1"
  148. OptimizeReferences="2"
  149. EnableCOMDATFolding="2"
  150. TargetMachine="1"
  151. />
  152. <Tool
  153. Name="VCALinkTool"
  154. />
  155. <Tool
  156. Name="VCManifestTool"
  157. />
  158. <Tool
  159. Name="VCXDCMakeTool"
  160. />
  161. <Tool
  162. Name="VCBscMakeTool"
  163. />
  164. <Tool
  165. Name="VCFxCopTool"
  166. />
  167. <Tool
  168. Name="VCAppVerifierTool"
  169. />
  170. <Tool
  171. Name="VCPostBuildEventTool"
  172. />
  173. </Configuration>
  174. </Configurations>
  175. <References>
  176. </References>
  177. <Files>
  178. <Filter
  179. Name="Ô´Îļþ"
  180. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  181. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  182. >
  183. <File
  184. RelativePath=".\Base64.cpp"
  185. >
  186. </File>
  187. <File
  188. RelativePath=".\CharEncoding.cpp"
  189. >
  190. </File>
  191. <File
  192. RelativePath=".\Global.cpp"
  193. >
  194. </File>
  195. <File
  196. RelativePath=".\SATService.cpp"
  197. >
  198. </File>
  199. <File
  200. RelativePath=".\stdafx.cpp"
  201. >
  202. <FileConfiguration
  203. Name="Debug|Win32"
  204. >
  205. <Tool
  206. Name="VCCLCompilerTool"
  207. UsePrecompiledHeader="1"
  208. />
  209. </FileConfiguration>
  210. <FileConfiguration
  211. Name="Release|Win32"
  212. >
  213. <Tool
  214. Name="VCCLCompilerTool"
  215. UsePrecompiledHeader="1"
  216. />
  217. </FileConfiguration>
  218. </File>
  219. <File
  220. RelativePath=".\WindowService.cpp"
  221. >
  222. </File>
  223. </Filter>
  224. <Filter
  225. Name="Í·Îļþ"
  226. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  227. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  228. >
  229. <File
  230. RelativePath=".\Base64.h"
  231. >
  232. </File>
  233. <File
  234. RelativePath=".\CharEncoding.h"
  235. >
  236. </File>
  237. <File
  238. RelativePath=".\CritSection.h"
  239. >
  240. </File>
  241. <File
  242. RelativePath=".\Global.h"
  243. >
  244. </File>
  245. <File
  246. RelativePath=".\MTVERIFY.H"
  247. >
  248. </File>
  249. <File
  250. RelativePath=".\Resource.h"
  251. >
  252. </File>
  253. <File
  254. RelativePath=".\SATService.h"
  255. >
  256. </File>
  257. <File
  258. RelativePath=".\stdafx.h"
  259. >
  260. </File>
  261. <File
  262. RelativePath=".\targetver.h"
  263. >
  264. </File>
  265. <File
  266. RelativePath=".\WindowService.h"
  267. >
  268. </File>
  269. </Filter>
  270. <Filter
  271. Name="×ÊÔ´Îļþ"
  272. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
  273. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  274. >
  275. <File
  276. RelativePath=".\main.ico"
  277. >
  278. </File>
  279. <File
  280. RelativePath=".\SATService.rc"
  281. >
  282. </File>
  283. </Filter>
  284. <Filter
  285. Name="lib"
  286. >
  287. <File
  288. RelativePath=".\RunPython.h"
  289. >
  290. </File>
  291. <File
  292. RelativePath=".\SATHTTP.h"
  293. >
  294. </File>
  295. <File
  296. RelativePath=".\test.cpp"
  297. >
  298. </File>
  299. </Filter>
  300. <Filter
  301. Name="tinyxml"
  302. >
  303. <File
  304. RelativePath=".\stdint.h"
  305. >
  306. </File>
  307. <File
  308. RelativePath=".\tinyxml2.cpp"
  309. >
  310. <FileConfiguration
  311. Name="Debug|Win32"
  312. >
  313. <Tool
  314. Name="VCCLCompilerTool"
  315. UsePrecompiledHeader="0"
  316. />
  317. </FileConfiguration>
  318. <FileConfiguration
  319. Name="Release|Win32"
  320. >
  321. <Tool
  322. Name="VCCLCompilerTool"
  323. UsePrecompiledHeader="0"
  324. />
  325. </FileConfiguration>
  326. </File>
  327. <File
  328. RelativePath=".\tinyxml2.h"
  329. >
  330. </File>
  331. </Filter>
  332. <Filter
  333. Name="cJson"
  334. >
  335. <File
  336. RelativePath="..\cJson\cJSON.c"
  337. >
  338. <FileConfiguration
  339. Name="Debug|Win32"
  340. >
  341. <Tool
  342. Name="VCCLCompilerTool"
  343. UsePrecompiledHeader="0"
  344. />
  345. </FileConfiguration>
  346. <FileConfiguration
  347. Name="Release|Win32"
  348. >
  349. <Tool
  350. Name="VCCLCompilerTool"
  351. UsePrecompiledHeader="0"
  352. />
  353. </FileConfiguration>
  354. </File>
  355. <File
  356. RelativePath="..\cJson\cJSON.h"
  357. >
  358. </File>
  359. </Filter>
  360. <Filter
  361. Name="TCP"
  362. >
  363. <File
  364. RelativePath=".\IOCPModel.cpp"
  365. >
  366. </File>
  367. <File
  368. RelativePath=".\IOCPModel.h"
  369. >
  370. </File>
  371. </Filter>
  372. <Filter
  373. Name="Work"
  374. >
  375. <File
  376. RelativePath=".\MainProcess.cpp"
  377. >
  378. </File>
  379. <File
  380. RelativePath=".\MainProcess.h"
  381. >
  382. </File>
  383. <File
  384. RelativePath=".\SATDevices.cpp"
  385. >
  386. </File>
  387. <File
  388. RelativePath=".\SATDevices.h"
  389. >
  390. </File>
  391. <File
  392. RelativePath=".\SATExecutor.cpp"
  393. >
  394. </File>
  395. <File
  396. RelativePath=".\SATExecutor.h"
  397. >
  398. </File>
  399. <File
  400. RelativePath=".\ScriptExecutor.cpp"
  401. >
  402. </File>
  403. <File
  404. RelativePath=".\ScriptExecutor.h"
  405. >
  406. </File>
  407. </Filter>
  408. <File
  409. RelativePath=".\ReadMe.txt"
  410. >
  411. </File>
  412. </Files>
  413. <Globals>
  414. </Globals>
  415. </VisualStudioProject>