From 8f6290d8790f64d0f171213fa80a48be897cb489 Mon Sep 17 00:00:00 2001 From: Niko Ehrenfeuchter <nikolaus.ehrenfeuchter@unibas.ch> Date: Wed, 28 Feb 2018 21:58:08 +0100 Subject: [PATCH] Use the "Release" build of RoboSharp. --- ATxService/ATxService.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ATxService/ATxService.csproj b/ATxService/ATxService.csproj index d8a2c52..247ef2c 100644 --- a/ATxService/ATxService.csproj +++ b/ATxService/ATxService.csproj @@ -55,7 +55,7 @@ <Private>True</Private> </Reference> <Reference Include="RoboSharp"> - <HintPath>..\..\robosharp\RoboSharp\bin\Debug\RoboSharp.dll</HintPath> + <HintPath>..\..\robosharp\RoboSharp\bin\Release\RoboSharp.dll</HintPath> </Reference> <Reference Include="System" /> <Reference Include="System.Configuration" /> -- GitLab