libtcmalloc_minimal.vcxproj 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <ItemGroup Label="ProjectConfigurations">
  4. <ProjectConfiguration Include="Debug|Win32">
  5. <Configuration>Debug</Configuration>
  6. <Platform>Win32</Platform>
  7. </ProjectConfiguration>
  8. <ProjectConfiguration Include="Debug|x64">
  9. <Configuration>Debug</Configuration>
  10. <Platform>x64</Platform>
  11. </ProjectConfiguration>
  12. <ProjectConfiguration Include="Release-Override|Win32">
  13. <Configuration>Release-Override</Configuration>
  14. <Platform>Win32</Platform>
  15. </ProjectConfiguration>
  16. <ProjectConfiguration Include="Release-Override|x64">
  17. <Configuration>Release-Override</Configuration>
  18. <Platform>x64</Platform>
  19. </ProjectConfiguration>
  20. <ProjectConfiguration Include="Release-Patch|Win32">
  21. <Configuration>Release-Patch</Configuration>
  22. <Platform>Win32</Platform>
  23. </ProjectConfiguration>
  24. <ProjectConfiguration Include="Release-Patch|x64">
  25. <Configuration>Release-Patch</Configuration>
  26. <Platform>x64</Platform>
  27. </ProjectConfiguration>
  28. </ItemGroup>
  29. <PropertyGroup Label="Globals">
  30. <UseNativeEnvironment>true</UseNativeEnvironment>
  31. <ProjectGuid>{55E2B3AE-3CA1-4DB6-97F7-0A044D6F446F}</ProjectGuid>
  32. <Keyword>Win32Proj</Keyword>
  33. </PropertyGroup>
  34. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  35. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-Patch|Win32'" Label="Configuration">
  36. <ConfigurationType>DynamicLibrary</ConfigurationType>
  37. <UseDebugLibraries>false</UseDebugLibraries>
  38. <PlatformToolset>v140</PlatformToolset>
  39. <CharacterSet>Unicode</CharacterSet>
  40. <WholeProgramOptimization>true</WholeProgramOptimization>
  41. </PropertyGroup>
  42. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-Override|Win32'" Label="Configuration">
  43. <ConfigurationType>StaticLibrary</ConfigurationType>
  44. <UseDebugLibraries>false</UseDebugLibraries>
  45. <PlatformToolset>v140</PlatformToolset>
  46. <CharacterSet>Unicode</CharacterSet>
  47. <WholeProgramOptimization>true</WholeProgramOptimization>
  48. </PropertyGroup>
  49. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-Patch|x64'" Label="Configuration">
  50. <ConfigurationType>DynamicLibrary</ConfigurationType>
  51. <UseDebugLibraries>false</UseDebugLibraries>
  52. <PlatformToolset>v140</PlatformToolset>
  53. <CharacterSet>Unicode</CharacterSet>
  54. <WholeProgramOptimization>true</WholeProgramOptimization>
  55. </PropertyGroup>
  56. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-Override|x64'" Label="Configuration">
  57. <ConfigurationType>StaticLibrary</ConfigurationType>
  58. <UseDebugLibraries>false</UseDebugLibraries>
  59. <PlatformToolset>v140</PlatformToolset>
  60. <CharacterSet>Unicode</CharacterSet>
  61. <WholeProgramOptimization>true</WholeProgramOptimization>
  62. </PropertyGroup>
  63. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  64. <ConfigurationType>DynamicLibrary</ConfigurationType>
  65. <UseDebugLibraries>true</UseDebugLibraries>
  66. <PlatformToolset>v140</PlatformToolset>
  67. <CharacterSet>Unicode</CharacterSet>
  68. </PropertyGroup>
  69. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  70. <ConfigurationType>DynamicLibrary</ConfigurationType>
  71. <UseDebugLibraries>true</UseDebugLibraries>
  72. <PlatformToolset>v140</PlatformToolset>
  73. <CharacterSet>Unicode</CharacterSet>
  74. </PropertyGroup>
  75. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  76. <ImportGroup Label="ExtensionSettings">
  77. </ImportGroup>
  78. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release-Patch|Win32'" Label="PropertySheets">
  79. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  80. </ImportGroup>
  81. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release-Override|Win32'" Label="PropertySheets">
  82. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  83. </ImportGroup>
  84. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release-Patch|x64'" Label="PropertySheets">
  85. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  86. </ImportGroup>
  87. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release-Override|x64'" Label="PropertySheets">
  88. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  89. </ImportGroup>
  90. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
  91. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  92. </ImportGroup>
  93. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
  94. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  95. </ImportGroup>
  96. <PropertyGroup Label="UserMacros" />
  97. <PropertyGroup>
  98. <_ProjectFileVersion>14.0.25431.1</_ProjectFileVersion>
  99. </PropertyGroup>
  100. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  101. <IncludePath>..\..\src\windows;..\..\src;$(IncludePath)</IncludePath>
  102. </PropertyGroup>
  103. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  104. <IncludePath>..\..\src\windows;..\..\src;$(IncludePath)</IncludePath>
  105. </PropertyGroup>
  106. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-Patch|Win32'">
  107. <IncludePath>..\..\src\windows;..\..\src;$(IncludePath)</IncludePath>
  108. </PropertyGroup>
  109. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-Override|Win32'">
  110. <IncludePath>..\..\src\windows;..\..\src;$(IncludePath)</IncludePath>
  111. </PropertyGroup>
  112. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-Patch|x64'">
  113. <IncludePath>..\..\src\windows;..\..\src;$(IncludePath)</IncludePath>
  114. </PropertyGroup>
  115. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-Override|x64'">
  116. <IncludePath>..\..\src\windows;..\..\src;$(IncludePath)</IncludePath>
  117. </PropertyGroup>
  118. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  119. <ClCompile>
  120. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  121. <WarningLevel>Level3</WarningLevel>
  122. <EnforceTypeConversionRules>true</EnforceTypeConversionRules>
  123. </ClCompile>
  124. <Link>
  125. <SubSystem>Windows</SubSystem>
  126. </Link>
  127. </ItemDefinitionGroup>
  128. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  129. <ClCompile>
  130. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  131. <WarningLevel>Level3</WarningLevel>
  132. <EnforceTypeConversionRules>true</EnforceTypeConversionRules>
  133. </ClCompile>
  134. <Link>
  135. <SubSystem>Windows</SubSystem>
  136. </Link>
  137. </ItemDefinitionGroup>
  138. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-Patch|Win32'">
  139. <ClCompile>
  140. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  141. <WarningLevel>Level3</WarningLevel>
  142. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  143. <BufferSecurityCheck>false</BufferSecurityCheck>
  144. <EnforceTypeConversionRules>true</EnforceTypeConversionRules>
  145. </ClCompile>
  146. <Link>
  147. <SubSystem>Windows</SubSystem>
  148. <OptimizeReferences>true</OptimizeReferences>
  149. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  150. </Link>
  151. </ItemDefinitionGroup>
  152. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-Override|Win32'">
  153. <ClCompile>
  154. <PreprocessorDefinitions>WIN32_OVERRIDE_ALLOCATORS;PERFTOOLS_DLL_DECL=;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  155. <WarningLevel>Level3</WarningLevel>
  156. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  157. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  158. <BufferSecurityCheck>false</BufferSecurityCheck>
  159. <EnforceTypeConversionRules>true</EnforceTypeConversionRules>
  160. </ClCompile>
  161. <Link>
  162. <SubSystem>Windows</SubSystem>
  163. <OptimizeReferences>true</OptimizeReferences>
  164. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  165. </Link>
  166. </ItemDefinitionGroup>
  167. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-Patch|x64'">
  168. <ClCompile>
  169. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  170. <WarningLevel>Level3</WarningLevel>
  171. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  172. <BufferSecurityCheck>false</BufferSecurityCheck>
  173. <EnforceTypeConversionRules>true</EnforceTypeConversionRules>
  174. </ClCompile>
  175. <Link>
  176. <SubSystem>Windows</SubSystem>
  177. <OptimizeReferences>true</OptimizeReferences>
  178. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  179. </Link>
  180. </ItemDefinitionGroup>
  181. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-Override|x64'">
  182. <ClCompile>
  183. <PreprocessorDefinitions>WIN32_OVERRIDE_ALLOCATORS;PERFTOOLS_DLL_DECL=;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  184. <WarningLevel>Level3</WarningLevel>
  185. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  186. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  187. <BufferSecurityCheck>false</BufferSecurityCheck>
  188. <EnforceTypeConversionRules>true</EnforceTypeConversionRules>
  189. </ClCompile>
  190. <Link>
  191. <SubSystem>Windows</SubSystem>
  192. <OptimizeReferences>true</OptimizeReferences>
  193. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  194. </Link>
  195. </ItemDefinitionGroup>
  196. <ItemGroup>
  197. <ClCompile Include="..\..\src\base\dynamic_annotations.c" />
  198. <ClCompile Include="..\..\src\base\logging.cc" />
  199. <ClCompile Include="..\..\src\base\low_level_alloc.cc" />
  200. <ClCompile Include="..\..\src\base\spinlock.cc" />
  201. <ClCompile Include="..\..\src\base\spinlock_internal.cc" />
  202. <ClCompile Include="..\..\src\base\sysinfo.cc" />
  203. <ClCompile Include="..\..\src\central_freelist.cc" />
  204. <ClCompile Include="..\..\src\common.cc" />
  205. <ClCompile Include="..\..\src\fake_stacktrace_scope.cc" />
  206. <ClCompile Include="..\..\src\heap-profile-table.cc" />
  207. <ClCompile Include="..\..\src\internal_logging.cc" />
  208. <ClCompile Include="..\..\src\malloc_extension.cc" />
  209. <ClCompile Include="..\..\src\malloc_hook.cc" />
  210. <ClCompile Include="..\..\src\memory_region_map.cc" />
  211. <ClCompile Include="..\..\src\page_heap.cc" />
  212. <ClCompile Include="..\..\src\raw_printer.cc" />
  213. <ClCompile Include="..\..\src\sampler.cc" />
  214. <ClCompile Include="..\..\src\span.cc" />
  215. <ClCompile Include="..\..\src\stacktrace.cc" />
  216. <ClCompile Include="..\..\src\stack_trace_table.cc" />
  217. <ClCompile Include="..\..\src\static_vars.cc" />
  218. <ClCompile Include="..\..\src\symbolize.cc" />
  219. <ClCompile Include="..\..\src\thread_cache.cc" />
  220. <ClCompile Include="..\..\src\windows\ia32_modrm_map.cc" />
  221. <ClCompile Include="..\..\src\windows\ia32_opcode_map.cc" />
  222. <ClCompile Include="..\..\src\windows\mini_disassembler.cc" />
  223. <ClCompile Include="..\..\src\windows\override_functions.cc">
  224. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release-Patch|Win32'">true</ExcludedFromBuild>
  225. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release-Patch|x64'">true</ExcludedFromBuild>
  226. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
  227. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>
  228. </ClCompile>
  229. <ClCompile Include="..\..\src\windows\patch_functions.cc">
  230. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release-Override|Win32'">true</ExcludedFromBuild>
  231. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release-Override|x64'">true</ExcludedFromBuild>
  232. </ClCompile>
  233. <ClCompile Include="..\..\src\windows\port.cc" />
  234. <ClCompile Include="..\..\src\windows\preamble_patcher.cc" />
  235. <ClCompile Include="..\..\src\windows\preamble_patcher_with_stub.cc" />
  236. <ClCompile Include="..\..\src\windows\system-alloc.cc" />
  237. </ItemGroup>
  238. <ItemGroup>
  239. <ClInclude Include="..\..\src\addressmap-inl.h" />
  240. <ClInclude Include="..\..\src\base\atomicops-internals-arm-gcc.h" />
  241. <ClInclude Include="..\..\src\base\atomicops-internals-linuxppc.h" />
  242. <ClInclude Include="..\..\src\base\atomicops-internals-macosx.h" />
  243. <ClInclude Include="..\..\src\base\atomicops-internals-x86-msvc.h" />
  244. <ClInclude Include="..\..\src\base\atomicops-internals-x86.h" />
  245. <ClInclude Include="..\..\src\base\atomicops.h" />
  246. <ClInclude Include="..\..\src\base\basictypes.h" />
  247. <ClInclude Include="..\..\src\base\commandlineflags.h" />
  248. <ClInclude Include="..\..\src\base\googleinit.h" />
  249. <ClInclude Include="..\..\src\base\linked_list.h" />
  250. <ClInclude Include="..\..\src\base\logging.h" />
  251. <ClInclude Include="..\..\src\base\low_level_alloc.h" />
  252. <ClInclude Include="..\..\src\base\mutex.h" />
  253. <ClInclude Include="..\..\src\base\spinlock.h" />
  254. <ClInclude Include="..\..\src\base\spinlock_internal.h" />
  255. <ClInclude Include="..\..\src\base\spinlock_linux-inl.h" />
  256. <ClInclude Include="..\..\src\base\spinlock_posix-inl.h" />
  257. <ClInclude Include="..\..\src\base\spinlock_win32-inl.h" />
  258. <ClInclude Include="..\..\src\base\stl_allocator.h" />
  259. <ClInclude Include="..\..\src\base\sysinfo.h" />
  260. <ClInclude Include="..\..\src\base\thread_annotations.h" />
  261. <ClInclude Include="..\..\src\central_freelist.h" />
  262. <ClInclude Include="..\..\src\common.h" />
  263. <ClInclude Include="..\..\src\gperftools\heap-checker.h" />
  264. <ClInclude Include="..\..\src\gperftools\heap-profiler.h" />
  265. <ClInclude Include="..\..\src\gperftools\malloc_extension.h" />
  266. <ClInclude Include="..\..\src\gperftools\malloc_hook.h" />
  267. <ClInclude Include="..\..\src\gperftools\profiler.h" />
  268. <ClInclude Include="..\..\src\gperftools\stacktrace.h" />
  269. <ClInclude Include="..\..\src\heap-profile-table.h" />
  270. <ClInclude Include="..\..\src\internal_logging.h" />
  271. <ClInclude Include="..\..\src\malloc_hook-inl.h" />
  272. <ClInclude Include="..\..\src\memory_region_map.h" />
  273. <ClInclude Include="..\..\src\packed-cache-inl.h" />
  274. <ClInclude Include="..\..\src\pagemap.h" />
  275. <ClInclude Include="..\..\src\page_heap.h" />
  276. <ClInclude Include="..\..\src\page_heap_allocator.h" />
  277. <ClInclude Include="..\..\src\raw_printer.h" />
  278. <ClInclude Include="..\..\src\sampler.h" />
  279. <ClInclude Include="..\..\src\span.h" />
  280. <ClInclude Include="..\..\src\stacktrace_config.h" />
  281. <ClInclude Include="..\..\src\stacktrace_win32-inl.h" />
  282. <ClInclude Include="..\..\src\stack_trace_table.h" />
  283. <ClInclude Include="..\..\src\static_vars.h" />
  284. <ClInclude Include="..\..\src\symbolize.h" />
  285. <ClInclude Include="..\..\src\system-alloc.h" />
  286. <ClInclude Include="..\..\src\tcmalloc.h" />
  287. <ClInclude Include="..\..\src\thread_cache.h" />
  288. <ClInclude Include="..\..\src\windows\config.h" />
  289. <ClInclude Include="..\..\src\windows\mini_disassembler.h" />
  290. <ClInclude Include="..\..\src\windows\mini_disassembler_types.h" />
  291. <ClInclude Include="..\..\src\windows\port.h" />
  292. <ClInclude Include="..\..\src\windows\preamble_patcher.h" />
  293. </ItemGroup>
  294. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  295. <ImportGroup Label="ExtensionTargets">
  296. </ImportGroup>
  297. </Project>