forked from github/server
Added quicklist, a linked list with better cache characteristics.
This commit is contained in:
parent
6a98cbc8e4
commit
85d9aff2e9
2 changed files with 6 additions and 0 deletions
|
@ -107,6 +107,9 @@
|
|||
<ItemGroup>
|
||||
<ClInclude Include="..\..\shared\src\build\stdafx.h" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="..\CMakeLists.txt" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<ImportGroup Label="ExtensionTargets">
|
||||
</ImportGroup>
|
||||
|
|
|
@ -44,4 +44,7 @@
|
|||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="..\CMakeLists.txt" />
|
||||
</ItemGroup>
|
||||
</Project>
|
Loading…
Add table
Reference in a new issue