kernel.vcproj 9.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376
  1. <?xml version="1.0" encoding="gb2312"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.10"
  5. Name="kernel"
  6. ProjectGUID="{F8DF886B-99B9-4492-87C1-1474F887D7C9}"
  7. SccProjectName=""
  8. SccLocalPath=""
  9. Keyword="MFCProj">
  10. <Platforms>
  11. <Platform
  12. Name="Win32"/>
  13. </Platforms>
  14. <Configurations>
  15. <Configuration
  16. Name="Debug|Win32"
  17. OutputDirectory=".\..\..\tmp\Clienttmp\kernel\Debug"
  18. IntermediateDirectory=".\..\..\tmp\Clienttmp\kernel\Debug"
  19. ConfigurationType="2"
  20. UseOfMFC="2"
  21. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  22. CharacterSet="2">
  23. <Tool
  24. Name="VCCLCompilerTool"
  25. Optimization="0"
  26. AdditionalIncludeDirectories="..\Common\;..\DB\DB\include"
  27. PreprocessorDefinitions="WIN32;_DEBUG;_AFXEXT;PUBLIC_IMPL;SOCKHANDLE_USE_OVERLAPPED"
  28. BasicRuntimeChecks="3"
  29. RuntimeLibrary="3"
  30. UsePrecompiledHeader="3"
  31. PrecompiledHeaderThrough="stdafx.h"
  32. PrecompiledHeaderFile="$(IntDir)/$(TargetName).pch"
  33. AssemblerListingLocation=""
  34. ObjectFile="$(IntDir)/"
  35. ProgramDataBaseFileName="$(IntDir)/"
  36. BrowseInformation="1"
  37. WarningLevel="3"
  38. SuppressStartupBanner="TRUE"
  39. DebugInformationFormat="4"
  40. CompileAs="0"/>
  41. <Tool
  42. Name="VCCustomBuildTool"/>
  43. <Tool
  44. Name="VCLinkerTool"
  45. AdditionalDependencies="..\lib\DEBUG_DB.lib"
  46. OutputFile="E:\iSP-CMS(²âÊÔ)\IDE\kernel.dll"
  47. LinkIncremental="1"
  48. SuppressStartupBanner="TRUE"
  49. ModuleDefinitionFile=".\kernel.def"
  50. GenerateDebugInformation="TRUE"
  51. ProgramDatabaseFile="$(IntDir)/$(ProjectName).pdb"
  52. SubSystem="2"
  53. ImportLibrary="..\lib\kernel.lib"
  54. TargetMachine="1"/>
  55. <Tool
  56. Name="VCMIDLTool"
  57. PreprocessorDefinitions="_DEBUG"
  58. MkTypLibCompatible="TRUE"
  59. SuppressStartupBanner="TRUE"
  60. TargetEnvironment="1"
  61. TypeLibraryName=".\..\build/kernel.tlb"
  62. HeaderFileName=""/>
  63. <Tool
  64. Name="VCPostBuildEventTool"
  65. CommandLine="copy kernel.h ..\include
  66. copy device.h ..\include
  67. copy channel.h ..\include
  68. copy DevicesManager.h ..\include
  69. copy data.h ..\include
  70. copy VariantManager.h ..\include
  71. copy Serial.h ..\include
  72. copy Network.h ..\include
  73. copy AsyncSocketServerImpl.h ..\include
  74. copy SocketClientImpl.h ..\include
  75. copy SocketHandle.h ..\include
  76. copy SocketServerImpl.h ..\include
  77. copy CritSection.h ..\include
  78. copy ThreadPool.hpp ..\include
  79. copy EventManager.h ..\include
  80. "/>
  81. <Tool
  82. Name="VCPreBuildEventTool"/>
  83. <Tool
  84. Name="VCPreLinkEventTool"/>
  85. <Tool
  86. Name="VCResourceCompilerTool"
  87. PreprocessorDefinitions="_DEBUG"
  88. Culture="2052"/>
  89. <Tool
  90. Name="VCWebServiceProxyGeneratorTool"/>
  91. <Tool
  92. Name="VCXMLDataGeneratorTool"/>
  93. <Tool
  94. Name="VCWebDeploymentTool"/>
  95. <Tool
  96. Name="VCManagedWrapperGeneratorTool"/>
  97. <Tool
  98. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  99. </Configuration>
  100. <Configuration
  101. Name="Release|Win32"
  102. OutputDirectory=".\..\..\tmp\Clienttmp\kernel\Release"
  103. IntermediateDirectory=".\..\..\tmp\Clienttmp\kernel\Release"
  104. ConfigurationType="2"
  105. UseOfMFC="2"
  106. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  107. CharacterSet="2">
  108. <Tool
  109. Name="VCCLCompilerTool"
  110. Optimization="2"
  111. InlineFunctionExpansion="1"
  112. AdditionalIncludeDirectories="..\Common\;..\DB\DB\include"
  113. PreprocessorDefinitions="WIN32;NDEBUG;_AFXEXT;PUBLIC_IMPL;SOCKHANDLE_USE_OVERLAPPED;LOG4C_ENABLE"
  114. StringPooling="TRUE"
  115. RuntimeLibrary="2"
  116. EnableFunctionLevelLinking="TRUE"
  117. UsePrecompiledHeader="3"
  118. PrecompiledHeaderThrough="stdafx.h"
  119. PrecompiledHeaderFile="$(IntDir)/$(TargetName).pch"
  120. AssemblerListingLocation=""
  121. ObjectFile="$(IntDir)/"
  122. ProgramDataBaseFileName="$(IntDir)/"
  123. WarningLevel="3"
  124. SuppressStartupBanner="TRUE"
  125. CompileAs="0"/>
  126. <Tool
  127. Name="VCCustomBuildTool"/>
  128. <Tool
  129. Name="VCLinkerTool"
  130. AdditionalDependencies="..\lib\DB.lib"
  131. OutputFile="E:\iSP-CMS(²âÊÔ)\IDE\kernel.dll"
  132. LinkIncremental="1"
  133. SuppressStartupBanner="TRUE"
  134. ModuleDefinitionFile=".\kernel.def"
  135. ProgramDatabaseFile="$(IntDir)/$(ProjectName).pdb"
  136. SubSystem="2"
  137. ImportLibrary="..\lib\kernel.lib"
  138. TargetMachine="1"/>
  139. <Tool
  140. Name="VCMIDLTool"
  141. PreprocessorDefinitions="NDEBUG"
  142. MkTypLibCompatible="TRUE"
  143. SuppressStartupBanner="TRUE"
  144. TargetEnvironment="1"
  145. TypeLibraryName=".\..\..\Release/kernel.tlb"
  146. HeaderFileName=""/>
  147. <Tool
  148. Name="VCPostBuildEventTool"
  149. CommandLine="copy kernel.h ..\include
  150. copy device.h ..\include
  151. copy channel.h ..\include
  152. copy DevicesManager.h ..\include
  153. copy data.h ..\include
  154. copy VariantManager.h ..\include
  155. copy Serial.h ..\include
  156. copy Network.h ..\include
  157. copy EventManager.h ..\include
  158. "/>
  159. <Tool
  160. Name="VCPreBuildEventTool"/>
  161. <Tool
  162. Name="VCPreLinkEventTool"/>
  163. <Tool
  164. Name="VCResourceCompilerTool"
  165. PreprocessorDefinitions="NDEBUG"
  166. Culture="2052"/>
  167. <Tool
  168. Name="VCWebServiceProxyGeneratorTool"/>
  169. <Tool
  170. Name="VCXMLDataGeneratorTool"/>
  171. <Tool
  172. Name="VCWebDeploymentTool"/>
  173. <Tool
  174. Name="VCManagedWrapperGeneratorTool"/>
  175. <Tool
  176. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  177. </Configuration>
  178. </Configurations>
  179. <References>
  180. </References>
  181. <Files>
  182. <Filter
  183. Name="Source Files"
  184. Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
  185. <File
  186. RelativePath=".\Channel.cpp">
  187. </File>
  188. <File
  189. RelativePath=".\crc32.cpp">
  190. </File>
  191. <File
  192. RelativePath="Data.cpp">
  193. <FileConfiguration
  194. Name="Debug|Win32">
  195. <Tool
  196. Name="VCCLCompilerTool"
  197. Optimization="0"
  198. AdditionalIncludeDirectories=""
  199. PreprocessorDefinitions=""
  200. BasicRuntimeChecks="3"
  201. BrowseInformation="1"/>
  202. </FileConfiguration>
  203. <FileConfiguration
  204. Name="Release|Win32">
  205. <Tool
  206. Name="VCCLCompilerTool"
  207. Optimization="2"
  208. PreprocessorDefinitions=""/>
  209. </FileConfiguration>
  210. </File>
  211. <File
  212. RelativePath=".\DBInterface.cpp">
  213. </File>
  214. <File
  215. RelativePath=".\Device.cpp">
  216. </File>
  217. <File
  218. RelativePath="..\common\DeviceDBProcess.h">
  219. </File>
  220. <File
  221. RelativePath=".\DevicesManager.cpp">
  222. </File>
  223. <File
  224. RelativePath=".\EventManager.cpp">
  225. </File>
  226. <File
  227. RelativePath="kernel.cpp">
  228. <FileConfiguration
  229. Name="Debug|Win32">
  230. <Tool
  231. Name="VCCLCompilerTool"
  232. Optimization="0"
  233. AdditionalIncludeDirectories=""
  234. PreprocessorDefinitions=""
  235. BasicRuntimeChecks="3"
  236. BrowseInformation="1"/>
  237. </FileConfiguration>
  238. <FileConfiguration
  239. Name="Release|Win32">
  240. <Tool
  241. Name="VCCLCompilerTool"
  242. Optimization="2"
  243. PreprocessorDefinitions=""/>
  244. </FileConfiguration>
  245. </File>
  246. <File
  247. RelativePath="kernel.def">
  248. </File>
  249. <File
  250. RelativePath="kernel.rc">
  251. </File>
  252. <File
  253. RelativePath=".\Network.cpp">
  254. </File>
  255. <File
  256. RelativePath=".\Serial.cpp">
  257. </File>
  258. <File
  259. RelativePath=".\SocketHandle.cpp">
  260. </File>
  261. <File
  262. RelativePath="StdAfx.cpp">
  263. <FileConfiguration
  264. Name="Debug|Win32">
  265. <Tool
  266. Name="VCCLCompilerTool"
  267. Optimization="0"
  268. AdditionalIncludeDirectories=""
  269. PreprocessorDefinitions=""
  270. BasicRuntimeChecks="3"
  271. UsePrecompiledHeader="1"
  272. BrowseInformation="1"/>
  273. </FileConfiguration>
  274. <FileConfiguration
  275. Name="Release|Win32">
  276. <Tool
  277. Name="VCCLCompilerTool"
  278. Optimization="2"
  279. PreprocessorDefinitions=""
  280. UsePrecompiledHeader="1"/>
  281. </FileConfiguration>
  282. </File>
  283. <File
  284. RelativePath=".\TCPClient.cpp">
  285. </File>
  286. <File
  287. RelativePath=".\TcpParse.cpp">
  288. </File>
  289. <File
  290. RelativePath=".\VariantManager.cpp">
  291. </File>
  292. </Filter>
  293. <Filter
  294. Name="Header Files"
  295. Filter="h;hpp;hxx;hm;inl">
  296. <File
  297. RelativePath=".\AsyncSocketServerImpl.h">
  298. </File>
  299. <File
  300. RelativePath=".\Channel.h">
  301. </File>
  302. <File
  303. RelativePath=".\Client2SrvType.h">
  304. </File>
  305. <File
  306. RelativePath=".\crc32.h">
  307. </File>
  308. <File
  309. RelativePath=".\CritSection.h">
  310. </File>
  311. <File
  312. RelativePath="Data.h">
  313. </File>
  314. <File
  315. RelativePath=".\DBInterface.h">
  316. </File>
  317. <File
  318. RelativePath=".\Device.h">
  319. </File>
  320. <File
  321. RelativePath=".\DevicesManager.h">
  322. </File>
  323. <File
  324. RelativePath=".\EventManager.h">
  325. </File>
  326. <File
  327. RelativePath="kernel.h">
  328. </File>
  329. <File
  330. RelativePath=".\NetWork.h">
  331. </File>
  332. <File
  333. RelativePath="Resource.h">
  334. </File>
  335. <File
  336. RelativePath=".\Serial.h">
  337. </File>
  338. <File
  339. RelativePath=".\SocketClientImpl.h">
  340. </File>
  341. <File
  342. RelativePath=".\SocketHandle.h">
  343. </File>
  344. <File
  345. RelativePath=".\SocketServerImpl.h">
  346. </File>
  347. <File
  348. RelativePath="StdAfx.h">
  349. </File>
  350. <File
  351. RelativePath=".\TCPClient.h">
  352. </File>
  353. <File
  354. RelativePath=".\TcpParse.h">
  355. </File>
  356. <File
  357. RelativePath=".\ThreadPool.hpp">
  358. </File>
  359. <File
  360. RelativePath=".\VariantManager.h">
  361. </File>
  362. </Filter>
  363. <Filter
  364. Name="Resource Files"
  365. Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
  366. </Filter>
  367. <File
  368. RelativePath="ReadMe.txt">
  369. </File>
  370. </Files>
  371. <Globals>
  372. <Global
  373. Name="RESOURCE_FILE"
  374. Value="kernel.rc"/>
  375. </Globals>
  376. </VisualStudioProject>