mirror of
https://github.com/buggins/dlangide.git
synced 2025-04-26 04:59:53 +03:00
update submodules in projects
This commit is contained in:
parent
cf358628bc
commit
94c2c29a95
4 changed files with 115 additions and 318 deletions
|
@ -224,67 +224,67 @@
|
|||
<Compile Include="deps\DCD\containers\src\containers\internal\storage_type.d">
|
||||
<Link>3rdparty\containers\storage_type.d</Link>
|
||||
</Compile>
|
||||
<Compile Include="deps\DCD\experimental_allocator\src\std\experimental\allocator\common.d">
|
||||
<Compile Include="deps\DCD\libdparse\experimental_allocator\src\std\experimental\allocator\common.d">
|
||||
<Link>3rdparty\experimental_allocator\common.d</Link>
|
||||
</Compile>
|
||||
<Compile Include="deps\DCD\experimental_allocator\src\std\experimental\allocator\gc_allocator.d">
|
||||
<Compile Include="deps\DCD\libdparse\experimental_allocator\src\std\experimental\allocator\gc_allocator.d">
|
||||
<Link>3rdparty\experimental_allocator\gc_allocator.d</Link>
|
||||
</Compile>
|
||||
<Compile Include="deps\DCD\experimental_allocator\src\std\experimental\allocator\mallocator.d">
|
||||
<Compile Include="deps\DCD\libdparse\experimental_allocator\src\std\experimental\allocator\mallocator.d">
|
||||
<Link>3rdparty\experimental_allocator\mallocator.d</Link>
|
||||
</Compile>
|
||||
<Compile Include="deps\DCD\experimental_allocator\src\std\experimental\allocator\mmap_allocator.d">
|
||||
<Compile Include="deps\DCD\libdparse\experimental_allocator\src\std\experimental\allocator\mmap_allocator.d">
|
||||
<Link>3rdparty\experimental_allocator\mmap_allocator.d</Link>
|
||||
</Compile>
|
||||
<Compile Include="deps\DCD\experimental_allocator\src\std\experimental\allocator\package.d">
|
||||
<Compile Include="deps\DCD\libdparse\experimental_allocator\src\std\experimental\allocator\package.d">
|
||||
<Link>3rdparty\experimental_allocator\package.d</Link>
|
||||
</Compile>
|
||||
<Compile Include="deps\DCD\experimental_allocator\src\std\experimental\allocator\showcase.d">
|
||||
<Compile Include="deps\DCD\libdparse\experimental_allocator\src\std\experimental\allocator\showcase.d">
|
||||
<Link>3rdparty\experimental_allocator\showcase.d</Link>
|
||||
</Compile>
|
||||
<Compile Include="deps\DCD\experimental_allocator\src\std\experimental\allocator\typed.d">
|
||||
<Compile Include="deps\DCD\libdparse\experimental_allocator\src\std\experimental\allocator\typed.d">
|
||||
<Link>3rdparty\experimental_allocator\typed.d</Link>
|
||||
</Compile>
|
||||
<Compile Include="deps\DCD\experimental_allocator\src\std\experimental\allocator\building_blocks\affix_allocator.d">
|
||||
<Compile Include="deps\DCD\libdparse\experimental_allocator\src\std\experimental\allocator\building_blocks\affix_allocator.d">
|
||||
<Link>3rdparty\experimental_allocator\affix_allocator.d</Link>
|
||||
</Compile>
|
||||
<Compile Include="deps\DCD\experimental_allocator\src\std\experimental\allocator\building_blocks\allocator_list.d">
|
||||
<Compile Include="deps\DCD\libdparse\experimental_allocator\src\std\experimental\allocator\building_blocks\allocator_list.d">
|
||||
<Link>3rdparty\experimental_allocator\allocator_list.d</Link>
|
||||
</Compile>
|
||||
<Compile Include="deps\DCD\experimental_allocator\src\std\experimental\allocator\building_blocks\bitmapped_block.d">
|
||||
<Compile Include="deps\DCD\libdparse\experimental_allocator\src\std\experimental\allocator\building_blocks\bitmapped_block.d">
|
||||
<Link>3rdparty\experimental_allocator\bitmapped_block.d</Link>
|
||||
</Compile>
|
||||
<Compile Include="deps\DCD\experimental_allocator\src\std\experimental\allocator\building_blocks\bucketizer.d">
|
||||
<Compile Include="deps\DCD\libdparse\experimental_allocator\src\std\experimental\allocator\building_blocks\bucketizer.d">
|
||||
<Link>3rdparty\experimental_allocator\bucketizer.d</Link>
|
||||
</Compile>
|
||||
<Compile Include="deps\DCD\experimental_allocator\src\std\experimental\allocator\building_blocks\fallback_allocator.d">
|
||||
<Compile Include="deps\DCD\libdparse\experimental_allocator\src\std\experimental\allocator\building_blocks\fallback_allocator.d">
|
||||
<Link>3rdparty\experimental_allocator\fallback_allocator.d</Link>
|
||||
</Compile>
|
||||
<Compile Include="deps\DCD\experimental_allocator\src\std\experimental\allocator\building_blocks\free_list.d">
|
||||
<Compile Include="deps\DCD\libdparse\experimental_allocator\src\std\experimental\allocator\building_blocks\free_list.d">
|
||||
<Link>3rdparty\experimental_allocator\free_list.d</Link>
|
||||
</Compile>
|
||||
<Compile Include="deps\DCD\experimental_allocator\src\std\experimental\allocator\building_blocks\free_tree.d">
|
||||
<Compile Include="deps\DCD\libdparse\experimental_allocator\src\std\experimental\allocator\building_blocks\free_tree.d">
|
||||
<Link>3rdparty\experimental_allocator\free_tree.d</Link>
|
||||
</Compile>
|
||||
<Compile Include="deps\DCD\experimental_allocator\src\std\experimental\allocator\building_blocks\kernighan_ritchie.d">
|
||||
<Compile Include="deps\DCD\libdparse\experimental_allocator\src\std\experimental\allocator\building_blocks\kernighan_ritchie.d">
|
||||
<Link>3rdparty\experimental_allocator\kernighan_ritchie.d</Link>
|
||||
</Compile>
|
||||
<Compile Include="deps\DCD\experimental_allocator\src\std\experimental\allocator\building_blocks\null_allocator.d">
|
||||
<Compile Include="deps\DCD\libdparse\experimental_allocator\src\std\experimental\allocator\building_blocks\null_allocator.d">
|
||||
<Link>3rdparty\experimental_allocator\null_allocator.d</Link>
|
||||
</Compile>
|
||||
<Compile Include="deps\DCD\experimental_allocator\src\std\experimental\allocator\building_blocks\quantizer.d">
|
||||
<Compile Include="deps\DCD\libdparse\experimental_allocator\src\std\experimental\allocator\building_blocks\quantizer.d">
|
||||
<Link>3rdparty\experimental_allocator\quantizer.d</Link>
|
||||
</Compile>
|
||||
<Compile Include="deps\DCD\experimental_allocator\src\std\experimental\allocator\building_blocks\region.d">
|
||||
<Compile Include="deps\DCD\libdparse\experimental_allocator\src\std\experimental\allocator\building_blocks\region.d">
|
||||
<Link>3rdparty\experimental_allocator\region.d</Link>
|
||||
</Compile>
|
||||
<Compile Include="deps\DCD\experimental_allocator\src\std\experimental\allocator\building_blocks\scoped_allocator.d">
|
||||
<Compile Include="deps\DCD\libdparse\experimental_allocator\src\std\experimental\allocator\building_blocks\scoped_allocator.d">
|
||||
<Link>3rdparty\experimental_allocator\scoped_allocator.d</Link>
|
||||
</Compile>
|
||||
<Compile Include="deps\DCD\experimental_allocator\src\std\experimental\allocator\building_blocks\segregator.d">
|
||||
<Compile Include="deps\DCD\libdparse\experimental_allocator\src\std\experimental\allocator\building_blocks\segregator.d">
|
||||
<Link>3rdparty\experimental_allocator\segregator.d</Link>
|
||||
</Compile>
|
||||
<Compile Include="deps\DCD\experimental_allocator\src\std\experimental\allocator\building_blocks\stats_collector.d">
|
||||
<Compile Include="deps\DCD\libdparse\experimental_allocator\src\std\experimental\allocator\building_blocks\stats_collector.d">
|
||||
<Link>3rdparty\experimental_allocator\stats_collector.d</Link>
|
||||
</Compile>
|
||||
<Compile Include="deps\DCD\dsymbol\src\dsymbol\cache_entry.d">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue