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

对话框与窗口

开发平台:

Visual C++

  1. <?xml version="1.0" encoding = "Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.00"
  5. Name="GuiVisioDemo"
  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/GuiVisioDemo.pch"
  32. AssemblerListingLocation=".Debug/"
  33. ObjectFile=".Debug/"
  34. ProgramDataBaseFileName=".Debug/"
  35. WarningLevel="3"
  36. SuppressStartupBanner="TRUE"
  37. DebugInformationFormat="4"
  38. CompileAs="0"/>
  39. <Tool
  40. Name="VCCustomBuildTool"/>
  41. <Tool
  42. Name="VCLinkerTool"
  43. AdditionalOptions="/MACHINE:I386"
  44. OutputFile="....bin/GuiVisioDemoD.exe"
  45. LinkIncremental="2"
  46. SuppressStartupBanner="TRUE"
  47. AdditionalLibraryDirectories="....bin"
  48. GenerateDebugInformation="TRUE"
  49. ProgramDatabaseFile=".....bin/GuiVisioDemoD.pdb"
  50. SubSystem="2"/>
  51. <Tool
  52. Name="VCMIDLTool"
  53. PreprocessorDefinitions="_DEBUG"
  54. MkTypLibCompatible="TRUE"
  55. SuppressStartupBanner="TRUE"
  56. TargetEnvironment="1"
  57. TypeLibraryName=".....bin/GuiVisioDemo.tlb"/>
  58. <Tool
  59. Name="VCPostBuildEventTool"/>
  60. <Tool
  61. Name="VCPreBuildEventTool"/>
  62. <Tool
  63. Name="VCPreLinkEventTool"/>
  64. <Tool
  65. Name="VCResourceCompilerTool"
  66. PreprocessorDefinitions="_AFXDLL;_DEBUG"
  67. Culture="9226"/>
  68. <Tool
  69. Name="VCWebServiceProxyGeneratorTool"/>
  70. <Tool
  71. Name="VCWebDeploymentTool"/>
  72. </Configuration>
  73. <Configuration
  74. Name="Release|Win32"
  75. OutputDirectory=".....bin"
  76. IntermediateDirectory=".Release"
  77. ConfigurationType="1"
  78. UseOfMFC="2"
  79. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  80. CharacterSet="2">
  81. <Tool
  82. Name="VCCLCompilerTool"
  83. InlineFunctionExpansion="1"
  84. AdditionalIncludeDirectories="....GuiLib"
  85. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
  86. StringPooling="TRUE"
  87. RuntimeLibrary="2"
  88. EnableFunctionLevelLinking="TRUE"
  89. UsePrecompiledHeader="3"
  90. PrecompiledHeaderThrough="stdafx.h"
  91. PrecompiledHeaderFile=".Release/GuiVisioDemo.pch"
  92. AssemblerListingLocation=".Release/"
  93. ObjectFile=".Release/"
  94. ProgramDataBaseFileName=".Release/"
  95. WarningLevel="3"
  96. SuppressStartupBanner="TRUE"
  97. CompileAs="0"/>
  98. <Tool
  99. Name="VCCustomBuildTool"/>
  100. <Tool
  101. Name="VCLinkerTool"
  102. AdditionalOptions="/MACHINE:I386"
  103. OutputFile=".....bin/GuiVisioDemo.exe"
  104. LinkIncremental="1"
  105. SuppressStartupBanner="TRUE"
  106. AdditionalLibraryDirectories="....bin"
  107. ProgramDatabaseFile=".....bin/GuiVisioDemo.pdb"
  108. SubSystem="2"/>
  109. <Tool
  110. Name="VCMIDLTool"
  111. PreprocessorDefinitions="NDEBUG"
  112. MkTypLibCompatible="TRUE"
  113. SuppressStartupBanner="TRUE"
  114. TargetEnvironment="1"
  115. TypeLibraryName=".....bin/GuiVisioDemo.tlb"/>
  116. <Tool
  117. Name="VCPostBuildEventTool"/>
  118. <Tool
  119. Name="VCPreBuildEventTool"/>
  120. <Tool
  121. Name="VCPreLinkEventTool"/>
  122. <Tool
  123. Name="VCResourceCompilerTool"
  124. PreprocessorDefinitions="_AFXDLL;NDEBUG"
  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=".GuiFolderVisio.cpp">
  138. </File>
  139. <File
  140. RelativePath=".GuiVisioDemo.cpp">
  141. </File>
  142. <File
  143. RelativePath=".GuiVisioDemo.rc">
  144. </File>
  145. <File
  146. RelativePath=".GuiVisioDemoDoc.cpp">
  147. </File>
  148. <File
  149. RelativePath=".GuiVisioDemoView.cpp">
  150. </File>
  151. <File
  152. RelativePath=".MainFrm.cpp">
  153. </File>
  154. <File
  155. RelativePath=".StdAfx.cpp">
  156. <FileConfiguration
  157. Name="Debug|Win32">
  158. <Tool
  159. Name="VCCLCompilerTool"
  160. UsePrecompiledHeader="1"/>
  161. </FileConfiguration>
  162. <FileConfiguration
  163. Name="Release|Win32">
  164. <Tool
  165. Name="VCCLCompilerTool"
  166. UsePrecompiledHeader="1"/>
  167. </FileConfiguration>
  168. </File>
  169. </Filter>
  170. <Filter
  171. Name="Header Files"
  172. Filter="h;hpp;hxx;hm;inl">
  173. <File
  174. RelativePath=".GuiFolderVisio.h">
  175. </File>
  176. <File
  177. RelativePath=".GuiVisioDemo.h">
  178. </File>
  179. <File
  180. RelativePath=".GuiVisioDemoDoc.h">
  181. </File>
  182. <File
  183. RelativePath=".GuiVisioDemoView.h">
  184. </File>
  185. <File
  186. RelativePath=".MainFrm.h">
  187. </File>
  188. <File
  189. RelativePath=".Resource.h">
  190. </File>
  191. <File
  192. RelativePath=".StdAfx.h">
  193. </File>
  194. </Filter>
  195. <Filter
  196. Name="Resource Files"
  197. Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
  198. <File
  199. RelativePath=".resGuiVisioDemo.ico">
  200. </File>
  201. <File
  202. RelativePath=".resGuiVisioDemo.rc2">
  203. </File>
  204. <File
  205. RelativePath=".resGuiVisioDemoDoc.ico">
  206. </File>
  207. <File
  208. RelativePath=".resToolbar.bmp">
  209. </File>
  210. <File
  211. RelativePath=".resbitmap1.bmp">
  212. </File>
  213. </Filter>
  214. <File
  215. RelativePath=".ReadMe.txt">
  216. </File>
  217. </Files>
  218. <Globals>
  219. </Globals>
  220. </VisualStudioProject>