1 files changed, 45 insertions, 0 deletions
diff --git a/crypto/crypto.csproj b/crypto/crypto.csproj
index c361d5d80..2cc76f367 100644
--- a/crypto/crypto.csproj
+++ b/crypto/crypto.csproj
@@ -4289,6 +4289,16 @@
BuildAction = "Compile"
/>
<File
+ RelPath = "src\crypto\tls\CertificateStatus.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "src\crypto\tls\CertificateStatusRequest.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "src\crypto\tls\CertificateStatusType.cs"
SubType = "Code"
BuildAction = "Compile"
@@ -4299,6 +4309,11 @@
BuildAction = "Compile"
/>
<File
+ RelPath = "src\crypto\tls\CertificateUrl.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "src\crypto\tls\ChangeCipherSpec.cs"
SubType = "Code"
BuildAction = "Compile"
@@ -4469,6 +4484,11 @@
BuildAction = "Compile"
/>
<File
+ RelPath = "src\crypto\tls\OcspStatusRequest.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "src\crypto\tls\PrfAlgorithm.cs"
SubType = "Code"
BuildAction = "Compile"
@@ -4494,6 +4514,11 @@
BuildAction = "Compile"
/>
<File
+ RelPath = "src\crypto\tls\SessionParameters.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "src\crypto\tls\SignatureAlgorithm.cs"
SubType = "Code"
BuildAction = "Compile"
@@ -4574,6 +4599,11 @@
BuildAction = "Compile"
/>
<File
+ RelPath = "src\crypto\tls\TlsContext.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "src\crypto\tls\TlsCredentials.cs"
SubType = "Code"
BuildAction = "Compile"
@@ -4659,6 +4689,11 @@
BuildAction = "Compile"
/>
<File
+ RelPath = "src\crypto\tls\TlsProtocol.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "src\crypto\tls\TlsProtocolHandler.cs"
SubType = "Code"
BuildAction = "Compile"
@@ -4689,6 +4724,11 @@
BuildAction = "Compile"
/>
<File
+ RelPath = "src\crypto\tls\TlsSession.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "src\crypto\tls\TlsSigner.cs"
SubType = "Code"
BuildAction = "Compile"
@@ -4719,6 +4759,11 @@
BuildAction = "Compile"
/>
<File
+ RelPath = "src\crypto\tls\UrlAndHash.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "src\crypto\tls\UserMappingType.cs"
SubType = "Code"
BuildAction = "Compile"
|