diff options
-rw-r--r-- | crypto/crypto.csproj | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/crypto/crypto.csproj b/crypto/crypto.csproj index 0df3859b4..7f4131f4e 100644 --- a/crypto/crypto.csproj +++ b/crypto/crypto.csproj @@ -3039,6 +3039,11 @@ BuildAction = "Compile" /> <File + RelPath = "src\crypto\IBlockResult.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "src\crypto\IBufferedCipher.cs" SubType = "Code" BuildAction = "Compile" @@ -3104,11 +3109,21 @@ BuildAction = "Compile" /> <File + RelPath = "src\crypto\IStreamCalculator.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "src\crypto\IStreamCipher.cs" SubType = "Code" BuildAction = "Compile" /> <File + RelPath = "src\crypto\IVerifier.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "src\crypto\IWrapper.cs" SubType = "Code" BuildAction = "Compile" |