diff --git a/VncSharpCore/Resources/vnccursor.cur b/VncSharpCore/Resources/vnccursor.cur new file mode 100644 index 0000000..ac17f62 Binary files /dev/null and b/VncSharpCore/Resources/vnccursor.cur differ diff --git a/VncSharpCore/VncClient.cs b/VncSharpCore/VncClient.cs index 3549ccf..28575f0 100644 --- a/VncSharpCore/VncClient.cs +++ b/VncSharpCore/VncClient.cs @@ -479,7 +479,6 @@ private void Beep() // bool just so it matches the NativeMethods API signature { // TODO: How to do this under Unix? System.Console.Write("Beep!"); - return true; } #endif diff --git a/VncSharpCore/VncSharpCore.csproj b/VncSharpCore/VncSharpCore.csproj index 2f5027f..5daa52d 100644 --- a/VncSharpCore/VncSharpCore.csproj +++ b/VncSharpCore/VncSharpCore.csproj @@ -1,6 +1,6 @@  - net6.0-windows + net6.0-windows;net48; Library true VncSharpKey.snk @@ -32,6 +32,9 @@ true + + + True @@ -61,5 +64,6 @@ Resources.Designer.cs + \ No newline at end of file