dbghelpplug.vcproj 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210
  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;_CRT_SECURE_NO_DEPRECATE"
  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. />
  59. <Tool
  60. Name="VCManagedResourceCompilerTool"
  61. />
  62. <Tool
  63. Name="VCResourceCompilerTool"
  64. />
  65. <Tool
  66. Name="VCPreLinkEventTool"
  67. />
  68. <Tool
  69. Name="VCLinkerTool"
  70. AdditionalDependencies="libcmtd.lib"
  71. OutputFile="$(OutDir)\plugins\$(ProjectName).dll"
  72. LinkIncremental="2"
  73. IgnoreAllDefaultLibraries="true"
  74. GenerateDebugInformation="true"
  75. ProgramDatabaseFile="$(OutDir)\plugins\$(ProjectName).pdb"
  76. SubSystem="2"
  77. RandomizedBaseAddress="1"
  78. DataExecutionPrevention="0"
  79. TargetMachine="1"
  80. />
  81. <Tool
  82. Name="VCALinkTool"
  83. />
  84. <Tool
  85. Name="VCManifestTool"
  86. />
  87. <Tool
  88. Name="VCXDCMakeTool"
  89. />
  90. <Tool
  91. Name="VCBscMakeTool"
  92. />
  93. <Tool
  94. Name="VCFxCopTool"
  95. />
  96. <Tool
  97. Name="VCAppVerifierTool"
  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. RandomizedBaseAddress="1"
  165. DataExecutionPrevention="0"
  166. TargetMachine="1"
  167. />
  168. <Tool
  169. Name="VCALinkTool"
  170. />
  171. <Tool
  172. Name="VCManifestTool"
  173. />
  174. <Tool
  175. Name="VCXDCMakeTool"
  176. />
  177. <Tool
  178. Name="VCBscMakeTool"
  179. />
  180. <Tool
  181. Name="VCFxCopTool"
  182. />
  183. <Tool
  184. Name="VCAppVerifierTool"
  185. />
  186. <Tool
  187. Name="VCPostBuildEventTool"
  188. />
  189. </Configuration>
  190. </Configurations>
  191. <References>
  192. </References>
  193. <Files>
  194. <Filter
  195. Name="plugin"
  196. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  197. >
  198. <File
  199. RelativePath="..\src\plugins\dbghelpplug.c"
  200. >
  201. </File>
  202. <File
  203. RelativePath="..\src\plugins\dbghelpplug.rc"
  204. >
  205. </File>
  206. </Filter>
  207. </Files>
  208. <Globals>
  209. </Globals>
  210. </VisualStudioProject>