mirror of https://github.com/buggins/dlangui.git
86 lines
3.3 KiB
XML
86 lines
3.3 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>{0B737AB4-0C3B-4250-A133-3AD793E2D322}</ProjectGuid>
|
|
<UseDefaultCompiler>true</UseDefaultCompiler>
|
|
<PreferOneStepBuild>true</PreferOneStepBuild>
|
|
<Compiler>ldc2</Compiler>
|
|
<IncrementalLinking>true</IncrementalLinking>
|
|
<Includes>
|
|
<Includes>
|
|
<Path>source</Path>
|
|
<Path>.</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>DerelictUtil</OutputName>
|
|
<Target>StaticLibrary</Target>
|
|
<Externalconsole>true</Externalconsole>
|
|
<DebugLevel>0</DebugLevel>
|
|
<ExtraLinkerArguments>-ldl</ExtraLinkerArguments>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<OutputPath>bin\Release</OutputPath>
|
|
<ObjectsDirectory>obj/Release</ObjectsDirectory>
|
|
<LinkinThirdPartyLibraries>false</LinkinThirdPartyLibraries>
|
|
<UnittestMode>false</UnittestMode>
|
|
<OutputName>DerelictUtil</OutputName>
|
|
<Target>Executable</Target>
|
|
<Externalconsole>true</Externalconsole>
|
|
<DebugLevel>0</DebugLevel>
|
|
<Libs>
|
|
<Libs>
|
|
<Lib>dl</Lib>
|
|
</Libs>
|
|
</Libs>
|
|
</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>DerelictUtil</OutputName>
|
|
<Target>Executable</Target>
|
|
<Externalconsole>true</Externalconsole>
|
|
<DebugLevel>0</DebugLevel>
|
|
<Libs>
|
|
<Libs>
|
|
<Lib>dl</Lib>
|
|
</Libs>
|
|
</Libs>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Compile Include="..\..\..\DerelictUtil\source\derelict\util\exception.d">
|
|
<Link>exception.d</Link>
|
|
<LastGenOutput>obj/Debug/exception.o</LastGenOutput>
|
|
</Compile>
|
|
<Compile Include="..\..\..\DerelictUtil\source\derelict\util\loader.d">
|
|
<Link>loader.d</Link>
|
|
</Compile>
|
|
<Compile Include="..\..\..\DerelictUtil\source\derelict\util\sharedlib.d">
|
|
<Link>sharedlib.d</Link>
|
|
</Compile>
|
|
<Compile Include="..\..\..\DerelictUtil\source\derelict\util\system.d">
|
|
<Link>system.d</Link>
|
|
<LastGenOutput>obj/Debug/system.o</LastGenOutput>
|
|
</Compile>
|
|
<Compile Include="..\..\..\DerelictUtil\source\derelict\util\wintypes.d">
|
|
<Link>wintypes.d</Link>
|
|
<LastGenOutput>obj/Debug/wintypes.o</LastGenOutput>
|
|
</Compile>
|
|
<Compile Include="..\..\..\DerelictUtil\source\derelict\util\xtypes.d">
|
|
<Link>xtypes.d</Link>
|
|
</Compile>
|
|
</ItemGroup>
|
|
</Project> |