dbghelpplug.vcproj 4.3 KB

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