DialogExcelTabs.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="DialogExcelTabs"
  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/DialogExcelTabs.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/DialogExcelTabs.exe"
  45. LinkIncremental="1"
  46. SuppressStartupBanner="TRUE"
  47. AdditionalLibraryDirectories="....bin"
  48. ProgramDatabaseFile=".....bin/DialogExcelTabs.pdb"
  49. SubSystem="2"/>
  50. <Tool
  51. Name="VCMIDLTool"
  52. PreprocessorDefinitions="NDEBUG"
  53. MkTypLibCompatible="TRUE"
  54. SuppressStartupBanner="TRUE"
  55. TargetEnvironment="1"
  56. TypeLibraryName=".....bin/DialogExcelTabs.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/DialogExcelTabs.pch"
  90. AssemblerListingLocation=".Debug/"
  91. ObjectFile=".Debug/"
  92. ProgramDataBaseFileName=".Debug/"
  93. WarningLevel="3"
  94. SuppressStartupBanner="TRUE"
  95. DebugInformationFormat="4"
  96. CompileAs="0"/>
  97. <Tool
  98. Name="VCCustomBuildTool"/>
  99. <Tool
  100. Name="VCLinkerTool"
  101. AdditionalOptions="/MACHINE:I386"
  102. OutputFile="....bin/DialogExcelTabsD.exe"
  103. LinkIncremental="2"
  104. SuppressStartupBanner="TRUE"
  105. AdditionalLibraryDirectories="....bin"
  106. GenerateDebugInformation="TRUE"
  107. ProgramDatabaseFile=".....bin/DialogExcelTabsD.pdb"
  108. SubSystem="2"/>
  109. <Tool
  110. Name="VCMIDLTool"
  111. PreprocessorDefinitions="_DEBUG"
  112. MkTypLibCompatible="TRUE"
  113. SuppressStartupBanner="TRUE"
  114. TargetEnvironment="1"
  115. TypeLibraryName=".....bin/DialogExcelTabs.tlb"/>
  116. <Tool
  117. Name="VCPostBuildEventTool"/>
  118. <Tool
  119. Name="VCPreBuildEventTool"/>
  120. <Tool
  121. Name="VCPreLinkEventTool"/>
  122. <Tool
  123. Name="VCResourceCompilerTool"
  124. PreprocessorDefinitions="_AFXDLL;_DEBUG"
  125. Culture="9226"/>
  126. <Tool
  127. Name="VCWebServiceProxyGeneratorTool"/>
  128. <Tool
  129. Name="VCWebDeploymentTool"/>
  130. </Configuration>
  131. </Configurations>
  132. <Files>
  133. <Filter
  134. Name="Source Files"
  135. Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
  136. <File
  137. RelativePath=".DialogExcelTabs.cpp">
  138. </File>
  139. <File
  140. RelativePath=".DialogExcelTabs.rc">
  141. </File>
  142. <File
  143. RelativePath=".DialogExcelTabsDlg.cpp">
  144. </File>
  145. <File
  146. RelativePath=".StdAfx.cpp">
  147. <FileConfiguration
  148. Name="Release|Win32">
  149. <Tool
  150. Name="VCCLCompilerTool"
  151. UsePrecompiledHeader="1"/>
  152. </FileConfiguration>
  153. <FileConfiguration
  154. Name="Debug|Win32">
  155. <Tool
  156. Name="VCCLCompilerTool"
  157. UsePrecompiledHeader="1"/>
  158. </FileConfiguration>
  159. </File>
  160. </Filter>
  161. <Filter
  162. Name="Header Files"
  163. Filter="h;hpp;hxx;hm;inl">
  164. <File
  165. RelativePath=".DialogExcelTabs.h">
  166. </File>
  167. <File
  168. RelativePath=".DialogExcelTabsDlg.h">
  169. </File>
  170. <File
  171. RelativePath=".Resource.h">
  172. </File>
  173. <File
  174. RelativePath=".StdAfx.h">
  175. </File>
  176. </Filter>
  177. <Filter
  178. Name="Resource Files"
  179. Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
  180. <File
  181. RelativePath=".resDialogExcelTabs.ico">
  182. </File>
  183. <File
  184. RelativePath=".resDialogExcelTabs.rc2">
  185. </File>
  186. </Filter>
  187. <File
  188. RelativePath=".ReadMe.txt">
  189. </File>
  190. </Files>
  191. <Globals>
  192. </Globals>
  193. </VisualStudioProject>