mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-08-25 00:34:48 +03:00
Fix VS solution
This commit is contained in:
parent
090ef45120
commit
38f139b0a5
5 changed files with 48 additions and 163 deletions
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<ItemGroup>
|
||||
<ClCompile Include="..\..\src\alloc.c">
|
||||
|
@ -62,13 +62,25 @@
|
|||
<Filter>Sources</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\src\prim\windows\windbg\mimalloc_windbg.cpp">
|
||||
<Filter>Sources</Filter>
|
||||
<Filter>Sources\Windbg</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\src\prim\windows\windbg\mimalloc_windbg_arenas.cpp">
|
||||
<Filter>Sources</Filter>
|
||||
<Filter>Sources\Windbg</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\src\prim\windows\windbg\mimalloc_windbg_utils.cpp">
|
||||
<Filter>Sources</Filter>
|
||||
<Filter>Sources\Windbg</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\src\prim\windows\windbg\mimalloc_windbg_help.cpp">
|
||||
<Filter>Sources\Windbg</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\src\prim\windows\windbg\mimalloc_windbg_options.cpp">
|
||||
<Filter>Sources\Windbg</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\src\prim\windows\windbg\mimalloc_windbg_settings.cpp">
|
||||
<Filter>Sources\Windbg</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\src\prim\windows\windbg\mimalloc_windbg_stats.cpp">
|
||||
<Filter>Sources\Windbg</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
|
@ -116,5 +128,8 @@
|
|||
<Filter Include="Sources">
|
||||
<UniqueIdentifier>{94b40bdc-a741-45dd-81aa-c05fabcd2970}</UniqueIdentifier>
|
||||
</Filter>
|
||||
<Filter Include="Sources\Windbg">
|
||||
<UniqueIdentifier>{b1d8c8ac-e35b-46e1-adbc-5ad0acf195f2}</UniqueIdentifier>
|
||||
</Filter>
|
||||
</ItemGroup>
|
||||
</Project>
|
Loading…
Add table
Add a link
Reference in a new issue