Setup.vcproj
上传用户:hcyyun520
上传日期:2019-05-14
资源大小:365k
文件大小:6k
源码类别:

TAPI编程

开发平台:

Visual C++

  1. <?xml version="1.0" encoding="gb2312"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="Setup"
  6. ProjectGUID="{9493FCCB-D68B-4549-AA40-F332835642B9}"
  7. TargetFrameworkVersion="0"
  8. >
  9. <Platforms>
  10. <Platform
  11. Name="Win32"
  12. />
  13. </Platforms>
  14. <ToolFiles>
  15. </ToolFiles>
  16. <Configurations>
  17. <Configuration
  18. Name="Release|Win32"
  19. OutputDirectory=".Release"
  20. IntermediateDirectory=".Release"
  21. ConfigurationType="1"
  22. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaultsUpgradeFromVC60.vsprops"
  23. UseOfMFC="0"
  24. ATLMinimizesCRunTimeLibraryUsage="false"
  25. >
  26. <Tool
  27. Name="VCPreBuildEventTool"
  28. />
  29. <Tool
  30. Name="VCCustomBuildTool"
  31. />
  32. <Tool
  33. Name="VCXMLDataGeneratorTool"
  34. />
  35. <Tool
  36. Name="VCWebServiceProxyGeneratorTool"
  37. />
  38. <Tool
  39. Name="VCMIDLTool"
  40. PreprocessorDefinitions="NDEBUG"
  41. MkTypLibCompatible="true"
  42. SuppressStartupBanner="true"
  43. TargetEnvironment="1"
  44. TypeLibraryName=".Release/Setup.tlb"
  45. HeaderFileName=""
  46. />
  47. <Tool
  48. Name="VCCLCompilerTool"
  49. Optimization="2"
  50. InlineFunctionExpansion="1"
  51. AdditionalIncludeDirectories="......tfx"
  52. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
  53. StringPooling="true"
  54. RuntimeLibrary="0"
  55. EnableFunctionLevelLinking="true"
  56. UsePrecompiledHeader="2"
  57. PrecompiledHeaderThrough="sepch.h"
  58. PrecompiledHeaderFile=".Release/Setup.pch"
  59. AssemblerListingLocation=".Release/"
  60. ObjectFile=".Release/"
  61. ProgramDataBaseFileName=".Release/"
  62. WarningLevel="3"
  63. SuppressStartupBanner="true"
  64. />
  65. <Tool
  66. Name="VCManagedResourceCompilerTool"
  67. />
  68. <Tool
  69. Name="VCResourceCompilerTool"
  70. PreprocessorDefinitions="NDEBUG"
  71. Culture="1033"
  72. />
  73. <Tool
  74. Name="VCPreLinkEventTool"
  75. />
  76. <Tool
  77. Name="VCLinkerTool"
  78. AdditionalDependencies="odbc32.lib odbccp32.lib tapi32.lib"
  79. OutputFile=".Release/Setup.exe"
  80. LinkIncremental="1"
  81. SuppressStartupBanner="true"
  82. ProgramDatabaseFile=".Release/Setup.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=".Release/Setup.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="Debug|Win32"
  114. OutputDirectory=".Debug"
  115. IntermediateDirectory=".Debug"
  116. ConfigurationType="1"
  117. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaultsUpgradeFromVC60.vsprops"
  118. UseOfMFC="0"
  119. ATLMinimizesCRunTimeLibraryUsage="false"
  120. >
  121. <Tool
  122. Name="VCPreBuildEventTool"
  123. />
  124. <Tool
  125. Name="VCCustomBuildTool"
  126. />
  127. <Tool
  128. Name="VCXMLDataGeneratorTool"
  129. />
  130. <Tool
  131. Name="VCWebServiceProxyGeneratorTool"
  132. />
  133. <Tool
  134. Name="VCMIDLTool"
  135. PreprocessorDefinitions="_DEBUG"
  136. MkTypLibCompatible="true"
  137. SuppressStartupBanner="true"
  138. TargetEnvironment="1"
  139. TypeLibraryName=".Debug/Setup.tlb"
  140. HeaderFileName=""
  141. />
  142. <Tool
  143. Name="VCCLCompilerTool"
  144. Optimization="0"
  145. AdditionalIncludeDirectories="......tfx"
  146. PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
  147. MinimalRebuild="true"
  148. RuntimeLibrary="1"
  149. UsePrecompiledHeader="2"
  150. PrecompiledHeaderThrough="sepch.h"
  151. PrecompiledHeaderFile=".Debug/Setup.pch"
  152. AssemblerListingLocation=".Debug/"
  153. ObjectFile=".Debug/"
  154. ProgramDataBaseFileName=".Debug/"
  155. WarningLevel="3"
  156. SuppressStartupBanner="true"
  157. DebugInformationFormat="4"
  158. />
  159. <Tool
  160. Name="VCManagedResourceCompilerTool"
  161. />
  162. <Tool
  163. Name="VCResourceCompilerTool"
  164. PreprocessorDefinitions="_DEBUG"
  165. Culture="1033"
  166. />
  167. <Tool
  168. Name="VCPreLinkEventTool"
  169. />
  170. <Tool
  171. Name="VCLinkerTool"
  172. AdditionalDependencies="odbc32.lib odbccp32.lib tapi32.lib"
  173. OutputFile=".Debug/Setup.exe"
  174. LinkIncremental="2"
  175. SuppressStartupBanner="true"
  176. GenerateDebugInformation="true"
  177. ProgramDatabaseFile=".Debug/Setup.pdb"
  178. SubSystem="2"
  179. RandomizedBaseAddress="1"
  180. DataExecutionPrevention="0"
  181. TargetMachine="1"
  182. />
  183. <Tool
  184. Name="VCALinkTool"
  185. />
  186. <Tool
  187. Name="VCManifestTool"
  188. />
  189. <Tool
  190. Name="VCXDCMakeTool"
  191. />
  192. <Tool
  193. Name="VCBscMakeTool"
  194. SuppressStartupBanner="true"
  195. OutputFile=".Debug/Setup.bsc"
  196. />
  197. <Tool
  198. Name="VCFxCopTool"
  199. />
  200. <Tool
  201. Name="VCAppVerifierTool"
  202. />
  203. <Tool
  204. Name="VCPostBuildEventTool"
  205. />
  206. </Configuration>
  207. </Configurations>
  208. <References>
  209. </References>
  210. <Files>
  211. <File
  212. RelativePath="sepch.cpp"
  213. >
  214. <FileConfiguration
  215. Name="Release|Win32"
  216. >
  217. <Tool
  218. Name="VCCLCompilerTool"
  219. AdditionalIncludeDirectories=""
  220. PreprocessorDefinitions=""
  221. UsePrecompiledHeader="1"
  222. />
  223. </FileConfiguration>
  224. <FileConfiguration
  225. Name="Debug|Win32"
  226. >
  227. <Tool
  228. Name="VCCLCompilerTool"
  229. AdditionalIncludeDirectories=""
  230. PreprocessorDefinitions=""
  231. UsePrecompiledHeader="1"
  232. />
  233. </FileConfiguration>
  234. </File>
  235. <File
  236. RelativePath="Setup.cpp"
  237. >
  238. <FileConfiguration
  239. Name="Release|Win32"
  240. >
  241. <Tool
  242. Name="VCCLCompilerTool"
  243. AdditionalIncludeDirectories=""
  244. PreprocessorDefinitions=""
  245. />
  246. </FileConfiguration>
  247. <FileConfiguration
  248. Name="Debug|Win32"
  249. >
  250. <Tool
  251. Name="VCCLCompilerTool"
  252. AdditionalIncludeDirectories=""
  253. PreprocessorDefinitions=""
  254. />
  255. </FileConfiguration>
  256. </File>
  257. </Files>
  258. <Globals>
  259. </Globals>
  260. </VisualStudioProject>