kernel.vcproj 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464
  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="..\..\..\bin\$(SolutionName)\Client"
  21. IntermediateDirectory="$(OutDir)\..\obj\$(ProjectName)\$(ConfigurationName)"
  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;PLATFORM_HAS_INETFUNC;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. LinkIncremental="1"
  83. SuppressStartupBanner="true"
  84. ModuleDefinitionFile=".\kernel.def"
  85. GenerateDebugInformation="true"
  86. ProgramDatabaseFile="$(IntDir)/$(ProjectName).pdb"
  87. SubSystem="2"
  88. RandomizedBaseAddress="1"
  89. DataExecutionPrevention="0"
  90. ImportLibrary="..\lib\kernel.lib"
  91. TargetMachine="1"
  92. />
  93. <Tool
  94. Name="VCALinkTool"
  95. />
  96. <Tool
  97. Name="VCManifestTool"
  98. />
  99. <Tool
  100. Name="VCXDCMakeTool"
  101. />
  102. <Tool
  103. Name="VCBscMakeTool"
  104. />
  105. <Tool
  106. Name="VCFxCopTool"
  107. />
  108. <Tool
  109. Name="VCAppVerifierTool"
  110. />
  111. <Tool
  112. Name="VCPostBuildEventTool"
  113. 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;"
  114. />
  115. </Configuration>
  116. <Configuration
  117. Name="Release|Win32"
  118. OutputDirectory="..\..\..\bin\$(SolutionName)\Client"
  119. IntermediateDirectory="$(OutDir)\..\obj\$(ProjectName)\$(ConfigurationName)"
  120. ConfigurationType="2"
  121. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
  122. UseOfMFC="2"
  123. ATLMinimizesCRunTimeLibraryUsage="false"
  124. CharacterSet="2"
  125. >
  126. <Tool
  127. Name="VCPreBuildEventTool"
  128. />
  129. <Tool
  130. Name="VCCustomBuildTool"
  131. />
  132. <Tool
  133. Name="VCXMLDataGeneratorTool"
  134. />
  135. <Tool
  136. Name="VCWebServiceProxyGeneratorTool"
  137. />
  138. <Tool
  139. Name="VCMIDLTool"
  140. PreprocessorDefinitions="NDEBUG"
  141. MkTypLibCompatible="true"
  142. SuppressStartupBanner="true"
  143. TargetEnvironment="1"
  144. TypeLibraryName=".\..\..\Release/kernel.tlb"
  145. HeaderFileName=""
  146. />
  147. <Tool
  148. Name="VCCLCompilerTool"
  149. Optimization="2"
  150. InlineFunctionExpansion="1"
  151. AdditionalIncludeDirectories="..\Common\;..\DB\DB\include;..\log4cproj_c\Log4C"
  152. PreprocessorDefinitions="WIN32;NDEBUG;_AFXEXT;PUBLIC_IMPL;SOCKHANDLE_USE_OVERLAPPED;PLATFORM_HAS_INETFUNC;LOG4C_ENABLE"
  153. StringPooling="true"
  154. RuntimeLibrary="2"
  155. EnableFunctionLevelLinking="true"
  156. UsePrecompiledHeader="2"
  157. PrecompiledHeaderThrough="stdafx.h"
  158. PrecompiledHeaderFile="$(IntDir)/$(TargetName).pch"
  159. AssemblerListingLocation=""
  160. ObjectFile="$(IntDir)/"
  161. ProgramDataBaseFileName="$(IntDir)/"
  162. WarningLevel="3"
  163. SuppressStartupBanner="true"
  164. CompileAs="0"
  165. />
  166. <Tool
  167. Name="VCManagedResourceCompilerTool"
  168. />
  169. <Tool
  170. Name="VCResourceCompilerTool"
  171. PreprocessorDefinitions="NDEBUG"
  172. Culture="2052"
  173. />
  174. <Tool
  175. Name="VCPreLinkEventTool"
  176. />
  177. <Tool
  178. Name="VCLinkerTool"
  179. AdditionalDependencies="..\lib\DB.lib ..\log4cproj_c\Log4C\lib\Log4C.lib"
  180. LinkIncremental="1"
  181. SuppressStartupBanner="true"
  182. ModuleDefinitionFile=".\kernel.def"
  183. ProgramDatabaseFile="$(IntDir)/$(ProjectName).pdb"
  184. SubSystem="2"
  185. RandomizedBaseAddress="1"
  186. DataExecutionPrevention="0"
  187. ImportLibrary="..\lib\kernel.lib"
  188. TargetMachine="1"
  189. />
  190. <Tool
  191. Name="VCALinkTool"
  192. />
  193. <Tool
  194. Name="VCManifestTool"
  195. />
  196. <Tool
  197. Name="VCXDCMakeTool"
  198. />
  199. <Tool
  200. Name="VCBscMakeTool"
  201. />
  202. <Tool
  203. Name="VCFxCopTool"
  204. />
  205. <Tool
  206. Name="VCAppVerifierTool"
  207. />
  208. <Tool
  209. Name="VCPostBuildEventTool"
  210. 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;del $(OutDir)\$(ProjectName).exp&#x0D;&#x0A;del $(OutDir)\$(ProjectName).lib&#x0D;&#x0A;del $(OutDir)\$(ProjectName).pdb&#x0D;&#x0A;del $(OutDir)\$(ProjectName).bsc&#x0D;&#x0A;"
  211. />
  212. </Configuration>
  213. </Configurations>
  214. <References>
  215. </References>
  216. <Files>
  217. <Filter
  218. Name="Source Files"
  219. Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  220. >
  221. <File
  222. RelativePath=".\Channel.cpp"
  223. >
  224. </File>
  225. <File
  226. RelativePath=".\crc32.cpp"
  227. >
  228. </File>
  229. <File
  230. RelativePath="Data.cpp"
  231. >
  232. <FileConfiguration
  233. Name="Debug|Win32"
  234. >
  235. <Tool
  236. Name="VCCLCompilerTool"
  237. Optimization="0"
  238. AdditionalIncludeDirectories=""
  239. PreprocessorDefinitions=""
  240. BasicRuntimeChecks="3"
  241. BrowseInformation="1"
  242. />
  243. </FileConfiguration>
  244. <FileConfiguration
  245. Name="Release|Win32"
  246. >
  247. <Tool
  248. Name="VCCLCompilerTool"
  249. Optimization="2"
  250. PreprocessorDefinitions=""
  251. />
  252. </FileConfiguration>
  253. </File>
  254. <File
  255. RelativePath=".\DBInterface.cpp"
  256. >
  257. </File>
  258. <File
  259. RelativePath=".\Device.cpp"
  260. >
  261. </File>
  262. <File
  263. RelativePath=".\DevicesManager.cpp"
  264. >
  265. </File>
  266. <File
  267. RelativePath=".\EventManager.cpp"
  268. >
  269. </File>
  270. <File
  271. RelativePath="kernel.cpp"
  272. >
  273. <FileConfiguration
  274. Name="Debug|Win32"
  275. >
  276. <Tool
  277. Name="VCCLCompilerTool"
  278. Optimization="0"
  279. AdditionalIncludeDirectories=""
  280. PreprocessorDefinitions=""
  281. BasicRuntimeChecks="3"
  282. BrowseInformation="1"
  283. />
  284. </FileConfiguration>
  285. <FileConfiguration
  286. Name="Release|Win32"
  287. >
  288. <Tool
  289. Name="VCCLCompilerTool"
  290. Optimization="2"
  291. PreprocessorDefinitions=""
  292. />
  293. </FileConfiguration>
  294. </File>
  295. <File
  296. RelativePath="kernel.def"
  297. >
  298. </File>
  299. <File
  300. RelativePath="kernel.rc"
  301. >
  302. </File>
  303. <File
  304. RelativePath=".\Network.cpp"
  305. >
  306. </File>
  307. <File
  308. RelativePath=".\Serial.cpp"
  309. >
  310. </File>
  311. <File
  312. RelativePath=".\SocketHandle.cpp"
  313. >
  314. </File>
  315. <File
  316. RelativePath="StdAfx.cpp"
  317. >
  318. <FileConfiguration
  319. Name="Debug|Win32"
  320. >
  321. <Tool
  322. Name="VCCLCompilerTool"
  323. Optimization="0"
  324. AdditionalIncludeDirectories=""
  325. PreprocessorDefinitions=""
  326. BasicRuntimeChecks="3"
  327. UsePrecompiledHeader="1"
  328. BrowseInformation="1"
  329. />
  330. </FileConfiguration>
  331. <FileConfiguration
  332. Name="Release|Win32"
  333. >
  334. <Tool
  335. Name="VCCLCompilerTool"
  336. Optimization="2"
  337. PreprocessorDefinitions=""
  338. UsePrecompiledHeader="1"
  339. />
  340. </FileConfiguration>
  341. </File>
  342. <File
  343. RelativePath=".\TCPClient.cpp"
  344. >
  345. </File>
  346. <File
  347. RelativePath=".\TcpParse.cpp"
  348. >
  349. </File>
  350. <File
  351. RelativePath=".\VariantManager.cpp"
  352. >
  353. </File>
  354. </Filter>
  355. <Filter
  356. Name="Header Files"
  357. Filter="h;hpp;hxx;hm;inl"
  358. >
  359. <File
  360. RelativePath=".\AsyncSocketServerImpl.h"
  361. >
  362. </File>
  363. <File
  364. RelativePath=".\Channel.h"
  365. >
  366. </File>
  367. <File
  368. RelativePath=".\Client2SrvType.h"
  369. >
  370. </File>
  371. <File
  372. RelativePath=".\crc32.h"
  373. >
  374. </File>
  375. <File
  376. RelativePath=".\CritSection.h"
  377. >
  378. </File>
  379. <File
  380. RelativePath="Data.h"
  381. >
  382. </File>
  383. <File
  384. RelativePath=".\DBInterface.h"
  385. >
  386. </File>
  387. <File
  388. RelativePath=".\Device.h"
  389. >
  390. </File>
  391. <File
  392. RelativePath=".\DevicesManager.h"
  393. >
  394. </File>
  395. <File
  396. RelativePath=".\EventManager.h"
  397. >
  398. </File>
  399. <File
  400. RelativePath="kernel.h"
  401. >
  402. </File>
  403. <File
  404. RelativePath=".\NetWork.h"
  405. >
  406. </File>
  407. <File
  408. RelativePath="Resource.h"
  409. >
  410. </File>
  411. <File
  412. RelativePath=".\Serial.h"
  413. >
  414. </File>
  415. <File
  416. RelativePath=".\SocketClientImpl.h"
  417. >
  418. </File>
  419. <File
  420. RelativePath=".\SocketHandle.h"
  421. >
  422. </File>
  423. <File
  424. RelativePath=".\SocketServerImpl.h"
  425. >
  426. </File>
  427. <File
  428. RelativePath="StdAfx.h"
  429. >
  430. </File>
  431. <File
  432. RelativePath=".\TCPClient.h"
  433. >
  434. </File>
  435. <File
  436. RelativePath=".\TcpParse.h"
  437. >
  438. </File>
  439. <File
  440. RelativePath=".\ThreadPool.hpp"
  441. >
  442. </File>
  443. <File
  444. RelativePath=".\VariantManager.h"
  445. >
  446. </File>
  447. </Filter>
  448. <Filter
  449. Name="Resource Files"
  450. Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
  451. >
  452. </Filter>
  453. <File
  454. RelativePath="ReadMe.txt"
  455. >
  456. </File>
  457. </Files>
  458. <Globals>
  459. <Global
  460. Name="RESOURCE_FILE"
  461. Value="kernel.rc"
  462. />
  463. </Globals>
  464. </VisualStudioProject>