EditListBox_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="EditListBox"
  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/EditListBox.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/EditListBoxU.exe"
  47. LinkIncremental="1"
  48. SuppressStartupBanner="TRUE"
  49. AdditionalLibraryDirectories="../../../lib/vc71"
  50. ProgramDatabaseFile=".Unicode_Release/vc71/EditListBoxU.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/EditListBox.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="../../../Source,../../AboutDlg"
  97. PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
  98. RuntimeLibrary="3"
  99. TreatWChar_tAsBuiltInType="TRUE"
  100. UsePrecompiledHeader="3"
  101. PrecompiledHeaderThrough="stdafx.h"
  102. PrecompiledHeaderFile=".Unicode_Debug/vc71/EditListBox.pch"
  103. AssemblerListingLocation=".Unicode_Debug/vc71/"
  104. ObjectFile=".Unicode_Debug/vc71/"
  105. ProgramDataBaseFileName=".Unicode_Debug/vc71/"
  106. WarningLevel="3"
  107. SuppressStartupBanner="TRUE"
  108. DebugInformationFormat="4"
  109. CompileAs="0"/>
  110. <Tool
  111. Name="VCCustomBuildTool"/>
  112. <Tool
  113. Name="VCLinkerTool"
  114. OutputFile="../../../bin/vc71/EditListBoxUD.exe"
  115. LinkIncremental="2"
  116. SuppressStartupBanner="TRUE"
  117. AdditionalLibraryDirectories="../../../lib/vc71"
  118. GenerateDebugInformation="TRUE"
  119. ProgramDatabaseFile=".Unicode_Debug/vc71/EditListBoxUD.pdb"
  120. SubSystem="2"
  121. EntryPointSymbol="wWinMainCRTStartup"
  122. TargetMachine="1"/>
  123. <Tool
  124. Name="VCMIDLTool"
  125. PreprocessorDefinitions="_DEBUG"
  126. MkTypLibCompatible="TRUE"
  127. SuppressStartupBanner="TRUE"
  128. TargetEnvironment="1"
  129. TypeLibraryName=".Unicode_Debug/vc71/EditListBox.tlb"
  130. HeaderFileName=""/>
  131. <Tool
  132. Name="VCPostBuildEventTool"/>
  133. <Tool
  134. Name="VCPreBuildEventTool"/>
  135. <Tool
  136. Name="VCPreLinkEventTool"/>
  137. <Tool
  138. Name="VCResourceCompilerTool"
  139. PreprocessorDefinitions="_DEBUG"
  140. Culture="1033"
  141. AdditionalIncludeDirectories="../../../Source;../../AboutDlg"/>
  142. <Tool
  143. Name="VCWebServiceProxyGeneratorTool"/>
  144. <Tool
  145. Name="VCXMLDataGeneratorTool"/>
  146. <Tool
  147. Name="VCWebDeploymentTool"/>
  148. <Tool
  149. Name="VCManagedWrapperGeneratorTool"/>
  150. <Tool
  151. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  152. </Configuration>
  153. <Configuration
  154. Name="Release|Win32"
  155. OutputDirectory=".Release/vc71"
  156. IntermediateDirectory=".Release/vc71"
  157. ConfigurationType="1"
  158. UseOfMFC="1"
  159. ATLMinimizesCRunTimeLibraryUsage="FALSE">
  160. <Tool
  161. Name="VCCLCompilerTool"
  162. AdditionalOptions="/Zm200 "
  163. Optimization="2"
  164. InlineFunctionExpansion="1"
  165. AdditionalIncludeDirectories="../../../Source,../../AboutDlg"
  166. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
  167. StringPooling="TRUE"
  168. RuntimeLibrary="0"
  169. EnableFunctionLevelLinking="TRUE"
  170. TreatWChar_tAsBuiltInType="TRUE"
  171. UsePrecompiledHeader="3"
  172. PrecompiledHeaderThrough="stdafx.h"
  173. PrecompiledHeaderFile=".Release/vc71/EditListBox.pch"
  174. AssemblerListingLocation=".Release/vc71/"
  175. ObjectFile=".Release/vc71/"
  176. ProgramDataBaseFileName=".Release/vc71/"
  177. WarningLevel="3"
  178. SuppressStartupBanner="TRUE"
  179. CompileAs="0"/>
  180. <Tool
  181. Name="VCCustomBuildTool"/>
  182. <Tool
  183. Name="VCLinkerTool"
  184. OutputFile="../../../bin/vc71/EditListBox.exe"
  185. LinkIncremental="1"
  186. SuppressStartupBanner="TRUE"
  187. AdditionalLibraryDirectories="../../../lib/vc71"
  188. ProgramDatabaseFile=".Release/vc71/EditListBox.pdb"
  189. SubSystem="2"
  190. TargetMachine="1"/>
  191. <Tool
  192. Name="VCMIDLTool"
  193. PreprocessorDefinitions="NDEBUG"
  194. MkTypLibCompatible="TRUE"
  195. SuppressStartupBanner="TRUE"
  196. TargetEnvironment="1"
  197. TypeLibraryName=".Release/vc71/EditListBox.tlb"
  198. HeaderFileName=""/>
  199. <Tool
  200. Name="VCPostBuildEventTool"/>
  201. <Tool
  202. Name="VCPreBuildEventTool"/>
  203. <Tool
  204. Name="VCPreLinkEventTool"/>
  205. <Tool
  206. Name="VCResourceCompilerTool"
  207. PreprocessorDefinitions="NDEBUG"
  208. Culture="1033"
  209. AdditionalIncludeDirectories="../../../Source;../../AboutDlg"/>
  210. <Tool
  211. Name="VCWebServiceProxyGeneratorTool"/>
  212. <Tool
  213. Name="VCXMLDataGeneratorTool"/>
  214. <Tool
  215. Name="VCWebDeploymentTool"/>
  216. <Tool
  217. Name="VCManagedWrapperGeneratorTool"/>
  218. <Tool
  219. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  220. </Configuration>
  221. <Configuration
  222. Name="Debug|Win32"
  223. OutputDirectory=".Debug/vc71"
  224. IntermediateDirectory=".Debug/vc71"
  225. ConfigurationType="1"
  226. UseOfMFC="2"
  227. ATLMinimizesCRunTimeLibraryUsage="FALSE">
  228. <Tool
  229. Name="VCCLCompilerTool"
  230. AdditionalOptions="/Zm200 "
  231. Optimization="0"
  232. AdditionalIncludeDirectories="../../../Source,../../AboutDlg"
  233. PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
  234. RuntimeLibrary="3"
  235. TreatWChar_tAsBuiltInType="TRUE"
  236. UsePrecompiledHeader="3"
  237. PrecompiledHeaderThrough="stdafx.h"
  238. PrecompiledHeaderFile=".Debug/vc71/EditListBox.pch"
  239. AssemblerListingLocation=".Debug/vc71/"
  240. ObjectFile=".Debug/vc71/"
  241. ProgramDataBaseFileName=".Debug/vc71/"
  242. WarningLevel="3"
  243. SuppressStartupBanner="TRUE"
  244. DebugInformationFormat="4"
  245. CompileAs="0"/>
  246. <Tool
  247. Name="VCCustomBuildTool"/>
  248. <Tool
  249. Name="VCLinkerTool"
  250. OutputFile="../../../bin/vc71/EditListBoxD.exe"
  251. LinkIncremental="2"
  252. SuppressStartupBanner="TRUE"
  253. AdditionalLibraryDirectories="../../../lib/vc71"
  254. GenerateDebugInformation="TRUE"
  255. ProgramDatabaseFile=".Debug/vc71/EditListBoxD.pdb"
  256. SubSystem="2"
  257. TargetMachine="1"/>
  258. <Tool
  259. Name="VCMIDLTool"
  260. PreprocessorDefinitions="_DEBUG"
  261. MkTypLibCompatible="TRUE"
  262. SuppressStartupBanner="TRUE"
  263. TargetEnvironment="1"
  264. TypeLibraryName=".Debug/vc71/EditListBox.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="EditListBox.cpp">
  297. </File>
  298. <File
  299. RelativePath="EditListBox.rc">
  300. </File>
  301. <File
  302. RelativePath="EditListPages.cpp">
  303. </File>
  304. <File
  305. RelativePath="EditListSheet.cpp">
  306. </File>
  307. <File
  308. RelativePath="StdAfx.cpp">
  309. <FileConfiguration
  310. Name="Unicode Release|Win32">
  311. <Tool
  312. Name="VCCLCompilerTool"
  313. UsePrecompiledHeader="1"/>
  314. </FileConfiguration>
  315. <FileConfiguration
  316. Name="Unicode Debug|Win32">
  317. <Tool
  318. Name="VCCLCompilerTool"
  319. UsePrecompiledHeader="1"/>
  320. </FileConfiguration>
  321. <FileConfiguration
  322. Name="Release|Win32">
  323. <Tool
  324. Name="VCCLCompilerTool"
  325. UsePrecompiledHeader="1"/>
  326. </FileConfiguration>
  327. <FileConfiguration
  328. Name="Debug|Win32">
  329. <Tool
  330. Name="VCCLCompilerTool"
  331. UsePrecompiledHeader="1"/>
  332. </FileConfiguration>
  333. </File>
  334. </Filter>
  335. <Filter
  336. Name="Header Files"
  337. Filter="h;hpp;hxx;hm;inl">
  338. <File
  339. RelativePath="EditListBox.h">
  340. </File>
  341. <File
  342. RelativePath="EditListPages.h">
  343. </File>
  344. <File
  345. RelativePath="EditListSheet.h">
  346. </File>
  347. <File
  348. RelativePath="Resource.h">
  349. </File>
  350. <File
  351. RelativePath="StdAfx.h">
  352. </File>
  353. </Filter>
  354. <Filter
  355. Name="Resource Files"
  356. Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
  357. <File
  358. RelativePath="resCjSample.ico">
  359. </File>
  360. <File
  361. RelativePath="resEditListBox.ico">
  362. </File>
  363. <File
  364. RelativePath="resEditListBox.rc2">
  365. </File>
  366. </Filter>
  367. </Files>
  368. <Globals>
  369. </Globals>
  370. </VisualStudioProject>