HyperLink_vc71.vcproj
上传用户:szled88
上传日期:2015-04-09
资源大小:43957k
文件大小:10k
源码类别:

对话框与窗口

开发平台:

Visual C++

  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.10"
  5. Name="HyperLink"
  6. SccProjectName=""
  7. SccLocalPath=""
  8. Keyword="MFCProj">
  9. <Platforms>
  10. <Platform
  11. Name="Win32"/>
  12. </Platforms>
  13. <Configurations>
  14. <Configuration
  15. Name="Unicode Release|Win32"
  16. OutputDirectory=".Unicode_Release/vc71"
  17. IntermediateDirectory=".Unicode_Release/vc71"
  18. ConfigurationType="1"
  19. UseOfMFC="2"
  20. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  21. CharacterSet="1">
  22. <Tool
  23. Name="VCCLCompilerTool"
  24. AdditionalOptions="/Zm200 "
  25. Optimization="2"
  26. InlineFunctionExpansion="1"
  27. AdditionalIncludeDirectories="../../../Source,../../AboutDlg"
  28. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
  29. StringPooling="TRUE"
  30. RuntimeLibrary="2"
  31. EnableFunctionLevelLinking="TRUE"
  32. TreatWChar_tAsBuiltInType="TRUE"
  33. UsePrecompiledHeader="3"
  34. PrecompiledHeaderThrough="stdafx.h"
  35. PrecompiledHeaderFile=".Unicode_Release/vc71/HyperLink.pch"
  36. AssemblerListingLocation=".Unicode_Release/vc71/"
  37. ObjectFile=".Unicode_Release/vc71/"
  38. ProgramDataBaseFileName=".Unicode_Release/vc71/"
  39. WarningLevel="3"
  40. SuppressStartupBanner="TRUE"
  41. CompileAs="0"/>
  42. <Tool
  43. Name="VCCustomBuildTool"/>
  44. <Tool
  45. Name="VCLinkerTool"
  46. OutputFile="../../../bin/vc71/HyperLinkU.exe"
  47. LinkIncremental="1"
  48. SuppressStartupBanner="TRUE"
  49. AdditionalLibraryDirectories="../../../lib/vc71"
  50. ProgramDatabaseFile=".Unicode_Release/vc71/HyperLinkU.pdb"
  51. SubSystem="2"
  52. EntryPointSymbol="wWinMainCRTStartup"
  53. TargetMachine="1"/>
  54. <Tool
  55. Name="VCMIDLTool"
  56. PreprocessorDefinitions="NDEBUG"
  57. MkTypLibCompatible="TRUE"
  58. SuppressStartupBanner="TRUE"
  59. TargetEnvironment="1"
  60. TypeLibraryName=".Unicode_Release/vc71/HyperLink.tlb"
  61. HeaderFileName=""/>
  62. <Tool
  63. Name="VCPostBuildEventTool"/>
  64. <Tool
  65. Name="VCPreBuildEventTool"/>
  66. <Tool
  67. Name="VCPreLinkEventTool"/>
  68. <Tool
  69. Name="VCResourceCompilerTool"
  70. PreprocessorDefinitions="NDEBUG"
  71. Culture="1033"
  72. AdditionalIncludeDirectories="../../../Source;../../AboutDlg"/>
  73. <Tool
  74. Name="VCWebServiceProxyGeneratorTool"/>
  75. <Tool
  76. Name="VCXMLDataGeneratorTool"/>
  77. <Tool
  78. Name="VCWebDeploymentTool"/>
  79. <Tool
  80. Name="VCManagedWrapperGeneratorTool"/>
  81. <Tool
  82. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  83. </Configuration>
  84. <Configuration
  85. Name="Release|Win32"
  86. OutputDirectory=".Release/vc71"
  87. IntermediateDirectory=".Release/vc71"
  88. ConfigurationType="1"
  89. UseOfMFC="1"
  90. ATLMinimizesCRunTimeLibraryUsage="FALSE">
  91. <Tool
  92. Name="VCCLCompilerTool"
  93. AdditionalOptions="/Zm200 "
  94. Optimization="2"
  95. InlineFunctionExpansion="1"
  96. AdditionalIncludeDirectories="../../../Source,../../AboutDlg"
  97. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
  98. StringPooling="TRUE"
  99. RuntimeLibrary="0"
  100. EnableFunctionLevelLinking="TRUE"
  101. TreatWChar_tAsBuiltInType="TRUE"
  102. UsePrecompiledHeader="3"
  103. PrecompiledHeaderThrough="stdafx.h"
  104. PrecompiledHeaderFile=".Release/vc71/HyperLink.pch"
  105. AssemblerListingLocation=".Release/vc71/"
  106. ObjectFile=".Release/vc71/"
  107. ProgramDataBaseFileName=".Release/vc71/"
  108. WarningLevel="3"
  109. SuppressStartupBanner="TRUE"
  110. CompileAs="0"/>
  111. <Tool
  112. Name="VCCustomBuildTool"/>
  113. <Tool
  114. Name="VCLinkerTool"
  115. OutputFile="../../../bin/vc71/HyperLink.exe"
  116. LinkIncremental="1"
  117. SuppressStartupBanner="TRUE"
  118. AdditionalLibraryDirectories="../../../lib/vc71"
  119. ProgramDatabaseFile=".Release/vc71/HyperLink.pdb"
  120. SubSystem="2"
  121. TargetMachine="1"/>
  122. <Tool
  123. Name="VCMIDLTool"
  124. PreprocessorDefinitions="NDEBUG"
  125. MkTypLibCompatible="TRUE"
  126. SuppressStartupBanner="TRUE"
  127. TargetEnvironment="1"
  128. TypeLibraryName=".Release/vc71/HyperLink.tlb"
  129. HeaderFileName=""/>
  130. <Tool
  131. Name="VCPostBuildEventTool"/>
  132. <Tool
  133. Name="VCPreBuildEventTool"/>
  134. <Tool
  135. Name="VCPreLinkEventTool"/>
  136. <Tool
  137. Name="VCResourceCompilerTool"
  138. PreprocessorDefinitions="NDEBUG"
  139. Culture="1033"
  140. AdditionalIncludeDirectories="../../../Source;../../AboutDlg"/>
  141. <Tool
  142. Name="VCWebServiceProxyGeneratorTool"/>
  143. <Tool
  144. Name="VCXMLDataGeneratorTool"/>
  145. <Tool
  146. Name="VCWebDeploymentTool"/>
  147. <Tool
  148. Name="VCManagedWrapperGeneratorTool"/>
  149. <Tool
  150. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  151. </Configuration>
  152. <Configuration
  153. Name="Debug|Win32"
  154. OutputDirectory=".Debug/vc71"
  155. IntermediateDirectory=".Debug/vc71"
  156. ConfigurationType="1"
  157. UseOfMFC="2"
  158. ATLMinimizesCRunTimeLibraryUsage="FALSE">
  159. <Tool
  160. Name="VCCLCompilerTool"
  161. AdditionalOptions="/Zm200 "
  162. Optimization="0"
  163. AdditionalIncludeDirectories="../../../Source,../../AboutDlg"
  164. PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
  165. RuntimeLibrary="3"
  166. TreatWChar_tAsBuiltInType="TRUE"
  167. UsePrecompiledHeader="3"
  168. PrecompiledHeaderThrough="stdafx.h"
  169. PrecompiledHeaderFile=".Debug/vc71/HyperLink.pch"
  170. AssemblerListingLocation=".Debug/vc71/"
  171. ObjectFile=".Debug/vc71/"
  172. ProgramDataBaseFileName=".Debug/vc71/"
  173. WarningLevel="3"
  174. SuppressStartupBanner="TRUE"
  175. DebugInformationFormat="4"
  176. CompileAs="0"/>
  177. <Tool
  178. Name="VCCustomBuildTool"/>
  179. <Tool
  180. Name="VCLinkerTool"
  181. OutputFile="../../../bin/vc71/HyperLinkD.exe"
  182. LinkIncremental="2"
  183. SuppressStartupBanner="TRUE"
  184. AdditionalLibraryDirectories="../../../lib/vc71"
  185. GenerateDebugInformation="TRUE"
  186. ProgramDatabaseFile=".Debug/vc71/HyperLinkD.pdb"
  187. SubSystem="2"
  188. TargetMachine="1"/>
  189. <Tool
  190. Name="VCMIDLTool"
  191. PreprocessorDefinitions="_DEBUG"
  192. MkTypLibCompatible="TRUE"
  193. SuppressStartupBanner="TRUE"
  194. TargetEnvironment="1"
  195. TypeLibraryName=".Debug/vc71/HyperLink.tlb"
  196. HeaderFileName=""/>
  197. <Tool
  198. Name="VCPostBuildEventTool"/>
  199. <Tool
  200. Name="VCPreBuildEventTool"/>
  201. <Tool
  202. Name="VCPreLinkEventTool"/>
  203. <Tool
  204. Name="VCResourceCompilerTool"
  205. PreprocessorDefinitions="_DEBUG"
  206. Culture="1033"
  207. AdditionalIncludeDirectories="../../../Source;../../AboutDlg"/>
  208. <Tool
  209. Name="VCWebServiceProxyGeneratorTool"/>
  210. <Tool
  211. Name="VCXMLDataGeneratorTool"/>
  212. <Tool
  213. Name="VCWebDeploymentTool"/>
  214. <Tool
  215. Name="VCManagedWrapperGeneratorTool"/>
  216. <Tool
  217. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  218. </Configuration>
  219. <Configuration
  220. Name="Unicode Debug|Win32"
  221. OutputDirectory=".Unicode_Debug/vc71"
  222. IntermediateDirectory=".Unicode_Debug/vc71"
  223. ConfigurationType="1"
  224. UseOfMFC="2"
  225. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  226. CharacterSet="1">
  227. <Tool
  228. Name="VCCLCompilerTool"
  229. AdditionalOptions="/Zm200 "
  230. Optimization="0"
  231. AdditionalIncludeDirectories="../../../Source,../../AboutDlg"
  232. PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
  233. RuntimeLibrary="3"
  234. TreatWChar_tAsBuiltInType="TRUE"
  235. UsePrecompiledHeader="3"
  236. PrecompiledHeaderThrough="stdafx.h"
  237. PrecompiledHeaderFile=".Unicode_Debug/vc71/HyperLink.pch"
  238. AssemblerListingLocation=".Unicode_Debug/vc71/"
  239. ObjectFile=".Unicode_Debug/vc71/"
  240. ProgramDataBaseFileName=".Unicode_Debug/vc71/"
  241. WarningLevel="3"
  242. SuppressStartupBanner="TRUE"
  243. DebugInformationFormat="4"
  244. CompileAs="0"/>
  245. <Tool
  246. Name="VCCustomBuildTool"/>
  247. <Tool
  248. Name="VCLinkerTool"
  249. OutputFile="../../../bin/vc71/HyperLinkUD.exe"
  250. LinkIncremental="2"
  251. SuppressStartupBanner="TRUE"
  252. AdditionalLibraryDirectories="../../../lib/vc71"
  253. GenerateDebugInformation="TRUE"
  254. ProgramDatabaseFile=".Unicode_Debug/vc71/HyperLinkUD.pdb"
  255. SubSystem="2"
  256. EntryPointSymbol="wWinMainCRTStartup"
  257. TargetMachine="1"/>
  258. <Tool
  259. Name="VCMIDLTool"
  260. PreprocessorDefinitions="_DEBUG"
  261. MkTypLibCompatible="TRUE"
  262. SuppressStartupBanner="TRUE"
  263. TargetEnvironment="1"
  264. TypeLibraryName=".Unicode_Debug/vc71/HyperLink.tlb"
  265. HeaderFileName=""/>
  266. <Tool
  267. Name="VCPostBuildEventTool"/>
  268. <Tool
  269. Name="VCPreBuildEventTool"/>
  270. <Tool
  271. Name="VCPreLinkEventTool"/>
  272. <Tool
  273. Name="VCResourceCompilerTool"
  274. PreprocessorDefinitions="_DEBUG"
  275. Culture="1033"
  276. AdditionalIncludeDirectories="../../../Source;../../AboutDlg"/>
  277. <Tool
  278. Name="VCWebServiceProxyGeneratorTool"/>
  279. <Tool
  280. Name="VCXMLDataGeneratorTool"/>
  281. <Tool
  282. Name="VCWebDeploymentTool"/>
  283. <Tool
  284. Name="VCManagedWrapperGeneratorTool"/>
  285. <Tool
  286. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  287. </Configuration>
  288. </Configurations>
  289. <References>
  290. </References>
  291. <Files>
  292. <Filter
  293. Name="Source Files"
  294. Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
  295. <File
  296. RelativePath="HyperLink.cpp">
  297. </File>
  298. <File
  299. RelativePath="HyperLink.rc">
  300. </File>
  301. <File
  302. RelativePath="HyperLinkDlg.cpp">
  303. </File>
  304. <File
  305. RelativePath="StdAfx.cpp">
  306. <FileConfiguration
  307. Name="Unicode Release|Win32">
  308. <Tool
  309. Name="VCCLCompilerTool"
  310. UsePrecompiledHeader="1"/>
  311. </FileConfiguration>
  312. <FileConfiguration
  313. Name="Release|Win32">
  314. <Tool
  315. Name="VCCLCompilerTool"
  316. UsePrecompiledHeader="1"/>
  317. </FileConfiguration>
  318. <FileConfiguration
  319. Name="Debug|Win32">
  320. <Tool
  321. Name="VCCLCompilerTool"
  322. UsePrecompiledHeader="1"/>
  323. </FileConfiguration>
  324. <FileConfiguration
  325. Name="Unicode Debug|Win32">
  326. <Tool
  327. Name="VCCLCompilerTool"
  328. UsePrecompiledHeader="1"/>
  329. </FileConfiguration>
  330. </File>
  331. </Filter>
  332. <Filter
  333. Name="Header Files"
  334. Filter="h;hpp;hxx;hm;inl">
  335. <File
  336. RelativePath="....AboutDlgAboutDlg.h">
  337. </File>
  338. <File
  339. RelativePath="HyperLink.h">
  340. </File>
  341. <File
  342. RelativePath="HyperLinkDlg.h">
  343. </File>
  344. <File
  345. RelativePath="Resource.h">
  346. </File>
  347. <File
  348. RelativePath="StdAfx.h">
  349. </File>
  350. </Filter>
  351. <Filter
  352. Name="Resource Files"
  353. Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
  354. <File
  355. RelativePath="resCjSample.ico">
  356. </File>
  357. <File
  358. RelativePath="resHyperLink.ico">
  359. </File>
  360. <File
  361. RelativePath="resHyperLink.rc2">
  362. </File>
  363. </Filter>
  364. </Files>
  365. <Globals>
  366. </Globals>
  367. </VisualStudioProject>