From 3ed06dafb000dd30606b2ea70f21c7b0b3fb7bf4 Mon Sep 17 00:00:00 2001 From: Sean Kaim Date: Tue, 15 Nov 2016 14:17:17 -0500 Subject: [PATCH] suppress complier warning MSB3305 Processing COM reference "" from path "". At least one of the arguments for '' cannot be marshaled by the runtime marshaler. Such arguments will therefore be passed as a pointer and may require unsafe code to manipulate. --- mRemoteV1/mRemoteV1.csproj | 1 + 1 file changed, 1 insertion(+) diff --git a/mRemoteV1/mRemoteV1.csproj b/mRemoteV1/mRemoteV1.csproj index 9feb66e84..10e50f4ec 100644 --- a/mRemoteV1/mRemoteV1.csproj +++ b/mRemoteV1/mRemoteV1.csproj @@ -44,6 +44,7 @@ true + True