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 a80ac39ea..509638ff1 100644 --- a/crypto/crypto.csproj +++ b/crypto/crypto.csproj @@ -4369,6 +4369,11 @@ BuildAction = "Compile" /> <File + RelPath = "src\crypto\parameters\ParametersWithID.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "src\crypto\parameters\ParametersWithIV.cs" SubType = "Code" BuildAction = "Compile" @@ -4614,6 +4619,11 @@ BuildAction = "Compile" /> <File + RelPath = "src\crypto\signers\SM2Signer.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "src\crypto\signers\X931Signer.cs" SubType = "Code" BuildAction = "Compile" @@ -11910,6 +11920,11 @@ BuildAction = "Compile" /> <File + RelPath = "test\src\crypto\test\SM2SignerTest.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "test\src\crypto\test\SM3DigestTest.cs" SubType = "Code" BuildAction = "Compile" @@ -12795,6 +12810,11 @@ BuildAction = "Compile" /> <File + RelPath = "test\src\util\test\TestRandomBigInteger.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "test\src\util\test\UncloseableStream.cs" SubType = "Code" BuildAction = "Compile" |