cdb tool.vcproj
上传用户:tany51
上传日期:2013-06-12
资源大小:1397k
文件大小:5k
源码类别:

MySQL数据库

开发平台:

Visual C++

  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.00"
  5. Name="cdb tool"
  6. ProjectGUID="{D9DD5E20-A25E-47A8-887E-F2E376482237}"
  7. RootNamespace="cdbtool"
  8. Keyword="ManagedCProj">
  9. <Platforms>
  10. <Platform
  11. Name="Win32"/>
  12. </Platforms>
  13. <Configurations>
  14. <Configuration
  15. Name="Debug|Win32"
  16. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  17. IntermediateDirectory="$(ConfigurationName)"
  18. ConfigurationType="1"
  19. CharacterSet="2"
  20. ManagedExtensions="TRUE">
  21. <Tool
  22. Name="VCCLCompilerTool"
  23. Optimization="0"
  24. PreprocessorDefinitions="WIN32;_DEBUG"
  25. MinimalRebuild="FALSE"
  26. BasicRuntimeChecks="0"
  27. RuntimeLibrary="1"
  28. WarningLevel="3"
  29. DebugInformationFormat="3"/>
  30. <Tool
  31. Name="VCCustomBuildTool"/>
  32. <Tool
  33. Name="VCLinkerTool"
  34. OutputFile="$(OutDir)$(ProjectName).exe"
  35. LinkIncremental="2"
  36. GenerateDebugInformation="TRUE"
  37. AssemblyDebug="1"/>
  38. <Tool
  39. Name="VCMIDLTool"/>
  40. <Tool
  41. Name="VCPostBuildEventTool"/>
  42. <Tool
  43. Name="VCPreBuildEventTool"/>
  44. <Tool
  45. Name="VCPreLinkEventTool"/>
  46. <Tool
  47. Name="VCResourceCompilerTool"/>
  48. <Tool
  49. Name="VCWebServiceProxyGeneratorTool"/>
  50. <Tool
  51. Name="VCXMLDataGeneratorTool"/>
  52. <Tool
  53. Name="VCWebDeploymentTool"/>
  54. <Tool
  55. Name="VCManagedWrapperGeneratorTool"/>
  56. <Tool
  57. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  58. </Configuration>
  59. <Configuration
  60. Name="Release|Win32"
  61. OutputDirectory="....bin"
  62. IntermediateDirectory="....objcdbtool"
  63. ConfigurationType="1"
  64. UseOfMFC="0"
  65. CharacterSet="2"
  66. ManagedExtensions="FALSE"
  67. WholeProgramOptimization="TRUE">
  68. <Tool
  69. Name="VCCLCompilerTool"
  70. GlobalOptimizations="FALSE"
  71. InlineFunctionExpansion="1"
  72. EnableIntrinsicFunctions="FALSE"
  73. ImproveFloatingPointConsistency="FALSE"
  74. FavorSizeOrSpeed="1"
  75. OmitFramePointers="TRUE"
  76. OptimizeForProcessor="0"
  77. OptimizeForWindowsApplication="TRUE"
  78. AdditionalIncludeDirectories="$(SolutionDir)/.."
  79. PreprocessorDefinitions="WIN32;NDEBUG;HAVE_FCNTL_H"
  80. StringPooling="TRUE"
  81. MinimalRebuild="FALSE"
  82. RuntimeLibrary="0"
  83. StructMemberAlignment="1"
  84. EnableFunctionLevelLinking="TRUE"
  85. WarningLevel="3"
  86. WarnAsError="FALSE"
  87. Detect64BitPortabilityProblems="TRUE"
  88. DebugInformationFormat="3"
  89. CompileAs="1"/>
  90. <Tool
  91. Name="VCCustomBuildTool"/>
  92. <Tool
  93. Name="VCLinkerTool"
  94. OutputFile="$(OutDir)$(ProjectName).exe"
  95. LinkIncremental="1"
  96. SuppressStartupBanner="TRUE"
  97. GenerateDebugInformation="TRUE"
  98. SubSystem="1"
  99. OptimizeReferences="2"
  100. EnableCOMDATFolding="2"
  101. TargetMachine="1"
  102. FixedBaseAddress="0"/>
  103. <Tool
  104. Name="VCMIDLTool"/>
  105. <Tool
  106. Name="VCPostBuildEventTool"/>
  107. <Tool
  108. Name="VCPreBuildEventTool"/>
  109. <Tool
  110. Name="VCPreLinkEventTool"/>
  111. <Tool
  112. Name="VCResourceCompilerTool"/>
  113. <Tool
  114. Name="VCWebServiceProxyGeneratorTool"/>
  115. <Tool
  116. Name="VCXMLDataGeneratorTool"/>
  117. <Tool
  118. Name="VCWebDeploymentTool"/>
  119. <Tool
  120. Name="VCManagedWrapperGeneratorTool"/>
  121. <Tool
  122. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  123. </Configuration>
  124. </Configurations>
  125. <References>
  126. </References>
  127. <Files>
  128. <Filter
  129. Name="Source Files"
  130. Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
  131. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
  132. <Filter
  133. Name="tinycdb"
  134. Filter="">
  135. <File
  136. RelativePath="..tinycdbcdb.c">
  137. </File>
  138. <File
  139. RelativePath="..tinycdbcdb_find.c">
  140. </File>
  141. <File
  142. RelativePath="..tinycdbcdb_findnext.c">
  143. </File>
  144. <File
  145. RelativePath="..tinycdbcdb_hash.c">
  146. </File>
  147. <File
  148. RelativePath="..tinycdbcdb_init.c">
  149. </File>
  150. <File
  151. RelativePath="..tinycdbcdb_make.c">
  152. </File>
  153. <File
  154. RelativePath="..tinycdbcdb_make_add.c">
  155. </File>
  156. <File
  157. RelativePath="..tinycdbcdb_make_find.c">
  158. </File>
  159. <File
  160. RelativePath="..tinycdbcdb_make_put.c">
  161. </File>
  162. <File
  163. RelativePath="..tinycdbcdb_seek.c">
  164. </File>
  165. <File
  166. RelativePath="..tinycdbcdb_seq.c">
  167. </File>
  168. <File
  169. RelativePath="..tinycdbcdb_unpack.c">
  170. </File>
  171. </Filter>
  172. <Filter
  173. Name="compat"
  174. Filter="">
  175. <File
  176. RelativePath="..compatgetopt.c">
  177. </File>
  178. <File
  179. RelativePath="..compatmmap.c">
  180. </File>
  181. </Filter>
  182. </Filter>
  183. <Filter
  184. Name="Header Files"
  185. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  186. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
  187. <Filter
  188. Name="common"
  189. Filter="">
  190. <File
  191. RelativePath="..commonsetup_before.h">
  192. </File>
  193. </Filter>
  194. <Filter
  195. Name="compat"
  196. Filter="">
  197. <File
  198. RelativePath="..compatgetopt.h">
  199. </File>
  200. <File
  201. RelativePath="..compatmmap.h">
  202. </File>
  203. </Filter>
  204. <Filter
  205. Name="tinycdb"
  206. Filter="">
  207. <File
  208. RelativePath="..tinycdbcdb.h">
  209. </File>
  210. <File
  211. RelativePath="..tinycdbcdb_int.h">
  212. </File>
  213. </Filter>
  214. </Filter>
  215. <Filter
  216. Name="Resource Files"
  217. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
  218. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
  219. </Filter>
  220. </Files>
  221. <Globals>
  222. </Globals>
  223. </VisualStudioProject>