1 files changed, 30 insertions, 0 deletions
diff --git a/crypto/crypto.csproj b/crypto/crypto.csproj
index 0e9227970..6a3d80f7d 100644
--- a/crypto/crypto.csproj
+++ b/crypto/crypto.csproj
@@ -4454,6 +4454,11 @@
BuildAction = "Compile"
/>
<File
+ RelPath = "src\crypto\tls\DeferredHash.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "src\crypto\tls\DigestAlgorithm.cs"
SubType = "Code"
BuildAction = "Compile"
@@ -4464,6 +4469,11 @@
BuildAction = "Compile"
/>
<File
+ RelPath = "src\crypto\tls\DigitallySigned.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "src\crypto\tls\ECBasisType.cs"
SubType = "Code"
BuildAction = "Compile"
@@ -4599,6 +4609,11 @@
BuildAction = "Compile"
/>
<File
+ RelPath = "src\crypto\tls\ServerDHParams.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "src\crypto\tls\ServerName.cs"
SubType = "Code"
BuildAction = "Compile"
@@ -4609,6 +4624,11 @@
BuildAction = "Compile"
/>
<File
+ RelPath = "src\crypto\tls\ServerOnlyTlsAuthentication.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "src\crypto\tls\SessionParameters.cs"
SubType = "Code"
BuildAction = "Compile"
@@ -4889,6 +4909,11 @@
BuildAction = "Compile"
/>
<File
+ RelPath = "src\crypto\tls\TlsSrtpUtilities.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "src\crypto\tls\TlsStream.cs"
SubType = "Code"
BuildAction = "Compile"
@@ -4914,6 +4939,11 @@
BuildAction = "Compile"
/>
<File
+ RelPath = "src\crypto\tls\UseSrtpData.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "src\crypto\util\Pack.cs"
SubType = "Code"
BuildAction = "Compile"
|