diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2013-11-01 19:46:58 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2013-11-01 19:46:58 +0700 |
commit | 53a98a17e15b522051963b0dd2eb740dada48c96 (patch) | |
tree | a184dfb502c13d3ac3456aada7132cd2de9277ee /crypto/crypto.csproj | |
parent | Merge branch 'feature/gmac' of git://github.com/timw/bc-csharp (diff) | |
download | BouncyCastle.NET-ed25519-53a98a17e15b522051963b0dd2eb740dada48c96.tar.xz |
Add GMac classes to project file
Diffstat (limited to 'crypto/crypto.csproj')
-rw-r--r-- | crypto/crypto.csproj | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/crypto/crypto.csproj b/crypto/crypto.csproj index 852df2c09..6f4ba1500 100644 --- a/crypto/crypto.csproj +++ b/crypto/crypto.csproj @@ -3679,6 +3679,11 @@ BuildAction = "Compile" /> <File + RelPath = "src\crypto\macs\GMac.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "src\crypto\macs\GOST28147Mac.cs" SubType = "Code" BuildAction = "Compile" @@ -9682,6 +9687,11 @@ BuildAction = "Compile" /> <File + RelPath = "test\src\crypto\test\GMacTest.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "test\src\crypto\test\OCBTest.cs" SubType = "Code" BuildAction = "Compile" |