1 files changed, 20 insertions, 0 deletions
diff --git a/crypto/crypto.csproj b/crypto/crypto.csproj
index 509638ff1..f9d38edd5 100644
--- a/crypto/crypto.csproj
+++ b/crypto/crypto.csproj
@@ -3234,6 +3234,11 @@
BuildAction = "Compile"
/>
<File
+ RelPath = "src\crypto\agreement\SM2KeyExchange.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "src\crypto\agreement\jpake\JPakeParticipant.cs"
SubType = "Code"
BuildAction = "Compile"
@@ -4429,6 +4434,16 @@
BuildAction = "Compile"
/>
<File
+ RelPath = "src\crypto\parameters\SM2KeyExchangePrivateParameters.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "src\crypto\parameters\SM2KeyExchangePublicParameters.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "src\crypto\parameters\Srp6GroupParameters.cs"
SubType = "Code"
BuildAction = "Compile"
@@ -11920,6 +11935,11 @@
BuildAction = "Compile"
/>
<File
+ RelPath = "test\src\crypto\test\SM2KeyExchangeTest.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "test\src\crypto\test\SM2SignerTest.cs"
SubType = "Code"
BuildAction = "Compile"
|