mirror of https://github.com/buggins/dlangui.git
fix msvc and monod-windows projects
This commit is contained in:
parent
5d998a9bb9
commit
bc53e03e81
|
@ -271,6 +271,7 @@
|
|||
<Compile Include="3rdparty\fontconfig\functions.d" />
|
||||
<Compile Include="3rdparty\fontconfig\package.d" />
|
||||
<Compile Include="3rdparty\fontconfig\types.d" />
|
||||
<Compile Include="src\dlangui\platforms\common\startup.d" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="3rdparty\win32\makefile" />
|
||||
|
|
|
@ -608,6 +608,7 @@
|
|||
<Folder name="platforms">
|
||||
<Folder name="common">
|
||||
<File path="src\dlangui\platforms\common\platform.d" />
|
||||
<File path="src\dlangui\platforms\common\startup.d" />
|
||||
</Folder>
|
||||
<Folder name="dsfml">
|
||||
<File path="src\dlangui\platforms\dsfml\dsfmlapp.d" />
|
||||
|
|
Loading…
Reference in New Issue