# HG changeset patch
# User StephaneLenclud
# Date 1443219631 -7200
# Node ID 0c5930689ea19af21574dde656dd509e2d9e7e8b
# Parent 15aa52fe5795f9fced600ce3c14c23a5356dab30
Fixing binaries output paths.
diff -r 15aa52fe5795 -r 0c5930689ea1 Client/SharpDisplayClient.csproj
--- a/Client/SharpDisplayClient.csproj Fri Sep 25 19:25:35 2015 +0200
+++ b/Client/SharpDisplayClient.csproj Sat Sep 26 00:20:31 2015 +0200
@@ -51,7 +51,8 @@
true
- ..\..\bin\MiniDisplay\Debug\
+ ..\bin\x86\Debug\
+ ..\bin\x86\Debug\obj
DEBUG;TRACE
full
x86
@@ -60,7 +61,8 @@
false
- bin\x86\Release\
+ ..\bin\x86\Release\
+ ..\bin\x86\Release\obj
TRACE
true
pdbonly
diff -r 15aa52fe5795 -r 0c5930689ea1 Interface/SharpDisplayInterface.csproj
--- a/Interface/SharpDisplayInterface.csproj Fri Sep 25 19:25:35 2015 +0200
+++ b/Interface/SharpDisplayInterface.csproj Sat Sep 26 00:20:31 2015 +0200
@@ -34,7 +34,8 @@
true
- ..\..\bin\MiniDisplay\Debug\
+ ..\bin\x86\Debug\
+ ..\bin\x86\Debug\obj
DEBUG;TRACE
full
x86
@@ -43,7 +44,8 @@
false
- bin\x86\Release\
+ ..\bin\x86\Release\
+ ..\bin\x86\Release\obj
TRACE
true
pdbonly
diff -r 15aa52fe5795 -r 0c5930689ea1 PowerManager/PowerManager.vcxproj
--- a/PowerManager/PowerManager.vcxproj Fri Sep 25 19:25:35 2015 +0200
+++ b/PowerManager/PowerManager.vcxproj Sat Sep 26 00:20:31 2015 +0200
@@ -74,12 +74,16 @@
true
+ $(SolutionDir)bin\$(PlatformTarget)\$(Configuration)\
+ $(SolutionDir)bin\$(PlatformTarget)\$(Configuration)\obj\
true
false
+ $(SolutionDir)bin\$(PlatformTarget)\$(Configuration)\
+ $(SolutionDir)bin\$(PlatformTarget)\$(Configuration)\obj\
false
diff -r 15aa52fe5795 -r 0c5930689ea1 Server/SharpDisplayManager.csproj
--- a/Server/SharpDisplayManager.csproj Fri Sep 25 19:25:35 2015 +0200
+++ b/Server/SharpDisplayManager.csproj Sat Sep 26 00:20:31 2015 +0200
@@ -38,7 +38,7 @@
false
true
true
- true
+ true
AnyCPU
@@ -63,7 +63,8 @@
true
- ..\..\bin\MiniDisplay\Debug\
+ ..\bin\x86\Debug\
+ ..\bin\x86\Debug\obj
DEBUG;TRACE
full
x86
@@ -73,7 +74,8 @@
true
- bin\x86\Release\
+ ..\bin\x86\Release\
+ ..\bin\x86\Release\obj
TRACE
true
pdbonly