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

对话框与窗口

开发平台:

Visual C++

  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.10"
  5. Name="VistaTaskDialog"
  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/VistaTaskDialog.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/VistaTaskDialogU.exe"
  47. LinkIncremental="1"
  48. SuppressStartupBanner="TRUE"
  49. AdditionalLibraryDirectories="../../../lib/vc71"
  50. ProgramDatabaseFile=".Unicode_Release/vc71/VistaTaskDialogU.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/VistaTaskDialog.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="Debug|Win32"
  86. OutputDirectory=".Debug/vc71"
  87. IntermediateDirectory=".Debug/vc71"
  88. ConfigurationType="1"
  89. UseOfMFC="2"
  90. ATLMinimizesCRunTimeLibraryUsage="FALSE">
  91. <Tool
  92. Name="VCCLCompilerTool"
  93. AdditionalOptions="/Zm200 "
  94. Optimization="0"
  95. AdditionalIncludeDirectories="../../../Source,../../AboutDlg"
  96. PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
  97. RuntimeLibrary="3"
  98. TreatWChar_tAsBuiltInType="TRUE"
  99. UsePrecompiledHeader="3"
  100. PrecompiledHeaderThrough="stdafx.h"
  101. PrecompiledHeaderFile=".Debug/vc71/VistaTaskDialog.pch"
  102. AssemblerListingLocation=".Debug/vc71/"
  103. ObjectFile=".Debug/vc71/"
  104. ProgramDataBaseFileName=".Debug/vc71/"
  105. WarningLevel="3"
  106. SuppressStartupBanner="TRUE"
  107. DebugInformationFormat="4"
  108. CompileAs="0"/>
  109. <Tool
  110. Name="VCCustomBuildTool"/>
  111. <Tool
  112. Name="VCLinkerTool"
  113. OutputFile="../../../bin/vc71/VistaTaskDialogD.exe"
  114. LinkIncremental="2"
  115. SuppressStartupBanner="TRUE"
  116. AdditionalLibraryDirectories="../../../lib/vc71"
  117. GenerateDebugInformation="TRUE"
  118. ProgramDatabaseFile=".Debug/vc71/VistaTaskDialogD.pdb"
  119. SubSystem="2"
  120. TargetMachine="1"/>
  121. <Tool
  122. Name="VCMIDLTool"
  123. PreprocessorDefinitions="_DEBUG"
  124. MkTypLibCompatible="TRUE"
  125. SuppressStartupBanner="TRUE"
  126. TargetEnvironment="1"
  127. TypeLibraryName=".Debug/vc71/VistaTaskDialog.tlb"
  128. HeaderFileName=""/>
  129. <Tool
  130. Name="VCPostBuildEventTool"/>
  131. <Tool
  132. Name="VCPreBuildEventTool"/>
  133. <Tool
  134. Name="VCPreLinkEventTool"/>
  135. <Tool
  136. Name="VCResourceCompilerTool"
  137. PreprocessorDefinitions="_DEBUG"
  138. Culture="1033"
  139. AdditionalIncludeDirectories="../../../Source;../../AboutDlg"/>
  140. <Tool
  141. Name="VCWebServiceProxyGeneratorTool"/>
  142. <Tool
  143. Name="VCXMLDataGeneratorTool"/>
  144. <Tool
  145. Name="VCWebDeploymentTool"/>
  146. <Tool
  147. Name="VCManagedWrapperGeneratorTool"/>
  148. <Tool
  149. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  150. </Configuration>
  151. <Configuration
  152. Name="Release|Win32"
  153. OutputDirectory=".Release/vc71"
  154. IntermediateDirectory=".Release/vc71"
  155. ConfigurationType="1"
  156. UseOfMFC="1"
  157. ATLMinimizesCRunTimeLibraryUsage="FALSE">
  158. <Tool
  159. Name="VCCLCompilerTool"
  160. AdditionalOptions="/Zm200 "
  161. Optimization="2"
  162. InlineFunctionExpansion="1"
  163. AdditionalIncludeDirectories="../../../Source,../../AboutDlg"
  164. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
  165. StringPooling="TRUE"
  166. RuntimeLibrary="0"
  167. EnableFunctionLevelLinking="TRUE"
  168. TreatWChar_tAsBuiltInType="TRUE"
  169. UsePrecompiledHeader="3"
  170. PrecompiledHeaderThrough="stdafx.h"
  171. PrecompiledHeaderFile=".Release/vc71/VistaTaskDialog.pch"
  172. AssemblerListingLocation=".Release/vc71/"
  173. ObjectFile=".Release/vc71/"
  174. ProgramDataBaseFileName=".Release/vc71/"
  175. WarningLevel="3"
  176. SuppressStartupBanner="TRUE"
  177. CompileAs="0"/>
  178. <Tool
  179. Name="VCCustomBuildTool"/>
  180. <Tool
  181. Name="VCLinkerTool"
  182. OutputFile="../../../bin/vc71/VistaTaskDialog.exe"
  183. LinkIncremental="1"
  184. SuppressStartupBanner="TRUE"
  185. AdditionalLibraryDirectories="../../../lib/vc71"
  186. ProgramDatabaseFile=".Release/vc71/VistaTaskDialog.pdb"
  187. SubSystem="2"
  188. TargetMachine="1"/>
  189. <Tool
  190. Name="VCMIDLTool"
  191. PreprocessorDefinitions="NDEBUG"
  192. MkTypLibCompatible="TRUE"
  193. SuppressStartupBanner="TRUE"
  194. TargetEnvironment="1"
  195. TypeLibraryName=".Release/vc71/VistaTaskDialog.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="NDEBUG"
  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/VistaTaskDialog.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/VistaTaskDialogUD.exe"
  250. LinkIncremental="2"
  251. SuppressStartupBanner="TRUE"
  252. AdditionalLibraryDirectories="../../../lib/vc71"
  253. GenerateDebugInformation="TRUE"
  254. ProgramDatabaseFile=".Unicode_Debug/vc71/VistaTaskDialogUD.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/VistaTaskDialog.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="AlgoTaskDialog.cpp">
  297. </File>
  298. <File
  299. RelativePath="StdAfx.cpp">
  300. <FileConfiguration
  301. Name="Unicode Release|Win32">
  302. <Tool
  303. Name="VCCLCompilerTool"
  304. UsePrecompiledHeader="1"/>
  305. </FileConfiguration>
  306. <FileConfiguration
  307. Name="Debug|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="Unicode Debug|Win32">
  320. <Tool
  321. Name="VCCLCompilerTool"
  322. UsePrecompiledHeader="1"/>
  323. </FileConfiguration>
  324. </File>
  325. <File
  326. RelativePath="TaskDialogSamples.cpp">
  327. </File>
  328. <File
  329. RelativePath="TaskEditButtonDlg.cpp">
  330. </File>
  331. <File
  332. RelativePath="TaskPageButtons.cpp">
  333. </File>
  334. <File
  335. RelativePath="TaskPageExpanded.cpp">
  336. </File>
  337. <File
  338. RelativePath="TaskPageGeneral.cpp">
  339. </File>
  340. <File
  341. RelativePath="TaskPageIcons.cpp">
  342. </File>
  343. <File
  344. RelativePath="TaskPageRadioButtons.cpp">
  345. </File>
  346. <File
  347. RelativePath="TaskPageSamples.cpp">
  348. </File>
  349. <File
  350. RelativePath="TaskSheetProperties.cpp">
  351. </File>
  352. <File
  353. RelativePath="VistaTaskDialog.cpp">
  354. </File>
  355. <File
  356. RelativePath="VistaTaskDialog.rc">
  357. </File>
  358. </Filter>
  359. <Filter
  360. Name="Header Files"
  361. Filter="h;hpp;hxx;hm;inl">
  362. <File
  363. RelativePath="....AboutDlgAboutDlg.h">
  364. </File>
  365. <File
  366. RelativePath="AlgoTaskDialog.h">
  367. </File>
  368. <File
  369. RelativePath="Resource.h">
  370. </File>
  371. <File
  372. RelativePath="StdAfx.h">
  373. </File>
  374. <File
  375. RelativePath="TaskDialogSamples.h">
  376. </File>
  377. <File
  378. RelativePath="TaskEditButtonDlg.h">
  379. </File>
  380. <File
  381. RelativePath="TaskPageButtons.h">
  382. </File>
  383. <File
  384. RelativePath="TaskPageExpanded.h">
  385. </File>
  386. <File
  387. RelativePath="TaskPageGeneral.h">
  388. </File>
  389. <File
  390. RelativePath="TaskPageIcons.h">
  391. </File>
  392. <File
  393. RelativePath="TaskPageRadioButtons.h">
  394. </File>
  395. <File
  396. RelativePath="TaskPageSamples.h">
  397. </File>
  398. <File
  399. RelativePath="TaskSheetProperties.h">
  400. </File>
  401. <File
  402. RelativePath="VistaTaskDialog.h">
  403. </File>
  404. </Filter>
  405. <Filter
  406. Name="Resource Files"
  407. Filter="ico;cur;bmp;dlg;rc2;rct;bin;cnt;rtf;gif;jpg;jpeg;jpe">
  408. <File
  409. RelativePath="resCJSample.ico">
  410. </File>
  411. <File
  412. RelativePath="resVistaTaskDialog.ico">
  413. </File>
  414. <File
  415. RelativePath="resVistaTaskDialog.rc2">
  416. </File>
  417. </Filter>
  418. <Filter
  419. Name="Styles"
  420. Filter="">
  421. <File
  422. RelativePath="Styleszune.msstyles">
  423. <FileConfiguration
  424. Name="Unicode Release|Win32">
  425. <Tool
  426. Name="VCCustomBuildTool"
  427. CommandLine="copy &quot;$(InputPath)&quot; &quot;$(TargetDir)Styles&quot;
  428. "
  429. Outputs="$(TargetDir)StylesZune.msstyles"/>
  430. </FileConfiguration>
  431. <FileConfiguration
  432. Name="Debug|Win32">
  433. <Tool
  434. Name="VCCustomBuildTool"
  435. CommandLine="copy &quot;$(InputPath)&quot; &quot;$(TargetDir)Styles&quot;
  436. "
  437. Outputs="$(TargetDir)StylesZune.msstyles"/>
  438. </FileConfiguration>
  439. <FileConfiguration
  440. Name="Release|Win32">
  441. <Tool
  442. Name="VCCustomBuildTool"
  443. CommandLine="copy &quot;$(InputPath)&quot; &quot;$(TargetDir)Styles&quot;
  444. "
  445. Outputs="$(TargetDir)StylesZune.msstyles"/>
  446. </FileConfiguration>
  447. <FileConfiguration
  448. Name="Unicode Debug|Win32">
  449. <Tool
  450. Name="VCCustomBuildTool"
  451. CommandLine="copy &quot;$(InputPath)&quot; &quot;$(TargetDir)Styles&quot;
  452. "
  453. Outputs="$(TargetDir)StylesZune.msstyles"/>
  454. </FileConfiguration>
  455. </File>
  456. </Filter>
  457. <File
  458. RelativePath="resDialogs.xml">
  459. </File>
  460. </Files>
  461. <Globals>
  462. </Globals>
  463. </VisualStudioProject>