mirror of https://github.com/buggins/dlangui.git
84 lines
3.4 KiB
XML
84 lines
3.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>8.0.30703</ProductVersion>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<ProjectGuid>{11EEFA98-AAC1-45BD-8972-C97571D2D196}</ProjectGuid>
|
|
<UseDefaultCompiler>true</UseDefaultCompiler>
|
|
<PreferOneStepBuild>true</PreferOneStepBuild>
|
|
<Compiler>ldc2</Compiler>
|
|
<IncrementalLinking>true</IncrementalLinking>
|
|
<DependentProjectIds>
|
|
<DependentProjectIds>
|
|
<String>{84FCA922-7BD9-4B9E-A192-A52F0A830AF5}</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>
|
|
<String>{174F5AAC-3D16-4AD9-9041-0DC0723A78FE}</String>
|
|
</DependentProjectIds>
|
|
</DependentProjectIds>
|
|
<Includes>
|
|
<Includes>
|
|
<Path>../../src</Path>
|
|
<Path>../../../DerelictUtil/source</Path>
|
|
<Path>../../../DerelictFI/source</Path>
|
|
<Path>../../../DerelictFT/source</Path>
|
|
<Path>../../../DerelictSDL2/source</Path>
|
|
<Path>../../../DerelictGL3/source</Path>
|
|
<Path>../../3rdparty</Path>
|
|
<Path>../../../dlib</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>example1</OutputName>
|
|
<Target>Executable</Target>
|
|
<Externalconsole>true</Externalconsole>
|
|
<DebugLevel>0</DebugLevel>
|
|
<VersionIds>
|
|
<VersionIds>
|
|
<String>USE_SDL</String>
|
|
<String>USE_OPENGL</String>
|
|
<String>EmbedStandardResources</String>
|
|
</VersionIds>
|
|
</VersionIds>
|
|
<ExtraCompilerArguments>-Jviews -Jviews/res -Jviews/res/i18n -Jviews/res/mdpi
|
|
</ExtraCompilerArguments>
|
|
<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>example1</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>example1</OutputName>
|
|
<Target>Executable</Target>
|
|
<Externalconsole>true</Externalconsole>
|
|
<DebugLevel>0</DebugLevel>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Folder Include="src\" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="src\example1.d" />
|
|
</ItemGroup>
|
|
</Project> |