diff options
-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" |