update submodules in projects

This commit is contained in:
Vadim Lopatin 2016-01-14 13:55:36 +03:00
parent cf358628bc
commit 94c2c29a95
4 changed files with 115 additions and 318 deletions

View File

@ -304,67 +304,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">

View File

@ -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">

View File

@ -409,6 +409,79 @@
<filesToClean>*.obj;*.cmd;*.build;*.json;*.dep</filesToClean>
</Config>
<Folder name="dlangide">
<Folder name="3rdparty">
<Folder name="containers">
<File path="deps\DCD\containers\src\containers\dynamicarray.d" />
<File path="deps\DCD\containers\src\containers\internal\element_type.d" />
<File path="deps\DCD\containers\src\containers\internal\hash.d" />
<File path="deps\DCD\containers\src\containers\hashmap.d" />
<File path="deps\DCD\containers\src\containers\hashset.d" />
<File path="deps\DCD\containers\src\containers\immutablehashset.d" />
<File path="deps\DCD\containers\src\containers\internal\mixins.d" />
<File path="deps\DCD\containers\src\containers\internal\node.d" />
<File path="deps\DCD\containers\src\containers\openhashset.d" />
<File path="deps\DCD\containers\src\containers\package.d" />
<File path="deps\DCD\containers\src\containers\simdset.d" />
<File path="deps\DCD\containers\src\containers\slist.d" />
<File path="deps\DCD\containers\src\containers\internal\storage_type.d" />
<File path="deps\DCD\containers\src\containers\treemap.d" />
<File path="deps\DCD\containers\src\containers\ttree.d" />
<File path="deps\DCD\containers\src\containers\unrolledlist.d" />
</Folder>
<Folder name="dcd">
<File path="deps\DCD\src\server\autocomplete.d" />
<File path="deps\DCD\src\common\constants.d" />
<File path="deps\DCD\src\common\dcd_version.d" />
<File path="deps\DCD\src\common\messages.d" />
</Folder>
<Folder name="dsymbol">
<File path="deps\DCD\dsymbol\src\dsymbol\cache_entry.d" />
<File path="deps\DCD\dsymbol\src\dsymbol\deferred.d" />
<File path="deps\DCD\dsymbol\src\dsymbol\conversion\first.d" />
<File path="deps\DCD\dsymbol\src\dsymbol\import_.d" />
<File path="deps\DCD\dsymbol\src\dsymbol\modulecache.d" />
<File path="deps\DCD\dsymbol\src\dsymbol\builtin\names.d" />
<File path="deps\DCD\dsymbol\src\dsymbol\conversion\package.d" />
<File path="deps\DCD\dsymbol\src\dsymbol\scope_.d" />
<File path="deps\DCD\dsymbol\src\dsymbol\conversion\second.d" />
<File path="deps\DCD\dsymbol\src\dsymbol\semantic.d" />
<File path="deps\DCD\dsymbol\src\dsymbol\string_interning.d" />
<File path="deps\DCD\dsymbol\src\dsymbol\symbol.d" />
<File path="deps\DCD\dsymbol\src\dsymbol\builtin\symbols.d" />
<File path="deps\DCD\dsymbol\src\dsymbol\type_lookup.d" />
</Folder>
<Folder name="experimental_allocator">
<File path="deps\DCD\libdparse\experimental_allocator\src\std\experimental\allocator\building_blocks\allocator_list.d" />
<File path="deps\DCD\libdparse\experimental_allocator\src\std\experimental\allocator\building_blocks\bitmapped_block.d" />
<File path="deps\DCD\libdparse\experimental_allocator\src\std\experimental\allocator\building_blocks\bucketizer.d" />
<File path="deps\DCD\libdparse\experimental_allocator\src\std\experimental\allocator\common.d" />
<File path="deps\DCD\libdparse\experimental_allocator\src\std\experimental\allocator\building_blocks\fallback_allocator.d" />
<File path="deps\DCD\libdparse\experimental_allocator\src\std\experimental\allocator\building_blocks\free_list.d" />
<File path="deps\DCD\libdparse\experimental_allocator\src\std\experimental\allocator\building_blocks\free_tree.d" />
<File path="deps\DCD\libdparse\experimental_allocator\src\std\experimental\allocator\gc_allocator.d" />
<File path="deps\DCD\libdparse\experimental_allocator\src\std\experimental\allocator\building_blocks\kernighan_ritchie.d" />
<File path="deps\DCD\libdparse\experimental_allocator\src\std\experimental\allocator\mallocator.d" />
<File path="deps\DCD\libdparse\experimental_allocator\src\std\experimental\allocator\mmap_allocator.d" />
<File path="deps\DCD\libdparse\experimental_allocator\src\std\experimental\allocator\building_blocks\null_allocator.d" />
<File path="deps\DCD\libdparse\experimental_allocator\src\std\experimental\allocator\package.d" />
<File path="deps\DCD\libdparse\experimental_allocator\src\std\experimental\allocator\building_blocks\package.d" />
<File path="deps\DCD\libdparse\experimental_allocator\src\std\experimental\allocator\building_blocks\quantizer.d" />
<File path="deps\DCD\libdparse\experimental_allocator\src\std\experimental\allocator\building_blocks\region.d" />
<File path="deps\DCD\libdparse\experimental_allocator\src\std\experimental\allocator\building_blocks\scoped_allocator.d" />
<File path="deps\DCD\libdparse\experimental_allocator\src\std\experimental\allocator\building_blocks\segregator.d" />
<File path="deps\DCD\libdparse\experimental_allocator\src\std\experimental\allocator\showcase.d" />
<File path="deps\DCD\libdparse\experimental_allocator\src\std\experimental\allocator\building_blocks\stats_collector.d" />
<File path="deps\DCD\libdparse\experimental_allocator\src\std\experimental\allocator\typed.d" />
</Folder>
<Folder name="libdparse">
<File path="deps\DCD\libdparse\src\dparse\ast.d" />
<File path="deps\DCD\libdparse\src\dparse\entities.d" />
<File path="deps\DCD\libdparse\src\dparse\formatter.d" />
<File path="deps\DCD\libdparse\src\std\experimental\lexer.d" />
<File path="deps\DCD\libdparse\src\dparse\lexer.d" />
<File path="deps\DCD\libdparse\src\dparse\parser.d" />
</Folder>
</Folder>
<Folder name="ddc">
<Folder name="lexer">
<File path="src\ddc\lexer\exceptions.d" />
@ -473,80 +546,6 @@
<File path="src\dlangide\workspace\workspacesettings.d" />
</Folder>
</Folder>
<Folder name="3rdparty">
<Folder name="dcd">
<File path="deps\DCD\src\server\autocomplete.d" />
<File path="deps\DCD\src\common\constants.d" />
<File path="deps\DCD\src\common\dcd_version.d" />
<File path="deps\DCD\src\common\messages.d" />
</Folder>
<Folder name="dsymbol">
<File path="deps\DCD\dsymbol\src\dsymbol\cache_entry.d" />
<File path="deps\DCD\dsymbol\src\dsymbol\deferred.d" />
<File path="deps\DCD\dsymbol\src\dsymbol\conversion\first.d" />
<File path="deps\DCD\dsymbol\src\dsymbol\import_.d" />
<File path="deps\DCD\dsymbol\src\dsymbol\modulecache.d" />
<File path="deps\DCD\dsymbol\src\dsymbol\builtin\names.d" />
<File path="deps\DCD\dsymbol\src\dsymbol\conversion\package.d" />
<File path="deps\DCD\dsymbol\src\dsymbol\scope_.d" />
<File path="deps\DCD\dsymbol\src\dsymbol\conversion\second.d" />
<File path="deps\DCD\dsymbol\src\dsymbol\semantic.d" />
<File path="deps\DCD\dsymbol\src\dsymbol\string_interning.d" />
<File path="deps\DCD\dsymbol\src\dsymbol\symbol.d" />
<File path="deps\DCD\dsymbol\src\dsymbol\builtin\symbols.d" />
<File path="deps\DCD\dsymbol\src\dsymbol\type_lookup.d" />
</Folder>
<Folder name="libdparse">
<File path="deps\DCD\libdparse\src\dparse\ast.d" />
<File path="deps\DCD\libdparse\src\dparse\entities.d" />
<File path="deps\DCD\libdparse\src\dparse\formatter.d" />
<File path="deps\DCD\libdparse\src\std\experimental\lexer.d" />
<File path="deps\DCD\libdparse\src\dparse\lexer.d" />
<File path="deps\DCD\libdparse\src\dparse\parser.d" />
</Folder>
<Folder name="containers">
<File path="deps\DCD\containers\src\containers\dynamicarray.d" />
<File path="deps\DCD\containers\src\containers\internal\element_type.d" />
<File path="deps\DCD\containers\src\containers\internal\hash.d" />
<File path="deps\DCD\containers\src\containers\hashmap.d" />
<File path="deps\DCD\containers\src\containers\hashset.d" />
<File path="deps\DCD\containers\src\containers\immutablehashset.d" />
<File path="deps\DCD\containers\src\containers\internal\mixins.d" />
<File path="deps\DCD\containers\src\containers\internal\node.d" />
<File path="deps\DCD\containers\src\containers\openhashset.d" />
<File path="deps\DCD\containers\src\containers\package.d" />
<File path="deps\DCD\containers\src\containers\simdset.d" />
<File path="deps\DCD\containers\src\containers\slist.d" />
<File path="deps\DCD\containers\src\containers\internal\storage_type.d" />
<File path="deps\DCD\containers\src\containers\treemap.d" />
<File path="deps\DCD\containers\src\containers\ttree.d" />
<File path="deps\DCD\containers\src\containers\unrolledlist.d" />
</Folder>
<Folder name="experimental_allocator">
<File path="deps\DCD\experimental_allocator\src\std\experimental\allocator\building_blocks\affix_allocator.d" />
<File path="deps\DCD\experimental_allocator\src\std\experimental\allocator\building_blocks\allocator_list.d" />
<File path="deps\DCD\experimental_allocator\src\std\experimental\allocator\building_blocks\bitmapped_block.d" />
<File path="deps\DCD\experimental_allocator\src\std\experimental\allocator\building_blocks\bucketizer.d" />
<File path="deps\DCD\experimental_allocator\src\std\experimental\allocator\common.d" />
<File path="deps\DCD\experimental_allocator\src\std\experimental\allocator\building_blocks\fallback_allocator.d" />
<File path="deps\DCD\experimental_allocator\src\std\experimental\allocator\building_blocks\free_list.d" />
<File path="deps\DCD\experimental_allocator\src\std\experimental\allocator\building_blocks\free_tree.d" />
<File path="deps\DCD\experimental_allocator\src\std\experimental\allocator\gc_allocator.d" />
<File path="deps\DCD\experimental_allocator\src\std\experimental\allocator\building_blocks\kernighan_ritchie.d" />
<File path="deps\DCD\experimental_allocator\src\std\experimental\allocator\mallocator.d" />
<File path="deps\DCD\experimental_allocator\src\std\experimental\allocator\mmap_allocator.d" />
<File path="deps\DCD\experimental_allocator\src\std\experimental\allocator\building_blocks\null_allocator.d" />
<File path="deps\DCD\experimental_allocator\src\std\experimental\allocator\package.d" />
<File path="deps\DCD\experimental_allocator\src\std\experimental\allocator\building_blocks\package.d" />
<File path="deps\DCD\experimental_allocator\src\std\experimental\allocator\building_blocks\quantizer.d" />
<File path="deps\DCD\experimental_allocator\src\std\experimental\allocator\building_blocks\region.d" />
<File path="deps\DCD\experimental_allocator\src\std\experimental\allocator\building_blocks\scoped_allocator.d" />
<File path="deps\DCD\experimental_allocator\src\std\experimental\allocator\building_blocks\segregator.d" />
<File path="deps\DCD\experimental_allocator\src\std\experimental\allocator\showcase.d" />
<File path="deps\DCD\experimental_allocator\src\std\experimental\allocator\building_blocks\stats_collector.d" />
<File path="deps\DCD\experimental_allocator\src\std\experimental\allocator\typed.d" />
</Folder>
</Folder>
<File path="src\dlangide.d" />
</Folder>
</DProject>

