mirror of https://github.com/buggins/dlangui.git
107 lines
4.8 KiB
XML
107 lines
4.8 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)' == '' ">AnyCPU</Platform>
|
|
<ProductVersion>10.0.0</ProductVersion>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<ProjectGuid>{84FCA922-7BD9-4B9E-A192-A52F0A830AF5}</ProjectGuid>
|
|
<UseDefaultCompiler>true</UseDefaultCompiler>
|
|
<PreferOneStepBuild>true</PreferOneStepBuild>
|
|
<Compiler>DMD2</Compiler>
|
|
<IncrementalLinking>true</IncrementalLinking>
|
|
<DependentProjectIds>
|
|
<DependentProjectIds>
|
|
<String>{ED644EF9-A446-4987-873F-B7F3CC28E3B7}</String>
|
|
<String>{2B088613-C536-4E5C-8B74-7913267D75DA}</String>
|
|
<String>{5355CB25-5AA9-4738-9A0F-C0673DBBCB07}</String>
|
|
<String>{0B737AB4-0C3B-4250-A133-3AD793E2D322}</String>
|
|
<String>{87EE4E19-2409-4441-A0C0-2E6D08C555D9}</String>
|
|
</DependentProjectIds>
|
|
</DependentProjectIds>
|
|
<Includes>
|
|
<Includes>
|
|
<Path>../DerelictUtil/source</Path>
|
|
<Path>../DerelictFI/source</Path>
|
|
<Path>../DerelictFT/source</Path>
|
|
<Path>../DerelictSDL2/source</Path>
|
|
<Path>../DerelictGL3/source</Path>
|
|
</Includes>
|
|
</Includes>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<OutputPath>bin\Debug</OutputPath>
|
|
<ObjectsDirectory>obj/Debug</ObjectsDirectory>
|
|
<LinkinThirdPartyLibraries>false</LinkinThirdPartyLibraries>
|
|
<UnittestMode>false</UnittestMode>
|
|
<OutputName>dlangui-monod-lib</OutputName>
|
|
<Target>StaticLibrary</Target>
|
|
<Externalconsole>true</Externalconsole>
|
|
<DebugLevel>0</DebugLevel>
|
|
<VersionIds>
|
|
<VersionIds>
|
|
<String>USE_SDL</String>
|
|
<String>USE_OPENGL</String>
|
|
</VersionIds>
|
|
</VersionIds>
|
|
<ExtraCompilerArguments>project.ddoc -c -Dddocs</ExtraCompilerArguments>
|
|
<DDocDirectory>docs</DDocDirectory>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<OutputPath>bin\Release</OutputPath>
|
|
<ObjectsDirectory>obj/Release</ObjectsDirectory>
|
|
<LinkinThirdPartyLibraries>false</LinkinThirdPartyLibraries>
|
|
<UnittestMode>false</UnittestMode>
|
|
<OutputName>dlangui-monod-lib</OutputName>
|
|
<Target>Executable</Target>
|
|
<Externalconsole>true</Externalconsole>
|
|
<DebugLevel>0</DebugLevel>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Unittest|AnyCPU' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<OutputPath>bin\Unittest</OutputPath>
|
|
<ObjectsDirectory>obj/Unittest</ObjectsDirectory>
|
|
<LinkinThirdPartyLibraries>false</LinkinThirdPartyLibraries>
|
|
<UnittestMode>true</UnittestMode>
|
|
<OutputName>dlangui-monod-lib</OutputName>
|
|
<Target>Executable</Target>
|
|
<Externalconsole>true</Externalconsole>
|
|
<DebugLevel>0</DebugLevel>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Compile Include="src\dlangui\core\collections.d" />
|
|
<Compile Include="src\dlangui\core\events.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\signals.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\graphics\resources.d" />
|
|
<Compile Include="src\dlangui\platforms\common\platform.d" />
|
|
<Compile Include="src\dlangui\widgets\controls.d" />
|
|
<Compile Include="src\dlangui\widgets\editors.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\popup.d" />
|
|
<Compile Include="src\dlangui\widgets\styles.d" />
|
|
<Compile Include="src\dlangui\widgets\tabs.d" />
|
|
<Compile Include="src\dlangui\widgets\widget.d" />
|
|
<Compile Include="src\dlangui\all.d" />
|
|
<Compile Include="src\dlangui\platforms\sdl\sdlapp.d" />
|
|
<Compile Include="src\dlangui\core\stdaction.d" />
|
|
<Compile Include="src\dlangui\dialogs\dialog.d" />
|
|
<Compile Include="src\dlangui\dialogs\filedlg.d" />
|
|
<Compile Include="src\index.d" />
|
|
<Compile Include="src\api.d" />
|
|
<Compile Include="src\screenshots.d" />
|
|
<Compile Include="src\dlangui\widgets\grid.d" />
|
|
</ItemGroup>
|
|
</Project> |