malloc_hook_test.vcproj 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="malloc_hook_test"
  6. ProjectGUID="{3765198D-AA05-4AB0-9A21-A0CD8201EB2A}"
  7. Keyword="Win32Proj"
  8. TargetFrameworkVersion="131072"
  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="$(SolutionDir)$(ConfigurationName)"
  21. IntermediateDirectory="$(ConfigurationName)"
  22. ConfigurationType="1"
  23. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
  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;_CONSOLE"
  45. MinimalRebuild="true"
  46. BasicRuntimeChecks="3"
  47. RuntimeLibrary="1"
  48. UsePrecompiledHeader="0"
  49. WarningLevel="3"
  50. DebugInformationFormat="4"
  51. />
  52. <Tool
  53. Name="VCManagedResourceCompilerTool"
  54. />
  55. <Tool
  56. Name="VCResourceCompilerTool"
  57. />
  58. <Tool
  59. Name="VCPreLinkEventTool"
  60. />
  61. <Tool
  62. Name="VCLinkerTool"
  63. OutputFile="$(OutDir)/malloc_hook_test.exe"
  64. LinkIncremental="2"
  65. GenerateDebugInformation="true"
  66. ProgramDatabaseFile="$(OutDir)/malloc_hook_test.pdb"
  67. SubSystem="1"
  68. RandomizedBaseAddress="1"
  69. DataExecutionPrevention="0"
  70. TargetMachine="1"
  71. />
  72. <Tool
  73. Name="VCALinkTool"
  74. />
  75. <Tool
  76. Name="VCManifestTool"
  77. />
  78. <Tool
  79. Name="VCXDCMakeTool"
  80. />
  81. <Tool
  82. Name="VCBscMakeTool"
  83. />
  84. <Tool
  85. Name="VCFxCopTool"
  86. />
  87. <Tool
  88. Name="VCAppVerifierTool"
  89. />
  90. <Tool
  91. Name="VCPostBuildEventTool"
  92. />
  93. </Configuration>
  94. <Configuration
  95. Name="Release|Win32"
  96. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  97. IntermediateDirectory="$(ConfigurationName)"
  98. ConfigurationType="1"
  99. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
  100. CharacterSet="2"
  101. >
  102. <Tool
  103. Name="VCPreBuildEventTool"
  104. />
  105. <Tool
  106. Name="VCCustomBuildTool"
  107. />
  108. <Tool
  109. Name="VCXMLDataGeneratorTool"
  110. />
  111. <Tool
  112. Name="VCWebServiceProxyGeneratorTool"
  113. />
  114. <Tool
  115. Name="VCMIDLTool"
  116. />
  117. <Tool
  118. Name="VCCLCompilerTool"
  119. PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
  120. RuntimeLibrary="0"
  121. UsePrecompiledHeader="0"
  122. WarningLevel="3"
  123. DebugInformationFormat="3"
  124. />
  125. <Tool
  126. Name="VCManagedResourceCompilerTool"
  127. />
  128. <Tool
  129. Name="VCResourceCompilerTool"
  130. />
  131. <Tool
  132. Name="VCPreLinkEventTool"
  133. />
  134. <Tool
  135. Name="VCLinkerTool"
  136. OutputFile="$(OutDir)/malloc_hook_test.exe"
  137. LinkIncremental="1"
  138. GenerateDebugInformation="true"
  139. SubSystem="1"
  140. OptimizeReferences="2"
  141. EnableCOMDATFolding="2"
  142. RandomizedBaseAddress="1"
  143. DataExecutionPrevention="0"
  144. TargetMachine="1"
  145. />
  146. <Tool
  147. Name="VCALinkTool"
  148. />
  149. <Tool
  150. Name="VCManifestTool"
  151. />
  152. <Tool
  153. Name="VCXDCMakeTool"
  154. />
  155. <Tool
  156. Name="VCBscMakeTool"
  157. />
  158. <Tool
  159. Name="VCFxCopTool"
  160. />
  161. <Tool
  162. Name="VCAppVerifierTool"
  163. />
  164. <Tool
  165. Name="VCPostBuildEventTool"
  166. />
  167. </Configuration>
  168. </Configurations>
  169. <References>
  170. </References>
  171. <Files>
  172. <Filter
  173. Name="Source Files"
  174. Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
  175. UniqueIdentifier="{3FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  176. >
  177. <File
  178. RelativePath="..\..\src\tests\malloc_hook_test.cc"
  179. >
  180. <FileConfiguration
  181. Name="Debug|Win32"
  182. >
  183. <Tool
  184. Name="VCCLCompilerTool"
  185. AdditionalIncludeDirectories="..\..\src\windows; ..\..\src"
  186. RuntimeLibrary="3"
  187. />
  188. </FileConfiguration>
  189. <FileConfiguration
  190. Name="Release|Win32"
  191. >
  192. <Tool
  193. Name="VCCLCompilerTool"
  194. AdditionalIncludeDirectories="..\..\src\windows; ..\..\src"
  195. RuntimeLibrary="2"
  196. />
  197. </FileConfiguration>
  198. </File>
  199. <File
  200. RelativePath="..\..\src\tests\testutil.cc"
  201. >
  202. <FileConfiguration
  203. Name="Debug|Win32"
  204. >
  205. <Tool
  206. Name="VCCLCompilerTool"
  207. AdditionalIncludeDirectories="..\..\src\windows; ..\..\src"
  208. RuntimeLibrary="3"
  209. />
  210. </FileConfiguration>
  211. <FileConfiguration
  212. Name="Release|Win32"
  213. >
  214. <Tool
  215. Name="VCCLCompilerTool"
  216. AdditionalIncludeDirectories="..\..\src\windows; ..\..\src"
  217. RuntimeLibrary="2"
  218. />
  219. </FileConfiguration>
  220. </File>
  221. </Filter>
  222. <Filter
  223. Name="Header Files"
  224. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  225. UniqueIdentifier="{33995380-89BD-4b04-88EB-625FBE52EBFB}"
  226. >
  227. <File
  228. RelativePath="..\..\src\windows\config.h"
  229. >
  230. </File>
  231. <File
  232. RelativePath="..\..\src\config_for_unittests.h"
  233. >
  234. </File>
  235. <File
  236. RelativePath="..\..\src\base\logging.h"
  237. >
  238. </File>
  239. <File
  240. RelativePath="..\..\src\gperftools\malloc_hook.h"
  241. >
  242. </File>
  243. <File
  244. RelativePath="..\..\src\windows\port.h"
  245. >
  246. </File>
  247. <File
  248. RelativePath="..\..\src\tests\testutil.h"
  249. >
  250. </File>
  251. </Filter>
  252. </Files>
  253. <Globals>
  254. </Globals>
  255. </VisualStudioProject>