dialogcontrols.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="dialogcontrols"
  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/dialogcontrols.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/dialogcontrols.exe"
  45. LinkIncremental="1"
  46. SuppressStartupBanner="TRUE"
  47. AdditionalLibraryDirectories="....bin"
  48. ProgramDatabaseFile=".....bin/dialogcontrols.pdb"
  49. SubSystem="2"/>
  50. <Tool
  51. Name="VCMIDLTool"
  52. PreprocessorDefinitions="NDEBUG"
  53. MkTypLibCompatible="TRUE"
  54. SuppressStartupBanner="TRUE"
  55. TargetEnvironment="1"
  56. TypeLibraryName=".....bin/dialogcontrols.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/dialogcontrols.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/dialogcontrolsD.exe"
  104. LinkIncremental="2"
  105. SuppressStartupBanner="TRUE"
  106. AdditionalLibraryDirectories="....bin"
  107. GenerateDebugInformation="TRUE"
  108. ProgramDatabaseFile=".....bin/dialogcontrolsD.pdb"
  109. SubSystem="2"/>
  110. <Tool
  111. Name="VCMIDLTool"
  112. PreprocessorDefinitions="_DEBUG"
  113. MkTypLibCompatible="TRUE"
  114. SuppressStartupBanner="TRUE"
  115. TargetEnvironment="1"
  116. TypeLibraryName=".....bin/dialogcontrols.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=".StdAfx.cpp">
  139. <FileConfiguration
  140. Name="Release|Win32">
  141. <Tool
  142. Name="VCCLCompilerTool"
  143. UsePrecompiledHeader="1"/>
  144. </FileConfiguration>
  145. <FileConfiguration
  146. Name="Debug|Win32">
  147. <Tool
  148. Name="VCCLCompilerTool"
  149. UsePrecompiledHeader="1"/>
  150. </FileConfiguration>
  151. </File>
  152. <File
  153. RelativePath=".dialogcontrols.cpp">
  154. </File>
  155. <File
  156. RelativePath=".dialogcontrols.rc">
  157. </File>
  158. <File
  159. RelativePath=".dialogcontrolsDlg.cpp">
  160. </File>
  161. </Filter>
  162. <Filter
  163. Name="Header Files"
  164. Filter="h;hpp;hxx;hm;inl">
  165. <File
  166. RelativePath=".Resource.h">
  167. </File>
  168. <File
  169. RelativePath=".StdAfx.h">
  170. </File>
  171. <File
  172. RelativePath=".dialogcontrols.h">
  173. </File>
  174. <File
  175. RelativePath=".dialogcontrolsDlg.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=".resbitmap1.bmp">
  183. </File>
  184. <File
  185. RelativePath=".resbitmap2.bmp">
  186. </File>
  187. <File
  188. RelativePath=".resdialogcontrols.ico">
  189. </File>
  190. <File
  191. RelativePath=".resdialogcontrols.rc2">
  192. </File>
  193. </Filter>
  194. <File
  195. RelativePath=".ReadMe.txt">
  196. </File>
  197. </Files>
  198. <Globals>
  199. </Globals>
  200. </VisualStudioProject>