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

MySQL数据库

开发平台:

Visual C++

  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.10"
  5. Name="thr_test"
  6. SccProjectName=""
  7. SccLocalPath="">
  8. <Platforms>
  9. <Platform
  10. Name="Win32"/>
  11. </Platforms>
  12. <Configurations>
  13. <Configuration
  14. Name="Debug|Win32"
  15. OutputDirectory=".debug"
  16. IntermediateDirectory=".debug"
  17. ConfigurationType="1"
  18. UseOfMFC="0"
  19. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  20. CharacterSet="2">
  21. <Tool
  22. Name="VCCLCompilerTool"
  23. Optimization="0"
  24. OptimizeForProcessor="2"
  25. AdditionalIncludeDirectories="../include"
  26. PreprocessorDefinitions="__WIN32__;_DEBUG;SAFEMALLOC;SAFE_MUTEX;_CONSOLE;_WINDOWS"
  27. ExceptionHandling="FALSE"
  28. RuntimeLibrary="1"
  29. PrecompiledHeaderFile=".debug/thr_test.pch"
  30. AssemblerListingLocation=".debug/"
  31. ObjectFile=".debug/"
  32. ProgramDataBaseFileName=".debug/"
  33. WarningLevel="3"
  34. SuppressStartupBanner="TRUE"
  35. DebugInformationFormat="1"
  36. CompileAs="0"/>
  37. <Tool
  38. Name="VCCustomBuildTool"/>
  39. <Tool
  40. Name="VCLinkerTool"
  41. OutputFile=".debug/thr_test.exe"
  42. LinkIncremental="1"
  43. SuppressStartupBanner="TRUE"
  44. GenerateDebugInformation="TRUE"
  45. ProgramDatabaseFile=".debug/thr_test.pdb"
  46. SubSystem="1"
  47. TargetMachine="1"/>
  48. <Tool
  49. Name="VCMIDLTool"
  50. TypeLibraryName=".debug/thr_test.tlb"
  51. HeaderFileName=""/>
  52. <Tool
  53. Name="VCPostBuildEventTool"/>
  54. <Tool
  55. Name="VCPreBuildEventTool"/>
  56. <Tool
  57. Name="VCPreLinkEventTool"/>
  58. <Tool
  59. Name="VCResourceCompilerTool"
  60. PreprocessorDefinitions="_DEBUG"
  61. Culture="1035"/>
  62. <Tool
  63. Name="VCWebServiceProxyGeneratorTool"/>
  64. <Tool
  65. Name="VCXMLDataGeneratorTool"/>
  66. <Tool
  67. Name="VCWebDeploymentTool"/>
  68. <Tool
  69. Name="VCManagedWrapperGeneratorTool"/>
  70. <Tool
  71. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  72. </Configuration>
  73. <Configuration
  74. Name="Release|Win32"
  75. OutputDirectory=".release"
  76. IntermediateDirectory=".release"
  77. ConfigurationType="1"
  78. UseOfMFC="0"
  79. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  80. CharacterSet="2">
  81. <Tool
  82. Name="VCCLCompilerTool"
  83. Optimization="2"
  84. InlineFunctionExpansion="1"
  85. OptimizeForProcessor="2"
  86. AdditionalIncludeDirectories="../include"
  87. PreprocessorDefinitions="DBUG_OFF;_CONSOLE;_WINDOWS;NDEBUG"
  88. StringPooling="TRUE"
  89. ExceptionHandling="FALSE"
  90. RuntimeLibrary="0"
  91. EnableFunctionLevelLinking="TRUE"
  92. PrecompiledHeaderFile=".release/thr_test.pch"
  93. AssemblerListingLocation=".release/"
  94. ObjectFile=".release/"
  95. ProgramDataBaseFileName=".release/"
  96. WarningLevel="3"
  97. SuppressStartupBanner="TRUE"
  98. CompileAs="0"/>
  99. <Tool
  100. Name="VCCustomBuildTool"/>
  101. <Tool
  102. Name="VCLinkerTool"
  103. OutputFile=".release/thr_test.exe"
  104. LinkIncremental="1"
  105. SuppressStartupBanner="TRUE"
  106. ProgramDatabaseFile=".release/thr_test.pdb"
  107. SubSystem="1"
  108. TargetMachine="1"/>
  109. <Tool
  110. Name="VCMIDLTool"
  111. TypeLibraryName=".release/thr_test.tlb"
  112. HeaderFileName=""/>
  113. <Tool
  114. Name="VCPostBuildEventTool"/>
  115. <Tool
  116. Name="VCPreBuildEventTool"/>
  117. <Tool
  118. Name="VCPreLinkEventTool"/>
  119. <Tool
  120. Name="VCResourceCompilerTool"
  121. PreprocessorDefinitions="NDEBUG"
  122. Culture="1035"/>
  123. <Tool
  124. Name="VCWebServiceProxyGeneratorTool"/>
  125. <Tool
  126. Name="VCXMLDataGeneratorTool"/>
  127. <Tool
  128. Name="VCWebDeploymentTool"/>
  129. <Tool
  130. Name="VCManagedWrapperGeneratorTool"/>
  131. <Tool
  132. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  133. </Configuration>
  134. </Configurations>
  135. <References>
  136. </References>
  137. <Files>
  138. <File
  139. RelativePath="thr_test.c">
  140. <FileConfiguration
  141. Name="Debug|Win32">
  142. <Tool
  143. Name="VCCLCompilerTool"
  144. Optimization="0"
  145. AdditionalIncludeDirectories=""
  146. PreprocessorDefinitions=""
  147. AssemblerOutput="2"/>
  148. </FileConfiguration>
  149. <FileConfiguration
  150. Name="Release|Win32">
  151. <Tool
  152. Name="VCCLCompilerTool"
  153. Optimization="2"
  154. OptimizeForProcessor="1"
  155. AdditionalIncludeDirectories=""
  156. PreprocessorDefinitions=""/>
  157. </FileConfiguration>
  158. </File>
  159. </Files>
  160. <Globals>
  161. </Globals>
  162. </VisualStudioProject>