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

C#编程

开发平台:

Others

  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.10"
  5. Name="COMServerPS"
  6. ProjectGUID="{FAAF9390-AC13-4A09-B82B-6C86BE6B27B6}"
  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=0x0500;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="COMServerPS.def"/>
  28. <Tool
  29. Name="VCMIDLTool"/>
  30. <Tool
  31. Name="VCPostBuildEventTool"
  32. Description="Performing registration"
  33. CommandLine="regsvr32 /s /c &quot;$(TargetPath)&quot;"/>
  34. <Tool
  35. Name="VCPreBuildEventTool"
  36. Description="Checking for required files"
  37. CommandLine="if exist dlldata.c goto :END
  38. echo Error: MIDL will not generate DLLDATA.C unless you have at least 1 interface in the main project.
  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="VCXMLDataGeneratorTool"/>
  50. <Tool
  51. Name="VCWebDeploymentTool"/>
  52. <Tool
  53. Name="VCManagedWrapperGeneratorTool"/>
  54. <Tool
  55. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  56. </Configuration>
  57. <Configuration
  58. Name="Release|Win32"
  59. OutputDirectory="ReleasePS"
  60. IntermediateDirectory="ReleasePS"
  61. ConfigurationType="2">
  62. <Tool
  63. Name="VCCLCompilerTool"
  64. Optimization="3"
  65. PreprocessorDefinitions="WIN32;_WIN32_WINNT=0x0500;REGISTER_PROXY_DLL;NDEBUG"
  66. RuntimeLibrary="2"/>
  67. <Tool
  68. Name="VCCustomBuildTool"/>
  69. <Tool
  70. Name="VCLinkerTool"
  71. AdditionalDependencies="kernel32.lib rpcndr.lib rpcns4.lib rpcrt4.lib oleaut32.lib uuid.lib"
  72. ModuleDefinitionFile="COMServerPS.def"
  73. OptimizeReferences="2"
  74. EnableCOMDATFolding="2"/>
  75. <Tool
  76. Name="VCMIDLTool"/>
  77. <Tool
  78. Name="VCPostBuildEventTool"
  79. Description="Performing registration"
  80. CommandLine="regsvr32 /s /c &quot;$(TargetPath)&quot;"/>
  81. <Tool
  82. Name="VCPreBuildEventTool"
  83. Description="Checking for required files"
  84. CommandLine="if exist dlldata.c goto :END
  85. echo Error: MIDL will not generate DLLDATA.C unless you have at least 1 interface in the main project.
  86. Exit 1
  87. :END
  88. "/>
  89. <Tool
  90. Name="VCPreLinkEventTool"/>
  91. <Tool
  92. Name="VCResourceCompilerTool"/>
  93. <Tool
  94. Name="VCWebServiceProxyGeneratorTool"/>
  95. <Tool
  96. Name="VCXMLDataGeneratorTool"/>
  97. <Tool
  98. Name="VCWebDeploymentTool"/>
  99. <Tool
  100. Name="VCManagedWrapperGeneratorTool"/>
  101. <Tool
  102. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  103. </Configuration>
  104. </Configurations>
  105. <References>
  106. </References>
  107. <Files>
  108. <Filter
  109. Name="Source Files"
  110. Filter="">
  111. </Filter>
  112. <Filter
  113. Name="Generated Files"
  114. SourceControlFiles="FALSE">
  115. <File
  116. RelativePath="._COMServer_i.c">
  117. </File>
  118. <File
  119. RelativePath="._COMServer_p.c">
  120. </File>
  121. <File
  122. RelativePath=".dlldata.c">
  123. </File>
  124. </Filter>
  125. <File
  126. RelativePath=".COMServerps.def">
  127. </File>
  128. </Files>
  129. <Globals>
  130. </Globals>
  131. </VisualStudioProject>