From fd184b6ffeaf5b1d1dceb7de58a8ebb7c3d8c760 Mon Sep 17 00:00:00 2001
From: a1xd <68629610+a1xd@users.noreply.github.com>
Date: Fri, 25 Sep 2020 18:46:04 -0400
Subject: add initial writer
move managed settings into wrapper
move gui build into driver build dir
---
grapher/grapher.csproj | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
(limited to 'grapher/grapher.csproj')
diff --git a/grapher/grapher.csproj b/grapher/grapher.csproj
index bc9fcf2..29b5cff 100644
--- a/grapher/grapher.csproj
+++ b/grapher/grapher.csproj
@@ -15,7 +15,7 @@
true
- bin\x64\Debug\
+ $(SolutionDir)$(Platform)\$(Configuration)\
DEBUG;TRACE
full
x64
@@ -25,7 +25,7 @@
true
- bin\x64\Release\
+ $(SolutionDir)$(Platform)\$(Configuration)\
TRACE
true
pdbonly
@@ -101,7 +101,6 @@
-
--
cgit v1.2.3