mirror of https://github.com/buggins/dlangui.git
243 lines
12 KiB
XML
243 lines
12 KiB
XML
<?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)' == '' ">x64</Platform>
|
|
<ProjectGuid>{45FB40CD-E99A-4C12-AC52-C13364412E09}</ProjectGuid>
|
|
<Compiler>DMD2</Compiler>
|
|
<PreferOneStepBuild>true</PreferOneStepBuild>
|
|
<UseDefaultCompiler>true</UseDefaultCompiler>
|
|
<IncrementalLinking>true</IncrementalLinking>
|
|
<Includes>
|
|
<Includes>
|
|
<Path>src</Path>
|
|
<Path>deps\DerelictFT\source</Path>
|
|
<Path>deps\DerelictSDL2\source</Path>
|
|
<Path>deps\DerelictGL3\source</Path>
|
|
<Path>deps\DerelictUtil\source</Path>
|
|
<Path>deps\dlib</Path>
|
|
</Includes>
|
|
</Includes>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<OutputPath>bin\Debug</OutputPath>
|
|
<Externalconsole>true</Externalconsole>
|
|
<Target>StaticLibrary</Target>
|
|
<OutputName>libdlangui-monod-windows</OutputName>
|
|
<UnittestMode>false</UnittestMode>
|
|
<ExtraCompilerArguments>-Jviews -Jviews/res -Jviews/res/i18n -Jviews/res/hdpi -Jviews/res/mdpi</ExtraCompilerArguments>
|
|
<LinkinThirdPartyLibraries>true</LinkinThirdPartyLibraries>
|
|
<ObjectsDirectory>obj\Debug</ObjectsDirectory>
|
|
<VersionIds>
|
|
<VersionIds>
|
|
<String>USE_FREETYPE</String>
|
|
<String>USE_OPENGL</String>
|
|
<String>EmbedStandardResources</String>
|
|
<String>Unicode</String>
|
|
</VersionIds>
|
|
</VersionIds>
|
|
<DebugLevel>0</DebugLevel>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
|
|
<OutputPath>bin\Release</OutputPath>
|
|
<Externalconsole>true</Externalconsole>
|
|
<Target>StaticLibrary</Target>
|
|
<OutputName>libdlangui-monod-windows</OutputName>
|
|
<UnittestMode>false</UnittestMode>
|
|
<ExtraCompilerArguments>-Jviews -Jviews/res -Jviews/res/i18n -Jviews/res/hdpi -Jviews/res/mdpi</ExtraCompilerArguments>
|
|
<LinkinThirdPartyLibraries>true</LinkinThirdPartyLibraries>
|
|
<ObjectsDirectory>obj\Release</ObjectsDirectory>
|
|
<VersionIds>
|
|
<VersionIds>
|
|
<String>USE_FREETYPE</String>
|
|
<String>USE_OPENGL</String>
|
|
<String>EmbedStandardResources</String>
|
|
<String>Unicode</String>
|
|
</VersionIds>
|
|
</VersionIds>
|
|
<DebugLevel>0</DebugLevel>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Unittest|x64' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<OutputPath>bin\Unittest</OutputPath>
|
|
<Externalconsole>true</Externalconsole>
|
|
<Target>Executable</Target>
|
|
<OutputName>libdlangui-monod-windows</OutputName>
|
|
<UnittestMode>true</UnittestMode>
|
|
<ExtraCompilerArguments>-Jviews -Jviews/res -Jviews/res/i18n -Jviews/res/hdpi -Jviews/res/mdpi</ExtraCompilerArguments>
|
|
<LinkinThirdPartyLibraries>true</LinkinThirdPartyLibraries>
|
|
<ObjectsDirectory>obj\Unittest</ObjectsDirectory>
|
|
<VersionIds>
|
|
<VersionIds>
|
|
<String>USE_FREETYPE</String>
|
|
<String>USE_OPENGL</String>
|
|
<String>EmbedStandardResources</String>
|
|
<String>Unicode</String>
|
|
</VersionIds>
|
|
</VersionIds>
|
|
<DebugLevel>0</DebugLevel>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Compile Include="src\dlangui\package.d" />
|
|
<Compile Include="src\dlangui\core\collections.d" />
|
|
<Compile Include="src\dlangui\core\css.d" />
|
|
<Compile Include="src\dlangui\core\cssparser.d" />
|
|
<Compile Include="src\dlangui\core\dom.d" />
|
|
<Compile Include="src\dlangui\core\editable.d" />
|
|
<Compile Include="src\dlangui\core\events.d" />
|
|
<Compile Include="src\dlangui\core\files.d" />
|
|
<Compile Include="src\dlangui\core\i18n.d" />
|
|
<Compile Include="src\dlangui\core\linestream.d" />
|
|
<Compile Include="src\dlangui\core\logger.d" />
|
|
<Compile Include="src\dlangui\core\math3d.d" />
|
|
<Compile Include="src\dlangui\core\settings.d" />
|
|
<Compile Include="src\dlangui\core\signals.d" />
|
|
<Compile Include="src\dlangui\core\stdaction.d" />
|
|
<Compile Include="src\dlangui\core\streams.d" />
|
|
<Compile Include="src\dlangui\core\textsource.d" />
|
|
<Compile Include="src\dlangui\core\types.d" />
|
|
<Compile Include="src\dlangui\dialogs\dialog.d" />
|
|
<Compile Include="src\dlangui\dialogs\filedlg.d" />
|
|
<Compile Include="src\dlangui\dialogs\msgbox.d" />
|
|
<Compile Include="src\dlangui\dialogs\settingsdialog.d" />
|
|
<Compile Include="src\dlangui\dml\annotations.d" />
|
|
<Compile Include="src\dlangui\dml\dmlhighlight.d" />
|
|
<Compile Include="src\dlangui\dml\parser.d" />
|
|
<Compile Include="src\dlangui\graphics\colors.d" />
|
|
<Compile Include="src\dlangui\graphics\drawbuf.d" />
|
|
<Compile Include="src\dlangui\graphics\domrender.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\graphics\resources.d" />
|
|
<Compile Include="src\dlangui\graphics\scene\camera.d" />
|
|
<Compile Include="src\dlangui\graphics\scene\node.d" />
|
|
<Compile Include="src\dlangui\graphics\scene\scene3d.d" />
|
|
<Compile Include="src\dlangui\graphics\scene\transform.d" />
|
|
<Compile Include="src\dlangui\graphics\xpm\colors.d" />
|
|
<Compile Include="src\dlangui\graphics\xpm\reader.d" />
|
|
<Compile Include="src\dlangui\platforms\common\platform.d" />
|
|
<Compile Include="src\dlangui\platforms\common\startup.d" />
|
|
<Compile Include="src\dlangui\platforms\sdl\sdlapp.d" />
|
|
<Compile Include="src\dlangui\platforms\windows\win32drawbuf.d" />
|
|
<Compile Include="src\dlangui\platforms\windows\win32fonts.d" />
|
|
<Compile Include="src\dlangui\platforms\windows\winapp.d" />
|
|
<Compile Include="src\dlangui\widgets\appframe.d" />
|
|
<Compile Include="src\dlangui\widgets\combobox.d" />
|
|
<Compile Include="src\dlangui\widgets\controls.d" />
|
|
<Compile Include="src\dlangui\widgets\docks.d" />
|
|
<Compile Include="src\dlangui\widgets\editors.d" />
|
|
<Compile Include="src\dlangui\widgets\grid.d" />
|
|
<Compile Include="src\dlangui\widgets\layouts.d" />
|
|
<Compile Include="src\dlangui\widgets\lists.d" />
|
|
<Compile Include="src\dlangui\widgets\menu.d" />
|
|
<Compile Include="src\dlangui\widgets\metadata.d" />
|
|
<Compile Include="src\dlangui\widgets\popup.d" />
|
|
<Compile Include="src\dlangui\widgets\scroll.d" />
|
|
<Compile Include="src\dlangui\widgets\srcedit.d" />
|
|
<Compile Include="src\dlangui\widgets\statusline.d" />
|
|
<Compile Include="src\dlangui\widgets\styles.d" />
|
|
<Compile Include="src\dlangui\widgets\tabs.d" />
|
|
<Compile Include="src\dlangui\widgets\toolbars.d" />
|
|
<Compile Include="src\dlangui\widgets\tree.d" />
|
|
<Compile Include="src\dlangui\widgets\widget.d" />
|
|
<Compile Include="src\dlangui\widgets\winframe.d" />
|
|
<Compile Include="3rdparty\win32\basetsd.d" />
|
|
<Compile Include="3rdparty\win32\basetyps.d" />
|
|
<Compile Include="3rdparty\win32\cderr.d" />
|
|
<Compile Include="3rdparty\win32\cguid.d" />
|
|
<Compile Include="3rdparty\win32\commctrl.d" />
|
|
<Compile Include="3rdparty\win32\commdlg.d" />
|
|
<Compile Include="3rdparty\win32\core.d" />
|
|
<Compile Include="3rdparty\win32\dde.d" />
|
|
<Compile Include="3rdparty\win32\ddeml.d" />
|
|
<Compile Include="3rdparty\win32\dlgs.d" />
|
|
<Compile Include="3rdparty\win32\imm.d" />
|
|
<Compile Include="3rdparty\win32\lzexpand.d" />
|
|
<Compile Include="3rdparty\win32\mmsystem.d" />
|
|
<Compile Include="3rdparty\win32\nb30.d" />
|
|
<Compile Include="3rdparty\win32\oaidl.d" />
|
|
<Compile Include="3rdparty\win32\objbase.d" />
|
|
<Compile Include="3rdparty\win32\objfwd.d" />
|
|
<Compile Include="3rdparty\win32\objidl.d" />
|
|
<Compile Include="3rdparty\win32\ocidl.d" />
|
|
<Compile Include="3rdparty\win32\ole.d" />
|
|
<Compile Include="3rdparty\win32\ole2.d" />
|
|
<Compile Include="3rdparty\win32\oleauto.d" />
|
|
<Compile Include="3rdparty\win32\olectlid.d" />
|
|
<Compile Include="3rdparty\win32\oleidl.d" />
|
|
<Compile Include="3rdparty\win32\prsht.d" />
|
|
<Compile Include="3rdparty\win32\psapi.d" />
|
|
<Compile Include="3rdparty\win32\rpc.d" />
|
|
<Compile Include="3rdparty\win32\rpcdce.d" />
|
|
<Compile Include="3rdparty\win32\rpcdcep.d" />
|
|
<Compile Include="3rdparty\win32\rpcndr.d" />
|
|
<Compile Include="3rdparty\win32\rpcnsi.d" />
|
|
<Compile Include="3rdparty\win32\rpcnsip.d" />
|
|
<Compile Include="3rdparty\win32\rpcnterr.d" />
|
|
<Compile Include="3rdparty\win32\shellapi.d" />
|
|
<Compile Include="3rdparty\win32\shlguid.d" />
|
|
<Compile Include="3rdparty\win32\shlobj.d" />
|
|
<Compile Include="3rdparty\win32\unknwn.d" />
|
|
<Compile Include="3rdparty\win32\uuid.d" />
|
|
<Compile Include="3rdparty\win32\w32api.d" />
|
|
<Compile Include="3rdparty\win32\winbase.d" />
|
|
<Compile Include="3rdparty\win32\wincon.d" />
|
|
<Compile Include="3rdparty\win32\windef.d" />
|
|
<Compile Include="3rdparty\win32\windows.d" />
|
|
<Compile Include="3rdparty\win32\winerror.d" />
|
|
<Compile Include="3rdparty\win32\wingdi.d" />
|
|
<Compile Include="3rdparty\win32\winnetwk.d" />
|
|
<Compile Include="3rdparty\win32\winnls.d" />
|
|
<Compile Include="3rdparty\win32\winnt.d" />
|
|
<Compile Include="3rdparty\win32\winperf.d" />
|
|
<Compile Include="3rdparty\win32\winsock2.d" />
|
|
<Compile Include="3rdparty\win32\winspool.d" />
|
|
<Compile Include="3rdparty\win32\winsvc.d" />
|
|
<Compile Include="3rdparty\win32\winuser.d" />
|
|
<Compile Include="3rdparty\win32\winver.d" />
|
|
<Compile Include="3rdparty\win32\ws2tcpip.d" />
|
|
<Compile Include="3rdparty\win32\wtypes.d" />
|
|
<Compile Include="3rdparty\fontconfig\functions.d" />
|
|
<Compile Include="3rdparty\fontconfig\package.d" />
|
|
<Compile Include="3rdparty\fontconfig\types.d" />
|
|
<Compile Include="deps\DerelictFT\source\derelict\freetype\ft.d" />
|
|
<Compile Include="deps\DerelictFT\source\derelict\freetype\functions.d" />
|
|
<Compile Include="deps\DerelictFT\source\derelict\freetype\types.d" />
|
|
<Compile Include="deps\DerelictGL3\source\derelict\opengl3\arb.d" />
|
|
<Compile Include="deps\DerelictGL3\source\derelict\opengl3\cgl.d" />
|
|
<Compile Include="deps\DerelictGL3\source\derelict\opengl3\constants.d" />
|
|
<Compile Include="deps\DerelictGL3\source\derelict\opengl3\deprecatedConstants.d" />
|
|
<Compile Include="deps\DerelictGL3\source\derelict\opengl3\deprecatedFunctions.d" />
|
|
<Compile Include="deps\DerelictGL3\source\derelict\opengl3\ext.d" />
|
|
<Compile Include="deps\DerelictGL3\source\derelict\opengl3\functions.d" />
|
|
<Compile Include="deps\DerelictGL3\source\derelict\opengl3\gl.d" />
|
|
<Compile Include="deps\DerelictGL3\source\derelict\opengl3\gl3.d" />
|
|
<Compile Include="deps\DerelictGL3\source\derelict\opengl3\glx.d" />
|
|
<Compile Include="deps\DerelictGL3\source\derelict\opengl3\glxext.d" />
|
|
<Compile Include="deps\DerelictGL3\source\derelict\opengl3\internal.d" />
|
|
<Compile Include="deps\DerelictGL3\source\derelict\opengl3\types.d" />
|
|
<Compile Include="deps\DerelictGL3\source\derelict\opengl3\wgl.d" />
|
|
<Compile Include="deps\DerelictGL3\source\derelict\opengl3\wglext.d" />
|
|
<Compile Include="deps\DerelictSDL2\source\derelict\sdl2\functions.d" />
|
|
<Compile Include="deps\DerelictSDL2\source\derelict\sdl2\image.d" />
|
|
<Compile Include="deps\DerelictSDL2\source\derelict\sdl2\mixer.d" />
|
|
<Compile Include="deps\DerelictSDL2\source\derelict\sdl2\net.d" />
|
|
<Compile Include="deps\DerelictSDL2\source\derelict\sdl2\sdl.d" />
|
|
<Compile Include="deps\DerelictSDL2\source\derelict\sdl2\ttf.d" />
|
|
<Compile Include="deps\DerelictSDL2\source\derelict\sdl2\types.d" />
|
|
<Compile Include="deps\DerelictUtil\source\derelict\util\exception.d" />
|
|
<Compile Include="deps\DerelictUtil\source\derelict\util\loader.d" />
|
|
<Compile Include="deps\DerelictUtil\source\derelict\util\sharedlib.d" />
|
|
<Compile Include="deps\DerelictUtil\source\derelict\util\system.d" />
|
|
<Compile Include="deps\DerelictUtil\source\derelict\util\wintypes.d" />
|
|
<Compile Include="deps\DerelictUtil\source\derelict\util\xtypes.d" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="3rdparty\win32\makefile" />
|
|
<None Include="3rdparty\win32\readme.txt" />
|
|
</ItemGroup>
|
|
</Project> |