aboutsummaryrefslogtreecommitdiff
path: root/examples/redis-unstable/deps/jemalloc/msvc/projects
diff options
context:
space:
mode:
Diffstat (limited to 'examples/redis-unstable/deps/jemalloc/msvc/projects')
-rw-r--r--examples/redis-unstable/deps/jemalloc/msvc/projects/vc2015/jemalloc/jemalloc.vcxproj380
-rw-r--r--examples/redis-unstable/deps/jemalloc/msvc/projects/vc2015/jemalloc/jemalloc.vcxproj.filters197
-rw-r--r--examples/redis-unstable/deps/jemalloc/msvc/projects/vc2015/test_threads/test_threads.vcxproj327
-rw-r--r--examples/redis-unstable/deps/jemalloc/msvc/projects/vc2015/test_threads/test_threads.vcxproj.filters26
-rw-r--r--examples/redis-unstable/deps/jemalloc/msvc/projects/vc2017/jemalloc/jemalloc.vcxproj379
-rw-r--r--examples/redis-unstable/deps/jemalloc/msvc/projects/vc2017/jemalloc/jemalloc.vcxproj.filters197
-rw-r--r--examples/redis-unstable/deps/jemalloc/msvc/projects/vc2017/test_threads/test_threads.vcxproj326
-rw-r--r--examples/redis-unstable/deps/jemalloc/msvc/projects/vc2017/test_threads/test_threads.vcxproj.filters26
8 files changed, 0 insertions, 1858 deletions
diff --git a/examples/redis-unstable/deps/jemalloc/msvc/projects/vc2015/jemalloc/jemalloc.vcxproj b/examples/redis-unstable/deps/jemalloc/msvc/projects/vc2015/jemalloc/jemalloc.vcxproj
deleted file mode 100644
index ec028a1..0000000
--- a/examples/redis-unstable/deps/jemalloc/msvc/projects/vc2015/jemalloc/jemalloc.vcxproj
+++ /dev/null
@@ -1,380 +0,0 @@
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-static|Win32">
5 <Configuration>Debug-static</Configuration>
6 <Platform>Win32</Platform>
7 </ProjectConfiguration>
8 <ProjectConfiguration Include="Debug-static|x64">
9 <Configuration>Debug-static</Configuration>
10 <Platform>x64</Platform>
11 </ProjectConfiguration>
12 <ProjectConfiguration Include="Debug|Win32">
13 <Configuration>Debug</Configuration>
14 <Platform>Win32</Platform>
15 </ProjectConfiguration>
16 <ProjectConfiguration Include="Release-static|Win32">
17 <Configuration>Release-static</Configuration>
18 <Platform>Win32</Platform>
19 </ProjectConfiguration>
20 <ProjectConfiguration Include="Release-static|x64">
21 <Configuration>Release-static</Configuration>
22 <Platform>x64</Platform>
23 </ProjectConfiguration>
24 <ProjectConfiguration Include="Release|Win32">
25 <Configuration>Release</Configuration>
26 <Platform>Win32</Platform>
27 </ProjectConfiguration>
28 <ProjectConfiguration Include="Debug|x64">
29 <Configuration>Debug</Configuration>
30 <Platform>x64</Platform>
31 </ProjectConfiguration>
32 <ProjectConfiguration Include="Release|x64">
33 <Configuration>Release</Configuration>
34 <Platform>x64</Platform>
35 </ProjectConfiguration>
36 </ItemGroup>
37 <ItemGroup>
38 <ClCompile Include="..\..\..\..\src\arena.c" />
39 <ClCompile Include="..\..\..\..\src\background_thread.c" />
40 <ClCompile Include="..\..\..\..\src\base.c" />
41 <ClCompile Include="..\..\..\..\src\bin.c" />
42 <ClCompile Include="..\..\..\..\src\bin_info.c" />
43 <ClCompile Include="..\..\..\..\src\bitmap.c" />
44 <ClCompile Include="..\..\..\..\src\buf_writer.c" />
45 <ClCompile Include="..\..\..\..\src\cache_bin.c" />
46 <ClCompile Include="..\..\..\..\src\ckh.c" />
47 <ClCompile Include="..\..\..\..\src\counter.c" />
48 <ClCompile Include="..\..\..\..\src\ctl.c" />
49 <ClCompile Include="..\..\..\..\src\decay.c" />
50 <ClCompile Include="..\..\..\..\src\div.c" />
51 <ClCompile Include="..\..\..\..\src\ecache.c" />
52 <ClCompile Include="..\..\..\..\src\edata.c" />
53 <ClCompile Include="..\..\..\..\src\edata_cache.c" />
54 <ClCompile Include="..\..\..\..\src\ehooks.c" />
55 <ClCompile Include="..\..\..\..\src\emap.c" />
56 <ClCompile Include="..\..\..\..\src\eset.c" />
57 <ClCompile Include="..\..\..\..\src\exp_grow.c" />
58 <ClCompile Include="..\..\..\..\src\extent.c" />
59 <ClCompile Include="..\..\..\..\src\extent_dss.c" />
60 <ClCompile Include="..\..\..\..\src\extent_mmap.c" />
61 <ClCompile Include="..\..\..\..\src\fxp.c" />
62 <ClCompile Include="..\..\..\..\src\hook.c" />
63 <ClCompile Include="..\..\..\..\src\hpa.c" />
64 <ClCompile Include="..\..\..\..\src\hpa_hooks.c" />
65 <ClCompile Include="..\..\..\..\src\hpdata.c" />
66 <ClCompile Include="..\..\..\..\src\inspect.c" />
67 <ClCompile Include="..\..\..\..\src\jemalloc.c" />
68 <ClCompile Include="..\..\..\..\src\large.c" />
69 <ClCompile Include="..\..\..\..\src\log.c" />
70 <ClCompile Include="..\..\..\..\src\malloc_io.c" />
71 <ClCompile Include="..\..\..\..\src\mutex.c" />
72 <ClCompile Include="..\..\..\..\src\nstime.c" />
73 <ClCompile Include="..\..\..\..\src\pa.c" />
74 <ClCompile Include="..\..\..\..\src\pa_extra.c" />
75 <ClCompile Include="..\..\..\..\src\pai.c" />
76 <ClCompile Include="..\..\..\..\src\pac.c" />
77 <ClCompile Include="..\..\..\..\src\pages.c" />
78 <ClCompile Include="..\..\..\..\src\peak_event.c" />
79 <ClCompile Include="..\..\..\..\src\prof.c" />
80 <ClCompile Include="..\..\..\..\src\prof_data.c" />
81 <ClCompile Include="..\..\..\..\src\prof_log.c" />
82 <ClCompile Include="..\..\..\..\src\prof_recent.c" />
83 <ClCompile Include="..\..\..\..\src\prof_stats.c" />
84 <ClCompile Include="..\..\..\..\src\prof_sys.c" />
85 <ClCompile Include="..\..\..\..\src\psset.c" />
86 <ClCompile Include="..\..\..\..\src\rtree.c" />
87 <ClCompile Include="..\..\..\..\src\safety_check.c" />
88 <ClCompile Include="..\..\..\..\src\san.c" />
89 <ClCompile Include="..\..\..\..\src\san_bump.c" />
90 <ClCompile Include="..\..\..\..\src\sc.c" />
91 <ClCompile Include="..\..\..\..\src\sec.c" />
92 <ClCompile Include="..\..\..\..\src\stats.c" />
93 <ClCompile Include="..\..\..\..\src\sz.c" />
94 <ClCompile Include="..\..\..\..\src\tcache.c" />
95 <ClCompile Include="..\..\..\..\src\test_hooks.c" />
96 <ClCompile Include="..\..\..\..\src\thread_event.c" />
97 <ClCompile Include="..\..\..\..\src\ticker.c" />
98 <ClCompile Include="..\..\..\..\src\tsd.c" />
99 <ClCompile Include="..\..\..\..\src\witness.c" />
100 </ItemGroup>
101 <PropertyGroup Label="Globals">
102 <ProjectGuid>{8D6BB292-9E1C-413D-9F98-4864BDC1514A}</ProjectGuid>
103 <Keyword>Win32Proj</Keyword>
104 <RootNamespace>jemalloc</RootNamespace>
105 <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
106 </PropertyGroup>
107 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
108 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
109 <ConfigurationType>DynamicLibrary</ConfigurationType>
110 <UseDebugLibraries>true</UseDebugLibraries>
111 <PlatformToolset>v140</PlatformToolset>
112 <CharacterSet>MultiByte</CharacterSet>
113 </PropertyGroup>
114 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-static|Win32'" Label="Configuration">
115 <ConfigurationType>StaticLibrary</ConfigurationType>
116 <UseDebugLibraries>true</UseDebugLibraries>
117 <PlatformToolset>v140</PlatformToolset>
118 <CharacterSet>MultiByte</CharacterSet>
119 </PropertyGroup>
120 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
121 <ConfigurationType>DynamicLibrary</ConfigurationType>
122 <UseDebugLibraries>false</UseDebugLibraries>
123 <PlatformToolset>v140</PlatformToolset>
124 <WholeProgramOptimization>true</WholeProgramOptimization>
125 <CharacterSet>MultiByte</CharacterSet>
126 </PropertyGroup>
127 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-static|Win32'" Label="Configuration">
128 <ConfigurationType>StaticLibrary</ConfigurationType>
129 <UseDebugLibraries>false</UseDebugLibraries>
130 <PlatformToolset>v140</PlatformToolset>
131 <WholeProgramOptimization>true</WholeProgramOptimization>
132 <CharacterSet>MultiByte</CharacterSet>
133 </PropertyGroup>
134 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
135 <ConfigurationType>DynamicLibrary</ConfigurationType>
136 <UseDebugLibraries>true</UseDebugLibraries>
137 <PlatformToolset>v140</PlatformToolset>
138 <CharacterSet>MultiByte</CharacterSet>
139 </PropertyGroup>
140 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-static|x64'" Label="Configuration">
141 <ConfigurationType>StaticLibrary</ConfigurationType>
142 <UseDebugLibraries>true</UseDebugLibraries>
143 <PlatformToolset>v140</PlatformToolset>
144 <CharacterSet>MultiByte</CharacterSet>
145 </PropertyGroup>
146 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
147 <ConfigurationType>DynamicLibrary</ConfigurationType>
148 <UseDebugLibraries>false</UseDebugLibraries>
149 <PlatformToolset>v140</PlatformToolset>
150 <WholeProgramOptimization>true</WholeProgramOptimization>
151 <CharacterSet>MultiByte</CharacterSet>
152 </PropertyGroup>
153 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-static|x64'" Label="Configuration">
154 <ConfigurationType>StaticLibrary</ConfigurationType>
155 <UseDebugLibraries>false</UseDebugLibraries>
156 <PlatformToolset>v140</PlatformToolset>
157 <WholeProgramOptimization>true</WholeProgramOptimization>
158 <CharacterSet>MultiByte</CharacterSet>
159 </PropertyGroup>
160 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
161 <ImportGroup Label="ExtensionSettings">
162 </ImportGroup>
163 <ImportGroup Label="Shared">
164 </ImportGroup>
165 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
166 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
167 </ImportGroup>
168 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug-static|Win32'" Label="PropertySheets">
169 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
170 </ImportGroup>
171 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
172 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
173 </ImportGroup>
174 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release-static|Win32'" Label="PropertySheets">
175 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
176 </ImportGroup>
177 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
178 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
179 </ImportGroup>
180 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug-static|x64'" Label="PropertySheets">
181 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
182 </ImportGroup>
183 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
184 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
185 </ImportGroup>
186 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release-static|x64'" Label="PropertySheets">
187 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
188 </ImportGroup>
189 <PropertyGroup Label="UserMacros" />
190 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
191 <OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
192 <IntDir>$(Platform)\$(Configuration)\</IntDir>
193 <TargetName>$(ProjectName)d</TargetName>
194 </PropertyGroup>
195 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-static|Win32'">
196 <OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
197 <IntDir>$(Platform)\$(Configuration)\</IntDir>
198 <TargetName>$(ProjectName)-$(PlatformToolset)-$(Configuration)</TargetName>
199 </PropertyGroup>
200 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
201 <OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
202 <IntDir>$(Platform)\$(Configuration)\</IntDir>
203 </PropertyGroup>
204 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-static|Win32'">
205 <OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
206 <IntDir>$(Platform)\$(Configuration)\</IntDir>
207 <TargetName>$(ProjectName)-$(PlatformToolset)-$(Configuration)</TargetName>
208 </PropertyGroup>
209 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
210 <OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
211 <IntDir>$(Platform)\$(Configuration)\</IntDir>
212 <TargetName>$(ProjectName)d</TargetName>
213 </PropertyGroup>
214 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-static|x64'">
215 <OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
216 <IntDir>$(Platform)\$(Configuration)\</IntDir>
217 <TargetName>$(ProjectName)-vc$(PlatformToolsetVersion)-$(Configuration)</TargetName>
218 </PropertyGroup>
219 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
220 <OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
221 <IntDir>$(Platform)\$(Configuration)\</IntDir>
222 </PropertyGroup>
223 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-static|x64'">
224 <OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
225 <IntDir>$(Platform)\$(Configuration)\</IntDir>
226 <TargetName>$(ProjectName)-vc$(PlatformToolsetVersion)-$(Configuration)</TargetName>
227 </PropertyGroup>
228 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
229 <ClCompile>
230 <PrecompiledHeader>
231 </PrecompiledHeader>
232 <WarningLevel>Level3</WarningLevel>
233 <Optimization>Disabled</Optimization>
234 <PreprocessorDefinitions>JEMALLOC_NO_PRIVATE_NAMESPACE;_REENTRANT;_WINDLL;DLLEXPORT;JEMALLOC_DEBUG;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
235 <AdditionalIncludeDirectories>..\..\..\..\include;..\..\..\..\include\msvc_compat;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
236 <DisableSpecificWarnings>4090;4146;4267;4334</DisableSpecificWarnings>
237 <ProgramDataBaseFileName>$(OutputPath)$(TargetName).pdb</ProgramDataBaseFileName>
238 </ClCompile>
239 <Link>
240 <SubSystem>Windows</SubSystem>
241 <GenerateDebugInformation>true</GenerateDebugInformation>
242 </Link>
243 </ItemDefinitionGroup>
244 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-static|Win32'">
245 <ClCompile>
246 <PrecompiledHeader>
247 </PrecompiledHeader>
248 <WarningLevel>Level3</WarningLevel>
249 <Optimization>Disabled</Optimization>
250 <PreprocessorDefinitions>JEMALLOC_NO_PRIVATE_NAMESPACE;JEMALLOC_DEBUG;_REENTRANT;JEMALLOC_EXPORT=;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
251 <AdditionalIncludeDirectories>..\..\..\..\include;..\..\..\..\include\msvc_compat;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
252 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
253 <DisableSpecificWarnings>4090;4146;4267;4334</DisableSpecificWarnings>
254 <ProgramDataBaseFileName>$(OutputPath)$(TargetName).pdb</ProgramDataBaseFileName>
255 </ClCompile>
256 <Link>
257 <SubSystem>Windows</SubSystem>
258 <GenerateDebugInformation>true</GenerateDebugInformation>
259 </Link>
260 </ItemDefinitionGroup>
261 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
262 <ClCompile>
263 <PrecompiledHeader>
264 </PrecompiledHeader>
265 <WarningLevel>Level3</WarningLevel>
266 <Optimization>Disabled</Optimization>
267 <PreprocessorDefinitions>JEMALLOC_NO_PRIVATE_NAMESPACE;_REENTRANT;_WINDLL;DLLEXPORT;JEMALLOC_DEBUG;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
268 <AdditionalIncludeDirectories>..\..\..\..\include;..\..\..\..\include\msvc_compat;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
269 <DisableSpecificWarnings>4090;4146;4267;4334</DisableSpecificWarnings>
270 <ProgramDataBaseFileName>$(OutputPath)$(TargetName).pdb</ProgramDataBaseFileName>
271 </ClCompile>
272 <Link>
273 <SubSystem>Windows</SubSystem>
274 <GenerateDebugInformation>true</GenerateDebugInformation>
275 </Link>
276 </ItemDefinitionGroup>
277 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-static|x64'">
278 <ClCompile>
279 <PrecompiledHeader>
280 </PrecompiledHeader>
281 <WarningLevel>Level3</WarningLevel>
282 <Optimization>Disabled</Optimization>
283 <PreprocessorDefinitions>JEMALLOC_NO_PRIVATE_NAMESPACE;JEMALLOC_DEBUG;_REENTRANT;JEMALLOC_EXPORT=;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
284 <AdditionalIncludeDirectories>..\..\..\..\include;..\..\..\..\include\msvc_compat;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
285 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
286 <DisableSpecificWarnings>4090;4146;4267;4334</DisableSpecificWarnings>
287 <DebugInformationFormat>OldStyle</DebugInformationFormat>
288 <MinimalRebuild>false</MinimalRebuild>
289 </ClCompile>
290 <Link>
291 <SubSystem>Windows</SubSystem>
292 <GenerateDebugInformation>true</GenerateDebugInformation>
293 </Link>
294 </ItemDefinitionGroup>
295 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
296 <ClCompile>
297 <WarningLevel>Level3</WarningLevel>
298 <PrecompiledHeader>
299 </PrecompiledHeader>
300 <Optimization>MaxSpeed</Optimization>
301 <FunctionLevelLinking>true</FunctionLevelLinking>
302 <IntrinsicFunctions>true</IntrinsicFunctions>
303 <PreprocessorDefinitions>JEMALLOC_NO_PRIVATE_NAMESPACE;_REENTRANT;_WINDLL;DLLEXPORT;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
304 <AdditionalIncludeDirectories>..\..\..\..\include;..\..\..\..\include\msvc_compat;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
305 <DisableSpecificWarnings>4090;4146;4267;4334</DisableSpecificWarnings>
306 <ProgramDataBaseFileName>$(OutputPath)$(TargetName).pdb</ProgramDataBaseFileName>
307 </ClCompile>
308 <Link>
309 <SubSystem>Windows</SubSystem>
310 <GenerateDebugInformation>true</GenerateDebugInformation>
311 <EnableCOMDATFolding>true</EnableCOMDATFolding>
312 <OptimizeReferences>true</OptimizeReferences>
313 </Link>
314 </ItemDefinitionGroup>
315 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-static|Win32'">
316 <ClCompile>
317 <WarningLevel>Level3</WarningLevel>
318 <PrecompiledHeader>
319 </PrecompiledHeader>
320 <Optimization>MaxSpeed</Optimization>
321 <FunctionLevelLinking>true</FunctionLevelLinking>
322 <IntrinsicFunctions>true</IntrinsicFunctions>
323 <PreprocessorDefinitions>JEMALLOC_NO_PRIVATE_NAMESPACE;_REENTRANT;JEMALLOC_EXPORT=;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
324 <AdditionalIncludeDirectories>..\..\..\..\include;..\..\..\..\include\msvc_compat;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
325 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
326 <DisableSpecificWarnings>4090;4146;4267;4334</DisableSpecificWarnings>
327 <ProgramDataBaseFileName>$(OutputPath)$(TargetName).pdb</ProgramDataBaseFileName>
328 </ClCompile>
329 <Link>
330 <SubSystem>Windows</SubSystem>
331 <GenerateDebugInformation>true</GenerateDebugInformation>
332 <EnableCOMDATFolding>true</EnableCOMDATFolding>
333 <OptimizeReferences>true</OptimizeReferences>
334 </Link>
335 </ItemDefinitionGroup>
336 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
337 <ClCompile>
338 <WarningLevel>Level3</WarningLevel>
339 <PrecompiledHeader>
340 </PrecompiledHeader>
341 <Optimization>MaxSpeed</Optimization>
342 <FunctionLevelLinking>true</FunctionLevelLinking>
343 <IntrinsicFunctions>true</IntrinsicFunctions>
344 <AdditionalIncludeDirectories>..\..\..\..\include;..\..\..\..\include\msvc_compat;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
345 <PreprocessorDefinitions>JEMALLOC_NO_PRIVATE_NAMESPACE;_REENTRANT;_WINDLL;DLLEXPORT;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
346 <DisableSpecificWarnings>4090;4146;4267;4334</DisableSpecificWarnings>
347 <ProgramDataBaseFileName>$(OutputPath)$(TargetName).pdb</ProgramDataBaseFileName>
348 </ClCompile>
349 <Link>
350 <SubSystem>Windows</SubSystem>
351 <GenerateDebugInformation>true</GenerateDebugInformation>
352 <EnableCOMDATFolding>true</EnableCOMDATFolding>
353 <OptimizeReferences>true</OptimizeReferences>
354 </Link>
355 </ItemDefinitionGroup>
356 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-static|x64'">
357 <ClCompile>
358 <WarningLevel>Level3</WarningLevel>
359 <PrecompiledHeader>
360 </PrecompiledHeader>
361 <Optimization>MaxSpeed</Optimization>
362 <FunctionLevelLinking>true</FunctionLevelLinking>
363 <IntrinsicFunctions>true</IntrinsicFunctions>
364 <PreprocessorDefinitions>JEMALLOC_NO_PRIVATE_NAMESPACE;_REENTRANT;JEMALLOC_EXPORT=;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
365 <AdditionalIncludeDirectories>..\..\..\..\include;..\..\..\..\include\msvc_compat;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
366 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
367 <DisableSpecificWarnings>4090;4146;4267;4334</DisableSpecificWarnings>
368 <DebugInformationFormat>OldStyle</DebugInformationFormat>
369 </ClCompile>
370 <Link>
371 <SubSystem>Windows</SubSystem>
372 <GenerateDebugInformation>true</GenerateDebugInformation>
373 <EnableCOMDATFolding>true</EnableCOMDATFolding>
374 <OptimizeReferences>true</OptimizeReferences>
375 </Link>
376 </ItemDefinitionGroup>
377 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
378 <ImportGroup Label="ExtensionTargets">
379 </ImportGroup>
380</Project> \ No newline at end of file
diff --git a/examples/redis-unstable/deps/jemalloc/msvc/projects/vc2015/jemalloc/jemalloc.vcxproj.filters b/examples/redis-unstable/deps/jemalloc/msvc/projects/vc2015/jemalloc/jemalloc.vcxproj.filters
deleted file mode 100644
index 1b43e9f..0000000
--- a/examples/redis-unstable/deps/jemalloc/msvc/projects/vc2015/jemalloc/jemalloc.vcxproj.filters
+++ /dev/null
@@ -1,197 +0,0 @@
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <ItemGroup>
4 <Filter Include="Source Files">
5 <UniqueIdentifier>{4FC737F1-C7A5-4376-A066-2A32D752A2FF}</UniqueIdentifier>
6 <Extensions>cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx</Extensions>
7 </Filter>
8 </ItemGroup>
9 <ItemGroup>
10 <ClCompile Include="..\..\..\..\src\arena.c">
11 <Filter>Source Files</Filter>
12 </ClCompile>
13 <ClCompile Include="..\..\..\..\src\background_thread.c">
14 <Filter>Source Files</Filter>
15 </ClCompile>
16 <ClCompile Include="..\..\..\..\src\base.c">
17 <Filter>Source Files</Filter>
18 </ClCompile>
19 <ClCompile Include="..\..\..\..\src\bin.c">
20 <Filter>Source Files</Filter>
21 </ClCompile>
22 <ClCompile Include="..\..\..\..\src\bitmap.c">
23 <Filter>Source Files</Filter>
24 </ClCompile>
25 <ClCompile Include="..\..\..\..\src\buf_writer.c">
26 <Filter>Source Files</Filter>
27 </ClCompile>
28 <ClCompile Include="..\..\..\..\src\cache_bin.c">
29 <Filter>Source Files</Filter>
30 </ClCompile>
31 <ClCompile Include="..\..\..\..\src\ckh.c">
32 <Filter>Source Files</Filter>
33 </ClCompile>
34 <ClCompile Include="..\..\..\..\src\counter.c">
35 <Filter>Source Files</Filter>
36 </ClCompile>
37 <ClCompile Include="..\..\..\..\src\ctl.c">
38 <Filter>Source Files</Filter>
39 </ClCompile>
40 <ClCompile Include="..\..\..\..\src\decay.c">
41 <Filter>Source Files</Filter>
42 </ClCompile>
43 <ClCompile Include="..\..\..\..\src\div.c">
44 <Filter>Source Files</Filter>
45 </ClCompile>
46 <ClCompile Include="..\..\..\..\src\emap.c">
47 <Filter>Source Files</Filter>
48 </ClCompile>
49 <ClCompile Include="..\..\..\..\src\exp_grow.c">
50 <Filter>Source Files</Filter>
51 </ClCompile>
52 <ClCompile Include="..\..\..\..\src\extent.c">
53 <Filter>Source Files</Filter>
54 </ClCompile>
55 <ClCompile Include="..\..\..\..\src\extent_dss.c">
56 <Filter>Source Files</Filter>
57 </ClCompile>
58 <ClCompile Include="..\..\..\..\src\extent_mmap.c">
59 <Filter>Source Files</Filter>
60 </ClCompile>
61 <ClCompile Include="..\..\..\..\src\fxp.c">
62 <Filter>Source Files</Filter>
63 </ClCompile>
64 <ClCompile Include="..\..\..\..\src\hook.c">
65 <Filter>Source Files</Filter>
66 </ClCompile>
67 <ClCompile Include="..\..\..\..\src\hpa.c">
68 <Filter>Source Files</Filter>
69 </ClCompile>
70 <ClCompile Include="..\..\..\..\src\hpa_hooks.c">
71 <Filter>Source Files</Filter>
72 </ClCompile>
73 <ClCompile Include="..\..\..\..\src\hpdata.c">
74 <Filter>Source Files</Filter>
75 </ClCompile>
76 <ClCompile Include="..\..\..\..\src\inspect.c">
77 <Filter>Source Files</Filter>
78 </ClCompile>
79 <ClCompile Include="..\..\..\..\src\jemalloc.c">
80 <Filter>Source Files</Filter>
81 </ClCompile>
82 <ClCompile Include="..\..\..\..\src\large.c">
83 <Filter>Source Files</Filter>
84 </ClCompile>
85 <ClCompile Include="..\..\..\..\src\log.c">
86 <Filter>Source Files</Filter>
87 </ClCompile>
88 <ClCompile Include="..\..\..\..\src\malloc_io.c">
89 <Filter>Source Files</Filter>
90 </ClCompile>
91 <ClCompile Include="..\..\..\..\src\mutex.c">
92 <Filter>Source Files</Filter>
93 </ClCompile>
94 <ClCompile Include="..\..\..\..\src\nstime.c">
95 <Filter>Source Files</Filter>
96 </ClCompile>
97 <ClCompile Include="..\..\..\..\src\pa.c">
98 <Filter>Source Files</Filter>
99 </ClCompile>
100 <ClCompile Include="..\..\..\..\src\pa_extra.c">
101 <Filter>Source Files</Filter>
102 </ClCompile>
103 <ClCompile Include="..\..\..\..\src\pai.c">
104 <Filter>Source Files</Filter>
105 </ClCompile>
106 <ClCompile Include="..\..\..\..\src\pac.c">
107 <Filter>Source Files</Filter>
108 </ClCompile>
109 <ClCompile Include="..\..\..\..\src\pages.c">
110 <Filter>Source Files</Filter>
111 </ClCompile>
112 <ClCompile Include="..\..\..\..\src\peak_event.c">
113 <Filter>Source Files</Filter>
114 </ClCompile>
115 <ClCompile Include="..\..\..\..\src\prof.c">
116 <Filter>Source Files</Filter>
117 </ClCompile>
118 <ClCompile Include="..\..\..\..\src\prof_data.c">
119 <Filter>Source Files</Filter>
120 </ClCompile>
121 <ClCompile Include="..\..\..\..\src\prof_log.c">
122 <Filter>Source Files</Filter>
123 </ClCompile>
124 <ClCompile Include="..\..\..\..\src\prof_recent.c">
125 <Filter>Source Files</Filter>
126 </ClCompile>
127 <ClCompile Include="..\..\..\..\src\prof_stats.c">
128 <Filter>Source Files</Filter>
129 </ClCompile>
130 <ClCompile Include="..\..\..\..\src\prof_sys.c">
131 <Filter>Source Files</Filter>
132 </ClCompile>
133 <ClCompile Include="..\..\..\..\src\psset.c">
134 <Filter>Source Files</Filter>
135 </ClCompile>
136 <ClCompile Include="..\..\..\..\src\rtree.c">
137 <Filter>Source Files</Filter>
138 </ClCompile>
139 <ClCompile Include="..\..\..\..\src\safety_check.c">
140 <Filter>Source Files</Filter>
141 </ClCompile>
142 <ClCompile Include="..\..\..\..\src\sc.c">
143 <Filter>Source Files</Filter>
144 </ClCompile>
145 <ClCompile Include="..\..\..\..\src\sec.c">
146 <Filter>Source Files</Filter>
147 </ClCompile>
148 <ClCompile Include="..\..\..\..\src\stats.c">
149 <Filter>Source Files</Filter>
150 </ClCompile>
151 <ClCompile Include="..\..\..\..\src\sz.c">
152 <Filter>Source Files</Filter>
153 </ClCompile>
154 <ClCompile Include="..\..\..\..\src\tcache.c">
155 <Filter>Source Files</Filter>
156 </ClCompile>
157 <ClCompile Include="..\..\..\..\src\test_hooks.c">
158 <Filter>Source Files</Filter>
159 </ClCompile>
160 <ClCompile Include="..\..\..\..\src\thread_event.c">
161 <Filter>Source Files</Filter>
162 </ClCompile>
163 <ClCompile Include="..\..\..\..\src\ticker.c">
164 <Filter>Source Files</Filter>
165 </ClCompile>
166 <ClCompile Include="..\..\..\..\src\tsd.c">
167 <Filter>Source Files</Filter>
168 </ClCompile>
169 <ClCompile Include="..\..\..\..\src\witness.c">
170 <Filter>Source Files</Filter>
171 </ClCompile>
172 <ClCompile Include="..\..\..\..\src\bin_info.c">
173 <Filter>Source Files</Filter>
174 </ClCompile>
175 <ClCompile Include="..\..\..\..\src\ecache.c">
176 <Filter>Source Files</Filter>
177 </ClCompile>
178 <ClCompile Include="..\..\..\..\src\edata.c">
179 <Filter>Source Files</Filter>
180 </ClCompile>
181 <ClCompile Include="..\..\..\..\src\edata_cache.c">
182 <Filter>Source Files</Filter>
183 </ClCompile>
184 <ClCompile Include="..\..\..\..\src\ehooks.c">
185 <Filter>Source Files</Filter>
186 </ClCompile>
187 <ClCompile Include="..\..\..\..\src\eset.c">
188 <Filter>Source Files</Filter>
189 </ClCompile>
190 <ClCompile Include="..\..\..\..\src\san.c">
191 <Filter>Source Files</Filter>
192 </ClCompile>
193 <ClCompile Include="..\..\..\..\src\san_bump.c">
194 <Filter>Source Files</Filter>
195 </ClCompile>
196 </ItemGroup>
197</Project> \ No newline at end of file
diff --git a/examples/redis-unstable/deps/jemalloc/msvc/projects/vc2015/test_threads/test_threads.vcxproj b/examples/redis-unstable/deps/jemalloc/msvc/projects/vc2015/test_threads/test_threads.vcxproj
deleted file mode 100644
index 325876d..0000000
--- a/examples/redis-unstable/deps/jemalloc/msvc/projects/vc2015/test_threads/test_threads.vcxproj
+++ /dev/null
@@ -1,327 +0,0 @@
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-static|Win32">
5 <Configuration>Debug-static</Configuration>
6 <Platform>Win32</Platform>
7 </ProjectConfiguration>
8 <ProjectConfiguration Include="Debug-static|x64">
9 <Configuration>Debug-static</Configuration>
10 <Platform>x64</Platform>
11 </ProjectConfiguration>
12 <ProjectConfiguration Include="Debug|Win32">
13 <Configuration>Debug</Configuration>
14 <Platform>Win32</Platform>
15 </ProjectConfiguration>
16 <ProjectConfiguration Include="Release-static|Win32">
17 <Configuration>Release-static</Configuration>
18 <Platform>Win32</Platform>
19 </ProjectConfiguration>
20 <ProjectConfiguration Include="Release-static|x64">
21 <Configuration>Release-static</Configuration>
22 <Platform>x64</Platform>
23 </ProjectConfiguration>
24 <ProjectConfiguration Include="Release|Win32">
25 <Configuration>Release</Configuration>
26 <Platform>Win32</Platform>
27 </ProjectConfiguration>
28 <ProjectConfiguration Include="Debug|x64">
29 <Configuration>Debug</Configuration>
30 <Platform>x64</Platform>
31 </ProjectConfiguration>
32 <ProjectConfiguration Include="Release|x64">
33 <Configuration>Release</Configuration>
34 <Platform>x64</Platform>
35 </ProjectConfiguration>
36 </ItemGroup>
37 <PropertyGroup Label="Globals">
38 <ProjectGuid>{09028CFD-4EB7-491D-869C-0708DB97ED44}</ProjectGuid>
39 <Keyword>Win32Proj</Keyword>
40 <RootNamespace>test_threads</RootNamespace>
41 <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
42 </PropertyGroup>
43 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
44 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
45 <ConfigurationType>Application</ConfigurationType>
46 <UseDebugLibraries>true</UseDebugLibraries>
47 <PlatformToolset>v140</PlatformToolset>
48 <CharacterSet>MultiByte</CharacterSet>
49 </PropertyGroup>
50 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-static|Win32'" Label="Configuration">
51 <ConfigurationType>Application</ConfigurationType>
52 <UseDebugLibraries>true</UseDebugLibraries>
53 <PlatformToolset>v140</PlatformToolset>
54 <CharacterSet>MultiByte</CharacterSet>
55 </PropertyGroup>
56 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
57 <ConfigurationType>Application</ConfigurationType>
58 <UseDebugLibraries>false</UseDebugLibraries>
59 <PlatformToolset>v140</PlatformToolset>
60 <WholeProgramOptimization>true</WholeProgramOptimization>
61 <CharacterSet>MultiByte</CharacterSet>
62 </PropertyGroup>
63 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-static|Win32'" Label="Configuration">
64 <ConfigurationType>Application</ConfigurationType>
65 <UseDebugLibraries>false</UseDebugLibraries>
66 <PlatformToolset>v140</PlatformToolset>
67 <WholeProgramOptimization>true</WholeProgramOptimization>
68 <CharacterSet>MultiByte</CharacterSet>
69 </PropertyGroup>
70 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
71 <ConfigurationType>Application</ConfigurationType>
72 <UseDebugLibraries>true</UseDebugLibraries>
73 <PlatformToolset>v140</PlatformToolset>
74 <CharacterSet>MultiByte</CharacterSet>
75 </PropertyGroup>
76 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-static|x64'" Label="Configuration">
77 <ConfigurationType>Application</ConfigurationType>
78 <UseDebugLibraries>true</UseDebugLibraries>
79 <PlatformToolset>v140</PlatformToolset>
80 <CharacterSet>MultiByte</CharacterSet>
81 </PropertyGroup>
82 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
83 <ConfigurationType>Application</ConfigurationType>
84 <UseDebugLibraries>false</UseDebugLibraries>
85 <PlatformToolset>v140</PlatformToolset>
86 <WholeProgramOptimization>true</WholeProgramOptimization>
87 <CharacterSet>MultiByte</CharacterSet>
88 </PropertyGroup>
89 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-static|x64'" Label="Configuration">
90 <ConfigurationType>Application</ConfigurationType>
91 <UseDebugLibraries>false</UseDebugLibraries>
92 <PlatformToolset>v140</PlatformToolset>
93 <WholeProgramOptimization>true</WholeProgramOptimization>
94 <CharacterSet>MultiByte</CharacterSet>
95 </PropertyGroup>
96 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
97 <ImportGroup Label="ExtensionSettings">
98 </ImportGroup>
99 <ImportGroup Label="Shared">
100 </ImportGroup>
101 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
102 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
103 </ImportGroup>
104 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug-static|Win32'" Label="PropertySheets">
105 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
106 </ImportGroup>
107 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
108 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
109 </ImportGroup>
110 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release-static|Win32'" Label="PropertySheets">
111 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
112 </ImportGroup>
113 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
114 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
115 </ImportGroup>
116 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug-static|x64'" Label="PropertySheets">
117 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
118 </ImportGroup>
119 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
120 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
121 </ImportGroup>
122 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release-static|x64'" Label="PropertySheets">
123 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
124 </ImportGroup>
125 <PropertyGroup Label="UserMacros" />
126 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
127 <OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
128 <IntDir>$(Platform)\$(Configuration)\</IntDir>
129 <LinkIncremental>true</LinkIncremental>
130 </PropertyGroup>
131 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-static|Win32'">
132 <OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
133 <IntDir>$(Platform)\$(Configuration)\</IntDir>
134 <LinkIncremental>true</LinkIncremental>
135 </PropertyGroup>
136 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
137 <LinkIncremental>true</LinkIncremental>
138 <OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
139 </PropertyGroup>
140 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-static|x64'">
141 <LinkIncremental>true</LinkIncremental>
142 <OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
143 </PropertyGroup>
144 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
145 <OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
146 <IntDir>$(Platform)\$(Configuration)\</IntDir>
147 <LinkIncremental>false</LinkIncremental>
148 </PropertyGroup>
149 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-static|Win32'">
150 <OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
151 <IntDir>$(Platform)\$(Configuration)\</IntDir>
152 <LinkIncremental>false</LinkIncremental>
153 </PropertyGroup>
154 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
155 <OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
156 <IntDir>$(Platform)\$(Configuration)\</IntDir>
157 <LinkIncremental>false</LinkIncremental>
158 </PropertyGroup>
159 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-static|x64'">
160 <OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
161 <IntDir>$(Platform)\$(Configuration)\</IntDir>
162 <LinkIncremental>false</LinkIncremental>
163 </PropertyGroup>
164 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
165 <ClCompile>
166 <PrecompiledHeader>
167 </PrecompiledHeader>
168 <WarningLevel>Level3</WarningLevel>
169 <Optimization>Disabled</Optimization>
170 <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
171 <AdditionalIncludeDirectories>..\..\..\..\test\include;..\..\..\..\include;..\..\..\..\include\msvc_compat;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
172 </ClCompile>
173 <Link>
174 <SubSystem>Console</SubSystem>
175 <GenerateDebugInformation>true</GenerateDebugInformation>
176 <AdditionalLibraryDirectories>$(SolutionDir)$(Platform)\$(Configuration)</AdditionalLibraryDirectories>
177 <AdditionalDependencies>jemallocd.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
178 </Link>
179 </ItemDefinitionGroup>
180 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-static|Win32'">
181 <ClCompile>
182 <PrecompiledHeader>
183 </PrecompiledHeader>
184 <WarningLevel>Level3</WarningLevel>
185 <Optimization>Disabled</Optimization>
186 <PreprocessorDefinitions>JEMALLOC_EXPORT=;JEMALLOC_STATIC;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
187 <AdditionalIncludeDirectories>..\..\..\..\test\include;..\..\..\..\include;..\..\..\..\include\msvc_compat;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
188 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
189 </ClCompile>
190 <Link>
191 <SubSystem>Console</SubSystem>
192 <GenerateDebugInformation>true</GenerateDebugInformation>
193 <AdditionalLibraryDirectories>$(SolutionDir)$(Platform)\$(Configuration)</AdditionalLibraryDirectories>
194 <AdditionalDependencies>jemalloc-$(PlatformToolset)-$(Configuration).lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
195 </Link>
196 </ItemDefinitionGroup>
197 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
198 <ClCompile>
199 <PrecompiledHeader>
200 </PrecompiledHeader>
201 <WarningLevel>Level3</WarningLevel>
202 <Optimization>Disabled</Optimization>
203 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
204 <AdditionalIncludeDirectories>..\..\..\..\test\include;..\..\..\..\include;..\..\..\..\include\msvc_compat;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
205 </ClCompile>
206 <Link>
207 <SubSystem>Console</SubSystem>
208 <GenerateDebugInformation>true</GenerateDebugInformation>
209 <AdditionalDependencies>jemallocd.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
210 <AdditionalLibraryDirectories>$(SolutionDir)$(Platform)\$(Configuration)</AdditionalLibraryDirectories>
211 </Link>
212 </ItemDefinitionGroup>
213 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-static|x64'">
214 <ClCompile>
215 <PrecompiledHeader>
216 </PrecompiledHeader>
217 <WarningLevel>Level3</WarningLevel>
218 <Optimization>Disabled</Optimization>
219 <PreprocessorDefinitions>JEMALLOC_EXPORT=;JEMALLOC_STATIC;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
220 <AdditionalIncludeDirectories>..\..\..\..\test\include;..\..\..\..\include;..\..\..\..\include\msvc_compat;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
221 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
222 </ClCompile>
223 <Link>
224 <SubSystem>Console</SubSystem>
225 <GenerateDebugInformation>true</GenerateDebugInformation>
226 <AdditionalDependencies>jemalloc-vc$(PlatformToolsetVersion)-$(Configuration).lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
227 <AdditionalLibraryDirectories>$(SolutionDir)$(Platform)\$(Configuration)</AdditionalLibraryDirectories>
228 </Link>
229 </ItemDefinitionGroup>
230 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
231 <ClCompile>
232 <WarningLevel>Level3</WarningLevel>
233 <PrecompiledHeader>
234 </PrecompiledHeader>
235 <Optimization>MaxSpeed</Optimization>
236 <FunctionLevelLinking>true</FunctionLevelLinking>
237 <IntrinsicFunctions>true</IntrinsicFunctions>
238 <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
239 <AdditionalIncludeDirectories>..\..\..\..\test\include;..\..\..\..\include;..\..\..\..\include\msvc_compat;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
240 </ClCompile>
241 <Link>
242 <SubSystem>Console</SubSystem>
243 <GenerateDebugInformation>true</GenerateDebugInformation>
244 <EnableCOMDATFolding>true</EnableCOMDATFolding>
245 <OptimizeReferences>true</OptimizeReferences>
246 <AdditionalLibraryDirectories>$(SolutionDir)$(Platform)\$(Configuration)</AdditionalLibraryDirectories>
247 <AdditionalDependencies>jemalloc.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
248 </Link>
249 </ItemDefinitionGroup>
250 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-static|Win32'">
251 <ClCompile>
252 <WarningLevel>Level3</WarningLevel>
253 <PrecompiledHeader>
254 </PrecompiledHeader>
255 <Optimization>MaxSpeed</Optimization>
256 <FunctionLevelLinking>true</FunctionLevelLinking>
257 <IntrinsicFunctions>true</IntrinsicFunctions>
258 <PreprocessorDefinitions>JEMALLOC_EXPORT=;JEMALLOC_STATIC;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
259 <AdditionalIncludeDirectories>..\..\..\..\test\include;..\..\..\..\include;..\..\..\..\include\msvc_compat;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
260 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
261 </ClCompile>
262 <Link>
263 <SubSystem>Console</SubSystem>
264 <GenerateDebugInformation>true</GenerateDebugInformation>
265 <EnableCOMDATFolding>true</EnableCOMDATFolding>
266 <OptimizeReferences>true</OptimizeReferences>
267 <AdditionalLibraryDirectories>$(SolutionDir)$(Platform)\$(Configuration)</AdditionalLibraryDirectories>
268 <AdditionalDependencies>jemalloc-$(PlatformToolset)-$(Configuration).lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
269 </Link>
270 </ItemDefinitionGroup>
271 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
272 <ClCompile>
273 <WarningLevel>Level3</WarningLevel>
274 <PrecompiledHeader>
275 </PrecompiledHeader>
276 <Optimization>MaxSpeed</Optimization>
277 <FunctionLevelLinking>true</FunctionLevelLinking>
278 <IntrinsicFunctions>true</IntrinsicFunctions>
279 <PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
280 <AdditionalIncludeDirectories>..\..\..\..\test\include;..\..\..\..\include;..\..\..\..\include\msvc_compat;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
281 </ClCompile>
282 <Link>
283 <SubSystem>Console</SubSystem>
284 <GenerateDebugInformation>true</GenerateDebugInformation>
285 <EnableCOMDATFolding>true</EnableCOMDATFolding>
286 <OptimizeReferences>true</OptimizeReferences>
287 <AdditionalLibraryDirectories>$(SolutionDir)$(Platform)\$(Configuration)</AdditionalLibraryDirectories>
288 <AdditionalDependencies>jemalloc.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
289 </Link>
290 </ItemDefinitionGroup>
291 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-static|x64'">
292 <ClCompile>
293 <WarningLevel>Level3</WarningLevel>
294 <PrecompiledHeader>
295 </PrecompiledHeader>
296 <Optimization>MaxSpeed</Optimization>
297 <FunctionLevelLinking>true</FunctionLevelLinking>
298 <IntrinsicFunctions>true</IntrinsicFunctions>
299 <PreprocessorDefinitions>JEMALLOC_EXPORT=;JEMALLOC_STATIC;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
300 <AdditionalIncludeDirectories>..\..\..\..\test\include;..\..\..\..\include;..\..\..\..\include\msvc_compat;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
301 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
302 </ClCompile>
303 <Link>
304 <SubSystem>Console</SubSystem>
305 <GenerateDebugInformation>true</GenerateDebugInformation>
306 <EnableCOMDATFolding>true</EnableCOMDATFolding>
307 <OptimizeReferences>true</OptimizeReferences>
308 <AdditionalLibraryDirectories>$(SolutionDir)$(Platform)\$(Configuration)</AdditionalLibraryDirectories>
309 <AdditionalDependencies>jemalloc-vc$(PlatformToolsetVersion)-$(Configuration).lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
310 </Link>
311 </ItemDefinitionGroup>
312 <ItemGroup>
313 <ClCompile Include="..\..\..\test_threads\test_threads.cpp" />
314 <ClCompile Include="..\..\..\test_threads\test_threads_main.cpp" />
315 </ItemGroup>
316 <ItemGroup>
317 <ProjectReference Include="..\jemalloc\jemalloc.vcxproj">
318 <Project>{8d6bb292-9e1c-413d-9f98-4864bdc1514a}</Project>
319 </ProjectReference>
320 </ItemGroup>
321 <ItemGroup>
322 <ClInclude Include="..\..\..\test_threads\test_threads.h" />
323 </ItemGroup>
324 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
325 <ImportGroup Label="ExtensionTargets">
326 </ImportGroup>
327</Project> \ No newline at end of file
diff --git a/examples/redis-unstable/deps/jemalloc/msvc/projects/vc2015/test_threads/test_threads.vcxproj.filters b/examples/redis-unstable/deps/jemalloc/msvc/projects/vc2015/test_threads/test_threads.vcxproj.filters
deleted file mode 100644
index fa4588f..0000000
--- a/examples/redis-unstable/deps/jemalloc/msvc/projects/vc2015/test_threads/test_threads.vcxproj.filters
+++ /dev/null
@@ -1,26 +0,0 @@
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <ItemGroup>
4 <Filter Include="Source Files">
5 <UniqueIdentifier>{4FC737F1-C7A5-4376-A066-2A32D752A2FF}</UniqueIdentifier>
6 <Extensions>cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx</Extensions>
7 </Filter>
8 <Filter Include="Header Files">
9 <UniqueIdentifier>{93995380-89BD-4b04-88EB-625FBE52EBFB}</UniqueIdentifier>
10 <Extensions>h;hh;hpp;hxx;hm;inl;inc;xsd</Extensions>
11 </Filter>
12 </ItemGroup>
13 <ItemGroup>
14 <ClCompile Include="..\..\..\test_threads\test_threads.cpp">
15 <Filter>Source Files</Filter>
16 </ClCompile>
17 <ClCompile Include="..\..\..\test_threads\test_threads_main.cpp">
18 <Filter>Source Files</Filter>
19 </ClCompile>
20 </ItemGroup>
21 <ItemGroup>
22 <ClInclude Include="..\..\..\test_threads\test_threads.h">
23 <Filter>Header Files</Filter>
24 </ClInclude>
25 </ItemGroup>
26</Project> \ No newline at end of file
diff --git a/examples/redis-unstable/deps/jemalloc/msvc/projects/vc2017/jemalloc/jemalloc.vcxproj b/examples/redis-unstable/deps/jemalloc/msvc/projects/vc2017/jemalloc/jemalloc.vcxproj
deleted file mode 100644
index a8004db..0000000
--- a/examples/redis-unstable/deps/jemalloc/msvc/projects/vc2017/jemalloc/jemalloc.vcxproj
+++ /dev/null
@@ -1,379 +0,0 @@
1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <ItemGroup Label="ProjectConfigurations">
4 <ProjectConfiguration Include="Debug-static|Win32">
5 <Configuration>Debug-static</Configuration>
6 <Platform>Win32</Platform>
7 </ProjectConfiguration>
8 <ProjectConfiguration Include="Debug-static|x64">
9 <Configuration>Debug-static</Configuration>
10 <Platform>x64</Platform>
11 </ProjectConfiguration>
12 <ProjectConfiguration Include="Debug|Win32">
13 <Configuration>Debug</Configuration>
14 <Platform>Win32</Platform>
15 </ProjectConfiguration>
16 <ProjectConfiguration Include="Release-static|Win32">
17 <Configuration>Release-static</Configuration>
18 <Platform>Win32</Platform>
19 </ProjectConfiguration>
20 <ProjectConfiguration Include="Release-static|x64">
21 <Configuration>Release-static</Configuration>
22 <Platform>x64</Platform>
23 </ProjectConfiguration>
24 <ProjectConfiguration Include="Release|Win32">
25 <Configuration>Release</Configuration>
26 <Platform>Win32</Platform>
27 </ProjectConfiguration>
28 <ProjectConfiguration Include="Debug|x64">
29 <Configuration>Debug</Configuration>
30 <Platform>x64</Platform>
31 </ProjectConfiguration>
32 <ProjectConfiguration Include="Release|x64">
33 <Configuration>Release</Configuration>
34 <Platform>x64</Platform>
35 </ProjectConfiguration>
36 </ItemGroup>
37 <ItemGroup>
38 <ClCompile Include="..\..\..\..\src\arena.c" />
39 <ClCompile Include="..\..\..\..\src\background_thread.c" />
40 <ClCompile Include="..\..\..\..\src\base.c" />
41 <ClCompile Include="..\..\..\..\src\bin.c" />
42 <ClCompile Include="..\..\..\..\src\bin_info.c" />
43 <ClCompile Include="..\..\..\..\src\bitmap.c" />
44 <ClCompile Include="..\..\..\..\src\buf_writer.c" />
45 <ClCompile Include="..\..\..\..\src\cache_bin.c" />
46 <ClCompile Include="..\..\..\..\src\ckh.c" />
47 <ClCompile Include="..\..\..\..\src\counter.c" />
48 <ClCompile Include="..\..\..\..\src\ctl.c" />
49 <ClCompile Include="..\..\..\..\src\decay.c" />
50 <ClCompile Include="..\..\..\..\src\div.c" />
51 <ClCompile Include="..\..\..\..\src\ecache.c" />
52 <ClCompile Include="..\..\..\..\src\edata.c" />
53 <ClCompile Include="..\..\..\..\src\edata_cache.c" />
54 <ClCompile Include="..\..\..\..\src\ehooks.c" />
55 <ClCompile Include="..\..\..\..\src\emap.c" />
56 <ClCompile Include="..\..\..\..\src\eset.c" />
57 <ClCompile Include="..\..\..\..\src\exp_grow.c" />
58 <ClCompile Include="..\..\..\..\src\extent.c" />
59 <ClCompile Include="..\..\..\..\src\extent_dss.c" />
60 <ClCompile Include="..\..\..\..\src\extent_mmap.c" />
61 <ClCompile Include="..\..\..\..\src\fxp.c" />
62 <ClCompile Include="..\..\..\..\src\hook.c" />
63 <ClCompile Include="..\..\..\..\src\hpa.c" />
64 <ClCompile Include="..\..\..\..\src\hpa_hooks.c" />
65 <ClCompile Include="..\..\..\..\src\hpdata.c" />
66 <ClCompile Include="..\..\..\..\src\inspect.c" />
67 <ClCompile Include="..\..\..\..\src\jemalloc.c" />
68 <ClCompile Include="..\..\..\..\src\large.c" />
69 <ClCompile Include="..\..\..\..\src\log.c" />
70 <ClCompile Include="..\..\..\..\src\malloc_io.c" />
71 <ClCompile Include="..\..\..\..\src\mutex.c" />
72 <ClCompile Include="..\..\..\..\src\nstime.c" />
73 <ClCompile Include="..\..\..\..\src\pa.c" />
74 <ClCompile Include="..\..\..\..\src\pa_extra.c" />
75 <ClCompile Include="..\..\..\..\src\pai.c" />
76 <ClCompile Include="..\..\..\..\src\pac.c" />
77 <ClCompile Include="..\..\..\..\src\pages.c" />
78 <ClCompile Include="..\..\..\..\src\peak_event.c" />
79 <ClCompile Include="..\..\..\..\src\prof.c" />
80 <ClCompile Include="..\..\..\..\src\prof_data.c" />
81 <ClCompile Include="..\..\..\..\src\prof_log.c" />
82 <ClCompile Include="..\..\..\..\src\prof_recent.c" />
83 <ClCompile Include="..\..\..\..\src\prof_stats.c" />
84 <ClCompile Include="..\..\..\..\src\prof_sys.c" />
85 <ClCompile Include="..\..\..\..\src\psset.c" />
86 <ClCompile Include="..\..\..\..\src\rtree.c" />
87 <ClCompile Include="..\..\..\..\src\safety_check.c" />
88 <ClCompile Include="..\..\..\..\src\san.c" />
89 <ClCompile Include="..\..\..\..\src\san_bump.c" />
90 <ClCompile Include="..\..\..\..\src\sc.c" />
91 <ClCompile Include="..\..\..\..\src\sec.c" />
92 <ClCompile Include="..\..\..\..\src\stats.c" />
93 <ClCompile Include="..\..\..\..\src\sz.c" />
94 <ClCompile Include="..\..\..\..\src\tcache.c" />
95 <ClCompile Include="..\..\..\..\src\test_hooks.c" />
96 <ClCompile Include="..\..\..\..\src\thread_event.c" />
97 <ClCompile Include="..\..\..\..\src\ticker.c" />
98 <ClCompile Include="..\..\..\..\src\tsd.c" />
99 <ClCompile Include="..\..\..\..\src\witness.c" />
100 </ItemGroup>
101 <PropertyGroup Label="Globals">
102 <ProjectGuid>{8D6BB292-9E1C-413D-9F98-4864BDC1514A}</ProjectGuid>
103 <Keyword>Win32Proj</Keyword>
104 <RootNamespace>jemalloc</RootNamespace>
105 </PropertyGroup>
106 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
107 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
108 <ConfigurationType>DynamicLibrary</ConfigurationType>
109 <UseDebugLibraries>true</UseDebugLibraries>
110 <PlatformToolset>v141</PlatformToolset>
111 <CharacterSet>MultiByte</CharacterSet>
112 </PropertyGroup>
113 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-static|Win32'" Label="Configuration">
114 <ConfigurationType>StaticLibrary</ConfigurationType>
115 <UseDebugLibraries>true</UseDebugLibraries>
116 <PlatformToolset>v141</PlatformToolset>
117 <CharacterSet>MultiByte</CharacterSet>
118 </PropertyGroup>
119 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
120 <ConfigurationType>DynamicLibrary</ConfigurationType>
121 <UseDebugLibraries>false</UseDebugLibraries>
122 <PlatformToolset>v141</PlatformToolset>
123 <WholeProgramOptimization>true</WholeProgramOptimization>
124 <CharacterSet>MultiByte</CharacterSet>
125 </PropertyGroup>
126 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-static|Win32'" Label="Configuration">
127 <ConfigurationType>StaticLibrary</ConfigurationType>
128 <UseDebugLibraries>false</UseDebugLibraries>
129 <PlatformToolset>v141</PlatformToolset>
130 <WholeProgramOptimization>true</WholeProgramOptimization>
131 <CharacterSet>MultiByte</CharacterSet>
132 </PropertyGroup>
133 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
134 <ConfigurationType>DynamicLibrary</ConfigurationType>
135 <UseDebugLibraries>true</UseDebugLibraries>
136 <PlatformToolset>v141</PlatformToolset>
137 <CharacterSet>MultiByte</CharacterSet>
138 </PropertyGroup>
139 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-static|x64'" Label="Configuration">
140 <ConfigurationType>StaticLibrary</ConfigurationType>
141 <UseDebugLibraries>true</UseDebugLibraries>
142 <PlatformToolset>v141</PlatformToolset>
143 <CharacterSet>MultiByte</CharacterSet>
144 </PropertyGroup>
145 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
146 <ConfigurationType>DynamicLibrary</ConfigurationType>
147 <UseDebugLibraries>false</UseDebugLibraries>
148 <PlatformToolset>v141</PlatformToolset>
149 <WholeProgramOptimization>true</WholeProgramOptimization>
150 <CharacterSet>MultiByte</CharacterSet>
151 </PropertyGroup>
152 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-static|x64'" Label="Configuration">
153 <ConfigurationType>StaticLibrary</ConfigurationType>
154 <UseDebugLibraries>false</UseDebugLibraries>
155 <PlatformToolset>v141</PlatformToolset>
156 <WholeProgramOptimization>true</WholeProgramOptimization>
157 <CharacterSet>MultiByte</CharacterSet>
158 </PropertyGroup>
159 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
160 <ImportGroup Label="ExtensionSettings">
161 </ImportGroup>
162 <ImportGroup Label="Shared">
163 </ImportGroup>
164 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
165 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
166 </ImportGroup>
167 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug-static|Win32'" Label="PropertySheets">
168 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
169 </ImportGroup>
170 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
171 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
172 </ImportGroup>
173 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release-static|Win32'" Label="PropertySheets">
174 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
175 </ImportGroup>
176 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
177 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
178 </ImportGroup>
179 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug-static|x64'" Label="PropertySheets">
180 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
181 </ImportGroup>
182 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
183 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
184 </ImportGroup>
185 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release-static|x64'" Label="PropertySheets">
186 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
187 </ImportGroup>
188 <PropertyGroup Label="UserMacros" />
189 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
190 <OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
191 <IntDir>$(Platform)\$(Configuration)\</IntDir>
192 <TargetName>$(ProjectName)d</TargetName>
193 </PropertyGroup>
194 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-static|Win32'">
195 <OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
196 <IntDir>$(Platform)\$(Configuration)\</IntDir>
197 <TargetName>$(ProjectName)-$(PlatformToolset)-$(Configuration)</TargetName>
198 </PropertyGroup>
199 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
200 <OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
201 <IntDir>$(Platform)\$(Configuration)\</IntDir>
202 </PropertyGroup>
203 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-static|Win32'">
204 <OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
205 <IntDir>$(Platform)\$(Configuration)\</IntDir>
206 <TargetName>$(ProjectName)-$(PlatformToolset)-$(Configuration)</TargetName>
207 </PropertyGroup>
208 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
209 <OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
210 <IntDir>$(Platform)\$(Configuration)\</IntDir>
211 <TargetName>$(ProjectName)d</TargetName>
212 </PropertyGroup>
213 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-static|x64'">
214 <OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
215 <IntDir>$(Platform)\$(Configuration)\</IntDir>
216 <TargetName>$(ProjectName)-vc$(PlatformToolsetVersion)-$(Configuration)</TargetName>
217 </PropertyGroup>
218 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
219 <OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
220 <IntDir>$(Platform)\$(Configuration)\</IntDir>
221 </PropertyGroup>
222 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-static|x64'">
223 <OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
224 <IntDir>$(Platform)\$(Configuration)\</IntDir>
225 <TargetName>$(ProjectName)-vc$(PlatformToolsetVersion)-$(Configuration)</TargetName>
226 </PropertyGroup>
227 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
228 <ClCompile>
229 <PrecompiledHeader>
230 </PrecompiledHeader>
231 <WarningLevel>Level3</WarningLevel>
232 <Optimization>Disabled</Optimization>
233 <PreprocessorDefinitions>_REENTRANT;_WINDLL;DLLEXPORT;JEMALLOC_DEBUG;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
234 <AdditionalIncludeDirectories>..\..\..\..\include;..\..\..\..\include\msvc_compat;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
235 <DisableSpecificWarnings>4090;4146;4267;4334</DisableSpecificWarnings>
236 <ProgramDataBaseFileName>$(OutputPath)$(TargetName).pdb</ProgramDataBaseFileName>
237 </ClCompile>
238 <Link>
239 <SubSystem>Windows</SubSystem>
240 <GenerateDebugInformation>true</GenerateDebugInformation>
241 </Link>
242 </ItemDefinitionGroup>
243 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-static|Win32'">
244 <ClCompile>
245 <PrecompiledHeader>
246 </PrecompiledHeader>
247 <WarningLevel>Level3</WarningLevel>
248 <Optimization>Disabled</Optimization>
249 <PreprocessorDefinitions>JEMALLOC_DEBUG;_REENTRANT;JEMALLOC_EXPORT=;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
250 <AdditionalIncludeDirectories>..\..\..\..\include;..\..\..\..\include\msvc_compat;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
251 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
252 <DisableSpecificWarnings>4090;4146;4267;4334</DisableSpecificWarnings>
253 <ProgramDataBaseFileName>$(OutputPath)$(TargetName).pdb</ProgramDataBaseFileName>
254 </ClCompile>
255 <Link>
256 <SubSystem>Windows</SubSystem>
257 <GenerateDebugInformation>true</GenerateDebugInformation>
258 </Link>
259 </ItemDefinitionGroup>
260 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
261 <ClCompile>
262 <PrecompiledHeader>
263 </PrecompiledHeader>
264 <WarningLevel>Level3</WarningLevel>
265 <Optimization>Disabled</Optimization>
266 <PreprocessorDefinitions>JEMALLOC_NO_PRIVATE_NAMESPACE;_REENTRANT;_WINDLL;DLLEXPORT;JEMALLOC_DEBUG;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
267 <AdditionalIncludeDirectories>..\..\..\..\include;..\..\..\..\include\msvc_compat;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
268 <DisableSpecificWarnings>4090;4146;4267;4334</DisableSpecificWarnings>
269 <ProgramDataBaseFileName>$(OutputPath)$(TargetName).pdb</ProgramDataBaseFileName>
270 </ClCompile>
271 <Link>
272 <SubSystem>Windows</SubSystem>
273 <GenerateDebugInformation>true</GenerateDebugInformation>
274 </Link>
275 </ItemDefinitionGroup>
276 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-static|x64'">
277 <ClCompile>
278 <PrecompiledHeader>
279 </PrecompiledHeader>
280 <WarningLevel>Level3</WarningLevel>
281 <Optimization>Disabled</Optimization>
282 <PreprocessorDefinitions>JEMALLOC_NO_PRIVATE_NAMESPACE;JEMALLOC_DEBUG;_REENTRANT;JEMALLOC_EXPORT=;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
283 <AdditionalIncludeDirectories>..\..\..\..\include;..\..\..\..\include\msvc_compat;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
284 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
285 <DisableSpecificWarnings>4090;4146;4267;4334</DisableSpecificWarnings>
286 <DebugInformationFormat>OldStyle</DebugInformationFormat>
287 <MinimalRebuild>false</MinimalRebuild>
288 </ClCompile>
289 <Link>
290 <SubSystem>Windows</SubSystem>
291 <GenerateDebugInformation>true</GenerateDebugInformation>
292 </Link>
293 </ItemDefinitionGroup>
294 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
295 <ClCompile>
296 <WarningLevel>Level3</WarningLevel>
297 <PrecompiledHeader>
298 </PrecompiledHeader>
299 <Optimization>MaxSpeed</Optimization>
300 <FunctionLevelLinking>true</FunctionLevelLinking>
301 <IntrinsicFunctions>true</IntrinsicFunctions>
302 <PreprocessorDefinitions>_REENTRANT;_WINDLL;DLLEXPORT;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
303 <AdditionalIncludeDirectories>..\..\..\..\include;..\..\..\..\include\msvc_compat;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
304 <DisableSpecificWarnings>4090;4146;4267;4334</DisableSpecificWarnings>
305 <ProgramDataBaseFileName>$(OutputPath)$(TargetName).pdb</ProgramDataBaseFileName>
306 </ClCompile>
307 <Link>
308 <SubSystem>Windows</SubSystem>
309 <GenerateDebugInformation>true</GenerateDebugInformation>
310 <EnableCOMDATFolding>true</EnableCOMDATFolding>
311 <OptimizeReferences>true</OptimizeReferences>
312 </Link>
313 </ItemDefinitionGroup>
314 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-static|Win32'">
315 <ClCompile>
316 <WarningLevel>Level3</WarningLevel>
317 <PrecompiledHeader>
318 </PrecompiledHeader>
319 <Optimization>MaxSpeed</Optimization>
320 <FunctionLevelLinking>true</FunctionLevelLinking>
321 <IntrinsicFunctions>true</IntrinsicFunctions>
322 <PreprocessorDefinitions>_REENTRANT;JEMALLOC_EXPORT=;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
323 <AdditionalIncludeDirectories>..\..\..\..\include;..\..\..\..\include\msvc_compat;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
324 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
325 <DisableSpecificWarnings>4090;4146;4267;4334</DisableSpecificWarnings>
326 <ProgramDataBaseFileName>$(OutputPath)$(TargetName).pdb</ProgramDataBaseFileName>
327 </ClCompile>
328 <Link>
329 <SubSystem>Windows</SubSystem>
330 <GenerateDebugInformation>true</GenerateDebugInformation>
331 <EnableCOMDATFolding>true</EnableCOMDATFolding>
332 <OptimizeReferences>true</OptimizeReferences>
333 </Link>
334 </ItemDefinitionGroup>
335 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
336 <ClCompile>
337 <WarningLevel>Level3</WarningLevel>
338 <PrecompiledHeader>
339 </PrecompiledHeader>
340 <Optimization>MaxSpeed</Optimization>
341 <FunctionLevelLinking>true</FunctionLevelLinking>
342 <IntrinsicFunctions>true</IntrinsicFunctions>
343 <AdditionalIncludeDirectories>..\..\..\..\include;..\..\..\..\include\msvc_compat;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
344 <PreprocessorDefinitions>JEMALLOC_NO_PRIVATE_NAMESPACE;_REENTRANT;_WINDLL;DLLEXPORT;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
345 <DisableSpecificWarnings>4090;4146;4267;4334</DisableSpecificWarnings>
346 <ProgramDataBaseFileName>$(OutputPath)$(TargetName).pdb</ProgramDataBaseFileName>
347 </ClCompile>
348 <Link>
349 <SubSystem>Windows</SubSystem>
350 <GenerateDebugInformation>true</GenerateDebugInformation>
351 <EnableCOMDATFolding>true</EnableCOMDATFolding>
352 <OptimizeReferences>true</OptimizeReferences>
353 </Link>
354 </ItemDefinitionGroup>
355 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-static|x64'">
356 <ClCompile>
357 <WarningLevel>Level3</WarningLevel>
358 <PrecompiledHeader>
359 </PrecompiledHeader>
360 <Optimization>MaxSpeed</Optimization>
361 <FunctionLevelLinking>true</FunctionLevelLinking>
362 <IntrinsicFunctions>true</IntrinsicFunctions>
363 <PreprocessorDefinitions>JEMALLOC_NO_PRIVATE_NAMESPACE;_REENTRANT;JEMALLOC_EXPORT=;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
364 <AdditionalIncludeDirectories>..\..\..\..\include;..\..\..\..\include\msvc_compat;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
365 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
366 <DisableSpecificWarnings>4090;4146;4267;4334</DisableSpecificWarnings>
367 <DebugInformationFormat>OldStyle</DebugInformationFormat>
368 </ClCompile>
369 <Link>
370 <SubSystem>Windows</SubSystem>
371 <GenerateDebugInformation>true</GenerateDebugInformation>
372 <EnableCOMDATFolding>true</EnableCOMDATFolding>
373 <OptimizeReferences>true</OptimizeReferences>
374 </Link>
375 </ItemDefinitionGroup>
376 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
377 <ImportGroup Label="ExtensionTargets">
378 </ImportGroup>
379</Project> \ No newline at end of file
diff --git a/examples/redis-unstable/deps/jemalloc/msvc/projects/vc2017/jemalloc/jemalloc.vcxproj.filters b/examples/redis-unstable/deps/jemalloc/msvc/projects/vc2017/jemalloc/jemalloc.vcxproj.filters
deleted file mode 100644
index 1b43e9f..0000000
--- a/examples/redis-unstable/deps/jemalloc/msvc/projects/vc2017/jemalloc/jemalloc.vcxproj.filters
+++ /dev/null
@@ -1,197 +0,0 @@
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <ItemGroup>
4 <Filter Include="Source Files">
5 <UniqueIdentifier>{4FC737F1-C7A5-4376-A066-2A32D752A2FF}</UniqueIdentifier>
6 <Extensions>cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx</Extensions>
7 </Filter>
8 </ItemGroup>
9 <ItemGroup>
10 <ClCompile Include="..\..\..\..\src\arena.c">
11 <Filter>Source Files</Filter>
12 </ClCompile>
13 <ClCompile Include="..\..\..\..\src\background_thread.c">
14 <Filter>Source Files</Filter>
15 </ClCompile>
16 <ClCompile Include="..\..\..\..\src\base.c">
17 <Filter>Source Files</Filter>
18 </ClCompile>
19 <ClCompile Include="..\..\..\..\src\bin.c">
20 <Filter>Source Files</Filter>
21 </ClCompile>
22 <ClCompile Include="..\..\..\..\src\bitmap.c">
23 <Filter>Source Files</Filter>
24 </ClCompile>
25 <ClCompile Include="..\..\..\..\src\buf_writer.c">
26 <Filter>Source Files</Filter>
27 </ClCompile>
28 <ClCompile Include="..\..\..\..\src\cache_bin.c">
29 <Filter>Source Files</Filter>
30 </ClCompile>
31 <ClCompile Include="..\..\..\..\src\ckh.c">
32 <Filter>Source Files</Filter>
33 </ClCompile>
34 <ClCompile Include="..\..\..\..\src\counter.c">
35 <Filter>Source Files</Filter>
36 </ClCompile>
37 <ClCompile Include="..\..\..\..\src\ctl.c">
38 <Filter>Source Files</Filter>
39 </ClCompile>
40 <ClCompile Include="..\..\..\..\src\decay.c">
41 <Filter>Source Files</Filter>
42 </ClCompile>
43 <ClCompile Include="..\..\..\..\src\div.c">
44 <Filter>Source Files</Filter>
45 </ClCompile>
46 <ClCompile Include="..\..\..\..\src\emap.c">
47 <Filter>Source Files</Filter>
48 </ClCompile>
49 <ClCompile Include="..\..\..\..\src\exp_grow.c">
50 <Filter>Source Files</Filter>
51 </ClCompile>
52 <ClCompile Include="..\..\..\..\src\extent.c">
53 <Filter>Source Files</Filter>
54 </ClCompile>
55 <ClCompile Include="..\..\..\..\src\extent_dss.c">
56 <Filter>Source Files</Filter>
57 </ClCompile>
58 <ClCompile Include="..\..\..\..\src\extent_mmap.c">
59 <Filter>Source Files</Filter>
60 </ClCompile>
61 <ClCompile Include="..\..\..\..\src\fxp.c">
62 <Filter>Source Files</Filter>
63 </ClCompile>
64 <ClCompile Include="..\..\..\..\src\hook.c">
65 <Filter>Source Files</Filter>
66 </ClCompile>
67 <ClCompile Include="..\..\..\..\src\hpa.c">
68 <Filter>Source Files</Filter>
69 </ClCompile>
70 <ClCompile Include="..\..\..\..\src\hpa_hooks.c">
71 <Filter>Source Files</Filter>
72 </ClCompile>
73 <ClCompile Include="..\..\..\..\src\hpdata.c">
74 <Filter>Source Files</Filter>
75 </ClCompile>
76 <ClCompile Include="..\..\..\..\src\inspect.c">
77 <Filter>Source Files</Filter>
78 </ClCompile>
79 <ClCompile Include="..\..\..\..\src\jemalloc.c">
80 <Filter>Source Files</Filter>
81 </ClCompile>
82 <ClCompile Include="..\..\..\..\src\large.c">
83 <Filter>Source Files</Filter>
84 </ClCompile>
85 <ClCompile Include="..\..\..\..\src\log.c">
86 <Filter>Source Files</Filter>
87 </ClCompile>
88 <ClCompile Include="..\..\..\..\src\malloc_io.c">
89 <Filter>Source Files</Filter>
90 </ClCompile>
91 <ClCompile Include="..\..\..\..\src\mutex.c">
92 <Filter>Source Files</Filter>
93 </ClCompile>
94 <ClCompile Include="..\..\..\..\src\nstime.c">
95 <Filter>Source Files</Filter>
96 </ClCompile>
97 <ClCompile Include="..\..\..\..\src\pa.c">
98 <Filter>Source Files</Filter>
99 </ClCompile>
100 <ClCompile Include="..\..\..\..\src\pa_extra.c">
101 <Filter>Source Files</Filter>
102 </ClCompile>
103 <ClCompile Include="..\..\..\..\src\pai.c">
104 <Filter>Source Files</Filter>
105 </ClCompile>
106 <ClCompile Include="..\..\..\..\src\pac.c">
107 <Filter>Source Files</Filter>
108 </ClCompile>
109 <ClCompile Include="..\..\..\..\src\pages.c">
110 <Filter>Source Files</Filter>
111 </ClCompile>
112 <ClCompile Include="..\..\..\..\src\peak_event.c">
113 <Filter>Source Files</Filter>
114 </ClCompile>
115 <ClCompile Include="..\..\..\..\src\prof.c">
116 <Filter>Source Files</Filter>
117 </ClCompile>
118 <ClCompile Include="..\..\..\..\src\prof_data.c">
119 <Filter>Source Files</Filter>
120 </ClCompile>
121 <ClCompile Include="..\..\..\..\src\prof_log.c">
122 <Filter>Source Files</Filter>
123 </ClCompile>
124 <ClCompile Include="..\..\..\..\src\prof_recent.c">
125 <Filter>Source Files</Filter>
126 </ClCompile>
127 <ClCompile Include="..\..\..\..\src\prof_stats.c">
128 <Filter>Source Files</Filter>
129 </ClCompile>
130 <ClCompile Include="..\..\..\..\src\prof_sys.c">
131 <Filter>Source Files</Filter>
132 </ClCompile>
133 <ClCompile Include="..\..\..\..\src\psset.c">
134 <Filter>Source Files</Filter>
135 </ClCompile>
136 <ClCompile Include="..\..\..\..\src\rtree.c">
137 <Filter>Source Files</Filter>
138 </ClCompile>
139 <ClCompile Include="..\..\..\..\src\safety_check.c">
140 <Filter>Source Files</Filter>
141 </ClCompile>
142 <ClCompile Include="..\..\..\..\src\sc.c">
143 <Filter>Source Files</Filter>
144 </ClCompile>
145 <ClCompile Include="..\..\..\..\src\sec.c">
146 <Filter>Source Files</Filter>
147 </ClCompile>
148 <ClCompile Include="..\..\..\..\src\stats.c">
149 <Filter>Source Files</Filter>
150 </ClCompile>
151 <ClCompile Include="..\..\..\..\src\sz.c">
152 <Filter>Source Files</Filter>
153 </ClCompile>
154 <ClCompile Include="..\..\..\..\src\tcache.c">
155 <Filter>Source Files</Filter>
156 </ClCompile>
157 <ClCompile Include="..\..\..\..\src\test_hooks.c">
158 <Filter>Source Files</Filter>
159 </ClCompile>
160 <ClCompile Include="..\..\..\..\src\thread_event.c">
161 <Filter>Source Files</Filter>
162 </ClCompile>
163 <ClCompile Include="..\..\..\..\src\ticker.c">
164 <Filter>Source Files</Filter>
165 </ClCompile>
166 <ClCompile Include="..\..\..\..\src\tsd.c">
167 <Filter>Source Files</Filter>
168 </ClCompile>
169 <ClCompile Include="..\..\..\..\src\witness.c">
170 <Filter>Source Files</Filter>
171 </ClCompile>
172 <ClCompile Include="..\..\..\..\src\bin_info.c">
173 <Filter>Source Files</Filter>
174 </ClCompile>
175 <ClCompile Include="..\..\..\..\src\ecache.c">
176 <Filter>Source Files</Filter>
177 </ClCompile>
178 <ClCompile Include="..\..\..\..\src\edata.c">
179 <Filter>Source Files</Filter>
180 </ClCompile>
181 <ClCompile Include="..\..\..\..\src\edata_cache.c">
182 <Filter>Source Files</Filter>
183 </ClCompile>
184 <ClCompile Include="..\..\..\..\src\ehooks.c">
185 <Filter>Source Files</Filter>
186 </ClCompile>
187 <ClCompile Include="..\..\..\..\src\eset.c">
188 <Filter>Source Files</Filter>
189 </ClCompile>
190 <ClCompile Include="..\..\..\..\src\san.c">
191 <Filter>Source Files</Filter>
192 </ClCompile>
193 <ClCompile Include="..\..\..\..\src\san_bump.c">
194 <Filter>Source Files</Filter>
195 </ClCompile>
196 </ItemGroup>
197</Project> \ No newline at end of file
diff --git a/examples/redis-unstable/deps/jemalloc/msvc/projects/vc2017/test_threads/test_threads.vcxproj b/examples/redis-unstable/deps/jemalloc/msvc/projects/vc2017/test_threads/test_threads.vcxproj
deleted file mode 100644
index c35b0f5..0000000
--- a/examples/redis-unstable/deps/jemalloc/msvc/projects/vc2017/test_threads/test_threads.vcxproj
+++ /dev/null
@@ -1,326 +0,0 @@
1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <ItemGroup Label="ProjectConfigurations">
4 <ProjectConfiguration Include="Debug-static|Win32">
5 <Configuration>Debug-static</Configuration>
6 <Platform>Win32</Platform>
7 </ProjectConfiguration>
8 <ProjectConfiguration Include="Debug-static|x64">
9 <Configuration>Debug-static</Configuration>
10 <Platform>x64</Platform>
11 </ProjectConfiguration>
12 <ProjectConfiguration Include="Debug|Win32">
13 <Configuration>Debug</Configuration>
14 <Platform>Win32</Platform>
15 </ProjectConfiguration>
16 <ProjectConfiguration Include="Release-static|Win32">
17 <Configuration>Release-static</Configuration>
18 <Platform>Win32</Platform>
19 </ProjectConfiguration>
20 <ProjectConfiguration Include="Release-static|x64">
21 <Configuration>Release-static</Configuration>
22 <Platform>x64</Platform>
23 </ProjectConfiguration>
24 <ProjectConfiguration Include="Release|Win32">
25 <Configuration>Release</Configuration>
26 <Platform>Win32</Platform>
27 </ProjectConfiguration>
28 <ProjectConfiguration Include="Debug|x64">
29 <Configuration>Debug</Configuration>
30 <Platform>x64</Platform>
31 </ProjectConfiguration>
32 <ProjectConfiguration Include="Release|x64">
33 <Configuration>Release</Configuration>
34 <Platform>x64</Platform>
35 </ProjectConfiguration>
36 </ItemGroup>
37 <PropertyGroup Label="Globals">
38 <ProjectGuid>{09028CFD-4EB7-491D-869C-0708DB97ED44}</ProjectGuid>
39 <Keyword>Win32Proj</Keyword>
40 <RootNamespace>test_threads</RootNamespace>
41 </PropertyGroup>
42 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
43 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
44 <ConfigurationType>Application</ConfigurationType>
45 <UseDebugLibraries>true</UseDebugLibraries>
46 <PlatformToolset>v141</PlatformToolset>
47 <CharacterSet>MultiByte</CharacterSet>
48 </PropertyGroup>
49 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-static|Win32'" Label="Configuration">
50 <ConfigurationType>Application</ConfigurationType>
51 <UseDebugLibraries>true</UseDebugLibraries>
52 <PlatformToolset>v141</PlatformToolset>
53 <CharacterSet>MultiByte</CharacterSet>
54 </PropertyGroup>
55 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
56 <ConfigurationType>Application</ConfigurationType>
57 <UseDebugLibraries>false</UseDebugLibraries>
58 <PlatformToolset>v141</PlatformToolset>
59 <WholeProgramOptimization>true</WholeProgramOptimization>
60 <CharacterSet>MultiByte</CharacterSet>
61 </PropertyGroup>
62 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-static|Win32'" Label="Configuration">
63 <ConfigurationType>Application</ConfigurationType>
64 <UseDebugLibraries>false</UseDebugLibraries>
65 <PlatformToolset>v141</PlatformToolset>
66 <WholeProgramOptimization>true</WholeProgramOptimization>
67 <CharacterSet>MultiByte</CharacterSet>
68 </PropertyGroup>
69 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
70 <ConfigurationType>Application</ConfigurationType>
71 <UseDebugLibraries>true</UseDebugLibraries>
72 <PlatformToolset>v141</PlatformToolset>
73 <CharacterSet>MultiByte</CharacterSet>
74 </PropertyGroup>
75 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-static|x64'" Label="Configuration">
76 <ConfigurationType>Application</ConfigurationType>
77 <UseDebugLibraries>true</UseDebugLibraries>
78 <PlatformToolset>v141</PlatformToolset>
79 <CharacterSet>MultiByte</CharacterSet>
80 </PropertyGroup>
81 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
82 <ConfigurationType>Application</ConfigurationType>
83 <UseDebugLibraries>false</UseDebugLibraries>
84 <PlatformToolset>v141</PlatformToolset>
85 <WholeProgramOptimization>true</WholeProgramOptimization>
86 <CharacterSet>MultiByte</CharacterSet>
87 </PropertyGroup>
88 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-static|x64'" Label="Configuration">
89 <ConfigurationType>Application</ConfigurationType>
90 <UseDebugLibraries>false</UseDebugLibraries>
91 <PlatformToolset>v141</PlatformToolset>
92 <WholeProgramOptimization>true</WholeProgramOptimization>
93 <CharacterSet>MultiByte</CharacterSet>
94 </PropertyGroup>
95 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
96 <ImportGroup Label="ExtensionSettings">
97 </ImportGroup>
98 <ImportGroup Label="Shared">
99 </ImportGroup>
100 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
101 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
102 </ImportGroup>
103 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug-static|Win32'" Label="PropertySheets">
104 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
105 </ImportGroup>
106 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
107 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
108 </ImportGroup>
109 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release-static|Win32'" Label="PropertySheets">
110 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
111 </ImportGroup>
112 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
113 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
114 </ImportGroup>
115 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug-static|x64'" Label="PropertySheets">
116 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
117 </ImportGroup>
118 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
119 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
120 </ImportGroup>
121 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release-static|x64'" Label="PropertySheets">
122 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
123 </ImportGroup>
124 <PropertyGroup Label="UserMacros" />
125 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
126 <OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
127 <IntDir>$(Platform)\$(Configuration)\</IntDir>
128 <LinkIncremental>true</LinkIncremental>
129 </PropertyGroup>
130 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-static|Win32'">
131 <OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
132 <IntDir>$(Platform)\$(Configuration)\</IntDir>
133 <LinkIncremental>true</LinkIncremental>
134 </PropertyGroup>
135 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
136 <LinkIncremental>true</LinkIncremental>
137 <OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
138 </PropertyGroup>
139 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-static|x64'">
140 <LinkIncremental>true</LinkIncremental>
141 <OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
142 </PropertyGroup>
143 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
144 <OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
145 <IntDir>$(Platform)\$(Configuration)\</IntDir>
146 <LinkIncremental>false</LinkIncremental>
147 </PropertyGroup>
148 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-static|Win32'">
149 <OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
150 <IntDir>$(Platform)\$(Configuration)\</IntDir>
151 <LinkIncremental>false</LinkIncremental>
152 </PropertyGroup>
153 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
154 <OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
155 <IntDir>$(Platform)\$(Configuration)\</IntDir>
156 <LinkIncremental>false</LinkIncremental>
157 </PropertyGroup>
158 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-static|x64'">
159 <OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
160 <IntDir>$(Platform)\$(Configuration)\</IntDir>
161 <LinkIncremental>false</LinkIncremental>
162 </PropertyGroup>
163 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
164 <ClCompile>
165 <PrecompiledHeader>
166 </PrecompiledHeader>
167 <WarningLevel>Level3</WarningLevel>
168 <Optimization>Disabled</Optimization>
169 <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
170 <AdditionalIncludeDirectories>..\..\..\..\test\include;..\..\..\..\include;..\..\..\..\include\msvc_compat;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
171 </ClCompile>
172 <Link>
173 <SubSystem>Console</SubSystem>
174 <GenerateDebugInformation>true</GenerateDebugInformation>
175 <AdditionalLibraryDirectories>$(SolutionDir)$(Platform)\$(Configuration)</AdditionalLibraryDirectories>
176 <AdditionalDependencies>jemallocd.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
177 </Link>
178 </ItemDefinitionGroup>
179 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-static|Win32'">
180 <ClCompile>
181 <PrecompiledHeader>
182 </PrecompiledHeader>
183 <WarningLevel>Level3</WarningLevel>
184 <Optimization>Disabled</Optimization>
185 <PreprocessorDefinitions>JEMALLOC_EXPORT=;JEMALLOC_STATIC;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
186 <AdditionalIncludeDirectories>..\..\..\..\test\include;..\..\..\..\include;..\..\..\..\include\msvc_compat;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
187 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
188 </ClCompile>
189 <Link>
190 <SubSystem>Console</SubSystem>
191 <GenerateDebugInformation>true</GenerateDebugInformation>
192 <AdditionalLibraryDirectories>$(SolutionDir)$(Platform)\$(Configuration)</AdditionalLibraryDirectories>
193 <AdditionalDependencies>jemalloc-$(PlatformToolset)-$(Configuration).lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
194 </Link>
195 </ItemDefinitionGroup>
196 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
197 <ClCompile>
198 <PrecompiledHeader>
199 </PrecompiledHeader>
200 <WarningLevel>Level3</WarningLevel>
201 <Optimization>Disabled</Optimization>
202 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
203 <AdditionalIncludeDirectories>..\..\..\..\test\include;..\..\..\..\include;..\..\..\..\include\msvc_compat;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
204 </ClCompile>
205 <Link>
206 <SubSystem>Console</SubSystem>
207 <GenerateDebugInformation>true</GenerateDebugInformation>
208 <AdditionalDependencies>jemallocd.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
209 <AdditionalLibraryDirectories>$(SolutionDir)$(Platform)\$(Configuration)</AdditionalLibraryDirectories>
210 </Link>
211 </ItemDefinitionGroup>
212 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-static|x64'">
213 <ClCompile>
214 <PrecompiledHeader>
215 </PrecompiledHeader>
216 <WarningLevel>Level3</WarningLevel>
217 <Optimization>Disabled</Optimization>
218 <PreprocessorDefinitions>JEMALLOC_EXPORT=;JEMALLOC_STATIC;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
219 <AdditionalIncludeDirectories>..\..\..\..\test\include;..\..\..\..\include;..\..\..\..\include\msvc_compat;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
220 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
221 </ClCompile>
222 <Link>
223 <SubSystem>Console</SubSystem>
224 <GenerateDebugInformation>true</GenerateDebugInformation>
225 <AdditionalDependencies>jemalloc-vc$(PlatformToolsetVersion)-$(Configuration).lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
226 <AdditionalLibraryDirectories>$(SolutionDir)$(Platform)\$(Configuration)</AdditionalLibraryDirectories>
227 </Link>
228 </ItemDefinitionGroup>
229 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
230 <ClCompile>
231 <WarningLevel>Level3</WarningLevel>
232 <PrecompiledHeader>
233 </PrecompiledHeader>
234 <Optimization>MaxSpeed</Optimization>
235 <FunctionLevelLinking>true</FunctionLevelLinking>
236 <IntrinsicFunctions>true</IntrinsicFunctions>
237 <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
238 <AdditionalIncludeDirectories>..\..\..\..\test\include;..\..\..\..\include;..\..\..\..\include\msvc_compat;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
239 </ClCompile>
240 <Link>
241 <SubSystem>Console</SubSystem>
242 <GenerateDebugInformation>true</GenerateDebugInformation>
243 <EnableCOMDATFolding>true</EnableCOMDATFolding>
244 <OptimizeReferences>true</OptimizeReferences>
245 <AdditionalLibraryDirectories>$(SolutionDir)$(Platform)\$(Configuration)</AdditionalLibraryDirectories>
246 <AdditionalDependencies>jemalloc.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
247 </Link>
248 </ItemDefinitionGroup>
249 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-static|Win32'">
250 <ClCompile>
251 <WarningLevel>Level3</WarningLevel>
252 <PrecompiledHeader>
253 </PrecompiledHeader>
254 <Optimization>MaxSpeed</Optimization>
255 <FunctionLevelLinking>true</FunctionLevelLinking>
256 <IntrinsicFunctions>true</IntrinsicFunctions>
257 <PreprocessorDefinitions>JEMALLOC_EXPORT=;JEMALLOC_STATIC;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
258 <AdditionalIncludeDirectories>..\..\..\..\test\include;..\..\..\..\include;..\..\..\..\include\msvc_compat;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
259 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
260 </ClCompile>
261 <Link>
262 <SubSystem>Console</SubSystem>
263 <GenerateDebugInformation>true</GenerateDebugInformation>
264 <EnableCOMDATFolding>true</EnableCOMDATFolding>
265 <OptimizeReferences>true</OptimizeReferences>
266 <AdditionalLibraryDirectories>$(SolutionDir)$(Platform)\$(Configuration)</AdditionalLibraryDirectories>
267 <AdditionalDependencies>jemalloc-$(PlatformToolset)-$(Configuration).lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
268 </Link>
269 </ItemDefinitionGroup>
270 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
271 <ClCompile>
272 <WarningLevel>Level3</WarningLevel>
273 <PrecompiledHeader>
274 </PrecompiledHeader>
275 <Optimization>MaxSpeed</Optimization>
276 <FunctionLevelLinking>true</FunctionLevelLinking>
277 <IntrinsicFunctions>true</IntrinsicFunctions>
278 <PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
279 <AdditionalIncludeDirectories>..\..\..\..\test\include;..\..\..\..\include;..\..\..\..\include\msvc_compat;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
280 </ClCompile>
281 <Link>
282 <SubSystem>Console</SubSystem>
283 <GenerateDebugInformation>true</GenerateDebugInformation>
284 <EnableCOMDATFolding>true</EnableCOMDATFolding>
285 <OptimizeReferences>true</OptimizeReferences>
286 <AdditionalLibraryDirectories>$(SolutionDir)$(Platform)\$(Configuration)</AdditionalLibraryDirectories>
287 <AdditionalDependencies>jemalloc.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
288 </Link>
289 </ItemDefinitionGroup>
290 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-static|x64'">
291 <ClCompile>
292 <WarningLevel>Level3</WarningLevel>
293 <PrecompiledHeader>
294 </PrecompiledHeader>
295 <Optimization>MaxSpeed</Optimization>
296 <FunctionLevelLinking>true</FunctionLevelLinking>
297 <IntrinsicFunctions>true</IntrinsicFunctions>
298 <PreprocessorDefinitions>JEMALLOC_EXPORT=;JEMALLOC_STATIC;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
299 <AdditionalIncludeDirectories>..\..\..\..\test\include;..\..\..\..\include;..\..\..\..\include\msvc_compat;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
300 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
301 </ClCompile>
302 <Link>
303 <SubSystem>Console</SubSystem>
304 <GenerateDebugInformation>true</GenerateDebugInformation>
305 <EnableCOMDATFolding>true</EnableCOMDATFolding>
306 <OptimizeReferences>true</OptimizeReferences>
307 <AdditionalLibraryDirectories>$(SolutionDir)$(Platform)\$(Configuration)</AdditionalLibraryDirectories>
308 <AdditionalDependencies>jemalloc-vc$(PlatformToolsetVersion)-$(Configuration).lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
309 </Link>
310 </ItemDefinitionGroup>
311 <ItemGroup>
312 <ClCompile Include="..\..\..\test_threads\test_threads.cpp" />
313 <ClCompile Include="..\..\..\test_threads\test_threads_main.cpp" />
314 </ItemGroup>
315 <ItemGroup>
316 <ProjectReference Include="..\jemalloc\jemalloc.vcxproj">
317 <Project>{8d6bb292-9e1c-413d-9f98-4864bdc1514a}</Project>
318 </ProjectReference>
319 </ItemGroup>
320 <ItemGroup>
321 <ClInclude Include="..\..\..\test_threads\test_threads.h" />
322 </ItemGroup>
323 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
324 <ImportGroup Label="ExtensionTargets">
325 </ImportGroup>
326</Project> \ No newline at end of file
diff --git a/examples/redis-unstable/deps/jemalloc/msvc/projects/vc2017/test_threads/test_threads.vcxproj.filters b/examples/redis-unstable/deps/jemalloc/msvc/projects/vc2017/test_threads/test_threads.vcxproj.filters
deleted file mode 100644
index fa4588f..0000000
--- a/examples/redis-unstable/deps/jemalloc/msvc/projects/vc2017/test_threads/test_threads.vcxproj.filters
+++ /dev/null
@@ -1,26 +0,0 @@
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <ItemGroup>
4 <Filter Include="Source Files">
5 <UniqueIdentifier>{4FC737F1-C7A5-4376-A066-2A32D752A2FF}</UniqueIdentifier>
6 <Extensions>cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx</Extensions>
7 </Filter>
8 <Filter Include="Header Files">
9 <UniqueIdentifier>{93995380-89BD-4b04-88EB-625FBE52EBFB}</UniqueIdentifier>
10 <Extensions>h;hh;hpp;hxx;hm;inl;inc;xsd</Extensions>
11 </Filter>
12 </ItemGroup>
13 <ItemGroup>
14 <ClCompile Include="..\..\..\test_threads\test_threads.cpp">
15 <Filter>Source Files</Filter>
16 </ClCompile>
17 <ClCompile Include="..\..\..\test_threads\test_threads_main.cpp">
18 <Filter>Source Files</Filter>
19 </ClCompile>
20 </ItemGroup>
21 <ItemGroup>
22 <ClInclude Include="..\..\..\test_threads\test_threads.h">
23 <Filter>Header Files</Filter>
24 </ClInclude>
25 </ItemGroup>
26</Project> \ No newline at end of file