From 46c3b4aee81894ad3bc1218497471aadb73b0228 Mon Sep 17 00:00:00 2001 From: Arkadiusz Benedykt Date: Tue, 6 Dec 2016 15:01:40 +0100 Subject: [PATCH] migrated solution to vs 2015 changed autKoanRunner and KoanRunner to .net 4.5 in order to change thread culture without hacking in KoanRunner forcing en-US culture so that exceptions are thrown in english. Otherwise they are thrown in local language and the autoKianRunner does not work --- AutoKoanRunner/AutoKoanRunner.csproj | 10 ++++++++-- AutoKoanRunner/app.config | 3 +++ KoanRunner/KoanRunner.csproj | 6 +++++- KoanRunner/Program.cs | 7 ++++++- KoanRunner/app.config | 3 +++ 5 files changed, 25 insertions(+), 4 deletions(-) create mode 100644 AutoKoanRunner/app.config create mode 100644 KoanRunner/app.config diff --git a/AutoKoanRunner/AutoKoanRunner.csproj b/AutoKoanRunner/AutoKoanRunner.csproj index 7a556f8..d242b1f 100644 --- a/AutoKoanRunner/AutoKoanRunner.csproj +++ b/AutoKoanRunner/AutoKoanRunner.csproj @@ -10,8 +10,9 @@ Properties AutoKoanRunner AutoKoanRunner - v4.0 - Client + v4.5 + + 512 @@ -23,6 +24,7 @@ DEBUG;TRACE prompt 4 + false x86 @@ -32,6 +34,7 @@ TRACE prompt 4 + false @@ -52,6 +55,9 @@ AutoKoanRunner.Core + + +