mirror of https://github.com/buggins/dlangide.git
update OSX Mono-D project for DCD integration
This commit is contained in:
parent
215d52e4bd
commit
af06b8666c
|
@ -146,5 +146,199 @@
|
|||
<Compile Include="src\ddc\lexer\LexerException.d" />
|
||||
<Compile Include="src\ddc\lexer\textsource.d" />
|
||||
<Compile Include="src\ddc\lexer\tokenizer.d" />
|
||||
<Compile Include="..\DCD\src\server\autocomplete.d">
|
||||
<Link>3rdparty\dcd\autocomplete.d</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\DCD\src\common\constants.d">
|
||||
<Link>3rdparty\dcd\constants.d</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\DCD\src\common\dcd_version.d">
|
||||
<Link>3rdparty\dcd\dcd_version.d</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\DCD\src\common\messages.d">
|
||||
<Link>3rdparty\dcd\messages.d</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\libdparse\src\dparse\ast.d">
|
||||
<Link>3rdparty\libdparse\ast.d</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\libdparse\src\dparse\entities.d">
|
||||
<Link>3rdparty\libdparse\entities.d</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\libdparse\src\dparse\formatter.d">
|
||||
<Link>3rdparty\libdparse\formatter.d</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\libdparse\src\dparse\lexer.d">
|
||||
<Link>3rdparty\libdparse\lexer.d</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\libdparse\src\dparse\parser.d">
|
||||
<Link>3rdparty\libdparse\parser.d</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\libdparse\src\std\experimental\lexer.d">
|
||||
<Link>3rdparty\std_experimental_lexer\lexer.d</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\containers\src\containers\dynamicarray.d">
|
||||
<Link>3rdparty\containers\dynamicarray.d</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\containers\src\containers\hashmap.d">
|
||||
<Link>3rdparty\containers\hashmap.d</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\containers\src\containers\hashset.d">
|
||||
<Link>3rdparty\containers\hashset.d</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\containers\src\containers\immutablehashset.d">
|
||||
<Link>3rdparty\containers\immutablehashset.d</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\containers\src\containers\openhashset.d">
|
||||
<Link>3rdparty\containers\openhashset.d</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\containers\src\containers\package.d">
|
||||
<Link>3rdparty\containers\package.d</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\containers\src\containers\simdset.d">
|
||||
<Link>3rdparty\containers\simdset.d</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\containers\src\containers\slist.d">
|
||||
<Link>3rdparty\containers\slist.d</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\containers\src\containers\treemap.d">
|
||||
<Link>3rdparty\containers\treemap.d</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\containers\src\containers\ttree.d">
|
||||
<Link>3rdparty\containers\ttree.d</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\containers\src\containers\unrolledlist.d">
|
||||
<Link>3rdparty\containers\unrolledlist.d</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\containers\src\containers\internal\element_type.d">
|
||||
<Link>3rdparty\containers\element_type.d</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\containers\src\containers\internal\hash.d">
|
||||
<Link>3rdparty\containers\hash.d</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\containers\src\containers\internal\mixins.d">
|
||||
<Link>3rdparty\containers\mixins.d</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\containers\src\containers\internal\node.d">
|
||||
<Link>3rdparty\containers\node.d</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\containers\src\containers\internal\storage_type.d">
|
||||
<Link>3rdparty\containers\storage_type.d</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\experimental_allocator\src\std\experimental\allocator\common.d">
|
||||
<Link>3rdparty\experimental_allocator\common.d</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\experimental_allocator\src\std\experimental\allocator\gc_allocator.d">
|
||||
<Link>3rdparty\experimental_allocator\gc_allocator.d</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\experimental_allocator\src\std\experimental\allocator\mallocator.d">
|
||||
<Link>3rdparty\experimental_allocator\mallocator.d</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\experimental_allocator\src\std\experimental\allocator\mmap_allocator.d">
|
||||
<Link>3rdparty\experimental_allocator\mmap_allocator.d</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\experimental_allocator\src\std\experimental\allocator\package.d">
|
||||
<Link>3rdparty\experimental_allocator\package.d</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\experimental_allocator\src\std\experimental\allocator\showcase.d">
|
||||
<Link>3rdparty\experimental_allocator\showcase.d</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\experimental_allocator\src\std\experimental\allocator\typed.d">
|
||||
<Link>3rdparty\experimental_allocator\typed.d</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\experimental_allocator\src\std\experimental\allocator\building_blocks\affix_allocator.d">
|
||||
<Link>3rdparty\experimental_allocator\affix_allocator.d</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\experimental_allocator\src\std\experimental\allocator\building_blocks\allocator_list.d">
|
||||
<Link>3rdparty\experimental_allocator\allocator_list.d</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\experimental_allocator\src\std\experimental\allocator\building_blocks\bitmapped_block.d">
|
||||
<Link>3rdparty\experimental_allocator\bitmapped_block.d</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\experimental_allocator\src\std\experimental\allocator\building_blocks\bucketizer.d">
|
||||
<Link>3rdparty\experimental_allocator\bucketizer.d</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\experimental_allocator\src\std\experimental\allocator\building_blocks\fallback_allocator.d">
|
||||
<Link>3rdparty\experimental_allocator\fallback_allocator.d</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\experimental_allocator\src\std\experimental\allocator\building_blocks\free_list.d">
|
||||
<Link>3rdparty\experimental_allocator\free_list.d</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\experimental_allocator\src\std\experimental\allocator\building_blocks\free_tree.d">
|
||||
<Link>3rdparty\experimental_allocator\free_tree.d</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\experimental_allocator\src\std\experimental\allocator\building_blocks\kernighan_ritchie.d">
|
||||
<Link>3rdparty\experimental_allocator\kernighan_ritchie.d</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\experimental_allocator\src\std\experimental\allocator\building_blocks\null_allocator.d">
|
||||
<Link>3rdparty\experimental_allocator\null_allocator.d</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\experimental_allocator\src\std\experimental\allocator\building_blocks\quantizer.d">
|
||||
<Link>3rdparty\experimental_allocator\quantizer.d</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\experimental_allocator\src\std\experimental\allocator\building_blocks\region.d">
|
||||
<Link>3rdparty\experimental_allocator\region.d</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\experimental_allocator\src\std\experimental\allocator\building_blocks\scoped_allocator.d">
|
||||
<Link>3rdparty\experimental_allocator\scoped_allocator.d</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\experimental_allocator\src\std\experimental\allocator\building_blocks\segregator.d">
|
||||
<Link>3rdparty\experimental_allocator\segregator.d</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\experimental_allocator\src\std\experimental\allocator\building_blocks\stats_collector.d">
|
||||
<Link>3rdparty\experimental_allocator\stats_collector.d</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\dsymbol\src\dsymbol\cache_entry.d">
|
||||
<Link>3rdparty\dsymbol\cache_entry.d</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\dsymbol\src\dsymbol\deferred.d">
|
||||
<Link>3rdparty\dsymbol\deferred.d</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\dsymbol\src\dsymbol\import_.d">
|
||||
<Link>3rdparty\dsymbol\import_.d</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\dsymbol\src\dsymbol\modulecache.d">
|
||||
<Link>3rdparty\dsymbol\modulecache.d</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\dsymbol\src\dsymbol\scope_.d">
|
||||
<Link>3rdparty\dsymbol\scope_.d</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\dsymbol\src\dsymbol\semantic.d">
|
||||
<Link>3rdparty\dsymbol\semantic.d</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\dsymbol\src\dsymbol\string_interning.d">
|
||||
<Link>3rdparty\dsymbol\string_interning.d</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\dsymbol\src\dsymbol\symbol.d">
|
||||
<Link>3rdparty\dsymbol\symbol.d</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\dsymbol\src\dsymbol\type_lookup.d">
|
||||
<Link>3rdparty\dsymbol\type_lookup.d</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\dsymbol\src\dsymbol\conversion\first.d">
|
||||
<Link>3rdparty\dsymbol\first.d</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\dsymbol\src\dsymbol\conversion\package.d">
|
||||
<Link>3rdparty\dsymbol\package.d</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\dsymbol\src\dsymbol\conversion\second.d">
|
||||
<Link>3rdparty\dsymbol\second.d</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\dsymbol\src\dsymbol\builtin\names.d">
|
||||
<Link>3rdparty\dsymbol\names.d</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\dsymbol\src\dsymbol\builtin\symbols.d">
|
||||
<Link>3rdparty\dsymbol\symbols.d</Link>
|
||||
</Compile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Folder Include="src\ddebug\gdb\" />
|
||||
<Folder Include="3rdparty\" />
|
||||
<Folder Include="3rdparty\dcd\" />
|
||||
<Folder Include="3rdparty\libdparse\" />
|
||||
<Folder Include="3rdparty\std_experimental_lexer\" />
|
||||
<Folder Include="3rdparty\containers\" />
|
||||
<Folder Include="3rdparty\experimental_allocator\" />
|
||||
<Folder Include="3rdparty\dsymbol\" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
|
||||
|
|
Loading…
Reference in New Issue