clientdemo.vcproj 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341
  1. <?xml version="1.0" encoding="gb2312"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="clientdemo"
  6. ProjectGUID="{D5AF8430-3FF8-4105-9CEC-D852B9E6ADF6}"
  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=".\Debug"
  21. IntermediateDirectory=".\Debug"
  22. ConfigurationType="1"
  23. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
  24. UseOfMFC="1"
  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=".\Debug/clientdemo.tlb"
  47. HeaderFileName=""
  48. />
  49. <Tool
  50. Name="VCCLCompilerTool"
  51. Optimization="0"
  52. PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
  53. BasicRuntimeChecks="3"
  54. RuntimeLibrary="1"
  55. UsePrecompiledHeader="2"
  56. PrecompiledHeaderThrough="stdafx.h"
  57. PrecompiledHeaderFile=".\Debug/clientdemo.pch"
  58. AssemblerListingLocation=".\Debug/"
  59. ObjectFile=".\Debug/"
  60. ProgramDataBaseFileName=".\Debug/"
  61. WarningLevel="3"
  62. SuppressStartupBanner="true"
  63. DebugInformationFormat="4"
  64. />
  65. <Tool
  66. Name="VCManagedResourceCompilerTool"
  67. />
  68. <Tool
  69. Name="VCResourceCompilerTool"
  70. PreprocessorDefinitions="_DEBUG"
  71. Culture="2052"
  72. />
  73. <Tool
  74. Name="VCPreLinkEventTool"
  75. />
  76. <Tool
  77. Name="VCLinkerTool"
  78. AdditionalDependencies="hikclient.lib"
  79. OutputFile=".\Debug/clientdemo.exe"
  80. LinkIncremental="1"
  81. SuppressStartupBanner="true"
  82. GenerateDebugInformation="true"
  83. ProgramDatabaseFile=".\Debug/clientdemo.pdb"
  84. SubSystem="2"
  85. RandomizedBaseAddress="1"
  86. DataExecutionPrevention="0"
  87. TargetMachine="1"
  88. />
  89. <Tool
  90. Name="VCALinkTool"
  91. />
  92. <Tool
  93. Name="VCManifestTool"
  94. />
  95. <Tool
  96. Name="VCXDCMakeTool"
  97. />
  98. <Tool
  99. Name="VCBscMakeTool"
  100. />
  101. <Tool
  102. Name="VCFxCopTool"
  103. />
  104. <Tool
  105. Name="VCAppVerifierTool"
  106. />
  107. <Tool
  108. Name="VCPostBuildEventTool"
  109. />
  110. </Configuration>
  111. <Configuration
  112. Name="Release|Win32"
  113. OutputDirectory=".\Release"
  114. IntermediateDirectory=".\Release"
  115. ConfigurationType="1"
  116. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
  117. UseOfMFC="1"
  118. ATLMinimizesCRunTimeLibraryUsage="false"
  119. CharacterSet="2"
  120. >
  121. <Tool
  122. Name="VCPreBuildEventTool"
  123. />
  124. <Tool
  125. Name="VCCustomBuildTool"
  126. />
  127. <Tool
  128. Name="VCXMLDataGeneratorTool"
  129. />
  130. <Tool
  131. Name="VCWebServiceProxyGeneratorTool"
  132. />
  133. <Tool
  134. Name="VCMIDLTool"
  135. PreprocessorDefinitions="NDEBUG"
  136. MkTypLibCompatible="true"
  137. SuppressStartupBanner="true"
  138. TargetEnvironment="1"
  139. TypeLibraryName=".\Release/clientdemo.tlb"
  140. HeaderFileName=""
  141. />
  142. <Tool
  143. Name="VCCLCompilerTool"
  144. Optimization="2"
  145. InlineFunctionExpansion="1"
  146. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
  147. StringPooling="true"
  148. RuntimeLibrary="0"
  149. EnableFunctionLevelLinking="true"
  150. UsePrecompiledHeader="2"
  151. PrecompiledHeaderThrough="stdafx.h"
  152. PrecompiledHeaderFile=".\Release/clientdemo.pch"
  153. AssemblerListingLocation=".\Release/"
  154. ObjectFile=".\Release/"
  155. ProgramDataBaseFileName=".\Release/"
  156. WarningLevel="3"
  157. SuppressStartupBanner="true"
  158. />
  159. <Tool
  160. Name="VCManagedResourceCompilerTool"
  161. />
  162. <Tool
  163. Name="VCResourceCompilerTool"
  164. PreprocessorDefinitions="NDEBUG"
  165. Culture="2052"
  166. />
  167. <Tool
  168. Name="VCPreLinkEventTool"
  169. />
  170. <Tool
  171. Name="VCLinkerTool"
  172. AdditionalDependencies="hikclient.lib"
  173. OutputFile=".\Release/clientdemo.exe"
  174. LinkIncremental="1"
  175. SuppressStartupBanner="true"
  176. ProgramDatabaseFile=".\Release/clientdemo.pdb"
  177. SubSystem="2"
  178. RandomizedBaseAddress="1"
  179. DataExecutionPrevention="0"
  180. TargetMachine="1"
  181. />
  182. <Tool
  183. Name="VCALinkTool"
  184. />
  185. <Tool
  186. Name="VCManifestTool"
  187. />
  188. <Tool
  189. Name="VCXDCMakeTool"
  190. />
  191. <Tool
  192. Name="VCBscMakeTool"
  193. />
  194. <Tool
  195. Name="VCFxCopTool"
  196. />
  197. <Tool
  198. Name="VCAppVerifierTool"
  199. />
  200. <Tool
  201. Name="VCPostBuildEventTool"
  202. />
  203. </Configuration>
  204. </Configurations>
  205. <References>
  206. </References>
  207. <Files>
  208. <Filter
  209. Name="Source Files"
  210. Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  211. >
  212. <File
  213. RelativePath="clientdemo.cpp"
  214. >
  215. <FileConfiguration
  216. Name="Debug|Win32"
  217. >
  218. <Tool
  219. Name="VCCLCompilerTool"
  220. Optimization="0"
  221. PreprocessorDefinitions=""
  222. BasicRuntimeChecks="3"
  223. />
  224. </FileConfiguration>
  225. <FileConfiguration
  226. Name="Release|Win32"
  227. >
  228. <Tool
  229. Name="VCCLCompilerTool"
  230. Optimization="2"
  231. PreprocessorDefinitions=""
  232. />
  233. </FileConfiguration>
  234. </File>
  235. <File
  236. RelativePath="clientdemo.rc"
  237. >
  238. </File>
  239. <File
  240. RelativePath="clientdemoDlg.cpp"
  241. >
  242. <FileConfiguration
  243. Name="Debug|Win32"
  244. >
  245. <Tool
  246. Name="VCCLCompilerTool"
  247. Optimization="0"
  248. PreprocessorDefinitions=""
  249. BasicRuntimeChecks="3"
  250. />
  251. </FileConfiguration>
  252. <FileConfiguration
  253. Name="Release|Win32"
  254. >
  255. <Tool
  256. Name="VCCLCompilerTool"
  257. Optimization="2"
  258. PreprocessorDefinitions=""
  259. />
  260. </FileConfiguration>
  261. </File>
  262. <File
  263. RelativePath="StdAfx.cpp"
  264. >
  265. <FileConfiguration
  266. Name="Debug|Win32"
  267. >
  268. <Tool
  269. Name="VCCLCompilerTool"
  270. Optimization="0"
  271. PreprocessorDefinitions=""
  272. BasicRuntimeChecks="3"
  273. UsePrecompiledHeader="1"
  274. />
  275. </FileConfiguration>
  276. <FileConfiguration
  277. Name="Release|Win32"
  278. >
  279. <Tool
  280. Name="VCCLCompilerTool"
  281. Optimization="2"
  282. PreprocessorDefinitions=""
  283. UsePrecompiledHeader="1"
  284. />
  285. </FileConfiguration>
  286. </File>
  287. </Filter>
  288. <Filter
  289. Name="Header Files"
  290. Filter="h;hpp;hxx;hm;inl"
  291. >
  292. <File
  293. RelativePath="clientdemo.h"
  294. >
  295. </File>
  296. <File
  297. RelativePath="clientdemoDlg.h"
  298. >
  299. </File>
  300. <File
  301. RelativePath="hikclient.h"
  302. >
  303. </File>
  304. <File
  305. RelativePath="HikVisionSdk.h"
  306. >
  307. </File>
  308. <File
  309. RelativePath="Resource.h"
  310. >
  311. </File>
  312. <File
  313. RelativePath="StdAfx.h"
  314. >
  315. </File>
  316. </Filter>
  317. <Filter
  318. Name="Resource Files"
  319. Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
  320. >
  321. <File
  322. RelativePath="res\clientdemo.ico"
  323. >
  324. </File>
  325. <File
  326. RelativePath="res\clientdemo.rc2"
  327. >
  328. </File>
  329. </Filter>
  330. <File
  331. RelativePath="ReadMe.txt"
  332. >
  333. </File>
  334. </Files>
  335. <Globals>
  336. <Global
  337. Name="RESOURCE_FILE"
  338. Value="clientdemo.rc"
  339. />
  340. </Globals>
  341. </VisualStudioProject>