1 files changed, 10 insertions, 0 deletions
diff --git a/crypto/crypto.csproj b/crypto/crypto.csproj
index 26af5666f..ded3d6025 100644
--- a/crypto/crypto.csproj
+++ b/crypto/crypto.csproj
@@ -4294,6 +4294,11 @@
BuildAction = "Compile"
/>
<File
+ RelPath = "src\crypto\signers\X931Signer.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "src\crypto\tls\AbstractTlsAgreementCredentials.cs"
SubType = "Code"
BuildAction = "Compile"
@@ -11068,6 +11073,11 @@
BuildAction = "Compile"
/>
<File
+ RelPath = "test\src\crypto\test\X931SignerTest.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "test\src\crypto\test\XSalsa20Test.cs"
SubType = "Code"
BuildAction = "Compile"
|