TSPlugPS.vcproj 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185
  1. <?xml version="1.0" encoding="gb2312"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="TSPlugPS"
  6. ProjectGUID="{F7CCD322-F28F-4A26-B9B7-EF2C64919DA6}"
  7. Keyword="AtlPSProj"
  8. TargetFrameworkVersion="196613"
  9. >
  10. <Platforms>
  11. <Platform
  12. Name="Win32"
  13. />
  14. </Platforms>
  15. <ToolFiles>
  16. </ToolFiles>
  17. <Configurations>
  18. <Configuration
  19. Name="Debug|Win32"
  20. OutputDirectory="$(ConfigurationName)PS"
  21. IntermediateDirectory="$(ConfigurationName)PS"
  22. ConfigurationType="2"
  23. CharacterSet="1"
  24. >
  25. <Tool
  26. Name="VCPreBuildEventTool"
  27. Description="检查是否有所需的文件"
  28. CommandLine="if exist dlldata.c goto :END&#x0D;&#x0A;Echo 错误: MIDL 将不会生成 DLLDATA.C,除非在主项目中至少有 1 个接口。&#x0D;&#x0A;Exit 1&#x0D;&#x0A;:END&#x0D;&#x0A;"
  29. />
  30. <Tool
  31. Name="VCCustomBuildTool"
  32. />
  33. <Tool
  34. Name="VCXMLDataGeneratorTool"
  35. />
  36. <Tool
  37. Name="VCWebServiceProxyGeneratorTool"
  38. />
  39. <Tool
  40. Name="VCMIDLTool"
  41. />
  42. <Tool
  43. Name="VCCLCompilerTool"
  44. PreprocessorDefinitions="WIN32;_WIN32_WINNT=0x0500;REGISTER_PROXY_DLL;_DEBUG"
  45. RuntimeLibrary="3"
  46. />
  47. <Tool
  48. Name="VCManagedResourceCompilerTool"
  49. />
  50. <Tool
  51. Name="VCResourceCompilerTool"
  52. />
  53. <Tool
  54. Name="VCPreLinkEventTool"
  55. />
  56. <Tool
  57. Name="VCLinkerTool"
  58. RegisterOutput="true"
  59. AdditionalDependencies="kernel32.lib rpcns4.lib rpcrt4.lib oleaut32.lib uuid.lib"
  60. ModuleDefinitionFile="TSPlugPS.def"
  61. />
  62. <Tool
  63. Name="VCALinkTool"
  64. />
  65. <Tool
  66. Name="VCManifestTool"
  67. />
  68. <Tool
  69. Name="VCXDCMakeTool"
  70. />
  71. <Tool
  72. Name="VCBscMakeTool"
  73. />
  74. <Tool
  75. Name="VCFxCopTool"
  76. />
  77. <Tool
  78. Name="VCAppVerifierTool"
  79. />
  80. <Tool
  81. Name="VCPostBuildEventTool"
  82. />
  83. </Configuration>
  84. <Configuration
  85. Name="Release|Win32"
  86. OutputDirectory="$(ConfigurationName)PS"
  87. IntermediateDirectory="$(ConfigurationName)PS"
  88. ConfigurationType="2"
  89. CharacterSet="1"
  90. >
  91. <Tool
  92. Name="VCPreBuildEventTool"
  93. Description="检查是否有所需的文件"
  94. CommandLine="if exist dlldata.c goto :END&#x0D;&#x0A;Echo 错误: MIDL 将不会生成 DLLDATA.C,除非在主项目中至少有 1 个接口。&#x0D;&#x0A;Exit 1&#x0D;&#x0A;:END&#x0D;&#x0A;"
  95. />
  96. <Tool
  97. Name="VCCustomBuildTool"
  98. />
  99. <Tool
  100. Name="VCXMLDataGeneratorTool"
  101. />
  102. <Tool
  103. Name="VCWebServiceProxyGeneratorTool"
  104. />
  105. <Tool
  106. Name="VCMIDLTool"
  107. />
  108. <Tool
  109. Name="VCCLCompilerTool"
  110. Optimization="2"
  111. PreprocessorDefinitions="WIN32;_WIN32_WINNT=0x0500;REGISTER_PROXY_DLL;NDEBUG"
  112. RuntimeLibrary="2"
  113. />
  114. <Tool
  115. Name="VCManagedResourceCompilerTool"
  116. />
  117. <Tool
  118. Name="VCResourceCompilerTool"
  119. />
  120. <Tool
  121. Name="VCPreLinkEventTool"
  122. />
  123. <Tool
  124. Name="VCLinkerTool"
  125. RegisterOutput="true"
  126. AdditionalDependencies="kernel32.lib rpcns4.lib rpcrt4.lib oleaut32.lib uuid.lib"
  127. ModuleDefinitionFile="TSPlugPS.def"
  128. OptimizeReferences="2"
  129. EnableCOMDATFolding="2"
  130. />
  131. <Tool
  132. Name="VCALinkTool"
  133. />
  134. <Tool
  135. Name="VCManifestTool"
  136. />
  137. <Tool
  138. Name="VCXDCMakeTool"
  139. />
  140. <Tool
  141. Name="VCBscMakeTool"
  142. />
  143. <Tool
  144. Name="VCFxCopTool"
  145. />
  146. <Tool
  147. Name="VCAppVerifierTool"
  148. />
  149. <Tool
  150. Name="VCPostBuildEventTool"
  151. />
  152. </Configuration>
  153. </Configurations>
  154. <References>
  155. </References>
  156. <Files>
  157. <Filter
  158. Name="源文件"
  159. >
  160. </Filter>
  161. <Filter
  162. Name="生成的文件"
  163. SourceControlFiles="false"
  164. >
  165. <File
  166. RelativePath=".\dlldata.c"
  167. >
  168. </File>
  169. <File
  170. RelativePath=".\TSPlug_i.c"
  171. >
  172. </File>
  173. <File
  174. RelativePath=".\TSPlug_p.c"
  175. >
  176. </File>
  177. </Filter>
  178. <File
  179. RelativePath=".\TSPlugps.def"
  180. >
  181. </File>
  182. </Files>
  183. <Globals>
  184. </Globals>
  185. </VisualStudioProject>