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