mirror of https://github.com/buggins/dlangui.git
57 lines
2.4 KiB
XML
57 lines
2.4 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>{440816C8-DBD6-454C-A0D7-B6E59CA1ED86}</ProjectGuid>
|
|
<UseDefaultCompiler>true</UseDefaultCompiler>
|
|
<IncrementalLinking>true</IncrementalLinking>
|
|
<PreferOneStepBuild>true</PreferOneStepBuild>
|
|
<DependentProjectIds>
|
|
<DependentProjectIds>
|
|
<String>{440816C8-DBD6-454C-A0D7-B6E59CA1ED86}</String>
|
|
</DependentProjectIds>
|
|
</DependentProjectIds>
|
|
<Compiler>DMD</Compiler>
|
|
<Includes>
|
|
<Includes>
|
|
<Path>/home/lve/src/d/dlangui/src</Path>
|
|
<Path>/home/lve/src/d/DerelictGL3/source</Path>
|
|
<Path>/home/lve/src/d/DerelictUtil/source</Path>
|
|
<Path>/home/lve/src/d/DerelictFT/source</Path>
|
|
<Path>/home/lve/src/d/X11.d</Path>
|
|
<Path>/home/lve/src/d/dlangui/3rdparty/libpng/source</Path>
|
|
<Path>/home/lve/src/d/dlangui/3rdparty/libpng/lib</Path>
|
|
</Includes>
|
|
</Includes>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<OutputPath>bin\Debug</OutputPath>
|
|
<OutputName>example1</OutputName>
|
|
<ObjectsDirectory>obj/Debug</ObjectsDirectory>
|
|
<Externalconsole>true</Externalconsole>
|
|
<Target>Executable</Target>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<OutputPath>bin\Release</OutputPath>
|
|
<OutputName>dlanguilib</OutputName>
|
|
<ObjectsDirectory>obj/Release</ObjectsDirectory>
|
|
<Externalconsole>true</Externalconsole>
|
|
<Target>Executable</Target>
|
|
</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>Executable</Target>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Compile Include="src\main.d" />
|
|
</ItemGroup>
|
|
</Project> |