From 1c5849ba9407871c2db04dd6bebd4154d5982865 Mon Sep 17 00:00:00 2001 From: antiduh Date: Sun, 22 Jun 2014 00:43:47 +0000 Subject: [PATCH] Moved the secure buffer code to its own folder. --- NSspi.csproj | 11 +++++++---- {Contexts => SecureBuffer}/SecureBuffer.cs | 0 {Contexts => SecureBuffer}/SecureBufferDataRep.cs | 0 {Contexts => SecureBuffer}/SecureBufferDesc.cs | 0 {Contexts => SecureBuffer}/SecureBufferType.cs | 0 5 files changed, 7 insertions(+), 4 deletions(-) rename {Contexts => SecureBuffer}/SecureBuffer.cs (100%) rename {Contexts => SecureBuffer}/SecureBufferDataRep.cs (100%) rename {Contexts => SecureBuffer}/SecureBufferDesc.cs (100%) rename {Contexts => SecureBuffer}/SecureBufferType.cs (100%) diff --git a/NSspi.csproj b/NSspi.csproj index f23a55a..807e806 100644 --- a/NSspi.csproj +++ b/NSspi.csproj @@ -48,10 +48,6 @@ - - - - @@ -64,9 +60,16 @@ + + + + + + +