[banshee] UPnPClient: Fix output path on Windows in .csproj file
- From: Bertrand Lorentz <blorentz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [banshee] UPnPClient: Fix output path on Windows in .csproj file
- Date: Tue, 20 Mar 2012 22:37:58 +0000 (UTC)
commit 962163ce24756535858149c064913dab70373fa8
Author: Bertrand Lorentz <bertrand lorentz gmail com>
Date: Tue Mar 20 23:34:30 2012 +0100
UPnPClient: Fix output path on Windows in .csproj file
.../Banshee.UPnPClient/Banshee.UPnPClient.csproj | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Extensions/Banshee.UPnPClient/Banshee.UPnPClient.csproj b/src/Extensions/Banshee.UPnPClient/Banshee.UPnPClient.csproj
index 7245b30..9286dff 100644
--- a/src/Extensions/Banshee.UPnPClient/Banshee.UPnPClient.csproj
+++ b/src/Extensions/Banshee.UPnPClient/Banshee.UPnPClient.csproj
@@ -32,7 +32,7 @@
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Windows|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
- <OutputPath>..\..\..\bin</OutputPath>
+ <OutputPath>..\..\..\bin\bin</OutputPath>
<PlatformTarget>x86</PlatformTarget>
<Optimize>false</Optimize>
</PropertyGroup>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]