fix project files

This commit is contained in:
Vadim Lopatin 2015-12-10 16:55:12 +03:00
parent b2b6802885
commit d186cad30a
6 changed files with 16 additions and 0 deletions

View File

@ -225,5 +225,16 @@
<Compile Include="deps\x11\source\x11\Xresource.d" />
<Compile Include="deps\x11\source\x11\Xtos.d" />
<Compile Include="deps\x11\source\x11\Xutil.d" />
<Compile Include="3rdparty\dimage\array.d" />
<Compile Include="3rdparty\dimage\bitio.d" />
<Compile Include="3rdparty\dimage\compound.d" />
<Compile Include="3rdparty\dimage\huffman.d" />
<Compile Include="3rdparty\dimage\idct.d" />
<Compile Include="3rdparty\dimage\image.d" />
<Compile Include="3rdparty\dimage\jpeg.d" />
<Compile Include="3rdparty\dimage\memory.d" />
<Compile Include="3rdparty\dimage\png.d" />
<Compile Include="3rdparty\dimage\stream.d" />
<Compile Include="3rdparty\dimage\zlib.d" />
</ItemGroup>
</Project>

View File

@ -16,6 +16,7 @@
<Includes>
<Includes>
<Path>../../src</Path>
<Path>../../3rdparty</Path>
<Path>../../deps/gl3n</Path>
<Path>../../deps/DerelictGL3/source</Path>
<Path>../../deps/DerelictSDL2/source</Path>

View File

@ -16,6 +16,7 @@
<Includes>
<Includes>
<Path>../../src</Path>
<Path>../../3rdparty</Path>
<Path>../../deps/gl3n</Path>
<Path>../../deps/DerelictGL3/source</Path>
<Path>../../deps/DerelictSDL2/source</Path>

View File

@ -11,6 +11,7 @@
<Includes>
<Includes>
<Path>../../src</Path>
<Path>../../3rdparty</Path>
<Path>../../deps/gl3n</Path>
<Path>../../deps/DerelictGL3/source</Path>
<Path>../../deps/DerelictSDL2/source</Path>

View File

@ -16,6 +16,7 @@
<Includes>
<Includes>
<Path>../../src</Path>
<Path>../../3rdparty</Path>
<Path>../../deps/gl3n</Path>
<Path>../../deps/DerelictGL3/source</Path>
<Path>../../deps/DerelictSDL2/source</Path>

View File

@ -16,6 +16,7 @@
<Includes>
<Includes>
<Path>../../src</Path>
<Path>../../3rdparty</Path>
<Path>../../deps/gl3n</Path>
<Path>../../deps/DerelictGL3/source</Path>
<Path>../../deps/DerelictSDL2/source</Path>