diff --git a/crypto/crypto.csproj b/crypto/crypto.csproj
index fc577c303..0e9227970 100644
--- a/crypto/crypto.csproj
+++ b/crypto/crypto.csproj
@@ -4279,6 +4279,11 @@
BuildAction = "Compile"
/>
<File
+ RelPath = "src\crypto\tls\AbstractTlsClient.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "src\crypto\tls\AbstractTlsContext.cs"
SubType = "Code"
BuildAction = "Compile"
@@ -4294,6 +4299,16 @@
BuildAction = "Compile"
/>
<File
+ RelPath = "src\crypto\tls\AbstractTlsPeer.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "src\crypto\tls\AbstractTlsServer.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "src\crypto\tls\AbstractTlsSigner.cs"
SubType = "Code"
BuildAction = "Compile"
@@ -4489,6 +4504,16 @@
BuildAction = "Compile"
/>
<File
+ RelPath = "src\crypto\tls\HeartbeatExtension.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "src\crypto\tls\HeartbeatMessage.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "src\crypto\tls\HeartbeatMessageType.cs"
SubType = "Code"
BuildAction = "Compile"
@@ -4574,6 +4599,16 @@
BuildAction = "Compile"
/>
<File
+ RelPath = "src\crypto\tls\ServerName.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "src\crypto\tls\ServerNameList.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "src\crypto\tls\SessionParameters.cs"
SubType = "Code"
BuildAction = "Compile"
@@ -4609,6 +4644,11 @@
BuildAction = "Compile"
/>
<File
+ RelPath = "src\crypto\tls\SupplementalDataEntry.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "src\crypto\tls\SupplementalDataType.cs"
SubType = "Code"
BuildAction = "Compile"
@@ -4729,6 +4769,11 @@
BuildAction = "Compile"
/>
<File
+ RelPath = "src\crypto\tls\TlsExtensionsUtilities.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "src\crypto\tls\TlsFatalAlert.cs"
SubType = "Code"
BuildAction = "Compile"
@@ -4799,6 +4844,11 @@
BuildAction = "Compile"
/>
<File
+ RelPath = "src\crypto\tls\TlsServer.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "src\crypto\tls\TlsServerContext.cs"
SubType = "Code"
BuildAction = "Compile"
@@ -4814,6 +4864,11 @@
BuildAction = "Compile"
/>
<File
+ RelPath = "src\crypto\tls\TlsSessionImpl.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "src\crypto\tls\TlsSigner.cs"
SubType = "Code"
BuildAction = "Compile"
@@ -4829,6 +4884,11 @@
BuildAction = "Compile"
/>
<File
+ RelPath = "src\crypto\tls\TlsSrpUtilities.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "src\crypto\tls\TlsStream.cs"
SubType = "Code"
BuildAction = "Compile"
|