mirror of https://github.com/buggins/dlangui.git
Adds missing asyncsocket.d and queue.d files to project settings for Linux
This commit is contained in:
parent
c9c3f82504
commit
c0ac473dc9
|
@ -385,6 +385,8 @@
|
|||
<Compile Include="3rdparty\dimage\png.d" />
|
||||
<Compile Include="3rdparty\dimage\stream.d" />
|
||||
<Compile Include="3rdparty\dimage\zlib.d" />
|
||||
<Compile Include="src\dlangui\core\asyncsocket.d" />
|
||||
<Compile Include="src\dlangui\core\queue.d" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Folder Include="src\dlangui\platforms\x11\" />
|
||||
|
|
Loading…
Reference in New Issue