<?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)' == '' ">x64</Platform>
    <ProjectGuid>{CB4E43FF-5E6A-4F4E-9A6C-F182EC258112}</ProjectGuid>
    <Compiler>DMD2</Compiler>
    <PreferOneStepBuild>true</PreferOneStepBuild>
    <UseDefaultCompiler>true</UseDefaultCompiler>
    <IncrementalLinking>true</IncrementalLinking>
    <Includes>
      <Includes>
        <Path>../../src</Path>
        <Path>../../3rdparty</Path>
        <Path>../../deps/DerelictGL3/source</Path>
        <Path>../../deps/DerelictSDL2/source</Path>
        <Path>../../deps/DerelictFT/source</Path>
        <Path>../../deps/DerelictUtil/source</Path>
      </Includes>
    </Includes>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
    <DebugSymbols>true</DebugSymbols>
    <OutputPath>bin\Debug</OutputPath>
    <VersionIds>
      <VersionIds>
        <String>USE_SDL</String>
        <String>USE_OPENGL</String>
        <String>USE_FREETYPE</String>
        <String>EmbedStandardResources</String>
      </VersionIds>
    </VersionIds>
    <ObjectsDirectory>obj/Debug</ObjectsDirectory>
    <LinkinThirdPartyLibraries>true</LinkinThirdPartyLibraries>
    <ExtraCompilerArguments>-Jviews -Jviews/res -Jviews/res/i18n -Jviews/res/mdpi -Jviews/res/hdpi</ExtraCompilerArguments>
    <UnittestMode>false</UnittestMode>
    <OutputName>helloworld-monod-osx</OutputName>
    <Target>Executable</Target>
    <Externalconsole>true</Externalconsole>
    <DebugLevel>0</DebugLevel>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
    <OutputPath>bin\Release</OutputPath>
    <VersionIds>
      <VersionIds>
        <String>USE_SDL</String>
        <String>USE_OPENGL</String>
        <String>USE_FREETYPE</String>
        <String>EmbedStandardResources</String>
      </VersionIds>
    </VersionIds>
    <ObjectsDirectory>obj/Release</ObjectsDirectory>
    <LinkinThirdPartyLibraries>true</LinkinThirdPartyLibraries>
    <ExtraCompilerArguments>-Jviews -Jviews/res -Jviews/res/i18n -Jviews/res/mdpi -Jviews/res/hdpi</ExtraCompilerArguments>
    <UnittestMode>false</UnittestMode>
    <OutputName>helloworld-monod-osx</OutputName>
    <Target>Executable</Target>
    <Externalconsole>true</Externalconsole>
    <DebugLevel>0</DebugLevel>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Unittest|x64' ">
    <DebugSymbols>true</DebugSymbols>
    <OutputPath>bin\Unittest</OutputPath>
    <VersionIds>
      <VersionIds>
        <String>USE_SDL</String>
        <String>USE_OPENGL</String>
        <String>USE_FREETYPE</String>
        <String>EmbedStandardResources</String>
      </VersionIds>
    </VersionIds>
    <ObjectsDirectory>obj/Unittest</ObjectsDirectory>
    <LinkinThirdPartyLibraries>true</LinkinThirdPartyLibraries>
    <ExtraCompilerArguments>-Jviews -Jviews/res -Jviews/res/i18n -Jviews/res/mdpi -Jviews/res/hdpi</ExtraCompilerArguments>
    <UnittestMode>true</UnittestMode>
    <OutputName>helloworld-monod-osx</OutputName>
    <Target>Executable</Target>
    <Externalconsole>true</Externalconsole>
    <DebugLevel>0</DebugLevel>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'DebugX11|AnyCPU' ">
    <OutputPath>bin\DebugX11</OutputPath>
    <ObjectsDirectory>obj/DebugX11</ObjectsDirectory>
    <LinkinThirdPartyLibraries>false</LinkinThirdPartyLibraries>
    <ExtraCompilerArguments>-Jviews -Jviews/res -Jviews/res/i18n -Jviews/res/mdpi -Jviews/res/hdpi</ExtraCompilerArguments>
    <UnittestMode>false</UnittestMode>
    <OutputName>helloworld-monod-osx</OutputName>
    <Target>Executable</Target>
    <Externalconsole>true</Externalconsole>
    <DebugLevel>0</DebugLevel>
  </PropertyGroup>
  <ItemGroup>
    <Compile Include="src\helloworld.d" />
  </ItemGroup>
</Project>