diff options
Diffstat (limited to 'crypto/crypto.csproj')
-rw-r--r-- | crypto/crypto.csproj | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/crypto/crypto.csproj b/crypto/crypto.csproj index 76c91ae2b..852df2c09 100644 --- a/crypto/crypto.csproj +++ b/crypto/crypto.csproj @@ -3324,6 +3324,11 @@ BuildAction = "Compile" /> <File + RelPath = "src\crypto\engines\ChaChaEngine.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "src\crypto\engines\DESedeEngine.cs" SubType = "Code" BuildAction = "Compile" @@ -3499,6 +3504,11 @@ BuildAction = "Compile" /> <File + RelPath = "src\crypto\engines\XSalsa20Engine.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "src\crypto\engines\XTEAEngine.cs" SubType = "Code" BuildAction = "Compile" @@ -9567,6 +9577,11 @@ BuildAction = "Compile" /> <File + RelPath = "test\src\crypto\test\ChaChaTest.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "test\src\crypto\test\CipherTest.cs" SubType = "Code" BuildAction = "Compile" @@ -10037,6 +10052,11 @@ BuildAction = "Compile" /> <File + RelPath = "test\src\crypto\test\XSalsa20Test.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "test\src\crypto\test\XTEATest.cs" SubType = "Code" BuildAction = "Compile" |