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

对话框与窗口

开发平台:

Visual C++

  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.10"
  5. Name="DatePickerDemo"
  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/DatePickerDemo.pch"
  36. AssemblerListingLocation=".Unicode_Release/vc71/"
  37. ObjectFile=".Unicode_Release/vc71/"
  38. ProgramDataBaseFileName=".Unicode_Release/vc71/"
  39. WarningLevel="4"
  40. SuppressStartupBanner="TRUE"
  41. CompileAs="0"/>
  42. <Tool
  43. Name="VCCustomBuildTool"/>
  44. <Tool
  45. Name="VCLinkerTool"
  46. OutputFile="../../../bin/vc71/DatePickerDemoU.exe"
  47. LinkIncremental="1"
  48. SuppressStartupBanner="TRUE"
  49. AdditionalLibraryDirectories="../../../lib/vc71"
  50. ProgramDatabaseFile=".Unicode_Release/vc71/DatePickerDemoU.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/DatePickerDemo.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="1049"
  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. CharacterSet="2">
  92. <Tool
  93. Name="VCCLCompilerTool"
  94. AdditionalOptions="/Zm200 "
  95. Optimization="0"
  96. AdditionalIncludeDirectories="../../../Source,../../AboutDlg"
  97. PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
  98. BasicRuntimeChecks="3"
  99. RuntimeLibrary="3"
  100. TreatWChar_tAsBuiltInType="TRUE"
  101. UsePrecompiledHeader="3"
  102. PrecompiledHeaderThrough="stdafx.h"
  103. PrecompiledHeaderFile=".Debug/vc71/DatePickerDemo.pch"
  104. AssemblerListingLocation=".Debug/vc71/"
  105. ObjectFile=".Debug/vc71/"
  106. ProgramDataBaseFileName=".Debug/vc71/"
  107. BrowseInformation="1"
  108. WarningLevel="4"
  109. SuppressStartupBanner="TRUE"
  110. DebugInformationFormat="4"
  111. CompileAs="0"/>
  112. <Tool
  113. Name="VCCustomBuildTool"/>
  114. <Tool
  115. Name="VCLinkerTool"
  116. OutputFile="../../../bin/vc71/DatePickerDemoD.exe"
  117. LinkIncremental="2"
  118. SuppressStartupBanner="TRUE"
  119. AdditionalLibraryDirectories="../../../lib/vc71"
  120. GenerateDebugInformation="TRUE"
  121. ProgramDatabaseFile=".Debug/vc71/DatePickerDemoD.pdb"
  122. SubSystem="2"
  123. TargetMachine="1"/>
  124. <Tool
  125. Name="VCMIDLTool"
  126. PreprocessorDefinitions="_DEBUG"
  127. MkTypLibCompatible="TRUE"
  128. SuppressStartupBanner="TRUE"
  129. TargetEnvironment="1"
  130. TypeLibraryName=".Debug/vc71/DatePickerDemo.tlb"
  131. HeaderFileName=""/>
  132. <Tool
  133. Name="VCPostBuildEventTool"/>
  134. <Tool
  135. Name="VCPreBuildEventTool"/>
  136. <Tool
  137. Name="VCPreLinkEventTool"/>
  138. <Tool
  139. Name="VCResourceCompilerTool"
  140. PreprocessorDefinitions="_DEBUG"
  141. Culture="1033"
  142. AdditionalIncludeDirectories="../../../Source;../../AboutDlg"/>
  143. <Tool
  144. Name="VCWebServiceProxyGeneratorTool"/>
  145. <Tool
  146. Name="VCXMLDataGeneratorTool"/>
  147. <Tool
  148. Name="VCWebDeploymentTool"/>
  149. <Tool
  150. Name="VCManagedWrapperGeneratorTool"/>
  151. <Tool
  152. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  153. </Configuration>
  154. <Configuration
  155. Name="Release|Win32"
  156. OutputDirectory=".Release/vc71"
  157. IntermediateDirectory=".Release/vc71"
  158. ConfigurationType="1"
  159. UseOfMFC="1"
  160. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  161. CharacterSet="2">
  162. <Tool
  163. Name="VCCLCompilerTool"
  164. AdditionalOptions="/Zm200 "
  165. Optimization="2"
  166. InlineFunctionExpansion="1"
  167. AdditionalIncludeDirectories="../../../Source,../../AboutDlg"
  168. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
  169. StringPooling="TRUE"
  170. RuntimeLibrary="0"
  171. EnableFunctionLevelLinking="TRUE"
  172. TreatWChar_tAsBuiltInType="TRUE"
  173. UsePrecompiledHeader="3"
  174. PrecompiledHeaderThrough="stdafx.h"
  175. PrecompiledHeaderFile=".Release/vc71/DatePickerDemo.pch"
  176. AssemblerListingLocation=".Release/vc71/"
  177. ObjectFile=".Release/vc71/"
  178. ProgramDataBaseFileName=".Release/vc71/"
  179. WarningLevel="4"
  180. SuppressStartupBanner="TRUE"
  181. CompileAs="0"/>
  182. <Tool
  183. Name="VCCustomBuildTool"/>
  184. <Tool
  185. Name="VCLinkerTool"
  186. OutputFile="../../../bin/vc71/DatePickerDemo.exe"
  187. LinkIncremental="1"
  188. SuppressStartupBanner="TRUE"
  189. AdditionalLibraryDirectories="../../../lib/vc71"
  190. ProgramDatabaseFile=".Release/vc71/DatePickerDemo.pdb"
  191. SubSystem="2"
  192. TargetMachine="1"/>
  193. <Tool
  194. Name="VCMIDLTool"
  195. PreprocessorDefinitions="NDEBUG"
  196. MkTypLibCompatible="TRUE"
  197. SuppressStartupBanner="TRUE"
  198. TargetEnvironment="1"
  199. TypeLibraryName=".Release/vc71/DatePickerDemo.tlb"
  200. HeaderFileName=""/>
  201. <Tool
  202. Name="VCPostBuildEventTool"/>
  203. <Tool
  204. Name="VCPreBuildEventTool"/>
  205. <Tool
  206. Name="VCPreLinkEventTool"/>
  207. <Tool
  208. Name="VCResourceCompilerTool"
  209. PreprocessorDefinitions="NDEBUG"
  210. Culture="1049"
  211. AdditionalIncludeDirectories="../../../Source;../../AboutDlg"/>
  212. <Tool
  213. Name="VCWebServiceProxyGeneratorTool"/>
  214. <Tool
  215. Name="VCXMLDataGeneratorTool"/>
  216. <Tool
  217. Name="VCWebDeploymentTool"/>
  218. <Tool
  219. Name="VCManagedWrapperGeneratorTool"/>
  220. <Tool
  221. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  222. </Configuration>
  223. <Configuration
  224. Name="Unicode Debug|Win32"
  225. OutputDirectory=".Unicode_Debug/vc71"
  226. IntermediateDirectory=".Unicode_Debug/vc71"
  227. ConfigurationType="1"
  228. UseOfMFC="2"
  229. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  230. CharacterSet="1">
  231. <Tool
  232. Name="VCCLCompilerTool"
  233. AdditionalOptions="/Zm200 "
  234. Optimization="0"
  235. AdditionalIncludeDirectories="../../../Source,../../AboutDlg"
  236. PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
  237. BasicRuntimeChecks="3"
  238. RuntimeLibrary="3"
  239. TreatWChar_tAsBuiltInType="TRUE"
  240. UsePrecompiledHeader="3"
  241. PrecompiledHeaderThrough="stdafx.h"
  242. PrecompiledHeaderFile=".Unicode_Debug/vc71/DatePickerDemo.pch"
  243. AssemblerListingLocation=".Unicode_Debug/vc71/"
  244. ObjectFile=".Unicode_Debug/vc71/"
  245. ProgramDataBaseFileName=".Unicode_Debug/vc71/"
  246. BrowseInformation="1"
  247. WarningLevel="4"
  248. SuppressStartupBanner="TRUE"
  249. DebugInformationFormat="4"
  250. CompileAs="0"/>
  251. <Tool
  252. Name="VCCustomBuildTool"/>
  253. <Tool
  254. Name="VCLinkerTool"
  255. OutputFile="../../../bin/vc71/DatePickerDemoUD.exe"
  256. LinkIncremental="2"
  257. SuppressStartupBanner="TRUE"
  258. AdditionalLibraryDirectories="../../../lib/vc71"
  259. GenerateDebugInformation="TRUE"
  260. ProgramDatabaseFile=".Unicode_Debug/vc71/DatePickerDemoUD.pdb"
  261. SubSystem="2"
  262. EntryPointSymbol="wWinMainCRTStartup"
  263. TargetMachine="1"/>
  264. <Tool
  265. Name="VCMIDLTool"
  266. PreprocessorDefinitions="_DEBUG"
  267. MkTypLibCompatible="TRUE"
  268. SuppressStartupBanner="TRUE"
  269. TargetEnvironment="1"
  270. TypeLibraryName=".Unicode_Debug/vc71/DatePickerDemo.tlb"
  271. HeaderFileName=""/>
  272. <Tool
  273. Name="VCPostBuildEventTool"/>
  274. <Tool
  275. Name="VCPreBuildEventTool"/>
  276. <Tool
  277. Name="VCPreLinkEventTool"/>
  278. <Tool
  279. Name="VCResourceCompilerTool"
  280. PreprocessorDefinitions="_DEBUG"
  281. Culture="1049"
  282. AdditionalIncludeDirectories="../../../Source;../../AboutDlg"/>
  283. <Tool
  284. Name="VCWebServiceProxyGeneratorTool"/>
  285. <Tool
  286. Name="VCXMLDataGeneratorTool"/>
  287. <Tool
  288. Name="VCWebDeploymentTool"/>
  289. <Tool
  290. Name="VCManagedWrapperGeneratorTool"/>
  291. <Tool
  292. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  293. </Configuration>
  294. </Configurations>
  295. <References>
  296. </References>
  297. <Files>
  298. <Filter
  299. Name="Source Files"
  300. Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
  301. <File
  302. RelativePath="DatePickerCombo.cpp">
  303. <FileConfiguration
  304. Name="Debug|Win32">
  305. <Tool
  306. Name="VCCLCompilerTool"
  307. BrowseInformation="1"/>
  308. </FileConfiguration>
  309. <FileConfiguration
  310. Name="Unicode Debug|Win32">
  311. <Tool
  312. Name="VCCLCompilerTool"
  313. BrowseInformation="1"/>
  314. </FileConfiguration>
  315. </File>
  316. <File
  317. RelativePath="DatePickerDemo.cpp">
  318. <FileConfiguration
  319. Name="Debug|Win32">
  320. <Tool
  321. Name="VCCLCompilerTool"
  322. BrowseInformation="1"/>
  323. </FileConfiguration>
  324. <FileConfiguration
  325. Name="Unicode Debug|Win32">
  326. <Tool
  327. Name="VCCLCompilerTool"
  328. BrowseInformation="1"/>
  329. </FileConfiguration>
  330. </File>
  331. <File
  332. RelativePath="DatePickerDemo.rc">
  333. </File>
  334. <File
  335. RelativePath="DatePickerDemoDlg.cpp">
  336. <FileConfiguration
  337. Name="Debug|Win32">
  338. <Tool
  339. Name="VCCLCompilerTool"
  340. BrowseInformation="1"/>
  341. </FileConfiguration>
  342. <FileConfiguration
  343. Name="Unicode Debug|Win32">
  344. <Tool
  345. Name="VCCLCompilerTool"
  346. BrowseInformation="1"/>
  347. </FileConfiguration>
  348. </File>
  349. <File
  350. RelativePath="stdafx.cpp">
  351. <FileConfiguration
  352. Name="Unicode Release|Win32">
  353. <Tool
  354. Name="VCCLCompilerTool"
  355. UsePrecompiledHeader="1"/>
  356. </FileConfiguration>
  357. <FileConfiguration
  358. Name="Debug|Win32">
  359. <Tool
  360. Name="VCCLCompilerTool"
  361. UsePrecompiledHeader="1"
  362. BrowseInformation="1"/>
  363. </FileConfiguration>
  364. <FileConfiguration
  365. Name="Release|Win32">
  366. <Tool
  367. Name="VCCLCompilerTool"
  368. UsePrecompiledHeader="1"/>
  369. </FileConfiguration>
  370. <FileConfiguration
  371. Name="Unicode Debug|Win32">
  372. <Tool
  373. Name="VCCLCompilerTool"
  374. UsePrecompiledHeader="1"
  375. BrowseInformation="1"/>
  376. </FileConfiguration>
  377. </File>
  378. </Filter>
  379. <Filter
  380. Name="Header Files"
  381. Filter="h;hpp;hxx;hm;inl">
  382. <File
  383. RelativePath="DatePickerCombo.h">
  384. </File>
  385. <File
  386. RelativePath="DatePickerDemo.h">
  387. </File>
  388. <File
  389. RelativePath="DatePickerDemoDlg.h">
  390. </File>
  391. <File
  392. RelativePath="Resource.h">
  393. </File>
  394. <File
  395. RelativePath="StdAfx.h">
  396. </File>
  397. </Filter>
  398. <Filter
  399. Name="Resource Files"
  400. Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
  401. <File
  402. RelativePath="resDatePickerDemo.ico">
  403. </File>
  404. <File
  405. RelativePath="resDatePickerDemo.rc2">
  406. </File>
  407. </Filter>
  408. <File
  409. RelativePath="resmanifest.xml">
  410. </File>
  411. </Files>
  412. <Globals>
  413. </Globals>
  414. </VisualStudioProject>