Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/xwt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Ungureanu <marius.ungureanu@xamarin.com>2015-09-21 15:57:55 +0300
committerMarius Ungureanu <marius.ungureanu@xamarin.com>2015-09-21 15:57:55 +0300
commita7e28bf4932f68d7fb0aa79ab8cafc9cd8d2e28f (patch)
treec5de148923a0a473ecf6890d09741677534b960e /Xwt.Gtk/Xwt.Gtk3.csproj
parent14dae89f30f97871e889c186f10d0cdb37df9a77 (diff)
Fixup release configs
Diffstat (limited to 'Xwt.Gtk/Xwt.Gtk3.csproj')
-rw-r--r--Xwt.Gtk/Xwt.Gtk3.csproj5
1 files changed, 3 insertions, 2 deletions
diff --git a/Xwt.Gtk/Xwt.Gtk3.csproj b/Xwt.Gtk/Xwt.Gtk3.csproj
index cfa7a974..8bbd88e5 100644
--- a/Xwt.Gtk/Xwt.Gtk3.csproj
+++ b/Xwt.Gtk/Xwt.Gtk3.csproj
@@ -15,7 +15,7 @@
<DebugType>full</DebugType>
<Optimize>False</Optimize>
<OutputPath>bin\Debug</OutputPath>
- <DefineConstants>DEBUG XWT_GTK3</DefineConstants>
+ <DefineConstants>DEBUG;XWT_GTK3</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<ConsolePause>False</ConsolePause>
@@ -24,12 +24,13 @@
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>True</Optimize>
- <OutputPath>bin\Release</OutputPath>
+ <OutputPath>bin\Debug</OutputPath>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<ConsolePause>False</ConsolePause>
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
<DefineConstants>XWT_GTK3</DefineConstants>
+ <DebugSymbols>true</DebugSymbols>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />