mysqlt.vcproj 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271
  1. <?xml version="1.0" encoding="gb2312"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="mysqlt"
  6. ProjectGUID="{4198E5D3-E8E1-4AD8-BD3D-838F843EA509}"
  7. RootNamespace="mysqlt"
  8. Keyword="MFCProj"
  9. TargetFrameworkVersion="196613"
  10. >
  11. <Platforms>
  12. <Platform
  13. Name="Win32"
  14. />
  15. </Platforms>
  16. <ToolFiles>
  17. </ToolFiles>
  18. <Configurations>
  19. <Configuration
  20. Name="Debug|Win32"
  21. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  22. IntermediateDirectory="$(ConfigurationName)"
  23. ConfigurationType="1"
  24. UseOfMFC="2"
  25. CharacterSet="2"
  26. >
  27. <Tool
  28. Name="VCPreBuildEventTool"
  29. />
  30. <Tool
  31. Name="VCCustomBuildTool"
  32. />
  33. <Tool
  34. Name="VCXMLDataGeneratorTool"
  35. />
  36. <Tool
  37. Name="VCWebServiceProxyGeneratorTool"
  38. />
  39. <Tool
  40. Name="VCMIDLTool"
  41. PreprocessorDefinitions="_DEBUG"
  42. MkTypLibCompatible="false"
  43. ValidateParameters="true"
  44. />
  45. <Tool
  46. Name="VCCLCompilerTool"
  47. Optimization="0"
  48. AdditionalIncludeDirectories="..\include"
  49. PreprocessorDefinitions="WIN32;_WINDOWS;_DEBUG"
  50. MinimalRebuild="true"
  51. BasicRuntimeChecks="3"
  52. RuntimeLibrary="3"
  53. UsePrecompiledHeader="2"
  54. WarningLevel="3"
  55. DebugInformationFormat="4"
  56. />
  57. <Tool
  58. Name="VCManagedResourceCompilerTool"
  59. />
  60. <Tool
  61. Name="VCResourceCompilerTool"
  62. PreprocessorDefinitions="_DEBUG"
  63. Culture="2052"
  64. AdditionalIncludeDirectories="$(IntDir)"
  65. />
  66. <Tool
  67. Name="VCPreLinkEventTool"
  68. />
  69. <Tool
  70. Name="VCLinkerTool"
  71. AdditionalDependencies="..\lib\libmariadb.lib"
  72. LinkIncremental="2"
  73. AdditionalLibraryDirectories="..\lib"
  74. GenerateDebugInformation="true"
  75. SubSystem="2"
  76. TargetMachine="1"
  77. />
  78. <Tool
  79. Name="VCALinkTool"
  80. />
  81. <Tool
  82. Name="VCManifestTool"
  83. />
  84. <Tool
  85. Name="VCXDCMakeTool"
  86. />
  87. <Tool
  88. Name="VCBscMakeTool"
  89. />
  90. <Tool
  91. Name="VCFxCopTool"
  92. />
  93. <Tool
  94. Name="VCAppVerifierTool"
  95. />
  96. <Tool
  97. Name="VCPostBuildEventTool"
  98. />
  99. </Configuration>
  100. <Configuration
  101. Name="Release|Win32"
  102. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  103. IntermediateDirectory="$(ConfigurationName)"
  104. ConfigurationType="1"
  105. UseOfMFC="2"
  106. CharacterSet="1"
  107. WholeProgramOptimization="1"
  108. >
  109. <Tool
  110. Name="VCPreBuildEventTool"
  111. />
  112. <Tool
  113. Name="VCCustomBuildTool"
  114. />
  115. <Tool
  116. Name="VCXMLDataGeneratorTool"
  117. />
  118. <Tool
  119. Name="VCWebServiceProxyGeneratorTool"
  120. />
  121. <Tool
  122. Name="VCMIDLTool"
  123. PreprocessorDefinitions="NDEBUG"
  124. MkTypLibCompatible="false"
  125. ValidateParameters="true"
  126. />
  127. <Tool
  128. Name="VCCLCompilerTool"
  129. Optimization="2"
  130. EnableIntrinsicFunctions="true"
  131. PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG"
  132. MinimalRebuild="false"
  133. RuntimeLibrary="2"
  134. EnableFunctionLevelLinking="true"
  135. UsePrecompiledHeader="2"
  136. WarningLevel="3"
  137. DebugInformationFormat="3"
  138. />
  139. <Tool
  140. Name="VCManagedResourceCompilerTool"
  141. />
  142. <Tool
  143. Name="VCResourceCompilerTool"
  144. PreprocessorDefinitions="NDEBUG"
  145. Culture="2052"
  146. AdditionalIncludeDirectories="$(IntDir)"
  147. />
  148. <Tool
  149. Name="VCPreLinkEventTool"
  150. />
  151. <Tool
  152. Name="VCLinkerTool"
  153. LinkIncremental="1"
  154. GenerateDebugInformation="true"
  155. SubSystem="2"
  156. OptimizeReferences="2"
  157. EnableCOMDATFolding="2"
  158. TargetMachine="1"
  159. />
  160. <Tool
  161. Name="VCALinkTool"
  162. />
  163. <Tool
  164. Name="VCManifestTool"
  165. />
  166. <Tool
  167. Name="VCXDCMakeTool"
  168. />
  169. <Tool
  170. Name="VCBscMakeTool"
  171. />
  172. <Tool
  173. Name="VCFxCopTool"
  174. />
  175. <Tool
  176. Name="VCAppVerifierTool"
  177. />
  178. <Tool
  179. Name="VCPostBuildEventTool"
  180. />
  181. </Configuration>
  182. </Configurations>
  183. <References>
  184. </References>
  185. <Files>
  186. <Filter
  187. Name="Ô´Îļþ"
  188. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  189. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  190. >
  191. <File
  192. RelativePath=".\mysqlt.cpp"
  193. >
  194. </File>
  195. <File
  196. RelativePath=".\mysqltDlg.cpp"
  197. >
  198. </File>
  199. <File
  200. RelativePath=".\stdafx.cpp"
  201. >
  202. <FileConfiguration
  203. Name="Debug|Win32"
  204. >
  205. <Tool
  206. Name="VCCLCompilerTool"
  207. UsePrecompiledHeader="1"
  208. />
  209. </FileConfiguration>
  210. <FileConfiguration
  211. Name="Release|Win32"
  212. >
  213. <Tool
  214. Name="VCCLCompilerTool"
  215. UsePrecompiledHeader="1"
  216. />
  217. </FileConfiguration>
  218. </File>
  219. </Filter>
  220. <Filter
  221. Name="Í·Îļþ"
  222. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  223. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  224. >
  225. <File
  226. RelativePath=".\mysqlt.h"
  227. >
  228. </File>
  229. <File
  230. RelativePath=".\mysqltDlg.h"
  231. >
  232. </File>
  233. <File
  234. RelativePath=".\Resource.h"
  235. >
  236. </File>
  237. <File
  238. RelativePath=".\stdafx.h"
  239. >
  240. </File>
  241. <File
  242. RelativePath=".\targetver.h"
  243. >
  244. </File>
  245. </Filter>
  246. <Filter
  247. Name="×ÊÔ´Îļþ"
  248. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
  249. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  250. >
  251. <File
  252. RelativePath=".\res\mysqlt.ico"
  253. >
  254. </File>
  255. <File
  256. RelativePath=".\mysqlt.rc"
  257. >
  258. </File>
  259. <File
  260. RelativePath=".\res\mysqlt.rc2"
  261. >
  262. </File>
  263. </Filter>
  264. <File
  265. RelativePath=".\ReadMe.txt"
  266. >
  267. </File>
  268. </Files>
  269. <Globals>
  270. </Globals>
  271. </VisualStudioProject>