kernel.vcproj 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466
  1. <?xml version="1.0" encoding="gb2312"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="kernel"
  6. ProjectGUID="{F8DF886B-99B9-4492-87C1-1474F887D7C9}"
  7. Keyword="MFCProj"
  8. TargetFrameworkVersion="131072"
  9. >
  10. <Platforms>
  11. <Platform
  12. Name="Win32"
  13. />
  14. </Platforms>
  15. <ToolFiles>
  16. </ToolFiles>
  17. <Configurations>
  18. <Configuration
  19. Name="Debug|Win32"
  20. OutputDirectory="..\输出目录\kernel\Debug"
  21. IntermediateDirectory="..\输出目录\kernel\Debug"
  22. ConfigurationType="2"
  23. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
  24. UseOfMFC="2"
  25. ATLMinimizesCRunTimeLibraryUsage="false"
  26. CharacterSet="2"
  27. >
  28. <Tool
  29. Name="VCPreBuildEventTool"
  30. />
  31. <Tool
  32. Name="VCCustomBuildTool"
  33. />
  34. <Tool
  35. Name="VCXMLDataGeneratorTool"
  36. />
  37. <Tool
  38. Name="VCWebServiceProxyGeneratorTool"
  39. />
  40. <Tool
  41. Name="VCMIDLTool"
  42. PreprocessorDefinitions="_DEBUG"
  43. MkTypLibCompatible="true"
  44. SuppressStartupBanner="true"
  45. TargetEnvironment="1"
  46. TypeLibraryName=".\..\build/kernel.tlb"
  47. HeaderFileName=""
  48. />
  49. <Tool
  50. Name="VCCLCompilerTool"
  51. Optimization="0"
  52. AdditionalIncludeDirectories="..\Common\;..\DB\DB\include;..\log4cproj_c\Log4C"
  53. PreprocessorDefinitions="WIN32;_DEBUG;_AFXEXT;PUBLIC_IMPL;SOCKHANDLE_USE_OVERLAPPED;LOG4C_ENABLE"
  54. BasicRuntimeChecks="3"
  55. RuntimeLibrary="3"
  56. UsePrecompiledHeader="2"
  57. PrecompiledHeaderThrough="stdafx.h"
  58. PrecompiledHeaderFile="$(IntDir)/$(TargetName).pch"
  59. AssemblerListingLocation=""
  60. ObjectFile="$(IntDir)/"
  61. ProgramDataBaseFileName="$(IntDir)/"
  62. BrowseInformation="1"
  63. WarningLevel="3"
  64. SuppressStartupBanner="true"
  65. DebugInformationFormat="4"
  66. CompileAs="0"
  67. />
  68. <Tool
  69. Name="VCManagedResourceCompilerTool"
  70. />
  71. <Tool
  72. Name="VCResourceCompilerTool"
  73. PreprocessorDefinitions="_DEBUG"
  74. Culture="2052"
  75. />
  76. <Tool
  77. Name="VCPreLinkEventTool"
  78. />
  79. <Tool
  80. Name="VCLinkerTool"
  81. AdditionalDependencies="..\lib\DB.lib ..\log4cproj_c\Log4C\lib\Log4C.lib"
  82. OutputFile="D:\Monitor\Client\kernel.dll"
  83. LinkIncremental="1"
  84. SuppressStartupBanner="true"
  85. ModuleDefinitionFile=".\kernel.def"
  86. GenerateDebugInformation="true"
  87. ProgramDatabaseFile="$(IntDir)/$(ProjectName).pdb"
  88. SubSystem="2"
  89. RandomizedBaseAddress="1"
  90. DataExecutionPrevention="0"
  91. ImportLibrary="..\lib\kernel.lib"
  92. TargetMachine="1"
  93. />
  94. <Tool
  95. Name="VCALinkTool"
  96. />
  97. <Tool
  98. Name="VCManifestTool"
  99. />
  100. <Tool
  101. Name="VCXDCMakeTool"
  102. />
  103. <Tool
  104. Name="VCBscMakeTool"
  105. />
  106. <Tool
  107. Name="VCFxCopTool"
  108. />
  109. <Tool
  110. Name="VCAppVerifierTool"
  111. />
  112. <Tool
  113. Name="VCPostBuildEventTool"
  114. CommandLine="copy kernel.h ..\include&#x0D;&#x0A;copy device.h ..\include&#x0D;&#x0A;copy channel.h ..\include&#x0D;&#x0A;copy DevicesManager.h ..\include&#x0D;&#x0A;copy data.h ..\include&#x0D;&#x0A;copy VariantManager.h ..\include&#x0D;&#x0A;copy Serial.h ..\include&#x0D;&#x0A;copy Network.h ..\include&#x0D;&#x0A;copy AsyncSocketServerImpl.h ..\include&#x0D;&#x0A;copy SocketClientImpl.h ..\include&#x0D;&#x0A;copy SocketHandle.h ..\include&#x0D;&#x0A;copy SocketServerImpl.h ..\include&#x0D;&#x0A;copy CritSection.h ..\include&#x0D;&#x0A;copy ThreadPool.hpp ..\include&#x0D;&#x0A;copy EventManager.h ..\include&#x0D;&#x0A;"
  115. />
  116. </Configuration>
  117. <Configuration
  118. Name="Release|Win32"
  119. OutputDirectory="..\输出目录\kernel\Release"
  120. IntermediateDirectory="..\输出目录\kernel\Release"
  121. ConfigurationType="2"
  122. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
  123. UseOfMFC="2"
  124. ATLMinimizesCRunTimeLibraryUsage="false"
  125. CharacterSet="2"
  126. >
  127. <Tool
  128. Name="VCPreBuildEventTool"
  129. />
  130. <Tool
  131. Name="VCCustomBuildTool"
  132. />
  133. <Tool
  134. Name="VCXMLDataGeneratorTool"
  135. />
  136. <Tool
  137. Name="VCWebServiceProxyGeneratorTool"
  138. />
  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. />
  148. <Tool
  149. Name="VCCLCompilerTool"
  150. Optimization="2"
  151. InlineFunctionExpansion="1"
  152. AdditionalIncludeDirectories="..\Common\;..\DB\DB\include;..\..\log4cproj_c\Log4C"
  153. PreprocessorDefinitions="WIN32;NDEBUG;_AFXEXT;PUBLIC_IMPL;SOCKHANDLE_USE_OVERLAPPED;LOG4C_ENABLE"
  154. StringPooling="true"
  155. RuntimeLibrary="2"
  156. EnableFunctionLevelLinking="true"
  157. UsePrecompiledHeader="2"
  158. PrecompiledHeaderThrough="stdafx.h"
  159. PrecompiledHeaderFile="$(IntDir)/$(TargetName).pch"
  160. AssemblerListingLocation=""
  161. ObjectFile="$(IntDir)/"
  162. ProgramDataBaseFileName="$(IntDir)/"
  163. WarningLevel="3"
  164. SuppressStartupBanner="true"
  165. CompileAs="0"
  166. />
  167. <Tool
  168. Name="VCManagedResourceCompilerTool"
  169. />
  170. <Tool
  171. Name="VCResourceCompilerTool"
  172. PreprocessorDefinitions="NDEBUG"
  173. Culture="2052"
  174. />
  175. <Tool
  176. Name="VCPreLinkEventTool"
  177. />
  178. <Tool
  179. Name="VCLinkerTool"
  180. AdditionalDependencies="..\lib\DB.lib ..\..\log4cproj_c\Log4C\lib\Log4C.lib"
  181. OutputFile="D:\Monitor\Client\kernel.dll"
  182. LinkIncremental="1"
  183. SuppressStartupBanner="true"
  184. ModuleDefinitionFile=".\kernel.def"
  185. ProgramDatabaseFile="$(IntDir)/$(ProjectName).pdb"
  186. SubSystem="2"
  187. RandomizedBaseAddress="1"
  188. DataExecutionPrevention="0"
  189. ImportLibrary="..\lib\kernel.lib"
  190. TargetMachine="1"
  191. />
  192. <Tool
  193. Name="VCALinkTool"
  194. />
  195. <Tool
  196. Name="VCManifestTool"
  197. />
  198. <Tool
  199. Name="VCXDCMakeTool"
  200. />
  201. <Tool
  202. Name="VCBscMakeTool"
  203. />
  204. <Tool
  205. Name="VCFxCopTool"
  206. />
  207. <Tool
  208. Name="VCAppVerifierTool"
  209. />
  210. <Tool
  211. Name="VCPostBuildEventTool"
  212. CommandLine="copy kernel.h ..\include&#x0D;&#x0A;copy device.h ..\include&#x0D;&#x0A;copy channel.h ..\include&#x0D;&#x0A;copy DevicesManager.h ..\include&#x0D;&#x0A;copy data.h ..\include&#x0D;&#x0A;copy VariantManager.h ..\include&#x0D;&#x0A;copy Serial.h ..\include&#x0D;&#x0A;copy Network.h ..\include&#x0D;&#x0A;copy EventManager.h ..\include&#x0D;&#x0A;"
  213. />
  214. </Configuration>
  215. </Configurations>
  216. <References>
  217. </References>
  218. <Files>
  219. <Filter
  220. Name="Source Files"
  221. Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  222. >
  223. <File
  224. RelativePath=".\Channel.cpp"
  225. >
  226. </File>
  227. <File
  228. RelativePath=".\crc32.cpp"
  229. >
  230. </File>
  231. <File
  232. RelativePath="Data.cpp"
  233. >
  234. <FileConfiguration
  235. Name="Debug|Win32"
  236. >
  237. <Tool
  238. Name="VCCLCompilerTool"
  239. Optimization="0"
  240. AdditionalIncludeDirectories=""
  241. PreprocessorDefinitions=""
  242. BasicRuntimeChecks="3"
  243. BrowseInformation="1"
  244. />
  245. </FileConfiguration>
  246. <FileConfiguration
  247. Name="Release|Win32"
  248. >
  249. <Tool
  250. Name="VCCLCompilerTool"
  251. Optimization="2"
  252. PreprocessorDefinitions=""
  253. />
  254. </FileConfiguration>
  255. </File>
  256. <File
  257. RelativePath=".\DBInterface.cpp"
  258. >
  259. </File>
  260. <File
  261. RelativePath=".\Device.cpp"
  262. >
  263. </File>
  264. <File
  265. RelativePath=".\DevicesManager.cpp"
  266. >
  267. </File>
  268. <File
  269. RelativePath=".\EventManager.cpp"
  270. >
  271. </File>
  272. <File
  273. RelativePath="kernel.cpp"
  274. >
  275. <FileConfiguration
  276. Name="Debug|Win32"
  277. >
  278. <Tool
  279. Name="VCCLCompilerTool"
  280. Optimization="0"
  281. AdditionalIncludeDirectories=""
  282. PreprocessorDefinitions=""
  283. BasicRuntimeChecks="3"
  284. BrowseInformation="1"
  285. />
  286. </FileConfiguration>
  287. <FileConfiguration
  288. Name="Release|Win32"
  289. >
  290. <Tool
  291. Name="VCCLCompilerTool"
  292. Optimization="2"
  293. PreprocessorDefinitions=""
  294. />
  295. </FileConfiguration>
  296. </File>
  297. <File
  298. RelativePath="kernel.def"
  299. >
  300. </File>
  301. <File
  302. RelativePath="kernel.rc"
  303. >
  304. </File>
  305. <File
  306. RelativePath=".\Network.cpp"
  307. >
  308. </File>
  309. <File
  310. RelativePath=".\Serial.cpp"
  311. >
  312. </File>
  313. <File
  314. RelativePath=".\SocketHandle.cpp"
  315. >
  316. </File>
  317. <File
  318. RelativePath="StdAfx.cpp"
  319. >
  320. <FileConfiguration
  321. Name="Debug|Win32"
  322. >
  323. <Tool
  324. Name="VCCLCompilerTool"
  325. Optimization="0"
  326. AdditionalIncludeDirectories=""
  327. PreprocessorDefinitions=""
  328. BasicRuntimeChecks="3"
  329. UsePrecompiledHeader="1"
  330. BrowseInformation="1"
  331. />
  332. </FileConfiguration>
  333. <FileConfiguration
  334. Name="Release|Win32"
  335. >
  336. <Tool
  337. Name="VCCLCompilerTool"
  338. Optimization="2"
  339. PreprocessorDefinitions=""
  340. UsePrecompiledHeader="1"
  341. />
  342. </FileConfiguration>
  343. </File>
  344. <File
  345. RelativePath=".\TCPClient.cpp"
  346. >
  347. </File>
  348. <File
  349. RelativePath=".\TcpParse.cpp"
  350. >
  351. </File>
  352. <File
  353. RelativePath=".\VariantManager.cpp"
  354. >
  355. </File>
  356. </Filter>
  357. <Filter
  358. Name="Header Files"
  359. Filter="h;hpp;hxx;hm;inl"
  360. >
  361. <File
  362. RelativePath=".\AsyncSocketServerImpl.h"
  363. >
  364. </File>
  365. <File
  366. RelativePath=".\Channel.h"
  367. >
  368. </File>
  369. <File
  370. RelativePath=".\Client2SrvType.h"
  371. >
  372. </File>
  373. <File
  374. RelativePath=".\crc32.h"
  375. >
  376. </File>
  377. <File
  378. RelativePath=".\CritSection.h"
  379. >
  380. </File>
  381. <File
  382. RelativePath="Data.h"
  383. >
  384. </File>
  385. <File
  386. RelativePath=".\DBInterface.h"
  387. >
  388. </File>
  389. <File
  390. RelativePath=".\Device.h"
  391. >
  392. </File>
  393. <File
  394. RelativePath=".\DevicesManager.h"
  395. >
  396. </File>
  397. <File
  398. RelativePath=".\EventManager.h"
  399. >
  400. </File>
  401. <File
  402. RelativePath="kernel.h"
  403. >
  404. </File>
  405. <File
  406. RelativePath=".\NetWork.h"
  407. >
  408. </File>
  409. <File
  410. RelativePath="Resource.h"
  411. >
  412. </File>
  413. <File
  414. RelativePath=".\Serial.h"
  415. >
  416. </File>
  417. <File
  418. RelativePath=".\SocketClientImpl.h"
  419. >
  420. </File>
  421. <File
  422. RelativePath=".\SocketHandle.h"
  423. >
  424. </File>
  425. <File
  426. RelativePath=".\SocketServerImpl.h"
  427. >
  428. </File>
  429. <File
  430. RelativePath="StdAfx.h"
  431. >
  432. </File>
  433. <File
  434. RelativePath=".\TCPClient.h"
  435. >
  436. </File>
  437. <File
  438. RelativePath=".\TcpParse.h"
  439. >
  440. </File>
  441. <File
  442. RelativePath=".\ThreadPool.hpp"
  443. >
  444. </File>
  445. <File
  446. RelativePath=".\VariantManager.h"
  447. >
  448. </File>
  449. </Filter>
  450. <Filter
  451. Name="Resource Files"
  452. Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
  453. >
  454. </Filter>
  455. <File
  456. RelativePath="ReadMe.txt"
  457. >
  458. </File>
  459. </Files>
  460. <Globals>
  461. <Global
  462. Name="RESOURCE_FILE"
  463. Value="kernel.rc"
  464. />
  465. </Globals>
  466. </VisualStudioProject>