View File

@ -1,202 +0,0 @@
<DProject>
<ProjectGuid>{C4F86459-686F-4841-A6BE-7FCC38DC47FE}</ProjectGuid>
<Config name="Debug" platform="Win32">
<obj>0</obj>
<link>0</link>
<lib>1</lib>
<subsystem>0</subsystem>
<multiobj>0</multiobj>
<singleFileCompilation>0</singleFileCompilation>
<oneobj>0</oneobj>
<trace>0</trace>
<quiet>0</quiet>
<verbose>0</verbose>
<vtls>0</vtls>
<symdebug>1</symdebug>
<optimize>0</optimize>
<cpu>0</cpu>
<isX86_64>0</isX86_64>
<isLinux>0</isLinux>
<isOSX>0</isOSX>
<isWindows>0</isWindows>
<isFreeBSD>0</isFreeBSD>
<isSolaris>0</isSolaris>
<scheduler>0</scheduler>
<useDeprecated>0</useDeprecated>
<errDeprecated>0</errDeprecated>
<useAssert>0</useAssert>
<useInvariants>0</useInvariants>
<useIn>0</useIn>
<useOut>0</useOut>
<useArrayBounds>0</useArrayBounds>
<noboundscheck>0</noboundscheck>
<useSwitchError>0</useSwitchError>
<useUnitTests>0</useUnitTests>
<useInline>0</useInline>
<release>0</release>
<preservePaths>0</preservePaths>
<warnings>0</warnings>
<infowarnings>0</infowarnings>
<checkProperty>0</checkProperty>
<genStackFrame>0</genStackFrame>
<pic>0</pic>
<cov>0</cov>
<nofloat>0</nofloat>
<Dversion>2.043</Dversion>
<ignoreUnsupportedPragmas>0</ignoreUnsupportedPragmas>
<compiler>0</compiler>
<otherDMD>0</otherDMD>
<program>$(DMDInstallDir)windows\bin\dmd.exe</program>
<imppath />
<fileImppath />
<outdir>$(ConfigurationName)</outdir>
<objdir>$(OutDir)</objdir>
<objname />
<libname />
<doDocComments>0</doDocComments>
<docdir />
<docname />
<modules_ddoc />
<ddocfiles />
<doHdrGeneration>0</doHdrGeneration>
<hdrdir />
<hdrname />
<doXGeneration>1</doXGeneration>
<xfilename>$(IntDir)\$(TargetName).json</xfilename>
<debuglevel>0</debuglevel>
<debugids />
<versionlevel>0</versionlevel>
<versionids />
<dump_source>0</dump_source>
<mapverbosity>0</mapverbosity>
<createImplib>0</createImplib>
<defaultlibname />
<debuglibname />
<moduleDepsFile />
<run>0</run>
<runargs />
<runCv2pdb>1</runCv2pdb>
<pathCv2pdb>$(VisualDInstallDir)cv2pdb\cv2pdb.exe</pathCv2pdb>
<cv2pdbPre2043>0</cv2pdbPre2043>
<cv2pdbNoDemangle>0</cv2pdbNoDemangle>
<cv2pdbEnumType>0</cv2pdbEnumType>
<cv2pdbOptions />
<objfiles />
<linkswitches />
<libfiles />
<libpaths />
<deffile />
<resfile />
<exefile>$(OutDir)\$(ProjectName).lib</exefile>
<useStdLibPath>1</useStdLibPath>
<additionalOptions />
<preBuildCommand />
<postBuildCommand />
<filesToClean>*.obj;*.cmd;*.build;*.json;*.dep</filesToClean>
</Config>
<Config name="Release" platform="Win32">
<obj>0</obj>
<link>0</link>
<lib>1</lib>
<subsystem>0</subsystem>
<multiobj>0</multiobj>
<singleFileCompilation>0</singleFileCompilation>
<oneobj>0</oneobj>
<trace>0</trace>
<quiet>0</quiet>
<verbose>0</verbose>
<vtls>0</vtls>
<symdebug>0</symdebug>
<optimize>0</optimize>
<cpu>0</cpu>
<isX86_64>0</isX86_64>
<isLinux>0</isLinux>
<isOSX>0</isOSX>
<isWindows>0</isWindows>
<isFreeBSD>0</isFreeBSD>
<isSolaris>0</isSolaris>
<scheduler>0</scheduler>
<useDeprecated>0</useDeprecated>
<errDeprecated>0</errDeprecated>
<useAssert>0</useAssert>
<useInvariants>0</useInvariants>
<useIn>0</useIn>
<useOut>0</useOut>
<useArrayBounds>0</useArrayBounds>
<noboundscheck>0</noboundscheck>
<useSwitchError>0</useSwitchError>
<useUnitTests>0</useUnitTests>
<useInline>0</useInline>
<release>1</release>
<preservePaths>0</preservePaths>
<warnings>0</warnings>
<infowarnings>0</infowarnings>
<checkProperty>0</checkProperty>
<genStackFrame>0</genStackFrame>
<pic>0</pic>
<cov>0</cov>
<nofloat>0</nofloat>
<Dversion>2.043</Dversion>
<ignoreUnsupportedPragmas>0</ignoreUnsupportedPragmas>
<compiler>0</compiler>
<otherDMD>0</otherDMD>
<program>$(DMDInstallDir)windows\bin\dmd.exe</program>
<imppath />
<fileImppath />
<outdir>$(ConfigurationName)</outdir>
<objdir>$(OutDir)</objdir>
<objname />
<libname />
<doDocComments>0</doDocComments>
<docdir />
<docname />
<modules_ddoc />
<ddocfiles />
<doHdrGeneration>0</doHdrGeneration>
<hdrdir />
<hdrname />
<doXGeneration>1</doXGeneration>
<xfilename>$(IntDir)\$(TargetName).json</xfilename>
<debuglevel>0</debuglevel>
<debugids />
<versionlevel>0</versionlevel>
<versionids />
<dump_source>0</dump_source>
<mapverbosity>0</mapverbosity>
<createImplib>0</createImplib>
<defaultlibname />
<debuglibname />
<moduleDepsFile />
<run>0</run>
<runargs />
<runCv2pdb>0</runCv2pdb>
<pathCv2pdb>$(VisualDInstallDir)cv2pdb\cv2pdb.exe</pathCv2pdb>
<cv2pdbPre2043>0</cv2pdbPre2043>
<cv2pdbNoDemangle>0</cv2pdbNoDemangle>
<cv2pdbEnumType>0</cv2pdbEnumType>
<cv2pdbOptions />
<objfiles />
<linkswitches />
<libfiles />
<libpaths />
<deffile />
<resfile />
<exefile>$(OutDir)\$(ProjectName).lib</exefile>
<useStdLibPath>1</useStdLibPath>
<additionalOptions />
<preBuildCommand />
<postBuildCommand />
<filesToClean>*.obj;*.cmd;*.build;*.json;*.dep</filesToClean>
</Config>
<Folder name="libdparse">
<Folder name="d">
<File path="..\..\libdparse\src\std\d\ast.d" />
<File path="..\..\libdparse\src\std\d\entities.d" />
<File path="..\..\libdparse\src\std\d\formatter.d" />
<File path="..\..\libdparse\src\std\d\lexer.d" />
<File path="..\..\libdparse\src\std\d\parser.d" />
</Folder>
<File path="..\..\libdparse\src\std\allocator.d" />
<File path="..\..\libdparse\src\std\lexer.d" />
</Folder>
</DProject>