Plugin.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="Plugin"
  6. ProjectGUID="{DE18BD40-2D0E-4442-939C-CEE77B3C51DF}"
  7. Keyword="AtlProj">
  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="2"
  18. UseOfMFC="2"
  19. UseOfATL="1"
  20. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  21. CharacterSet="2">
  22. <Tool
  23. Name="VCCLCompilerTool"
  24. Optimization="0"
  25. PreprocessorDefinitions="WIN32;_WINDOWS;_DEBUG;_USRDLL"
  26. MinimalRebuild="TRUE"
  27. BasicRuntimeChecks="3"
  28. RuntimeLibrary="3"
  29. UsePrecompiledHeader="3"
  30. WarningLevel="3"
  31. Detect64BitPortabilityProblems="TRUE"
  32. DebugInformationFormat="4"/>
  33. <Tool
  34. Name="VCCustomBuildTool"/>
  35. <Tool
  36. Name="VCLinkerTool"
  37. IgnoreImportLibrary="TRUE"
  38. OutputFile="$(OutDir)/Plugin.dll"
  39. LinkIncremental="2"
  40. ModuleDefinitionFile=".Plugin.def"
  41. GenerateDebugInformation="TRUE"
  42. SubSystem="2"
  43. ImportLibrary="$(OutDir)/Plugin.lib"
  44. TargetMachine="1"/>
  45. <Tool
  46. Name="VCMIDLTool"
  47. PreprocessorDefinitions="_DEBUG"
  48. MkTypLibCompatible="FALSE"
  49. TargetEnvironment="1"
  50. GenerateStublessProxies="TRUE"
  51. TypeLibraryName="$(IntDir)/Plugin.tlb"
  52. HeaderFileName="Plugin.h"
  53. DLLDataFileName=""
  54. InterfaceIdentifierFileName="Plugin_i.c"
  55. ProxyFileName="Plugin_p.c"/>
  56. <Tool
  57. Name="VCPostBuildEventTool"
  58. Description="执行注册"
  59. CommandLine="regsvr32 /s /c &quot;$(TargetPath)&quot;"/>
  60. <Tool
  61. Name="VCPreBuildEventTool"/>
  62. <Tool
  63. Name="VCPreLinkEventTool"/>
  64. <Tool
  65. Name="VCResourceCompilerTool"
  66. PreprocessorDefinitions="_DEBUG"
  67. Culture="1033"
  68. AdditionalIncludeDirectories="$(IntDir)"/>
  69. <Tool
  70. Name="VCWebServiceProxyGeneratorTool"/>
  71. <Tool
  72. Name="VCWebDeploymentTool"/>
  73. </Configuration>
  74. <Configuration
  75. Name="Release|Win32"
  76. OutputDirectory="Release"
  77. IntermediateDirectory="Release"
  78. ConfigurationType="2"
  79. UseOfMFC="2"
  80. UseOfATL="1"
  81. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  82. CharacterSet="2">
  83. <Tool
  84. Name="VCCLCompilerTool"
  85. InlineFunctionExpansion="1"
  86. PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG;_USRDLL"
  87. StringPooling="TRUE"
  88. RuntimeLibrary="2"
  89. EnableFunctionLevelLinking="TRUE"
  90. UsePrecompiledHeader="3"
  91. WarningLevel="3"
  92. Detect64BitPortabilityProblems="TRUE"
  93. DebugInformationFormat="3"/>
  94. <Tool
  95. Name="VCCustomBuildTool"/>
  96. <Tool
  97. Name="VCLinkerTool"
  98. IgnoreImportLibrary="TRUE"
  99. OutputFile="$(OutDir)/Plugin.dll"
  100. LinkIncremental="1"
  101. ModuleDefinitionFile=".Plugin.def"
  102. GenerateDebugInformation="TRUE"
  103. SubSystem="2"
  104. OptimizeReferences="2"
  105. EnableCOMDATFolding="2"
  106. ImportLibrary="$(OutDir)/Plugin.lib"
  107. TargetMachine="1"/>
  108. <Tool
  109. Name="VCMIDLTool"
  110. PreprocessorDefinitions="NDEBUG"
  111. MkTypLibCompatible="FALSE"
  112. TargetEnvironment="1"
  113. GenerateStublessProxies="TRUE"
  114. TypeLibraryName="$(IntDir)/Plugin.tlb"
  115. HeaderFileName="Plugin.h"
  116. DLLDataFileName=""
  117. InterfaceIdentifierFileName="Plugin_i.c"
  118. ProxyFileName="Plugin_p.c"/>
  119. <Tool
  120. Name="VCPostBuildEventTool"
  121. Description="执行注册"
  122. CommandLine="regsvr32 /s /c &quot;$(TargetPath)&quot;"/>
  123. <Tool
  124. Name="VCPreBuildEventTool"/>
  125. <Tool
  126. Name="VCPreLinkEventTool"/>
  127. <Tool
  128. Name="VCResourceCompilerTool"
  129. PreprocessorDefinitions="NDEBUG"
  130. Culture="1033"
  131. AdditionalIncludeDirectories="$(IntDir)"/>
  132. <Tool
  133. Name="VCWebServiceProxyGeneratorTool"/>
  134. <Tool
  135. Name="VCWebDeploymentTool"/>
  136. </Configuration>
  137. </Configurations>
  138. <Files>
  139. <Filter
  140. Name="源文件"
  141. Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm">
  142. <File
  143. RelativePath="L1Plugin.cpp">
  144. </File>
  145. <File
  146. RelativePath="Plugin.cpp">
  147. </File>
  148. <File
  149. RelativePath="Plugin.def">
  150. </File>
  151. <File
  152. RelativePath="Plugin.idl">
  153. </File>
  154. <File
  155. RelativePath="..Plugin2Plugin2.idl">
  156. </File>
  157. <File
  158. RelativePath="TestDlg.cpp">
  159. </File>
  160. <File
  161. RelativePath="stdafx.cpp">
  162. <FileConfiguration
  163. Name="Debug|Win32">
  164. <Tool
  165. Name="VCCLCompilerTool"
  166. UsePrecompiledHeader="1"/>
  167. </FileConfiguration>
  168. <FileConfiguration
  169. Name="Release|Win32">
  170. <Tool
  171. Name="VCCLCompilerTool"
  172. UsePrecompiledHeader="1"/>
  173. </FileConfiguration>
  174. </File>
  175. </Filter>
  176. <Filter
  177. Name="头文件"
  178. Filter="h;hpp;hxx;hm;inl;inc">
  179. <File
  180. RelativePath="L1Plugin.h">
  181. </File>
  182. <File
  183. RelativePath="Resource.h">
  184. </File>
  185. <File
  186. RelativePath="TestDlg.h">
  187. </File>
  188. <File
  189. RelativePath="iServer.h">
  190. </File>
  191. <File
  192. RelativePath="stdafx.h">
  193. </File>
  194. </Filter>
  195. <Filter
  196. Name="资源文件"
  197. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
  198. <File
  199. RelativePath="L1Plugin.rgs">
  200. </File>
  201. <File
  202. RelativePath="Plugin.rc">
  203. </File>
  204. <File
  205. RelativePath="Plugin.rgs">
  206. </File>
  207. <File
  208. RelativePath="styles.bmp">
  209. </File>
  210. </Filter>
  211. <Filter
  212. Name="生成的文件"
  213. SourceControlFiles="FALSE">
  214. <File
  215. RelativePath="Plugin_i.c">
  216. <FileConfiguration
  217. Name="Debug|Win32">
  218. <Tool
  219. Name="VCCLCompilerTool"
  220. UsePrecompiledHeader="0"/>
  221. </FileConfiguration>
  222. <FileConfiguration
  223. Name="Release|Win32">
  224. <Tool
  225. Name="VCCLCompilerTool"
  226. UsePrecompiledHeader="0"/>
  227. </FileConfiguration>
  228. </File>
  229. </Filter>
  230. <File
  231. RelativePath="ReadMe.txt">
  232. </File>
  233. </Files>
  234. <Globals>
  235. </Globals>
  236. </VisualStudioProject>