From ab8e81d12db6eba2f39dd0a04cfcd88d8ede8c9d Mon Sep 17 00:00:00 2001 From: John Buczkowski Date: Mon, 20 Apr 2015 22:30:07 -0400 Subject: [PATCH] Added Debug/Release conditional to project file for including Affdex.dll. --- AffdexMe/AffdexMe.csproj | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/AffdexMe/AffdexMe.csproj b/AffdexMe/AffdexMe.csproj index 201e263..fce5f81 100644 --- a/AffdexMe/AffdexMe.csproj +++ b/AffdexMe/AffdexMe.csproj @@ -37,10 +37,14 @@ 4 - - False + + ..\..\Program Files (x86)\Affectiva\Affdex SDK\bin\debug\Affdex.dll + + ..\..\Program Files (x86)\Affectiva\Affdex SDK\bin\release\Affdex.dll + +