<?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> <ProductVersion>10.0.0</ProductVersion> <SchemaVersion>2.0</SchemaVersion> <ProjectGuid>{440816C8-DBD6-454C-A0D7-B6E59CA1ED86}</ProjectGuid> <UseDefaultCompiler>true</UseDefaultCompiler> <IncrementalLinking>true</IncrementalLinking> <PreferOneStepBuild>true</PreferOneStepBuild> <Compiler>DMD</Compiler> <Includes> <Includes> <Path>/home/lve/src/d/DerelictFT/source</Path> <Path>/home/lve/src/d/DerelictGL3/source</Path> <Path>/home/lve/src/d/DerelictUtil/source</Path> <Path>/home/lve/src/d/dlangui/3rdparty/X11</Path> <Path>/home/lve/src/d/dlangui/3rdparty/libpng/source</Path> <Path>/home/lve/src/d/dlangui/3rdparty/X11/xcb</Path> </Includes> </Includes> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <DebugSymbols>true</DebugSymbols> <OutputPath>bin\Debug</OutputPath> <OutputName>dlanguilib</OutputName> <ObjectsDirectory>obj/Debug</ObjectsDirectory> <Externalconsole>true</Externalconsole> <Target>StaticLibrary</Target> <ExtraCompilerArguments>-version=USE_OPENGL </ExtraCompilerArguments> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> <OutputPath>bin\Release</OutputPath> <OutputName>dlanguilib</OutputName> <ObjectsDirectory>obj/Release</ObjectsDirectory> <Externalconsole>true</Externalconsole> <Target>StaticLibrary</Target> <ExtraCompilerArguments>-version=USE_OPENGL</ExtraCompilerArguments> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Unittest|AnyCPU' "> <DebugSymbols>true</DebugSymbols> <OutputPath>bin\Unittest</OutputPath> <ExtraCompilerArguments>-unittest </ExtraCompilerArguments> <ObjectsDirectory>obj/Unittest</ObjectsDirectory> <OutputName>dlanguilib</OutputName> <Externalconsole>true</Externalconsole> <Target>StaticLibrary</Target> </PropertyGroup> <ItemGroup> <Compile Include="src\dlangui\core\logger.d" /> <Compile Include="src\dlangui\core\types.d" /> <Compile Include="src\dlangui\graphics\drawbuf.d" /> <Compile Include="src\dlangui\graphics\fonts.d" /> <Compile Include="src\dlangui\graphics\ftfonts.d" /> <Compile Include="src\dlangui\graphics\gldrawbuf.d" /> <Compile Include="src\dlangui\graphics\glsupport.d" /> <Compile Include="src\dlangui\graphics\images.d" /> <Compile Include="src\dlangui\platforms\common\platform.d" /> <Compile Include="src\dlangui\widgets\controls.d" /> <Compile Include="src\dlangui\widgets\layouts.d" /> <Compile Include="src\dlangui\widgets\styles.d" /> <Compile Include="src\dlangui\widgets\widget.d" /> <Compile Include="src\dlangui\platforms\x11\x11app.d" /> <Compile Include="..\DerelictFT\source\derelict\freetype\ft.d"> <Link>3rdparty\DerelictFT\ft.d</Link> </Compile> <Compile Include="..\DerelictFT\source\derelict\freetype\functions.d"> <Link>3rdparty\DerelictFT\functions.d</Link> </Compile> <Compile Include="..\DerelictFT\source\derelict\freetype\types.d"> <Link>3rdparty\DerelictFT\types.d</Link> </Compile> <Compile Include="..\DerelictGL3\source\derelict\opengl3\arb.d"> <Link>3rdparty\DerelictGL3\arb.d</Link> </Compile> <Compile Include="..\DerelictGL3\source\derelict\opengl3\cgl.d"> <Link>3rdparty\DerelictGL3\cgl.d</Link> </Compile> <Compile Include="..\DerelictGL3\source\derelict\opengl3\constants.d"> <Link>3rdparty\DerelictGL3\constants.d</Link> </Compile> <Compile Include="..\DerelictGL3\source\derelict\opengl3\deprecatedConstants.d"> <Link>3rdparty\DerelictGL3\deprecatedConstants.d</Link> </Compile> <Compile Include="..\DerelictGL3\source\derelict\opengl3\deprecatedFunctions.d"> <Link>3rdparty\DerelictGL3\deprecatedFunctions.d</Link> </Compile> <Compile Include="..\DerelictGL3\source\derelict\opengl3\ext.d"> <Link>3rdparty\DerelictGL3\ext.d</Link> </Compile> <Compile Include="..\DerelictGL3\source\derelict\opengl3\functions.d"> <Link>3rdparty\DerelictGL3\functions.d</Link> </Compile> <Compile Include="..\DerelictGL3\source\derelict\opengl3\gl.d"> <Link>3rdparty\DerelictGL3\gl.d</Link> </Compile> <Compile Include="..\DerelictGL3\source\derelict\opengl3\gl3.d"> <Link>3rdparty\DerelictGL3\gl3.d</Link> </Compile> <Compile Include="..\DerelictGL3\source\derelict\opengl3\glx.d"> <Link>3rdparty\DerelictGL3\glx.d</Link> </Compile> <Compile Include="..\DerelictGL3\source\derelict\opengl3\glxext.d"> <Link>3rdparty\DerelictGL3\glxext.d</Link> </Compile> <Compile Include="..\DerelictGL3\source\derelict\opengl3\internal.d"> <Link>3rdparty\DerelictGL3\internal.d</Link> </Compile> <Compile Include="..\DerelictGL3\source\derelict\opengl3\types.d"> <Link>3rdparty\DerelictGL3\types.d</Link> </Compile> <Compile Include="..\DerelictGL3\source\derelict\opengl3\wgl.d"> <Link>3rdparty\DerelictGL3\wgl.d</Link> </Compile> <Compile Include="..\DerelictGL3\source\derelict\opengl3\wglext.d"> <Link>3rdparty\DerelictGL3\wglext.d</Link> </Compile> <Compile Include="..\DerelictUtil\source\derelict\util\exception.d"> <Link>3rdparty\DerelictUtil\exception.d</Link> </Compile> <Compile Include="..\DerelictUtil\source\derelict\util\loader.d"> <Link>3rdparty\DerelictUtil\loader.d</Link> </Compile> <Compile Include="..\DerelictUtil\source\derelict\util\sharedlib.d"> <Link>3rdparty\DerelictUtil\sharedlib.d</Link> </Compile> <Compile Include="..\DerelictUtil\source\derelict\util\system.d"> <Link>3rdparty\DerelictUtil\system.d</Link> </Compile> <Compile Include="..\DerelictUtil\source\derelict\util\wintypes.d"> <Link>3rdparty\DerelictUtil\wintypes.d</Link> </Compile> <Compile Include="..\DerelictUtil\source\derelict\util\xtypes.d"> <Link>3rdparty\DerelictUtil\xtypes.d</Link> </Compile> <Compile Include="src\dlangui\all.d" /> <Compile Include="3rdparty\X11\xcb\bigreq.d" /> <Compile Include="3rdparty\X11\xcb\composite.d" /> <Compile Include="3rdparty\X11\xcb\damage.d" /> <Compile Include="3rdparty\X11\xcb\dpms.d" /> <Compile Include="3rdparty\X11\xcb\glx.d" /> <Compile Include="3rdparty\X11\xcb\randr.d" /> <Compile Include="3rdparty\X11\xcb\record.d" /> <Compile Include="3rdparty\X11\xcb\render.d" /> <Compile Include="3rdparty\X11\xcb\res.d" /> <Compile Include="3rdparty\X11\xcb\screensaver.d" /> <Compile Include="3rdparty\X11\xcb\shape.d" /> <Compile Include="3rdparty\X11\xcb\shm.d" /> <Compile Include="3rdparty\X11\xcb\xcb.d" /> <Compile Include="3rdparty\X11\xcb\xc_misc.d" /> <Compile Include="3rdparty\X11\xcb\xevie.d" /> <Compile Include="3rdparty\X11\xcb\xf86dri.d" /> <Compile Include="3rdparty\X11\xcb\xfixes.d" /> <Compile Include="3rdparty\X11\xcb\xinerama.d" /> <Compile Include="3rdparty\X11\xcb\xprint.d" /> <Compile Include="3rdparty\X11\xcb\xproto.d" /> <Compile Include="3rdparty\X11\xcb\xtest.d" /> <Compile Include="3rdparty\X11\xcb\xv.d" /> <Compile Include="3rdparty\X11\xcb\xvmc.d" /> <Compile Include="3rdparty\X11\keysymdef.d" /> <Compile Include="3rdparty\X11\xcb\image.d" /> <Compile Include="src\dlangui\core\events.d" /> <Compile Include="..\DerelictFI\source\derelict\freeimage\freeimage.d"> <Link>3rdparty\DerelictFI\freeimage.d</Link> </Compile> <Compile Include="..\DerelictFI\source\derelict\freeimage\functions.d"> <Link>3rdparty\DerelictFI\functions.d</Link> </Compile> <Compile Include="..\DerelictFI\source\derelict\freeimage\types.d"> <Link>3rdparty\DerelictFI\types.d</Link> </Compile> <Compile Include="3rdparty\X11\X.d" /> <Compile Include="3rdparty\X11\Xlib.d" /> <Compile Include="src\dlangui\core\i18n.d" /> <Compile Include="src\dlangui\core\linestream.d" /> <Compile Include="src\dlangui\widgets\lists.d" /> <Compile Include="src\dlangui\widgets\tabs.d" /> <Compile Include="src\dlangui\graphics\resources.d" /> <Compile Include="src\dlangui\widgets\menu.d" /> <Compile Include="src\dlangui\widgets\popup.d" /> <Compile Include="src\dlangui\core\collections.d" /> <Compile Include="src\dlangui\core\signals.d" /> </ItemGroup> <ItemGroup> <Folder Include="src\dlangui\platforms\x11\" /> <Folder Include="3rdparty\DerelictUtil\" /> <Folder Include="3rdparty\DerelictGL3\" /> <Folder Include="3rdparty\DerelictFT\" /> <Folder Include="3rdparty\DerelictFI\" /> </ItemGroup> </Project>