Browse Source

Added Array.cs to WP project

Gert Driesen 9 years ago
parent
commit
df1211a0b1
1 changed files with 3 additions and 0 deletions
  1. 3 0
      src/Renci.SshNet.WindowsPhone/Renci.SshNet.WindowsPhone.csproj

+ 3 - 0
src/Renci.SshNet.WindowsPhone/Renci.SshNet.WindowsPhone.csproj

@@ -122,6 +122,9 @@
     <Compile Include="..\Renci.SshNet\CommandAsyncResult.cs">
       <Link>CommandAsyncResult.cs</Link>
     </Compile>
+    <Compile Include="..\Renci.SshNet\Common\Array.cs">
+      <Link>Common\Array.cs</Link>
+    </Compile>
     <Compile Include="..\Renci.SshNet\Common\ASCIIEncoding.cs">
       <Link>Common\ASCIIEncoding.cs</Link>
     </Compile>