mirror of https://github.com/buggins/dlangui.git
67 lines
2.7 KiB
XML
67 lines
2.7 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>8.0.30703</ProductVersion>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<ProjectGuid>{2B088613-C536-4E5C-8B74-7913267D75DA}</ProjectGuid>
|
|
<UseDefaultCompiler>true</UseDefaultCompiler>
|
|
<PreferOneStepBuild>true</PreferOneStepBuild>
|
|
<Compiler>DMD2</Compiler>
|
|
<IncrementalLinking>true</IncrementalLinking>
|
|
<DependentProjectIds>
|
|
<DependentProjectIds>
|
|
<String>{0B737AB4-0C3B-4250-A133-3AD793E2D322}</String>
|
|
</DependentProjectIds>
|
|
</DependentProjectIds>
|
|
<Includes>
|
|
<Includes>
|
|
<Path>../../../DerelictUtil/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>DerelictFT</OutputName>
|
|
<Target>StaticLibrary</Target>
|
|
<Externalconsole>true</Externalconsole>
|
|
<DebugLevel>0</DebugLevel>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<OutputPath>bin\Release</OutputPath>
|
|
<ObjectsDirectory>obj/Release</ObjectsDirectory>
|
|
<LinkinThirdPartyLibraries>false</LinkinThirdPartyLibraries>
|
|
<UnittestMode>false</UnittestMode>
|
|
<OutputName>DerelictFT</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>DerelictFT</OutputName>
|
|
<Target>Executable</Target>
|
|
<Externalconsole>true</Externalconsole>
|
|
<DebugLevel>0</DebugLevel>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Compile Include="..\..\..\DerelictFT\source\derelict\freetype\ft.d">
|
|
<Link>ft.d</Link>
|
|
</Compile>
|
|
<Compile Include="..\..\..\DerelictFT\source\derelict\freetype\functions.d">
|
|
<Link>functions.d</Link>
|
|
</Compile>
|
|
<Compile Include="..\..\..\DerelictFT\source\derelict\freetype\types.d">
|
|
<Link>types.d</Link>
|
|
</Compile>
|
|
</ItemGroup>
|
|
</Project> |