EditListBox.vcproj
上传用户:wlkj888
上传日期:2022-08-01
资源大小:806k
文件大小:5k
源码类别:

对话框与窗口

开发平台:

Visual C++

  1. <?xml version="1.0" encoding = "Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.00"
  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="Release|Win32"
  16. OutputDirectory=".....bin"
  17. IntermediateDirectory=".Release"
  18. ConfigurationType="1"
  19. UseOfMFC="2"
  20. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  21. CharacterSet="2">
  22. <Tool
  23. Name="VCCLCompilerTool"
  24. InlineFunctionExpansion="1"
  25. AdditionalIncludeDirectories="....GuiLib"
  26. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
  27. StringPooling="TRUE"
  28. RuntimeLibrary="2"
  29. EnableFunctionLevelLinking="TRUE"
  30. UsePrecompiledHeader="3"
  31. PrecompiledHeaderThrough="stdafx.h"
  32. PrecompiledHeaderFile=".Release/EditListBox.pch"
  33. AssemblerListingLocation=".Release/"
  34. ObjectFile=".Release/"
  35. ProgramDataBaseFileName=".Release/"
  36. WarningLevel="3"
  37. SuppressStartupBanner="TRUE"
  38. CompileAs="0"/>
  39. <Tool
  40. Name="VCCustomBuildTool"/>
  41. <Tool
  42. Name="VCLinkerTool"
  43. AdditionalOptions="/MACHINE:I386"
  44. OutputFile=".....bin/EditListBox.exe"
  45. LinkIncremental="1"
  46. SuppressStartupBanner="TRUE"
  47. AdditionalLibraryDirectories="....bin"
  48. ProgramDatabaseFile=".....bin/EditListBox.pdb"
  49. SubSystem="2"/>
  50. <Tool
  51. Name="VCMIDLTool"
  52. PreprocessorDefinitions="NDEBUG"
  53. MkTypLibCompatible="TRUE"
  54. SuppressStartupBanner="TRUE"
  55. TargetEnvironment="1"
  56. TypeLibraryName=".....bin/EditListBox.tlb"/>
  57. <Tool
  58. Name="VCPostBuildEventTool"/>
  59. <Tool
  60. Name="VCPreBuildEventTool"/>
  61. <Tool
  62. Name="VCPreLinkEventTool"/>
  63. <Tool
  64. Name="VCResourceCompilerTool"
  65. PreprocessorDefinitions="_AFXDLL;NDEBUG"
  66. Culture="9226"/>
  67. <Tool
  68. Name="VCWebServiceProxyGeneratorTool"/>
  69. <Tool
  70. Name="VCWebDeploymentTool"/>
  71. </Configuration>
  72. <Configuration
  73. Name="Debug|Win32"
  74. OutputDirectory=".....bin"
  75. IntermediateDirectory=".Debug"
  76. ConfigurationType="1"
  77. UseOfMFC="2"
  78. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  79. CharacterSet="2">
  80. <Tool
  81. Name="VCCLCompilerTool"
  82. Optimization="0"
  83. AdditionalIncludeDirectories="....GuiLib"
  84. PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
  85. BasicRuntimeChecks="3"
  86. RuntimeLibrary="3"
  87. UsePrecompiledHeader="3"
  88. PrecompiledHeaderThrough="stdafx.h"
  89. PrecompiledHeaderFile=".Debug/EditListBox.pch"
  90. AssemblerListingLocation=".Debug/"
  91. ObjectFile=".Debug/"
  92. ProgramDataBaseFileName=".Debug/"
  93. BrowseInformation="1"
  94. WarningLevel="3"
  95. SuppressStartupBanner="TRUE"
  96. DebugInformationFormat="4"
  97. CompileAs="0"/>
  98. <Tool
  99. Name="VCCustomBuildTool"/>
  100. <Tool
  101. Name="VCLinkerTool"
  102. AdditionalOptions="/MACHINE:I386"
  103. OutputFile="....bin/EditListBoxD.exe"
  104. LinkIncremental="2"
  105. SuppressStartupBanner="TRUE"
  106. AdditionalLibraryDirectories="....bin"
  107. GenerateDebugInformation="TRUE"
  108. ProgramDatabaseFile=".....bin/EditListBoxD.pdb"
  109. SubSystem="2"/>
  110. <Tool
  111. Name="VCMIDLTool"
  112. PreprocessorDefinitions="_DEBUG"
  113. MkTypLibCompatible="TRUE"
  114. SuppressStartupBanner="TRUE"
  115. TargetEnvironment="1"
  116. TypeLibraryName=".....bin/EditListBox.tlb"/>
  117. <Tool
  118. Name="VCPostBuildEventTool"/>
  119. <Tool
  120. Name="VCPreBuildEventTool"/>
  121. <Tool
  122. Name="VCPreLinkEventTool"/>
  123. <Tool
  124. Name="VCResourceCompilerTool"
  125. PreprocessorDefinitions="_AFXDLL;_DEBUG"
  126. Culture="9226"/>
  127. <Tool
  128. Name="VCWebServiceProxyGeneratorTool"/>
  129. <Tool
  130. Name="VCWebDeploymentTool"/>
  131. </Configuration>
  132. </Configurations>
  133. <Files>
  134. <Filter
  135. Name="Source Files"
  136. Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
  137. <File
  138. RelativePath=".EditListBox.cpp">
  139. </File>
  140. <File
  141. RelativePath=".EditListBox.rc">
  142. </File>
  143. <File
  144. RelativePath=".EditListBoxDlg.cpp">
  145. </File>
  146. <File
  147. RelativePath=".StdAfx.cpp">
  148. <FileConfiguration
  149. Name="Release|Win32">
  150. <Tool
  151. Name="VCCLCompilerTool"
  152. UsePrecompiledHeader="1"/>
  153. </FileConfiguration>
  154. <FileConfiguration
  155. Name="Debug|Win32">
  156. <Tool
  157. Name="VCCLCompilerTool"
  158. UsePrecompiledHeader="1"/>
  159. </FileConfiguration>
  160. </File>
  161. </Filter>
  162. <Filter
  163. Name="Header Files"
  164. Filter="h;hpp;hxx;hm;inl">
  165. <File
  166. RelativePath=".EditListBox.h">
  167. </File>
  168. <File
  169. RelativePath=".EditListBoxDlg.h">
  170. </File>
  171. <File
  172. RelativePath=".Resource.h">
  173. </File>
  174. <File
  175. RelativePath=".StdAfx.h">
  176. </File>
  177. </Filter>
  178. <Filter
  179. Name="Resource Files"
  180. Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
  181. <File
  182. RelativePath=".resEditListBox.ico">
  183. </File>
  184. <File
  185. RelativePath=".resEditListBox.rc2">
  186. </File>
  187. </Filter>
  188. <File
  189. RelativePath=".ReadMe.txt">
  190. </File>
  191. </Files>
  192. <Globals>
  193. </Globals>
  194. </VisualStudioProject>