mirror of https://github.com/buggins/dlangui.git
Merge pull request #202 from Lastin/master
Adds missing asyncsocket.d and queue.d files to project settings for Linux
This commit is contained in:
commit
7e6f583342
|
|
@ -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