1 files changed, 30 insertions, 0 deletions
diff --git a/crypto/crypto.csproj b/crypto/crypto.csproj
index e6ab94ee2..73afed47e 100644
--- a/crypto/crypto.csproj
+++ b/crypto/crypto.csproj
@@ -384,6 +384,11 @@
BuildAction = "Compile"
/>
<File
+ RelPath = "src\asn1\DerGraphicString.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "src\asn1\DERIA5String.cs"
SubType = "Code"
BuildAction = "Compile"
@@ -489,6 +494,11 @@
BuildAction = "Compile"
/>
<File
+ RelPath = "src\asn1\DerVideotexString.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "src\asn1\DERVisibleString.cs"
SubType = "Code"
BuildAction = "Compile"
@@ -11840,6 +11850,16 @@
BuildAction = "Compile"
/>
<File
+ RelPath = "test\src\crypto\tls\test\DtlsTestClientProtocol.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "test\src\crypto\tls\test\DtlsTestServerProtocol.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "test\src\crypto\tls\test\DtlsTestSuite.cs"
SubType = "Code"
BuildAction = "Compile"
@@ -11950,6 +11970,11 @@
BuildAction = "Compile"
/>
<File
+ RelPath = "test\src\crypto\tls\test\TlsTestClientProtocol.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "test\src\crypto\tls\test\TlsTestConfig.cs"
SubType = "Code"
BuildAction = "Compile"
@@ -11960,6 +11985,11 @@
BuildAction = "Compile"
/>
<File
+ RelPath = "test\src\crypto\tls\test\TlsTestServerProtocol.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "test\src\crypto\tls\test\TlsTestSuite.cs"
SubType = "Code"
BuildAction = "Compile"
|