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

PlugIns编程

开发平台:

Visual C++

  1. <?xml version="1.0" encoding = "gb2312"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.00"
  5. Name="PluginPS"
  6. ProjectGUID="{B7351221-6326-4248-98BF-5043BE8DA38E}"
  7. Keyword="AtlPSProj">
  8. <Platforms>
  9. <Platform
  10. Name="Win32"/>
  11. </Platforms>
  12. <Configurations>
  13. <Configuration
  14. Name="Debug|Win32"
  15. OutputDirectory="DebugPS"
  16. IntermediateDirectory="DebugPS"
  17. ConfigurationType="2">
  18. <Tool
  19. Name="VCCLCompilerTool"
  20. PreprocessorDefinitions="WIN32;_WIN32_WINNT=0x0400;REGISTER_PROXY_DLL;_DEBUG"
  21. RuntimeLibrary="3"/>
  22. <Tool
  23. Name="VCCustomBuildTool"/>
  24. <Tool
  25. Name="VCLinkerTool"
  26. AdditionalDependencies="kernel32.lib rpcndr.lib rpcns4.lib rpcrt4.lib oleaut32.lib uuid.lib"
  27. ModuleDefinitionFile="PluginPS.def"/>
  28. <Tool
  29. Name="VCMIDLTool"/>
  30. <Tool
  31. Name="VCPostBuildEventTool"
  32. Description="执行注册"
  33. CommandLine="regsvr32 /s /c &quot;$(TargetPath)&quot;"/>
  34. <Tool
  35. Name="VCPreBuildEventTool"
  36. Description="检查是否有所需的文件"
  37. CommandLine="if exist dlldata.c goto :END
  38. Echo 错误:MIDL 将不会生成 DLLDATA.C,除非在主项目中至少有 1 个接口。
  39. Exit 1
  40. :END
  41. "/>
  42. <Tool
  43. Name="VCPreLinkEventTool"/>
  44. <Tool
  45. Name="VCResourceCompilerTool"/>
  46. <Tool
  47. Name="VCWebServiceProxyGeneratorTool"/>
  48. <Tool
  49. Name="VCWebDeploymentTool"/>
  50. </Configuration>
  51. <Configuration
  52. Name="Release|Win32"
  53. OutputDirectory="ReleasePS"
  54. IntermediateDirectory="ReleasePS"
  55. ConfigurationType="2">
  56. <Tool
  57. Name="VCCLCompilerTool"
  58. Optimization="3"
  59. PreprocessorDefinitions="WIN32;_WIN32_WINNT=0x0400;REGISTER_PROXY_DLL;NDEBUG"
  60. RuntimeLibrary="2"/>
  61. <Tool
  62. Name="VCCustomBuildTool"/>
  63. <Tool
  64. Name="VCLinkerTool"
  65. AdditionalDependencies="kernel32.lib rpcndr.lib rpcns4.lib rpcrt4.lib oleaut32.lib uuid.lib"
  66. ModuleDefinitionFile="PluginPS.def"
  67. OptimizeReferences="2"
  68. EnableCOMDATFolding="2"/>
  69. <Tool
  70. Name="VCMIDLTool"/>
  71. <Tool
  72. Name="VCPostBuildEventTool"
  73. Description="执行注册"
  74. CommandLine="regsvr32 /s /c &quot;$(TargetPath)&quot;"/>
  75. <Tool
  76. Name="VCPreBuildEventTool"
  77. Description="检查是否有所需的文件"
  78. CommandLine="if exist dlldata.c goto :END
  79. Echo 错误:MIDL 将不会生成 DLLDATA.C,除非在主项目中至少有 1 个接口。
  80. Exit 1
  81. :END
  82. "/>
  83. <Tool
  84. Name="VCPreLinkEventTool"/>
  85. <Tool
  86. Name="VCResourceCompilerTool"/>
  87. <Tool
  88. Name="VCWebServiceProxyGeneratorTool"/>
  89. <Tool
  90. Name="VCWebDeploymentTool"/>
  91. </Configuration>
  92. </Configurations>
  93. <Files>
  94. <Filter
  95. Name="源文件"
  96. Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm">
  97. <File
  98. RelativePath="Pluginps.def">
  99. </File>
  100. </Filter>
  101. <Filter
  102. Name="生成的文件"
  103. SourceControlFiles="FALSE">
  104. <File
  105. RelativePath="Plugin_i.c">
  106. </File>
  107. <File
  108. RelativePath="Plugin_p.c">
  109. </File>
  110. <File
  111. RelativePath="dlldata.c">
  112. </File>
  113. </Filter>
  114. </Files>
  115. <Globals>
  116. </Globals>
  117. </VisualStudioProject>