|
54 | 54 | <ClInclude Include="..\..\..\..\include\jemalloc\internal\jemalloc_internal_macros.h" /> |
55 | 55 | <ClInclude Include="..\..\..\..\include\jemalloc\internal\mb.h" /> |
56 | 56 | <ClInclude Include="..\..\..\..\include\jemalloc\internal\mutex.h" /> |
| 57 | + <ClInclude Include="..\..\..\..\include\jemalloc\internal\nstime.h" /> |
57 | 58 | <ClInclude Include="..\..\..\..\include\jemalloc\internal\pages.h" /> |
58 | 59 | <ClInclude Include="..\..\..\..\include\jemalloc\internal\private_namespace.h" /> |
59 | 60 | <ClInclude Include="..\..\..\..\include\jemalloc\internal\private_unnamespace.h" /> |
|
69 | 70 | <ClInclude Include="..\..\..\..\include\jemalloc\internal\size_classes.h" /> |
70 | 71 | <ClInclude Include="..\..\..\..\include\jemalloc\internal\stats.h" /> |
71 | 72 | <ClInclude Include="..\..\..\..\include\jemalloc\internal\tcache.h" /> |
| 73 | + <ClInclude Include="..\..\..\..\include\jemalloc\internal\ticker.h" /> |
72 | 74 | <ClInclude Include="..\..\..\..\include\jemalloc\internal\tsd.h" /> |
73 | 75 | <ClInclude Include="..\..\..\..\include\jemalloc\internal\util.h" /> |
74 | 76 | <ClInclude Include="..\..\..\..\include\jemalloc\internal\valgrind.h" /> |
|
103 | 105 | <ClCompile Include="..\..\..\..\src\mutex.c" /> |
104 | 106 | <ClCompile Include="..\..\..\..\src\nstime.c" /> |
105 | 107 | <ClCompile Include="..\..\..\..\src\pages.c" /> |
| 108 | + <ClCompile Include="..\..\..\..\src\prng.c" /> |
106 | 109 | <ClCompile Include="..\..\..\..\src\prof.c" /> |
107 | 110 | <ClCompile Include="..\..\..\..\src\quarantine.c" /> |
108 | 111 | <ClCompile Include="..\..\..\..\src\rtree.c" /> |
109 | 112 | <ClCompile Include="..\..\..\..\src\stats.c" /> |
110 | 113 | <ClCompile Include="..\..\..\..\src\tcache.c" /> |
| 114 | + <ClCompile Include="..\..\..\..\src\ticker.c" /> |
111 | 115 | <ClCompile Include="..\..\..\..\src\tsd.c" /> |
112 | 116 | <ClCompile Include="..\..\..\..\src\util.c" /> |
113 | 117 | </ItemGroup> |
|
227 | 231 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-static|x64'"> |
228 | 232 | <OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir> |
229 | 233 | <IntDir>$(Platform)\$(Configuration)\</IntDir> |
230 | | - <TargetName>$(ProjectName)-$(PlatformToolset)-$(Configuration)</TargetName> |
| 234 | + <TargetName>$(ProjectName)-vc$(PlatformToolsetVersion)-$(Configuration)</TargetName> |
231 | 235 | </PropertyGroup> |
232 | 236 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
233 | 237 | <OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir> |
|
236 | 240 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-static|x64'"> |
237 | 241 | <OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir> |
238 | 242 | <IntDir>$(Platform)\$(Configuration)\</IntDir> |
239 | | - <TargetName>$(ProjectName)-$(PlatformToolset)-$(Configuration)</TargetName> |
| 243 | + <TargetName>$(ProjectName)-vc$(PlatformToolsetVersion)-$(Configuration)</TargetName> |
240 | 244 | </PropertyGroup> |
241 | 245 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
242 | 246 | <ClCompile> |
|
0 commit comments