From c296bb2002ec491d3fc9dd2bd72067ca46d2d412 Mon Sep 17 00:00:00 2001 From: caetera Date: Fri, 10 May 2019 17:10:12 +0200 Subject: [PATCH] Fix remote assembly error Fix cannot load remote assembly error on Windows --- App.config | 6 ++++++ ThermoRawFileParser.csproj | 1 + 2 files changed, 7 insertions(+) create mode 100644 App.config diff --git a/App.config b/App.config new file mode 100644 index 0000000..5217ce8 --- /dev/null +++ b/App.config @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/ThermoRawFileParser.csproj b/ThermoRawFileParser.csproj index 8654585..62d4d02 100644 --- a/ThermoRawFileParser.csproj +++ b/ThermoRawFileParser.csproj @@ -141,6 +141,7 @@ +