DLL client.vcproj 7.3 KB

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