diff UCIS.Core.csproj @ 76:b05350c24596

Added InteropUtil for safe pinned array and string access
author Ivo Smits <Ivo@UCIS.nl>
date Mon, 03 Feb 2014 22:53:58 +0100
parents 7e9d1cfcc562
children 3352f89cf6f5
line wrap: on
line diff
--- a/UCIS.Core.csproj	Mon Feb 03 22:53:31 2014 +0100
+++ b/UCIS.Core.csproj	Mon Feb 03 22:53:58 2014 +0100
@@ -176,6 +176,7 @@
     <Compile Include="Util\PrebufferingStream.cs" />
     <Compile Include="Util\QueuedPacketStream.cs" />
     <Compile Include="Util\TapeArchive.cs" />
+    <Compile Include="Util\InteropUtil.cs" />
     <Compile Include="Util\WorkQueue.cs" />
     <Compile Include="VNCServer\IFramebuffer.cs" />
     <Compile Include="VNCServer\VNCServer.cs" />