comparison 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
comparison
equal deleted inserted replaced
75:50d4aed66c67 76:b05350c24596
174 <Compile Include="Util\PacketStream.cs" /> 174 <Compile Include="Util\PacketStream.cs" />
175 <Compile Include="Util\PipeStream.cs" /> 175 <Compile Include="Util\PipeStream.cs" />
176 <Compile Include="Util\PrebufferingStream.cs" /> 176 <Compile Include="Util\PrebufferingStream.cs" />
177 <Compile Include="Util\QueuedPacketStream.cs" /> 177 <Compile Include="Util\QueuedPacketStream.cs" />
178 <Compile Include="Util\TapeArchive.cs" /> 178 <Compile Include="Util\TapeArchive.cs" />
179 <Compile Include="Util\InteropUtil.cs" />
179 <Compile Include="Util\WorkQueue.cs" /> 180 <Compile Include="Util\WorkQueue.cs" />
180 <Compile Include="VNCServer\IFramebuffer.cs" /> 181 <Compile Include="VNCServer\IFramebuffer.cs" />
181 <Compile Include="VNCServer\VNCServer.cs" /> 182 <Compile Include="VNCServer\VNCServer.cs" />
182 <Compile Include="Windows\ServiceManager.cs" /> 183 <Compile Include="Windows\ServiceManager.cs" />
183 <Compile Include="Windows\WindowsNamedPipe.cs" /> 184 <Compile Include="Windows\WindowsNamedPipe.cs" />