# HG changeset patch
# User StephaneLenclud
# Date 1443220452 -7200
# Node ID 77b34f307c8599e989e42408500518e61a48357a
# Parent 0c5930689ea19af21574dde656dd509e2d9e7e8b
Fixing output obj paths.
Adding reference to MiniDisplay.dll as link for ClickOnce to pick it up.
diff -r 0c5930689ea1 -r 77b34f307c85 Server/SharpDisplayManager.csproj
--- a/Server/SharpDisplayManager.csproj Sat Sep 26 00:20:31 2015 +0200
+++ b/Server/SharpDisplayManager.csproj Sat Sep 26 00:34:12 2015 +0200
@@ -38,7 +38,7 @@
false
true
true
- true
+ true
AnyCPU
@@ -64,7 +64,7 @@
true
..\bin\x86\Debug\
- ..\bin\x86\Debug\obj
+ ..\bin\x86\Debug\obj
DEBUG;TRACE
full
x86
@@ -75,7 +75,7 @@
..\bin\x86\Release\
- ..\bin\x86\Release\obj
+ ..\bin\x86\Release\obj
TRACE
true
pdbonly
@@ -114,7 +114,6 @@
False
-
..\packages\LibMiniDisplay.1.1.7\lib\net20\MiniDisplayInterop.dll
True
@@ -276,6 +275,9 @@
+
+ MiniDisplay.dll
+
PreserveNewest