mirror of https://github.com/buggins/dlangui.git
103 lines
4.2 KiB
XML
103 lines
4.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>10.0.0</ProductVersion>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<ProjectGuid>{5355CB25-5AA9-4738-9A0F-C0673DBBCB07}</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>DerelictGL3</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>DerelictGL3</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>DerelictGL3</OutputName>
|
|
<Target>Executable</Target>
|
|
<Externalconsole>true</Externalconsole>
|
|
<DebugLevel>0</DebugLevel>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Compile Include="..\..\..\DerelictGL3\source\derelict\opengl3\arb.d">
|
|
<Link>arb.d</Link>
|
|
</Compile>
|
|
<Compile Include="..\..\..\DerelictGL3\source\derelict\opengl3\cgl.d">
|
|
<Link>cgl.d</Link>
|
|
</Compile>
|
|
<Compile Include="..\..\..\DerelictGL3\source\derelict\opengl3\constants.d">
|
|
<Link>constants.d</Link>
|
|
</Compile>
|
|
<Compile Include="..\..\..\DerelictGL3\source\derelict\opengl3\deprecatedConstants.d">
|
|
<Link>deprecatedConstants.d</Link>
|
|
</Compile>
|
|
<Compile Include="..\..\..\DerelictGL3\source\derelict\opengl3\deprecatedFunctions.d">
|
|
<Link>deprecatedFunctions.d</Link>
|
|
</Compile>
|
|
<Compile Include="..\..\..\DerelictGL3\source\derelict\opengl3\ext.d">
|
|
<Link>ext.d</Link>
|
|
</Compile>
|
|
<Compile Include="..\..\..\DerelictGL3\source\derelict\opengl3\functions.d">
|
|
<Link>functions.d</Link>
|
|
</Compile>
|
|
<Compile Include="..\..\..\DerelictGL3\source\derelict\opengl3\gl.d">
|
|
<Link>gl.d</Link>
|
|
</Compile>
|
|
<Compile Include="..\..\..\DerelictGL3\source\derelict\opengl3\gl3.d">
|
|
<Link>gl3.d</Link>
|
|
</Compile>
|
|
<Compile Include="..\..\..\DerelictGL3\source\derelict\opengl3\glx.d">
|
|
<Link>glx.d</Link>
|
|
</Compile>
|
|
<Compile Include="..\..\..\DerelictGL3\source\derelict\opengl3\glxext.d">
|
|
<Link>glxext.d</Link>
|
|
</Compile>
|
|
<Compile Include="..\..\..\DerelictGL3\source\derelict\opengl3\internal.d">
|
|
<Link>internal.d</Link>
|
|
</Compile>
|
|
<Compile Include="..\..\..\DerelictGL3\source\derelict\opengl3\types.d">
|
|
<Link>types.d</Link>
|
|
</Compile>
|
|
<Compile Include="..\..\..\DerelictGL3\source\derelict\opengl3\wgl.d">
|
|
<Link>wgl.d</Link>
|
|
</Compile>
|
|
<Compile Include="..\..\..\DerelictGL3\source\derelict\opengl3\wglext.d">
|
|
<Link>wglext.d</Link>
|
|
</Compile>
|
|
</ItemGroup>
|
|
</Project> |