kernel.vcproj 9.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373
  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=".\..\..\..\..\temp\kernel\Debug"
  18. IntermediateDirectory=".\..\..\..\..\temp\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;..\..\log4cproj_c\Log4C"
  27. PreprocessorDefinitions="WIN32;_DEBUG;_AFXEXT;PUBLIC_IMPL;SOCKHANDLE_USE_OVERLAPPED;LOG4C_ENABLE"
  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\DB.lib ..\..\log4cproj_c\Log4C\lib\Log4C.lib"
  46. OutputFile=".\..\..\..\..\tryto\tryto v1.0.0.2\Client\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=".\..\..\..\..\temp\kernel\Release"
  103. IntermediateDirectory=".\..\..\..\..\temp\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;..\..\log4cproj_c\Log4C"
  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\DEBUG_DB.lib ..\..\log4cproj_c\Log4C\lib\Log4C.lib"
  131. OutputFile=".\..\..\..\..\tryto\tryto v1.0.0.2\Client\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=".\DevicesManager.cpp">
  219. </File>
  220. <File
  221. RelativePath=".\EventManager.cpp">
  222. </File>
  223. <File
  224. RelativePath="kernel.cpp">
  225. <FileConfiguration
  226. Name="Debug|Win32">
  227. <Tool
  228. Name="VCCLCompilerTool"
  229. Optimization="0"
  230. AdditionalIncludeDirectories=""
  231. PreprocessorDefinitions=""
  232. BasicRuntimeChecks="3"
  233. BrowseInformation="1"/>
  234. </FileConfiguration>
  235. <FileConfiguration
  236. Name="Release|Win32">
  237. <Tool
  238. Name="VCCLCompilerTool"
  239. Optimization="2"
  240. PreprocessorDefinitions=""/>
  241. </FileConfiguration>
  242. </File>
  243. <File
  244. RelativePath="kernel.def">
  245. </File>
  246. <File
  247. RelativePath="kernel.rc">
  248. </File>
  249. <File
  250. RelativePath=".\Network.cpp">
  251. </File>
  252. <File
  253. RelativePath=".\Serial.cpp">
  254. </File>
  255. <File
  256. RelativePath=".\SocketHandle.cpp">
  257. </File>
  258. <File
  259. RelativePath="StdAfx.cpp">
  260. <FileConfiguration
  261. Name="Debug|Win32">
  262. <Tool
  263. Name="VCCLCompilerTool"
  264. Optimization="0"
  265. AdditionalIncludeDirectories=""
  266. PreprocessorDefinitions=""
  267. BasicRuntimeChecks="3"
  268. UsePrecompiledHeader="1"
  269. BrowseInformation="1"/>
  270. </FileConfiguration>
  271. <FileConfiguration
  272. Name="Release|Win32">
  273. <Tool
  274. Name="VCCLCompilerTool"
  275. Optimization="2"
  276. PreprocessorDefinitions=""
  277. UsePrecompiledHeader="1"/>
  278. </FileConfiguration>
  279. </File>
  280. <File
  281. RelativePath=".\TCPClient.cpp">
  282. </File>
  283. <File
  284. RelativePath=".\TcpParse.cpp">
  285. </File>
  286. <File
  287. RelativePath=".\VariantManager.cpp">
  288. </File>
  289. </Filter>
  290. <Filter
  291. Name="Header Files"
  292. Filter="h;hpp;hxx;hm;inl">
  293. <File
  294. RelativePath=".\AsyncSocketServerImpl.h">
  295. </File>
  296. <File
  297. RelativePath=".\Channel.h">
  298. </File>
  299. <File
  300. RelativePath=".\Client2SrvType.h">
  301. </File>
  302. <File
  303. RelativePath=".\crc32.h">
  304. </File>
  305. <File
  306. RelativePath=".\CritSection.h">
  307. </File>
  308. <File
  309. RelativePath="Data.h">
  310. </File>
  311. <File
  312. RelativePath=".\DBInterface.h">
  313. </File>
  314. <File
  315. RelativePath=".\Device.h">
  316. </File>
  317. <File
  318. RelativePath=".\DevicesManager.h">
  319. </File>
  320. <File
  321. RelativePath=".\EventManager.h">
  322. </File>
  323. <File
  324. RelativePath="kernel.h">
  325. </File>
  326. <File
  327. RelativePath=".\NetWork.h">
  328. </File>
  329. <File
  330. RelativePath="Resource.h">
  331. </File>
  332. <File
  333. RelativePath=".\Serial.h">
  334. </File>
  335. <File
  336. RelativePath=".\SocketClientImpl.h">
  337. </File>
  338. <File
  339. RelativePath=".\SocketHandle.h">
  340. </File>
  341. <File
  342. RelativePath=".\SocketServerImpl.h">
  343. </File>
  344. <File
  345. RelativePath="StdAfx.h">
  346. </File>
  347. <File
  348. RelativePath=".\TCPClient.h">
  349. </File>
  350. <File
  351. RelativePath=".\TcpParse.h">
  352. </File>
  353. <File
  354. RelativePath=".\ThreadPool.hpp">
  355. </File>
  356. <File
  357. RelativePath=".\VariantManager.h">
  358. </File>
  359. </Filter>
  360. <Filter
  361. Name="Resource Files"
  362. Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
  363. </Filter>
  364. <File
  365. RelativePath="ReadMe.txt">
  366. </File>
  367. </Files>
  368. <Globals>
  369. <Global
  370. Name="RESOURCE_FILE"
  371. Value="kernel.rc"/>
  372. </Globals>
  373. </VisualStudioProject>