vcProj.vcproj
上传用户:kaigelee
上传日期:2022-07-13
资源大小:6432k
文件大小:5k
源码类别:

图片显示

开发平台:

Visual C++

  1. <?xml version="1.0" encoding="gb2312"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="vcProj"
  6. ProjectGUID="{9E14BD7F-2E40-4F56-80E1-251035B37D2C}"
  7. TargetFrameworkVersion="0"
  8. >
  9. <Platforms>
  10. <Platform
  11. Name="Win32"
  12. />
  13. </Platforms>
  14. <ToolFiles>
  15. </ToolFiles>
  16. <Configurations>
  17. <Configuration
  18. Name="Debug|Win32"
  19. OutputDirectory=".Debug"
  20. IntermediateDirectory=".Debug"
  21. ConfigurationType="1"
  22. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaultsUpgradeFromVC60.vsprops"
  23. UseOfMFC="0"
  24. ATLMinimizesCRunTimeLibraryUsage="false"
  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="true"
  43. SuppressStartupBanner="true"
  44. TargetEnvironment="1"
  45. TypeLibraryName=".Debug/vcProj.tlb"
  46. HeaderFileName=""
  47. />
  48. <Tool
  49. Name="VCCLCompilerTool"
  50. Optimization="0"
  51. PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
  52. MinimalRebuild="true"
  53. BasicRuntimeChecks="3"
  54. RuntimeLibrary="1"
  55. PrecompiledHeaderFile=".Debug/vcProj.pch"
  56. AssemblerListingLocation=".Debug/"
  57. ObjectFile=".Debug/"
  58. ProgramDataBaseFileName=".Debug/"
  59. BrowseInformation="1"
  60. WarningLevel="3"
  61. SuppressStartupBanner="true"
  62. DebugInformationFormat="4"
  63. />
  64. <Tool
  65. Name="VCManagedResourceCompilerTool"
  66. />
  67. <Tool
  68. Name="VCResourceCompilerTool"
  69. PreprocessorDefinitions="_DEBUG"
  70. Culture="2052"
  71. />
  72. <Tool
  73. Name="VCPreLinkEventTool"
  74. />
  75. <Tool
  76. Name="VCLinkerTool"
  77. AdditionalDependencies="odbc32.lib odbccp32.lib bmp.lib"
  78. OutputFile=".Debug/vcProj.exe"
  79. LinkIncremental="2"
  80. SuppressStartupBanner="true"
  81. GenerateDebugInformation="true"
  82. ProgramDatabaseFile=".Debug/vcProj.pdb"
  83. SubSystem="2"
  84. RandomizedBaseAddress="1"
  85. DataExecutionPrevention="0"
  86. TargetMachine="1"
  87. />
  88. <Tool
  89. Name="VCALinkTool"
  90. />
  91. <Tool
  92. Name="VCManifestTool"
  93. />
  94. <Tool
  95. Name="VCXDCMakeTool"
  96. />
  97. <Tool
  98. Name="VCBscMakeTool"
  99. SuppressStartupBanner="true"
  100. OutputFile=".Debug/vcProj.bsc"
  101. />
  102. <Tool
  103. Name="VCFxCopTool"
  104. />
  105. <Tool
  106. Name="VCAppVerifierTool"
  107. />
  108. <Tool
  109. Name="VCPostBuildEventTool"
  110. />
  111. </Configuration>
  112. <Configuration
  113. Name="Release|Win32"
  114. OutputDirectory=".Release"
  115. IntermediateDirectory=".Release"
  116. ConfigurationType="1"
  117. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaultsUpgradeFromVC60.vsprops"
  118. UseOfMFC="0"
  119. ATLMinimizesCRunTimeLibraryUsage="false"
  120. CharacterSet="2"
  121. >
  122. <Tool
  123. Name="VCPreBuildEventTool"
  124. />
  125. <Tool
  126. Name="VCCustomBuildTool"
  127. />
  128. <Tool
  129. Name="VCXMLDataGeneratorTool"
  130. />
  131. <Tool
  132. Name="VCWebServiceProxyGeneratorTool"
  133. />
  134. <Tool
  135. Name="VCMIDLTool"
  136. PreprocessorDefinitions="NDEBUG"
  137. MkTypLibCompatible="true"
  138. SuppressStartupBanner="true"
  139. TargetEnvironment="1"
  140. TypeLibraryName=".Release/vcProj.tlb"
  141. HeaderFileName=""
  142. />
  143. <Tool
  144. Name="VCCLCompilerTool"
  145. Optimization="2"
  146. InlineFunctionExpansion="1"
  147. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
  148. StringPooling="true"
  149. RuntimeLibrary="0"
  150. EnableFunctionLevelLinking="true"
  151. PrecompiledHeaderFile=".Release/vcProj.pch"
  152. AssemblerListingLocation=".Release/"
  153. ObjectFile=".Release/"
  154. ProgramDataBaseFileName=".Release/"
  155. WarningLevel="3"
  156. SuppressStartupBanner="true"
  157. />
  158. <Tool
  159. Name="VCManagedResourceCompilerTool"
  160. />
  161. <Tool
  162. Name="VCResourceCompilerTool"
  163. PreprocessorDefinitions="NDEBUG"
  164. Culture="2052"
  165. />
  166. <Tool
  167. Name="VCPreLinkEventTool"
  168. />
  169. <Tool
  170. Name="VCLinkerTool"
  171. OutputFile=".Release/vcProj.exe"
  172. LinkIncremental="1"
  173. SuppressStartupBanner="true"
  174. ProgramDatabaseFile=".Release/vcProj.pdb"
  175. SubSystem="2"
  176. RandomizedBaseAddress="1"
  177. DataExecutionPrevention="0"
  178. TargetMachine="1"
  179. />
  180. <Tool
  181. Name="VCALinkTool"
  182. />
  183. <Tool
  184. Name="VCManifestTool"
  185. />
  186. <Tool
  187. Name="VCXDCMakeTool"
  188. />
  189. <Tool
  190. Name="VCBscMakeTool"
  191. SuppressStartupBanner="true"
  192. OutputFile=".Release/vcProj.bsc"
  193. />
  194. <Tool
  195. Name="VCFxCopTool"
  196. />
  197. <Tool
  198. Name="VCAppVerifierTool"
  199. />
  200. <Tool
  201. Name="VCPostBuildEventTool"
  202. />
  203. </Configuration>
  204. </Configurations>
  205. <References>
  206. </References>
  207. <Files>
  208. <Filter
  209. Name="singappl"
  210. >
  211. <Filter
  212. Name="maintask"
  213. >
  214. <File
  215. RelativePath="..maintask.c"
  216. >
  217. <FileConfiguration
  218. Name="Debug|Win32"
  219. >
  220. <Tool
  221. Name="VCCLCompilerTool"
  222. PreprocessorDefinitions=""
  223. />
  224. </FileConfiguration>
  225. <FileConfiguration
  226. Name="Release|Win32"
  227. >
  228. <Tool
  229. Name="VCCLCompilerTool"
  230. PreprocessorDefinitions=""
  231. />
  232. </FileConfiguration>
  233. </File>
  234. </Filter>
  235. </Filter>
  236. </Files>
  237. <Globals>
  238. </Globals>
  239. </VisualStudioProject>