my_print_defaults.vcproj
上传用户:romrleung
上传日期:2022-05-23
资源大小:18897k
文件大小:7k
源码类别:

MySQL数据库

开发平台:

Visual C++

  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.10"
  5. Name="my_print_defaults"
  6. SccProjectName=""
  7. SccLocalPath="">
  8. <Platforms>
  9. <Platform
  10. Name="Win32"/>
  11. </Platforms>
  12. <Configurations>
  13. <Configuration
  14. Name="Release|Win32"
  15. OutputDirectory=".release"
  16. IntermediateDirectory=".release"
  17. ConfigurationType="1"
  18. UseOfMFC="0"
  19. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  20. CharacterSet="2">
  21. <Tool
  22. Name="VCCLCompilerTool"
  23. Optimization="2"
  24. InlineFunctionExpansion="1"
  25. AdditionalIncludeDirectories="../include"
  26. PreprocessorDefinitions="WIN32;_CONSOLE;NDEBUG"
  27. StringPooling="TRUE"
  28. RuntimeLibrary="0"
  29. EnableFunctionLevelLinking="TRUE"
  30. UsePrecompiledHeader="2"
  31. PrecompiledHeaderFile=".release/my_print_defaults.pch"
  32. AssemblerListingLocation=".release/"
  33. ObjectFile=".release/"
  34. ProgramDataBaseFileName=".release/"
  35. WarningLevel="3"
  36. SuppressStartupBanner="TRUE"
  37. CompileAs="0"/>
  38. <Tool
  39. Name="VCCustomBuildTool"/>
  40. <Tool
  41. Name="VCLinkerTool"
  42. AdditionalDependencies="odbc32.lib odbccp32.lib wsock32.lib"
  43. OutputFile="../client_release/my_print_defaults.exe"
  44. LinkIncremental="1"
  45. SuppressStartupBanner="TRUE"
  46. ProgramDatabaseFile=".release/my_print_defaults.pdb"
  47. SubSystem="1"
  48. TargetMachine="1"/>
  49. <Tool
  50. Name="VCMIDLTool"
  51. TypeLibraryName=".release/my_print_defaults.tlb"
  52. HeaderFileName=""/>
  53. <Tool
  54. Name="VCPostBuildEventTool"/>
  55. <Tool
  56. Name="VCPreBuildEventTool"/>
  57. <Tool
  58. Name="VCPreLinkEventTool"/>
  59. <Tool
  60. Name="VCResourceCompilerTool"
  61. PreprocessorDefinitions="NDEBUG"
  62. Culture="1046"/>
  63. <Tool
  64. Name="VCWebServiceProxyGeneratorTool"/>
  65. <Tool
  66. Name="VCXMLDataGeneratorTool"/>
  67. <Tool
  68. Name="VCWebDeploymentTool"/>
  69. <Tool
  70. Name="VCManagedWrapperGeneratorTool"/>
  71. <Tool
  72. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  73. </Configuration>
  74. <Configuration
  75. Name="classic|Win32"
  76. OutputDirectory=".classic"
  77. IntermediateDirectory=".classic"
  78. ConfigurationType="1"
  79. UseOfMFC="0"
  80. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  81. CharacterSet="2">
  82. <Tool
  83. Name="VCCLCompilerTool"
  84. Optimization="2"
  85. InlineFunctionExpansion="1"
  86. AdditionalIncludeDirectories="../include"
  87. PreprocessorDefinitions="WIN32;_CONSOLE;LICENSE=Commercial;DBUG_OFF;NDEBUG"
  88. StringPooling="TRUE"
  89. RuntimeLibrary="0"
  90. EnableFunctionLevelLinking="TRUE"
  91. UsePrecompiledHeader="2"
  92. PrecompiledHeaderFile=".classic/my_print_defaults.pch"
  93. AssemblerListingLocation=".classic/"
  94. ObjectFile=".classic/"
  95. ProgramDataBaseFileName=".classic/"
  96. WarningLevel="3"
  97. SuppressStartupBanner="TRUE"
  98. CompileAs="0"/>
  99. <Tool
  100. Name="VCCustomBuildTool"/>
  101. <Tool
  102. Name="VCLinkerTool"
  103. AdditionalDependencies="odbc32.lib odbccp32.lib wsock32.lib"
  104. OutputFile="../client_classic/my_print_defaults.exe"
  105. LinkIncremental="1"
  106. SuppressStartupBanner="TRUE"
  107. AdditionalLibraryDirectories=""
  108. ProgramDatabaseFile=".classic/my_print_defaults.pdb"
  109. SubSystem="1"
  110. TargetMachine="1"/>
  111. <Tool
  112. Name="VCMIDLTool"
  113. TypeLibraryName=".classic/my_print_defaults.tlb"
  114. HeaderFileName=""/>
  115. <Tool
  116. Name="VCPostBuildEventTool"/>
  117. <Tool
  118. Name="VCPreBuildEventTool"/>
  119. <Tool
  120. Name="VCPreLinkEventTool"/>
  121. <Tool
  122. Name="VCResourceCompilerTool"
  123. PreprocessorDefinitions="NDEBUG"
  124. Culture="1046"/>
  125. <Tool
  126. Name="VCWebServiceProxyGeneratorTool"/>
  127. <Tool
  128. Name="VCXMLDataGeneratorTool"/>
  129. <Tool
  130. Name="VCWebDeploymentTool"/>
  131. <Tool
  132. Name="VCManagedWrapperGeneratorTool"/>
  133. <Tool
  134. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  135. </Configuration>
  136. <Configuration
  137. Name="Debug|Win32"
  138. OutputDirectory=".Debug"
  139. IntermediateDirectory=".Debug"
  140. ConfigurationType="1"
  141. UseOfMFC="0"
  142. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  143. CharacterSet="2">
  144. <Tool
  145. Name="VCCLCompilerTool"
  146. Optimization="0"
  147. AdditionalIncludeDirectories="../include"
  148. PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
  149. BasicRuntimeChecks="3"
  150. RuntimeLibrary="0"
  151. UsePrecompiledHeader="2"
  152. PrecompiledHeaderFile=".Debug/my_print_defaults.pch"
  153. AssemblerListingLocation=".Debug/"
  154. ObjectFile=".Debug/"
  155. ProgramDataBaseFileName=".Debug/"
  156. WarningLevel="3"
  157. SuppressStartupBanner="TRUE"
  158. DebugInformationFormat="1"
  159. CompileAs="0"/>
  160. <Tool
  161. Name="VCCustomBuildTool"/>
  162. <Tool
  163. Name="VCLinkerTool"
  164. AdditionalDependencies="odbc32.lib odbccp32.lib wsock32.lib"
  165. OutputFile="../client_debug/my_print_defaults.exe"
  166. LinkIncremental="1"
  167. SuppressStartupBanner="TRUE"
  168. IgnoreDefaultLibraryNames="LIBCMTD.lib"
  169. GenerateDebugInformation="TRUE"
  170. ProgramDatabaseFile=".Debug/my_print_defaults.pdb"
  171. SubSystem="1"
  172. TargetMachine="1"/>
  173. <Tool
  174. Name="VCMIDLTool"
  175. TypeLibraryName=".Debug/my_print_defaults.tlb"
  176. HeaderFileName=""/>
  177. <Tool
  178. Name="VCPostBuildEventTool"/>
  179. <Tool
  180. Name="VCPreBuildEventTool"/>
  181. <Tool
  182. Name="VCPreLinkEventTool"/>
  183. <Tool
  184. Name="VCResourceCompilerTool"
  185. PreprocessorDefinitions="_DEBUG"
  186. Culture="1046"/>
  187. <Tool
  188. Name="VCWebServiceProxyGeneratorTool"/>
  189. <Tool
  190. Name="VCXMLDataGeneratorTool"/>
  191. <Tool
  192. Name="VCWebDeploymentTool"/>
  193. <Tool
  194. Name="VCManagedWrapperGeneratorTool"/>
  195. <Tool
  196. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  197. </Configuration>
  198. </Configurations>
  199. <References>
  200. </References>
  201. <Files>
  202. <Filter
  203. Name="Source Files"
  204. Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
  205. <File
  206. RelativePath="..extramy_print_defaults.c">
  207. <FileConfiguration
  208. Name="Release|Win32">
  209. <Tool
  210. Name="VCCLCompilerTool"
  211. Optimization="2"
  212. AdditionalIncludeDirectories=""
  213. PreprocessorDefinitions=""/>
  214. </FileConfiguration>
  215. <FileConfiguration
  216. Name="classic|Win32">
  217. <Tool
  218. Name="VCCLCompilerTool"
  219. Optimization="2"
  220. AdditionalIncludeDirectories=""
  221. PreprocessorDefinitions=""/>
  222. </FileConfiguration>
  223. <FileConfiguration
  224. Name="Debug|Win32">
  225. <Tool
  226. Name="VCCLCompilerTool"
  227. Optimization="0"
  228. AdditionalIncludeDirectories=""
  229. PreprocessorDefinitions=""
  230. BasicRuntimeChecks="3"/>
  231. </FileConfiguration>
  232. </File>
  233. </Filter>
  234. <Filter
  235. Name="Header Files"
  236. Filter="h;hpp;hxx;hm;inl">
  237. </Filter>
  238. <Filter
  239. Name="Resource Files"
  240. Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
  241. </Filter>
  242. </Files>
  243. <Globals>
  244. </Globals>
  245. </VisualStudioProject>