1 files changed, 20 insertions, 0 deletions
diff --git a/crypto/crypto.csproj b/crypto/crypto.csproj
index d7fef35d9..6ab8faf50 100644
--- a/crypto/crypto.csproj
+++ b/crypto/crypto.csproj
@@ -3719,6 +3719,11 @@
BuildAction = "Compile"
/>
<File
+ RelPath = "src\crypto\generators\BCrypt.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "src\crypto\generators\DESedeKeyGenerator.cs"
SubType = "Code"
BuildAction = "Compile"
@@ -3809,6 +3814,11 @@
BuildAction = "Compile"
/>
<File
+ RelPath = "src\crypto\generators\OpenBsdBCrypt.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "src\crypto\generators\OpenSSLPBEParametersGenerator.cs"
SubType = "Code"
BuildAction = "Compile"
@@ -11250,6 +11260,11 @@
BuildAction = "Compile"
/>
<File
+ RelPath = "test\src\crypto\test\BCryptTest.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "test\src\crypto\test\BlockCipherVectorTest.cs"
SubType = "Code"
BuildAction = "Compile"
@@ -11530,6 +11545,11 @@
BuildAction = "Compile"
/>
<File
+ RelPath = "test\src\crypto\test\OpenBsdBCryptTest.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "test\src\crypto\test\PaddingTest.cs"
SubType = "Code"
BuildAction = "Compile"
|