[tomboy] AdvancedPreferences addin: correct Win build output path



commit fd332f13651d6619aadc1e685412f5b5634badb9
Author: Alex Tereschenko <frozen and blue gmail com>
Date:   Sat Jan 28 21:18:58 2017 +0100

    AdvancedPreferences addin: correct Win build output path
    
    Signed-off-by: Alex Tereschenko <frozen and blue gmail com>

 .../AdvancedPreferences/AdvancedPreferences.csproj |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/Tomboy/Addins/AdvancedPreferences/AdvancedPreferences.csproj 
b/Tomboy/Addins/AdvancedPreferences/AdvancedPreferences.csproj
index 130c5a7..cef2d73 100644
--- a/Tomboy/Addins/AdvancedPreferences/AdvancedPreferences.csproj
+++ b/Tomboy/Addins/AdvancedPreferences/AdvancedPreferences.csproj
@@ -47,7 +47,7 @@
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
     <DebugSymbols>true</DebugSymbols>
-    <OutputPath>bin\Debug\</OutputPath>
+    <OutputPath>..\..\..\bin\Debug\</OutputPath>
     <DefineConstants>DEBUG;TRACE</DefineConstants>
     <DebugType>Full</DebugType>
     <PlatformTarget>AnyCPU</PlatformTarget>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]