Platform.vcproj
上传用户:easylife05
上传日期:2007-02-14
资源大小:393k
文件大小:6k
源码类别:

PlugIns编程

开发平台:

Visual C++

  1. <?xml version="1.0" encoding = "gb2312"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.00"
  5. Name="Platform"
  6. ProjectGUID="{5CADC786-DEB1-49BF-80F0-09BF52BFB101}"
  7. Keyword="MFCProj">
  8. <Platforms>
  9. <Platform
  10. Name="Win32"/>
  11. </Platforms>
  12. <Configurations>
  13. <Configuration
  14. Name="Debug|Win32"
  15. OutputDirectory="Debug"
  16. IntermediateDirectory="Debug"
  17. ConfigurationType="1"
  18. UseOfMFC="2"
  19. UseOfATL="1"
  20. CharacterSet="2">
  21. <Tool
  22. Name="VCCLCompilerTool"
  23. Optimization="0"
  24. AdditionalIncludeDirectories=""
  25. PreprocessorDefinitions="WIN32;_WINDOWS;_DEBUG"
  26. MinimalRebuild="TRUE"
  27. BasicRuntimeChecks="3"
  28. RuntimeLibrary="3"
  29. TreatWChar_tAsBuiltInType="TRUE"
  30. UsePrecompiledHeader="3"
  31. WarningLevel="3"
  32. Detect64BitPortabilityProblems="TRUE"
  33. DebugInformationFormat="4"/>
  34. <Tool
  35. Name="VCCustomBuildTool"/>
  36. <Tool
  37. Name="VCLinkerTool"
  38. OutputFile=".debug/$(ProjectName).exe"
  39. LinkIncremental="2"
  40. AdditionalLibraryDirectories=""
  41. GenerateDebugInformation="TRUE"
  42. SubSystem="2"
  43. TargetMachine="1"/>
  44. <Tool
  45. Name="VCMIDLTool"
  46. PreprocessorDefinitions="_DEBUG"
  47. MkTypLibCompatible="FALSE"
  48. TargetEnvironment="1"
  49. GenerateStublessProxies="TRUE"
  50. TypeLibraryName="$(IntDir)/$(ProjectName).tlb"
  51. HeaderFileName="$(ProjectName)_i.h"
  52. InterfaceIdentifierFileName="$(ProjectName)_i.c"/>
  53. <Tool
  54. Name="VCPostBuildEventTool"
  55. Description="执行注册"
  56. CommandLine="&quot;$(TargetPath)&quot; /RegServer"/>
  57. <Tool
  58. Name="VCPreBuildEventTool"/>
  59. <Tool
  60. Name="VCPreLinkEventTool"/>
  61. <Tool
  62. Name="VCResourceCompilerTool"
  63. PreprocessorDefinitions="_DEBUG"
  64. Culture="1033"
  65. AdditionalIncludeDirectories="$(IntDir)"/>
  66. <Tool
  67. Name="VCWebServiceProxyGeneratorTool"/>
  68. <Tool
  69. Name="VCWebDeploymentTool"/>
  70. </Configuration>
  71. <Configuration
  72. Name="Release|Win32"
  73. OutputDirectory="Release"
  74. IntermediateDirectory="Release"
  75. ConfigurationType="1"
  76. UseOfMFC="2"
  77. UseOfATL="1"
  78. CharacterSet="2">
  79. <Tool
  80. Name="VCCLCompilerTool"
  81. Optimization="2"
  82. InlineFunctionExpansion="1"
  83. OmitFramePointers="TRUE"
  84. PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG"
  85. StringPooling="TRUE"
  86. MinimalRebuild="FALSE"
  87. RuntimeLibrary="2"
  88. EnableFunctionLevelLinking="TRUE"
  89. TreatWChar_tAsBuiltInType="TRUE"
  90. UsePrecompiledHeader="3"
  91. WarningLevel="3"
  92. Detect64BitPortabilityProblems="TRUE"
  93. DebugInformationFormat="3"/>
  94. <Tool
  95. Name="VCCustomBuildTool"/>
  96. <Tool
  97. Name="VCLinkerTool"
  98. OutputFile=".release/$(ProjectName).exe"
  99. LinkIncremental="1"
  100. GenerateDebugInformation="TRUE"
  101. SubSystem="2"
  102. OptimizeReferences="2"
  103. EnableCOMDATFolding="2"
  104. TargetMachine="1"/>
  105. <Tool
  106. Name="VCMIDLTool"
  107. PreprocessorDefinitions="NDEBUG"
  108. MkTypLibCompatible="FALSE"
  109. TargetEnvironment="1"
  110. GenerateStublessProxies="TRUE"
  111. TypeLibraryName="$(IntDir)/$(ProjectName).tlb"
  112. HeaderFileName="Platform_i.h"
  113. InterfaceIdentifierFileName="Platform_i.c"/>
  114. <Tool
  115. Name="VCPostBuildEventTool"
  116. Description="执行注册"
  117. CommandLine="&quot;$(TargetPath)&quot; /RegServer"/>
  118. <Tool
  119. Name="VCPreBuildEventTool"/>
  120. <Tool
  121. Name="VCPreLinkEventTool"/>
  122. <Tool
  123. Name="VCResourceCompilerTool"
  124. PreprocessorDefinitions="NDEBUG"
  125. Culture="1033"
  126. AdditionalIncludeDirectories="$(IntDir)"/>
  127. <Tool
  128. Name="VCWebServiceProxyGeneratorTool"/>
  129. <Tool
  130. Name="VCWebDeploymentTool"/>
  131. </Configuration>
  132. </Configurations>
  133. <Files>
  134. <Filter
  135. Name="源文件"
  136. Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm">
  137. <File
  138. RelativePath="MainFrm.cpp">
  139. </File>
  140. <File
  141. RelativePath="MenuPlugin.cpp">
  142. </File>
  143. <File
  144. RelativePath="OcxCallDlg.cpp">
  145. </File>
  146. <File
  147. RelativePath="Platform.cpp">
  148. </File>
  149. <File
  150. RelativePath="Platform.idl">
  151. </File>
  152. <File
  153. RelativePath="PlatformDoc.cpp">
  154. </File>
  155. <File
  156. RelativePath="PlatformView.cpp">
  157. </File>
  158. <File
  159. RelativePath="Server.cpp">
  160. </File>
  161. <File
  162. RelativePath="ToolBarItem.cpp">
  163. </File>
  164. <File
  165. RelativePath="stdafx.cpp">
  166. <FileConfiguration
  167. Name="Debug|Win32">
  168. <Tool
  169. Name="VCCLCompilerTool"
  170. UsePrecompiledHeader="1"/>
  171. </FileConfiguration>
  172. <FileConfiguration
  173. Name="Release|Win32">
  174. <Tool
  175. Name="VCCLCompilerTool"
  176. UsePrecompiledHeader="1"/>
  177. </FileConfiguration>
  178. </File>
  179. </Filter>
  180. <Filter
  181. Name="头文件"
  182. Filter="h;hpp;hxx;hm;inl;inc">
  183. <File
  184. RelativePath="MainFrm.h">
  185. </File>
  186. <File
  187. RelativePath="MenuPlugin.h">
  188. </File>
  189. <File
  190. RelativePath="OcxCallDlg.h">
  191. </File>
  192. <File
  193. RelativePath="Platform.h">
  194. </File>
  195. <File
  196. RelativePath="PlatformDoc.h">
  197. </File>
  198. <File
  199. RelativePath="PlatformView.h">
  200. </File>
  201. <File
  202. RelativePath="Resource.h">
  203. </File>
  204. <File
  205. RelativePath="Server.h">
  206. </File>
  207. <File
  208. RelativePath="ToolBarItem.h">
  209. </File>
  210. <File
  211. RelativePath="commStruct.h">
  212. </File>
  213. <File
  214. RelativePath="lmhPlugin.h">
  215. </File>
  216. <File
  217. RelativePath="stdafx.h">
  218. </File>
  219. </Filter>
  220. <Filter
  221. Name="资源文件"
  222. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;jpg;jpeg;jpe;manifest">
  223. <File
  224. RelativePath="resPlatform.ico">
  225. </File>
  226. <File
  227. RelativePath="resPlatform.manifest">
  228. </File>
  229. <File
  230. RelativePath="Platform.rc">
  231. </File>
  232. <File
  233. RelativePath="resPlatform.rc2">
  234. </File>
  235. <File
  236. RelativePath="Platform.rgs">
  237. </File>
  238. <File
  239. RelativePath="resPlatformDoc.ico">
  240. </File>
  241. <File
  242. RelativePath="Server.rgs">
  243. </File>
  244. <File
  245. RelativePath="resToolbar.bmp">
  246. </File>
  247. <File
  248. RelativePath="resimagelist.bmp">
  249. </File>
  250. <File
  251. RelativePath="respalette.bmp">
  252. </File>
  253. <File
  254. RelativePath="resstyles.bmp">
  255. </File>
  256. </Filter>
  257. <File
  258. RelativePath="ReadMe.txt">
  259. </File>
  260. </Files>
  261. <Globals>
  262. </Globals>
  263. </VisualStudioProject>