COMServer.vcproj
上传用户:lxycoco
上传日期:2022-07-21
资源大小:38457k
文件大小:5k
源码类别:

C#编程

开发平台:

Others

  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.10"
  5. Name="COMServer"
  6. ProjectGUID="{1D1D7C54-F6FD-489A-82E4-A23FD2EA6DC9}"
  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;_ATL_ATTRIBUTES"
  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)/COMServer.dll"
  38. LinkIncremental="2"
  39. MergedIDLBaseFileName="_COMServer.idl"
  40. GenerateDebugInformation="TRUE"
  41. SubSystem="2"
  42. ImportLibrary="$(OutDir)/COMServer.lib"
  43. TargetMachine="1"/>
  44. <Tool
  45. Name="VCMIDLTool"
  46. PreprocessorDefinitions="_DEBUG"
  47. MkTypLibCompatible="FALSE"
  48. TargetEnvironment="1"
  49. GenerateStublessProxies="TRUE"
  50. TypeLibraryName="$(IntDir)/COMServer.tlb"
  51. HeaderFileName="COMServer.h"
  52. DLLDataFileName=""
  53. InterfaceIdentifierFileName="COMServer_i.c"
  54. ProxyFileName="COMServer_p.c"/>
  55. <Tool
  56. Name="VCPostBuildEventTool"
  57. Description="Performing registration"
  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="VCXMLDataGeneratorTool"/>
  72. <Tool
  73. Name="VCWebDeploymentTool"/>
  74. <Tool
  75. Name="VCManagedWrapperGeneratorTool"/>
  76. <Tool
  77. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  78. </Configuration>
  79. <Configuration
  80. Name="Release|Win32"
  81. OutputDirectory="Release"
  82. IntermediateDirectory="Release"
  83. ConfigurationType="2"
  84. UseOfATL="1"
  85. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  86. CharacterSet="2">
  87. <Tool
  88. Name="VCCLCompilerTool"
  89. PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG;_USRDLL;_ATL_ATTRIBUTES"
  90. RuntimeLibrary="2"
  91. UsePrecompiledHeader="3"
  92. WarningLevel="3"
  93. Detect64BitPortabilityProblems="TRUE"
  94. DebugInformationFormat="3"/>
  95. <Tool
  96. Name="VCCustomBuildTool"/>
  97. <Tool
  98. Name="VCLinkerTool"
  99. IgnoreImportLibrary="TRUE"
  100. OutputFile="$(OutDir)/COMServer.dll"
  101. LinkIncremental="1"
  102. MergedIDLBaseFileName="_COMServer.idl"
  103. GenerateDebugInformation="TRUE"
  104. SubSystem="2"
  105. OptimizeReferences="2"
  106. EnableCOMDATFolding="2"
  107. ImportLibrary="$(OutDir)/COMServer.lib"
  108. TargetMachine="1"/>
  109. <Tool
  110. Name="VCMIDLTool"
  111. PreprocessorDefinitions="NDEBUG"
  112. MkTypLibCompatible="FALSE"
  113. TargetEnvironment="1"
  114. GenerateStublessProxies="TRUE"
  115. TypeLibraryName="$(IntDir)/COMServer.tlb"
  116. HeaderFileName="COMServer.h"
  117. DLLDataFileName=""
  118. InterfaceIdentifierFileName="COMServer_i.c"
  119. ProxyFileName="COMServer_p.c"/>
  120. <Tool
  121. Name="VCPostBuildEventTool"
  122. Description="Performing registration"
  123. CommandLine="regsvr32 /s /c &quot;$(TargetPath)&quot;"/>
  124. <Tool
  125. Name="VCPreBuildEventTool"/>
  126. <Tool
  127. Name="VCPreLinkEventTool"/>
  128. <Tool
  129. Name="VCResourceCompilerTool"
  130. PreprocessorDefinitions="NDEBUG"
  131. Culture="1033"
  132. AdditionalIncludeDirectories="$(IntDir)"/>
  133. <Tool
  134. Name="VCWebServiceProxyGeneratorTool"/>
  135. <Tool
  136. Name="VCXMLDataGeneratorTool"/>
  137. <Tool
  138. Name="VCWebDeploymentTool"/>
  139. <Tool
  140. Name="VCManagedWrapperGeneratorTool"/>
  141. <Tool
  142. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  143. </Configuration>
  144. </Configurations>
  145. <References>
  146. </References>
  147. <Files>
  148. <Filter
  149. Name="Source Files"
  150. Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
  151. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
  152. <File
  153. RelativePath=".COMDemo.cpp">
  154. </File>
  155. <File
  156. RelativePath=".COMServer.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="Header Files"
  176. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  177. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
  178. <File
  179. RelativePath=".COMDemo.h">
  180. </File>
  181. <File
  182. RelativePath=".Resource.h">
  183. </File>
  184. <File
  185. RelativePath=".stdafx.h">
  186. </File>
  187. </Filter>
  188. <Filter
  189. Name="Resource Files"
  190. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
  191. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
  192. <File
  193. RelativePath=".COMServer.rc">
  194. </File>
  195. <File
  196. RelativePath=".COMServer.rgs">
  197. </File>
  198. </Filter>
  199. <File
  200. RelativePath=".ReadMe.txt">
  201. </File>
  202. </Files>
  203. <Globals>
  204. </Globals>
  205. </VisualStudioProject>