diff options
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 29e9cb718..a940fbd0b 100644 --- a/crypto/crypto.csproj +++ b/crypto/crypto.csproj @@ -3269,6 +3269,11 @@ BuildAction = "Compile" /> <File + RelPath = "src\crypto\IDigestFactory.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "src\crypto\IDSA.cs" SubType = "Code" BuildAction = "Compile" @@ -4424,6 +4429,11 @@ BuildAction = "Compile" /> <File + RelPath = "src\crypto\operators\Asn1DigestFactory.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "src\crypto\operators\Asn1KeyWrapper.cs" SubType = "Code" BuildAction = "Compile" |