diff options
Diffstat (limited to 'examples/redis-unstable/deps/jemalloc/msvc/projects/vc2017')
4 files changed, 0 insertions, 928 deletions
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 | ||
