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