diff UCIS.Core.csproj @ 54:ba4e2cb031e0

Added general purpose tar archive reader class
author Ivo Smits <Ivo@UCIS.nl>
date Wed, 02 Oct 2013 21:17:30 +0200
parents e3329f686b95
children ec222fb577dd
line wrap: on
line diff
--- a/UCIS.Core.csproj	Wed Oct 02 21:17:08 2013 +0200
+++ b/UCIS.Core.csproj	Wed Oct 02 21:17:30 2013 +0200
@@ -174,6 +174,7 @@
     <Compile Include="Util\PipeStream.cs" />
     <Compile Include="Util\PrebufferingStream.cs" />
     <Compile Include="Util\QueuedPacketStream.cs" />
+    <Compile Include="Util\TapeArchive.cs" />
     <Compile Include="VNCServer\IFramebuffer.cs" />
     <Compile Include="VNCServer\VNCServer.cs" />
     <Compile Include="Windows\ServiceManager.cs" />