OwnerDraw_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="OwnerDraw"
  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/OwnerDraw.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/OwnerDrawU.exe"
  47. LinkIncremental="1"
  48. SuppressStartupBanner="TRUE"
  49. AdditionalLibraryDirectories="../../../lib/vc71"
  50. ProgramDatabaseFile=".Unicode_Release/vc71/OwnerDrawU.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/OwnerDraw.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="Unicode Debug|Win32"
  86. OutputDirectory=".Unicode_Debug/vc71"
  87. IntermediateDirectory=".Unicode_Debug/vc71"
  88. ConfigurationType="1"
  89. UseOfMFC="2"
  90. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  91. CharacterSet="1">
  92. <Tool
  93. Name="VCCLCompilerTool"
  94. AdditionalOptions="/Zm200 "
  95. Optimization="0"
  96. AdditionalIncludeDirectories="../../include,../../../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=".Unicode_Debug/vc71/OwnerDraw.pch"
  104. AssemblerListingLocation=".Unicode_Debug/vc71/"
  105. ObjectFile=".Unicode_Debug/vc71/"
  106. ProgramDataBaseFileName=".Unicode_Debug/vc71/"
  107. BrowseInformation="1"
  108. WarningLevel="3"
  109. SuppressStartupBanner="TRUE"
  110. DebugInformationFormat="4"
  111. CompileAs="0"/>
  112. <Tool
  113. Name="VCCustomBuildTool"/>
  114. <Tool
  115. Name="VCLinkerTool"
  116. OutputFile="../../../bin/vc71/OwnerDrawUD.exe"
  117. LinkIncremental="2"
  118. SuppressStartupBanner="TRUE"
  119. AdditionalLibraryDirectories="../../../lib/vc71"
  120. GenerateDebugInformation="TRUE"
  121. ProgramDatabaseFile=".Unicode_Debug/vc71/OwnerDrawUD.pdb"
  122. SubSystem="2"
  123. EntryPointSymbol="wWinMainCRTStartup"
  124. TargetMachine="1"/>
  125. <Tool
  126. Name="VCMIDLTool"
  127. PreprocessorDefinitions="_DEBUG"
  128. MkTypLibCompatible="TRUE"
  129. SuppressStartupBanner="TRUE"
  130. TargetEnvironment="1"
  131. TypeLibraryName=".Unicode_Debug/vc71/OwnerDraw.tlb"
  132. HeaderFileName=""/>
  133. <Tool
  134. Name="VCPostBuildEventTool"/>
  135. <Tool
  136. Name="VCPreBuildEventTool"/>
  137. <Tool
  138. Name="VCPreLinkEventTool"/>
  139. <Tool
  140. Name="VCResourceCompilerTool"
  141. PreprocessorDefinitions="_DEBUG"
  142. Culture="1033"
  143. AdditionalIncludeDirectories="../../../Source;../../AboutDlg"/>
  144. <Tool
  145. Name="VCWebServiceProxyGeneratorTool"/>
  146. <Tool
  147. Name="VCXMLDataGeneratorTool"/>
  148. <Tool
  149. Name="VCWebDeploymentTool"/>
  150. <Tool
  151. Name="VCManagedWrapperGeneratorTool"/>
  152. <Tool
  153. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  154. </Configuration>
  155. <Configuration
  156. Name="Debug|Win32"
  157. OutputDirectory=".Debug/vc71"
  158. IntermediateDirectory=".Debug/vc71"
  159. ConfigurationType="1"
  160. UseOfMFC="2"
  161. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  162. CharacterSet="2">
  163. <Tool
  164. Name="VCCLCompilerTool"
  165. AdditionalOptions="/Zm200 "
  166. Optimization="0"
  167. AdditionalIncludeDirectories="../../include,../../../Source,../../AboutDlg"
  168. PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
  169. BasicRuntimeChecks="3"
  170. RuntimeLibrary="3"
  171. TreatWChar_tAsBuiltInType="TRUE"
  172. UsePrecompiledHeader="3"
  173. PrecompiledHeaderThrough="stdafx.h"
  174. PrecompiledHeaderFile=".Debug/vc71/OwnerDraw.pch"
  175. AssemblerListingLocation=".Debug/vc71/"
  176. ObjectFile=".Debug/vc71/"
  177. ProgramDataBaseFileName=".Debug/vc71/"
  178. BrowseInformation="1"
  179. WarningLevel="3"
  180. SuppressStartupBanner="TRUE"
  181. DebugInformationFormat="4"
  182. CompileAs="0"/>
  183. <Tool
  184. Name="VCCustomBuildTool"/>
  185. <Tool
  186. Name="VCLinkerTool"
  187. OutputFile="../../../bin/vc71/OwnerDrawd.exe"
  188. LinkIncremental="2"
  189. SuppressStartupBanner="TRUE"
  190. AdditionalLibraryDirectories="../../../lib/vc71"
  191. GenerateDebugInformation="TRUE"
  192. ProgramDatabaseFile=".Debug/vc71/OwnerDrawd.pdb"
  193. SubSystem="2"
  194. TargetMachine="1"/>
  195. <Tool
  196. Name="VCMIDLTool"
  197. PreprocessorDefinitions="_DEBUG"
  198. MkTypLibCompatible="TRUE"
  199. SuppressStartupBanner="TRUE"
  200. TargetEnvironment="1"
  201. TypeLibraryName=".Debug/vc71/OwnerDraw.tlb"
  202. HeaderFileName=""/>
  203. <Tool
  204. Name="VCPostBuildEventTool"/>
  205. <Tool
  206. Name="VCPreBuildEventTool"/>
  207. <Tool
  208. Name="VCPreLinkEventTool"/>
  209. <Tool
  210. Name="VCResourceCompilerTool"
  211. PreprocessorDefinitions="_DEBUG"
  212. Culture="1033"
  213. AdditionalIncludeDirectories="../../../Source;../../AboutDlg"/>
  214. <Tool
  215. Name="VCWebServiceProxyGeneratorTool"/>
  216. <Tool
  217. Name="VCXMLDataGeneratorTool"/>
  218. <Tool
  219. Name="VCWebDeploymentTool"/>
  220. <Tool
  221. Name="VCManagedWrapperGeneratorTool"/>
  222. <Tool
  223. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  224. </Configuration>
  225. <Configuration
  226. Name="Release|Win32"
  227. OutputDirectory=".Release/vc71"
  228. IntermediateDirectory=".Release/vc71"
  229. ConfigurationType="1"
  230. UseOfMFC="1"
  231. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  232. CharacterSet="2">
  233. <Tool
  234. Name="VCCLCompilerTool"
  235. AdditionalOptions="/Zm200 "
  236. Optimization="2"
  237. InlineFunctionExpansion="1"
  238. AdditionalIncludeDirectories="../../../Source,../../AboutDlg"
  239. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
  240. StringPooling="TRUE"
  241. RuntimeLibrary="0"
  242. EnableFunctionLevelLinking="TRUE"
  243. TreatWChar_tAsBuiltInType="TRUE"
  244. UsePrecompiledHeader="3"
  245. PrecompiledHeaderThrough="stdafx.h"
  246. PrecompiledHeaderFile=".Release/vc71/OwnerDraw.pch"
  247. AssemblerListingLocation=".Release/vc71/"
  248. ObjectFile=".Release/vc71/"
  249. ProgramDataBaseFileName=".Release/vc71/"
  250. WarningLevel="3"
  251. SuppressStartupBanner="TRUE"
  252. CompileAs="0"/>
  253. <Tool
  254. Name="VCCustomBuildTool"/>
  255. <Tool
  256. Name="VCLinkerTool"
  257. OutputFile="../../../bin/vc71/OwnerDraw.exe"
  258. LinkIncremental="1"
  259. SuppressStartupBanner="TRUE"
  260. AdditionalLibraryDirectories="../../../lib/vc71"
  261. ProgramDatabaseFile=".Release/vc71/OwnerDraw.pdb"
  262. SubSystem="2"
  263. TargetMachine="1"/>
  264. <Tool
  265. Name="VCMIDLTool"
  266. PreprocessorDefinitions="NDEBUG"
  267. MkTypLibCompatible="TRUE"
  268. SuppressStartupBanner="TRUE"
  269. TargetEnvironment="1"
  270. TypeLibraryName=".Release/vc71/OwnerDraw.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="NDEBUG"
  281. Culture="1033"
  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="CoolGridPage.cpp">
  303. <FileConfiguration
  304. Name="Unicode Debug|Win32">
  305. <Tool
  306. Name="VCCLCompilerTool"
  307. BrowseInformation="1"/>
  308. </FileConfiguration>
  309. <FileConfiguration
  310. Name="Debug|Win32">
  311. <Tool
  312. Name="VCCLCompilerTool"
  313. BrowseInformation="1"/>
  314. </FileConfiguration>
  315. </File>
  316. <File
  317. RelativePath="DelphiGridPage.cpp">
  318. <FileConfiguration
  319. Name="Unicode Debug|Win32">
  320. <Tool
  321. Name="VCCLCompilerTool"
  322. BrowseInformation="1"/>
  323. </FileConfiguration>
  324. <FileConfiguration
  325. Name="Debug|Win32">
  326. <Tool
  327. Name="VCCLCompilerTool"
  328. BrowseInformation="1"/>
  329. </FileConfiguration>
  330. </File>
  331. <File
  332. RelativePath="DialogSheet.cpp">
  333. <FileConfiguration
  334. Name="Unicode Debug|Win32">
  335. <Tool
  336. Name="VCCLCompilerTool"
  337. BrowseInformation="1"/>
  338. </FileConfiguration>
  339. <FileConfiguration
  340. Name="Debug|Win32">
  341. <Tool
  342. Name="VCCLCompilerTool"
  343. BrowseInformation="1"/>
  344. </FileConfiguration>
  345. </File>
  346. <File
  347. RelativePath="OwnerDraw.cpp">
  348. <FileConfiguration
  349. Name="Unicode Debug|Win32">
  350. <Tool
  351. Name="VCCLCompilerTool"
  352. BrowseInformation="1"/>
  353. </FileConfiguration>
  354. <FileConfiguration
  355. Name="Debug|Win32">
  356. <Tool
  357. Name="VCCLCompilerTool"
  358. BrowseInformation="1"/>
  359. </FileConfiguration>
  360. </File>
  361. <File
  362. RelativePath="OwnerDraw.rc">
  363. </File>
  364. <File
  365. RelativePath="SimpleGridPage.cpp">
  366. <FileConfiguration
  367. Name="Unicode Debug|Win32">
  368. <Tool
  369. Name="VCCLCompilerTool"
  370. BrowseInformation="1"/>
  371. </FileConfiguration>
  372. <FileConfiguration
  373. Name="Debug|Win32">
  374. <Tool
  375. Name="VCCLCompilerTool"
  376. BrowseInformation="1"/>
  377. </FileConfiguration>
  378. </File>
  379. <File
  380. RelativePath="StandardGridPage.cpp">
  381. <FileConfiguration
  382. Name="Unicode Debug|Win32">
  383. <Tool
  384. Name="VCCLCompilerTool"
  385. BrowseInformation="1"/>
  386. </FileConfiguration>
  387. <FileConfiguration
  388. Name="Debug|Win32">
  389. <Tool
  390. Name="VCCLCompilerTool"
  391. BrowseInformation="1"/>
  392. </FileConfiguration>
  393. </File>
  394. <File
  395. RelativePath="StdAfx.cpp">
  396. <FileConfiguration
  397. Name="Unicode Release|Win32">
  398. <Tool
  399. Name="VCCLCompilerTool"
  400. UsePrecompiledHeader="1"/>
  401. </FileConfiguration>
  402. <FileConfiguration
  403. Name="Unicode Debug|Win32">
  404. <Tool
  405. Name="VCCLCompilerTool"
  406. UsePrecompiledHeader="1"
  407. BrowseInformation="1"/>
  408. </FileConfiguration>
  409. <FileConfiguration
  410. Name="Debug|Win32">
  411. <Tool
  412. Name="VCCLCompilerTool"
  413. UsePrecompiledHeader="1"
  414. BrowseInformation="1"/>
  415. </FileConfiguration>
  416. <FileConfiguration
  417. Name="Release|Win32">
  418. <Tool
  419. Name="VCCLCompilerTool"
  420. UsePrecompiledHeader="1"/>
  421. </FileConfiguration>
  422. </File>
  423. </Filter>
  424. <Filter
  425. Name="Header Files"
  426. Filter="h;hpp;hxx;hm;inl">
  427. <File
  428. RelativePath="CoolGridPage.h">
  429. </File>
  430. <File
  431. RelativePath="DelphiGridPage.h">
  432. </File>
  433. <File
  434. RelativePath="DialogSheet.h">
  435. </File>
  436. <File
  437. RelativePath="OwnerDraw.h">
  438. </File>
  439. <File
  440. RelativePath="Resource.h">
  441. </File>
  442. <File
  443. RelativePath="SimpleGridPage.h">
  444. </File>
  445. <File
  446. RelativePath="StandardGridPage.h">
  447. </File>
  448. <File
  449. RelativePath="StdAfx.h">
  450. </File>
  451. </Filter>
  452. <Filter
  453. Name="Resource Files"
  454. Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
  455. <File
  456. RelativePath="resCjSample.ico">
  457. </File>
  458. <File
  459. RelativePath="resOwnerDraw.ico">
  460. </File>
  461. <File
  462. RelativePath="resOwnerDraw.rc2">
  463. </File>
  464. </Filter>
  465. </Files>
  466. <Globals>
  467. </Globals>
  468. </VisualStudioProject>