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:
authorcra0zy <cra0zy@gmail.com>2016-03-15 20:22:31 +0300
committercra0zy <cra0zy@gmail.com>2016-03-15 20:23:46 +0300
commitb394646a4d4a22312cfa3c5b85503c01a89e0a57 (patch)
tree33d3ab2eb5b1fc007fa8a9eb9079882953f97907 /Xwt.Gtk/Xwt.Gtk3.csproj
parent01be0941dd2af0cccbb387b44216388f761134ca (diff)
Fix Gtk3 Build
Diffstat (limited to 'Xwt.Gtk/Xwt.Gtk3.csproj')
-rw-r--r--Xwt.Gtk/Xwt.Gtk3.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/Xwt.Gtk/Xwt.Gtk3.csproj b/Xwt.Gtk/Xwt.Gtk3.csproj
index d20d95a5..cd701473 100644
--- a/Xwt.Gtk/Xwt.Gtk3.csproj
+++ b/Xwt.Gtk/Xwt.Gtk3.csproj
@@ -24,7 +24,7 @@
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>True</Optimize>
- <OutputPath>bin\Debug</OutputPath>
+ <OutputPath>bin\Release</OutputPath>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<ConsolePause>False</ConsolePause>