mirror of https://github.com/buggins/dlangui.git
79 lines
3.2 KiB
XML
79 lines
3.2 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>{87EE4E19-2409-4441-A0C0-2E6D08C555D9}</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>DerelictSDL2</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>DerelictSDL2</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>DerelictSDL2</OutputName>
|
|
<Target>Executable</Target>
|
|
<Externalconsole>true</Externalconsole>
|
|
<DebugLevel>0</DebugLevel>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Compile Include="..\..\..\DerelictSDL2\source\derelict\sdl2\functions.d">
|
|
<Link>functions.d</Link>
|
|
</Compile>
|
|
<Compile Include="..\..\..\DerelictSDL2\source\derelict\sdl2\image.d">
|
|
<Link>image.d</Link>
|
|
</Compile>
|
|
<Compile Include="..\..\..\DerelictSDL2\source\derelict\sdl2\mixer.d">
|
|
<Link>mixer.d</Link>
|
|
</Compile>
|
|
<Compile Include="..\..\..\DerelictSDL2\source\derelict\sdl2\net.d">
|
|
<Link>net.d</Link>
|
|
</Compile>
|
|
<Compile Include="..\..\..\DerelictSDL2\source\derelict\sdl2\sdl.d">
|
|
<Link>sdl.d</Link>
|
|
</Compile>
|
|
<Compile Include="..\..\..\DerelictSDL2\source\derelict\sdl2\ttf.d">
|
|
<Link>ttf.d</Link>
|
|
</Compile>
|
|
<Compile Include="..\..\..\DerelictSDL2\source\derelict\sdl2\types.d">
|
|
<Link>types.d</Link>
|
|
</Compile>
|
|
</ItemGroup>
|
|
</Project> |