dbghelpplug.vcproj 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="8.00"
  5. Name="dbghelpplug"
  6. ProjectGUID="{334742E0-7790-4857-A794-A54625D93487}"
  7. RootNamespace="dbghelpplug"
  8. Keyword="Win32Proj"
  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=".."
  21. IntermediateDirectory="$(ProjectName)\$(ConfigurationName)"
  22. ConfigurationType="2"
  23. CharacterSet="2"
  24. >
  25. <Tool
  26. Name="VCPreBuildEventTool"
  27. />
  28. <Tool
  29. Name="VCCustomBuildTool"
  30. />
  31. <Tool
  32. Name="VCXMLDataGeneratorTool"
  33. />
  34. <Tool
  35. Name="VCWebServiceProxyGeneratorTool"
  36. />
  37. <Tool
  38. Name="VCMIDLTool"
  39. />
  40. <Tool
  41. Name="VCCLCompilerTool"
  42. Optimization="0"
  43. PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;DBGHELPPLUG_EXPORTS;_CRT_SECURE_NO_DEPRECATE"
  44. StringPooling="false"
  45. MinimalRebuild="true"
  46. ExceptionHandling="0"
  47. BasicRuntimeChecks="3"
  48. RuntimeLibrary="1"
  49. BufferSecurityCheck="true"
  50. EnableFunctionLevelLinking="true"
  51. DefaultCharIsUnsigned="false"
  52. UsePrecompiledHeader="0"
  53. WarningLevel="3"
  54. Detect64BitPortabilityProblems="true"
  55. DebugInformationFormat="4"
  56. CompileAs="1"
  57. />
  58. <Tool
  59. Name="VCManagedResourceCompilerTool"
  60. />
  61. <Tool
  62. Name="VCResourceCompilerTool"
  63. />
  64. <Tool
  65. Name="VCPreLinkEventTool"
  66. />
  67. <Tool
  68. Name="VCLinkerTool"
  69. AdditionalDependencies="libcmtd.lib"
  70. OutputFile="$(OutDir)\plugins\$(ProjectName).dll"
  71. LinkIncremental="2"
  72. IgnoreAllDefaultLibraries="true"
  73. GenerateDebugInformation="true"
  74. ProgramDatabaseFile="$(OutDir)\plugins\$(ProjectName).pdb"
  75. SubSystem="2"
  76. TargetMachine="1"
  77. />
  78. <Tool
  79. Name="VCALinkTool"
  80. />
  81. <Tool
  82. Name="VCManifestTool"
  83. />
  84. <Tool
  85. Name="VCXDCMakeTool"
  86. />
  87. <Tool
  88. Name="VCBscMakeTool"
  89. />
  90. <Tool
  91. Name="VCFxCopTool"
  92. />
  93. <Tool
  94. Name="VCAppVerifierTool"
  95. />
  96. <Tool
  97. Name="VCWebDeploymentTool"
  98. />
  99. <Tool
  100. Name="VCPostBuildEventTool"
  101. />
  102. </Configuration>
  103. <Configuration
  104. Name="Release|Win32"
  105. OutputDirectory=".."
  106. IntermediateDirectory="$(ProjectName)\$(ConfigurationName)"
  107. ConfigurationType="2"
  108. CharacterSet="2"
  109. WholeProgramOptimization="1"
  110. >
  111. <Tool
  112. Name="VCPreBuildEventTool"
  113. />
  114. <Tool
  115. Name="VCCustomBuildTool"
  116. />
  117. <Tool
  118. Name="VCXMLDataGeneratorTool"
  119. />
  120. <Tool
  121. Name="VCWebServiceProxyGeneratorTool"
  122. />
  123. <Tool
  124. Name="VCMIDLTool"
  125. />
  126. <Tool
  127. Name="VCCLCompilerTool"
  128. Optimization="2"
  129. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;DBGHELPPLUG_EXPORTS;_CRT_SECURE_NO_DEPRECATE"
  130. StringPooling="true"
  131. MinimalRebuild="false"
  132. ExceptionHandling="0"
  133. BasicRuntimeChecks="0"
  134. RuntimeLibrary="0"
  135. BufferSecurityCheck="false"
  136. EnableFunctionLevelLinking="false"
  137. DisableLanguageExtensions="false"
  138. DefaultCharIsUnsigned="false"
  139. UsePrecompiledHeader="0"
  140. WarningLevel="3"
  141. Detect64BitPortabilityProblems="true"
  142. DebugInformationFormat="0"
  143. CompileAs="1"
  144. />
  145. <Tool
  146. Name="VCManagedResourceCompilerTool"
  147. />
  148. <Tool
  149. Name="VCResourceCompilerTool"
  150. />
  151. <Tool
  152. Name="VCPreLinkEventTool"
  153. />
  154. <Tool
  155. Name="VCLinkerTool"
  156. AdditionalDependencies="libcmt.lib"
  157. OutputFile="$(OutDir)\plugins\$(ProjectName).dll"
  158. LinkIncremental="1"
  159. IgnoreAllDefaultLibraries="true"
  160. GenerateDebugInformation="false"
  161. SubSystem="2"
  162. OptimizeReferences="2"
  163. EnableCOMDATFolding="2"
  164. TargetMachine="1"
  165. />
  166. <Tool
  167. Name="VCALinkTool"
  168. />
  169. <Tool
  170. Name="VCManifestTool"
  171. />
  172. <Tool
  173. Name="VCXDCMakeTool"
  174. />
  175. <Tool
  176. Name="VCBscMakeTool"
  177. />
  178. <Tool
  179. Name="VCFxCopTool"
  180. />
  181. <Tool
  182. Name="VCAppVerifierTool"
  183. />
  184. <Tool
  185. Name="VCWebDeploymentTool"
  186. />
  187. <Tool
  188. Name="VCPostBuildEventTool"
  189. />
  190. </Configuration>
  191. </Configurations>
  192. <References>
  193. </References>
  194. <Files>
  195. <Filter
  196. Name="plugin"
  197. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  198. >
  199. <File
  200. RelativePath="..\src\plugins\dbghelpplug.c"
  201. >
  202. </File>
  203. <File
  204. RelativePath="..\src\plugins\dbghelpplug.rc"
  205. >
  206. </File>
  207. </Filter>
  208. </Files>
  209. <Globals>
  210. </Globals>
  211. </VisualStudioProject>