mirror of https://github.com/buggins/dlangui.git
update mono-d projects
This commit is contained in:
parent
266c24936e
commit
41377dff10
|
@ -3,7 +3,7 @@
|
|||
<PropertyGroup>
|
||||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
||||
<ProductVersion>10.0.0</ProductVersion>
|
||||
<ProductVersion>8.0.30703</ProductVersion>
|
||||
<SchemaVersion>2.0</SchemaVersion>
|
||||
<ProjectGuid>{2B088613-C536-4E5C-8B74-7913267D75DA}</ProjectGuid>
|
||||
<UseDefaultCompiler>true</UseDefaultCompiler>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<PropertyGroup>
|
||||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
||||
<ProductVersion>10.0.0</ProductVersion>
|
||||
<ProductVersion>8.0.30703</ProductVersion>
|
||||
<SchemaVersion>2.0</SchemaVersion>
|
||||
<ProjectGuid>{5355CB25-5AA9-4738-9A0F-C0673DBBCB07}</ProjectGuid>
|
||||
<UseDefaultCompiler>true</UseDefaultCompiler>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<PropertyGroup>
|
||||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
||||
<ProductVersion>10.0.0</ProductVersion>
|
||||
<ProductVersion>8.0.30703</ProductVersion>
|
||||
<SchemaVersion>2.0</SchemaVersion>
|
||||
<ProjectGuid>{87EE4E19-2409-4441-A0C0-2E6D08C555D9}</ProjectGuid>
|
||||
<UseDefaultCompiler>true</UseDefaultCompiler>
|
||||
|
|
|
@ -3,13 +3,19 @@
|
|||
<PropertyGroup>
|
||||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
||||
<ProductVersion>10.0.0</ProductVersion>
|
||||
<ProductVersion>8.0.30703</ProductVersion>
|
||||
<SchemaVersion>2.0</SchemaVersion>
|
||||
<ProjectGuid>{0B737AB4-0C3B-4250-A133-3AD793E2D322}</ProjectGuid>
|
||||
<UseDefaultCompiler>true</UseDefaultCompiler>
|
||||
<PreferOneStepBuild>true</PreferOneStepBuild>
|
||||
<Compiler>DMD2</Compiler>
|
||||
<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>
|
||||
|
@ -21,11 +27,7 @@
|
|||
<Target>StaticLibrary</Target>
|
||||
<Externalconsole>true</Externalconsole>
|
||||
<DebugLevel>0</DebugLevel>
|
||||
<Libs>
|
||||
<Libs>
|
||||
<Lib>dl</Lib>
|
||||
</Libs>
|
||||
</Libs>
|
||||
<ExtraLinkerArguments>-ldl</ExtraLinkerArguments>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||||
<OutputPath>bin\Release</OutputPath>
|
||||
|
@ -36,6 +38,11 @@
|
|||
<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>
|
||||
|
@ -47,10 +54,16 @@
|
|||
<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>
|
||||
|
@ -60,9 +73,11 @@
|
|||
</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>
|
||||
|
|
|
@ -0,0 +1,141 @@
|
|||
<?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>{174F5AAC-3D16-4AD9-9041-0DC0723A78FE}</ProjectGuid>
|
||||
<UseDefaultCompiler>true</UseDefaultCompiler>
|
||||
<PreferOneStepBuild>true</PreferOneStepBuild>
|
||||
<Compiler>DMD2</Compiler>
|
||||
<IncrementalLinking>true</IncrementalLinking>
|
||||
</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>dlib</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>dlib</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>dlib</OutputName>
|
||||
<Target>Executable</Target>
|
||||
<Externalconsole>true</Externalconsole>
|
||||
<DebugLevel>0</DebugLevel>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="..\..\..\dlib\dlib\core\compound.d">
|
||||
<Link>compound.d</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\..\..\dlib\dlib\core\stream.d">
|
||||
<Link>stream.d</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\..\..\dlib\dlib\filesystem\delegaterange.d">
|
||||
<Link>delegaterange.d</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\..\..\dlib\dlib\filesystem\filesystem.d">
|
||||
<Link>filesystem.d</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\..\..\dlib\dlib\filesystem\local.d">
|
||||
<Link>local.d</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\..\..\dlib\dlib\image\io\bitio.d">
|
||||
<Link>bitio.d</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\..\..\dlib\dlib\image\io\bmp.d">
|
||||
<Link>bmp.d</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\..\..\dlib\dlib\image\io\huffman.d">
|
||||
<Link>huffman.d</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\..\..\dlib\dlib\image\io\idct.d">
|
||||
<Link>idct.d</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\..\..\dlib\dlib\image\io\io.d">
|
||||
<Link>io.d</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\..\..\dlib\dlib\image\io\jpeg.d">
|
||||
<Link>jpeg.d</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\..\..\dlib\dlib\image\io\png.d">
|
||||
<Link>png.d</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\..\..\dlib\dlib\image\io\tga.d">
|
||||
<Link>tga.d</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\..\..\dlib\dlib\image\io\utils.d">
|
||||
<Link>utils.d</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\..\..\dlib\dlib\image\io\zlib.d">
|
||||
<Link>zlib.d</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\..\..\dlib\dlib\filesystem\dirrange.d">
|
||||
<Link>dirrange.d</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\..\..\dlib\dlib\filesystem\posix\common.d">
|
||||
<Link>common.d</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\..\..\dlib\dlib\filesystem\posix\directory.d">
|
||||
<Link>directory.d</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\..\..\dlib\dlib\filesystem\posix\file.d">
|
||||
<Link>file.d</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\..\..\dlib\dlib\image\color.d">
|
||||
<Link>color.d</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\..\..\dlib\dlib\image\image.d">
|
||||
<Link>image.d</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\..\..\dlib\dlib\functional\range.d">
|
||||
<Link>range.d</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\..\..\dlib\dlib\math\interpolation.d">
|
||||
<Link>interpolation.d</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\..\..\dlib\dlib\math\matrix.d">
|
||||
<Link>matrix.d</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\..\..\dlib\dlib\math\vector.d">
|
||||
<Link>vector.d</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\..\..\dlib\dlib\core\tuple.d">
|
||||
<Link>tuple.d</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\..\..\dlib\dlib\math\utils.d">
|
||||
<Link>math\utils.d</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\..\..\dlib\dlib\math\decomposition.d">
|
||||
<Link>math\decomposition.d</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\..\..\dlib\dlib\math\linsolve.d">
|
||||
<Link>math\linsolve.d</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\..\..\dlib\dlib\core\memory.d">
|
||||
<Link>memory.d</Link>
|
||||
</Compile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Folder Include="math\" />
|
||||
</ItemGroup>
|
||||
</Project>
|
|
@ -3,29 +3,30 @@
|
|||
<PropertyGroup>
|
||||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
||||
<ProductVersion>10.0.0</ProductVersion>
|
||||
<ProductVersion>8.0.30703</ProductVersion>
|
||||
<SchemaVersion>2.0</SchemaVersion>
|
||||
<ProjectGuid>{84FCA922-7BD9-4B9E-A192-A52F0A830AF5}</ProjectGuid>
|
||||
<UseDefaultCompiler>true</UseDefaultCompiler>
|
||||
<PreferOneStepBuild>true</PreferOneStepBuild>
|
||||
<Compiler>DMD2</Compiler>
|
||||
<Compiler>ldc2</Compiler>
|
||||
<IncrementalLinking>true</IncrementalLinking>
|
||||
<DependentProjectIds>
|
||||
<DependentProjectIds>
|
||||
<String>{ED644EF9-A446-4987-873F-B7F3CC28E3B7}</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>../DerelictUtil/source</Path>
|
||||
<Path>../DerelictFI/source</Path>
|
||||
<Path>../DerelictFT/source</Path>
|
||||
<Path>../DerelictSDL2/source</Path>
|
||||
<Path>../DerelictGL3/source</Path>
|
||||
<Path>../dlib</Path>
|
||||
<Path>src</Path>
|
||||
</Includes>
|
||||
</Includes>
|
||||
</PropertyGroup>
|
||||
|
@ -43,10 +44,16 @@
|
|||
<VersionIds>
|
||||
<String>USE_SDL</String>
|
||||
<String>USE_OPENGL</String>
|
||||
<String>EmbedStandardResources</String>
|
||||
</VersionIds>
|
||||
</VersionIds>
|
||||
<ExtraCompilerArguments>project.ddoc -c -Dddocs</ExtraCompilerArguments>
|
||||
<ExtraCompilerArguments>-Jviews -Jviews/res -Jviews/res/i18n -Jviews/res/mdpi</ExtraCompilerArguments>
|
||||
<DDocDirectory>docs</DDocDirectory>
|
||||
<Libs>
|
||||
<Libs>
|
||||
<Lib>dl</Lib>
|
||||
</Libs>
|
||||
</Libs>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||||
<OutputPath>bin\Release</OutputPath>
|
||||
|
@ -57,6 +64,7 @@
|
|||
<Target>Executable</Target>
|
||||
<Externalconsole>true</Externalconsole>
|
||||
<DebugLevel>0</DebugLevel>
|
||||
<ExtraCompilerArguments>project.ddoc -c -Dddocs</ExtraCompilerArguments>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Unittest|AnyCPU' ">
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
|
@ -68,6 +76,7 @@
|
|||
<Target>Executable</Target>
|
||||
<Externalconsole>true</Externalconsole>
|
||||
<DebugLevel>0</DebugLevel>
|
||||
<ExtraCompilerArguments>project.ddoc -c -Dddocs</ExtraCompilerArguments>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="src\dlangui\core\collections.d" />
|
||||
|
@ -99,9 +108,20 @@
|
|||
<Compile Include="src\dlangui\core\stdaction.d" />
|
||||
<Compile Include="src\dlangui\dialogs\dialog.d" />
|
||||
<Compile Include="src\dlangui\dialogs\filedlg.d" />
|
||||
<Compile Include="src\index.d" />
|
||||
<Compile Include="src\api.d" />
|
||||
<Compile Include="src\screenshots.d" />
|
||||
<Compile Include="src\dlangui\widgets\grid.d" />
|
||||
<Compile Include="src\dlangui\dialogs\msgbox.d" />
|
||||
<Compile Include="src\dlangui\graphics\colors.d" />
|
||||
<Compile Include="src\dlangui\widgets\appframe.d" />
|
||||
<Compile Include="src\dlangui\widgets\combobox.d" />
|
||||
<Compile Include="src\dlangui\widgets\docks.d" />
|
||||
<Compile Include="src\dlangui\widgets\scroll.d" />
|
||||
<Compile Include="src\dlangui\widgets\srcedit.d" />
|
||||
<Compile Include="src\dlangui\widgets\statusline.d" />
|
||||
<Compile Include="src\dlangui\widgets\toolbars.d" />
|
||||
<Compile Include="src\dlangui\widgets\tree.d" />
|
||||
<Compile Include="src\dlangui\core\editable.d" />
|
||||
<Compile Include="src\dlangui\core\files.d" />
|
||||
<Compile Include="src\dlangui\core\settings.d" />
|
||||
<Compile Include="src\dlangui\widgets\winframe.d" />
|
||||
</ItemGroup>
|
||||
</Project>
|
|
@ -3,8 +3,6 @@ Microsoft Visual Studio Solution File, Format Version 11.00
|
|||
# Visual Studio 2010
|
||||
Project("{3947E667-4C90-4C3A-BEB9-7148D6FE0D7C}") = "dlangui-monod-lib", "dlangui-monod-lib.dproj", "{84FCA922-7BD9-4B9E-A192-A52F0A830AF5}"
|
||||
EndProject
|
||||
Project("{3947E667-4C90-4C3A-BEB9-7148D6FE0D7C}") = "DerelictFI", "3rdparty\DerelictFI\DerelictFI.dproj", "{ED644EF9-A446-4987-873F-B7F3CC28E3B7}"
|
||||
EndProject
|
||||
Project("{3947E667-4C90-4C3A-BEB9-7148D6FE0D7C}") = "DerelictFT", "3rdparty\DerelictFT\DerelictFT.dproj", "{2B088613-C536-4E5C-8B74-7913267D75DA}"
|
||||
EndProject
|
||||
Project("{3947E667-4C90-4C3A-BEB9-7148D6FE0D7C}") = "DerelictGL3", "3rdparty\DerelictGL3\DerelictGL3.dproj", "{5355CB25-5AA9-4738-9A0F-C0673DBBCB07}"
|
||||
|
@ -15,6 +13,8 @@ Project("{3947E667-4C90-4C3A-BEB9-7148D6FE0D7C}") = "DerelictSDL2", "3rdparty\De
|
|||
EndProject
|
||||
Project("{3947E667-4C90-4C3A-BEB9-7148D6FE0D7C}") = "example1", "examples\example1\example1.dproj", "{11EEFA98-AAC1-45BD-8972-C97571D2D196}"
|
||||
EndProject
|
||||
Project("{3947E667-4C90-4C3A-BEB9-7148D6FE0D7C}") = "dlib", "3rdparty\dlib\dlib.dproj", "{174F5AAC-3D16-4AD9-9041-0DC0723A78FE}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|Any CPU = Debug|Any CPU
|
||||
|
@ -34,6 +34,12 @@ Global
|
|||
{11EEFA98-AAC1-45BD-8972-C97571D2D196}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{11EEFA98-AAC1-45BD-8972-C97571D2D196}.Unittest|Any CPU.ActiveCfg = Unittest|Any CPU
|
||||
{11EEFA98-AAC1-45BD-8972-C97571D2D196}.Unittest|Any CPU.Build.0 = Unittest|Any CPU
|
||||
{174F5AAC-3D16-4AD9-9041-0DC0723A78FE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{174F5AAC-3D16-4AD9-9041-0DC0723A78FE}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{174F5AAC-3D16-4AD9-9041-0DC0723A78FE}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{174F5AAC-3D16-4AD9-9041-0DC0723A78FE}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{174F5AAC-3D16-4AD9-9041-0DC0723A78FE}.Unittest|Any CPU.ActiveCfg = Unittest|Any CPU
|
||||
{174F5AAC-3D16-4AD9-9041-0DC0723A78FE}.Unittest|Any CPU.Build.0 = Unittest|Any CPU
|
||||
{2B088613-C536-4E5C-8B74-7913267D75DA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{2B088613-C536-4E5C-8B74-7913267D75DA}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{2B088613-C536-4E5C-8B74-7913267D75DA}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
|
@ -58,14 +64,5 @@ Global
|
|||
{87EE4E19-2409-4441-A0C0-2E6D08C555D9}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{87EE4E19-2409-4441-A0C0-2E6D08C555D9}.Unittest|Any CPU.ActiveCfg = Unittest|Any CPU
|
||||
{87EE4E19-2409-4441-A0C0-2E6D08C555D9}.Unittest|Any CPU.Build.0 = Unittest|Any CPU
|
||||
{ED644EF9-A446-4987-873F-B7F3CC28E3B7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{ED644EF9-A446-4987-873F-B7F3CC28E3B7}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{ED644EF9-A446-4987-873F-B7F3CC28E3B7}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{ED644EF9-A446-4987-873F-B7F3CC28E3B7}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{ED644EF9-A446-4987-873F-B7F3CC28E3B7}.Unittest|Any CPU.ActiveCfg = Unittest|Any CPU
|
||||
{ED644EF9-A446-4987-873F-B7F3CC28E3B7}.Unittest|Any CPU.Build.0 = Unittest|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(MonoDevelopProperties) = preSolution
|
||||
StartupItem = examples\example1\example1.dproj
|
||||
EndGlobalSection
|
||||
EndGlobal
|
||||
|
|
|
@ -8,27 +8,28 @@
|
|||
<ProjectGuid>{11EEFA98-AAC1-45BD-8972-C97571D2D196}</ProjectGuid>
|
||||
<UseDefaultCompiler>true</UseDefaultCompiler>
|
||||
<PreferOneStepBuild>true</PreferOneStepBuild>
|
||||
<Compiler>DMD2</Compiler>
|
||||
<Compiler>ldc2</Compiler>
|
||||
<IncrementalLinking>true</IncrementalLinking>
|
||||
<DependentProjectIds>
|
||||
<DependentProjectIds>
|
||||
<String>{84FCA922-7BD9-4B9E-A192-A52F0A830AF5}</String>
|
||||
<String>{ED644EF9-A446-4987-873F-B7F3CC28E3B7}</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>../../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>
|
||||
|
@ -46,8 +47,12 @@
|
|||
<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>
|
||||
|
@ -71,6 +76,9 @@
|
|||
<DebugLevel>0</DebugLevel>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="src\main.d" />
|
||||
<Folder Include="src\" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="src\example1.d" />
|
||||
</ItemGroup>
|
||||
</Project>
|
Loading…
Reference in New Issue