mirror of https://github.com/buggins/dlangide.git
48 lines
2.1 KiB
XML
48 lines
2.1 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>
|
|
<ProjectGuid>{FB7A3FF6-0E67-47D1-BA70-F258F9A0E332}</ProjectGuid>
|
|
<BaseDirectory>.</BaseDirectory>
|
|
<Compiler>DMD2</Compiler>
|
|
<PreferOneStepBuild>true</PreferOneStepBuild>
|
|
<UseDefaultCompiler>true</UseDefaultCompiler>
|
|
<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>disowntty</OutputName>
|
|
<Target>Executable</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>disowntty</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>disowntty</OutputName>
|
|
<Target>Executable</Target>
|
|
<Externalconsole>true</Externalconsole>
|
|
<DebugLevel>0</DebugLevel>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Compile Include="disowntty.d" />
|
|
</ItemGroup>
|
|
</Project> |