From a532f4945d81dc4131a7f62890627dca472d47c9 Mon Sep 17 00:00:00 2001 From: Nabile Rahmani Date: Thu, 29 Nov 2018 09:25:10 +0100 Subject: [PATCH] DllMapping isn't required when following naming conventions. https://www.mono-project.com/docs/advanced/pinvoke/#library-names --- DotN64/DotN64.csproj | 5 ----- DotN64/DotN64.dll.config | 4 ---- 2 files changed, 9 deletions(-) delete mode 100644 DotN64/DotN64.dll.config diff --git a/DotN64/DotN64.csproj b/DotN64/DotN64.csproj index 0b62a3a..acf1b10 100644 --- a/DotN64/DotN64.csproj +++ b/DotN64/DotN64.csproj @@ -125,10 +125,5 @@ - - - PreserveNewest - - \ No newline at end of file diff --git a/DotN64/DotN64.dll.config b/DotN64/DotN64.dll.config deleted file mode 100644 index 5473619..0000000 --- a/DotN64/DotN64.dll.config +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file