summary refs log tree commit diff
diff options
context:
space:
mode:
authorJeffrey Stedfast <jeff@xamarin.com>2014-11-23 10:21:30 -0500
committerJeffrey Stedfast <jeff@xamarin.com>2014-11-23 10:21:30 -0500
commit32f3459c02f3175f843359a71e085ba0f528e850 (patch)
treeadfb7e3729f7530fc42661254aee87bd35c55149
parentMerge branch 'master' into vs2010 (diff)
downloadBouncyCastle.NET-ed25519-32f3459c02f3175f843359a71e085ba0f528e850.tar.xz
Updated Visual Studio 2010 project files
-rw-r--r--crypto/BouncyCastle.Android.csproj11
-rw-r--r--crypto/BouncyCastle.csproj11
-rw-r--r--crypto/BouncyCastle.iOS.csproj11
3 files changed, 33 insertions, 0 deletions
diff --git a/crypto/BouncyCastle.Android.csproj b/crypto/BouncyCastle.Android.csproj
index de74d5999..7c4c243fb 100644
--- a/crypto/BouncyCastle.Android.csproj
+++ b/crypto/BouncyCastle.Android.csproj
@@ -908,6 +908,7 @@
     <Compile Include="src\crypto\tls\CompressionMethod.cs" />
     <Compile Include="src\crypto\tls\ConnectionEnd.cs" />
     <Compile Include="src\crypto\tls\ContentType.cs" />
+    <Compile Include="src\crypto\tls\DatagramTransport.cs" />
     <Compile Include="src\crypto\tls\DefaultTlsAgreementCredentials.cs" />
     <Compile Include="src\crypto\tls\DefaultTlsCipherFactory.cs" />
     <Compile Include="src\crypto\tls\DefaultTlsClient.cs" />
@@ -917,6 +918,16 @@
     <Compile Include="src\crypto\tls\DeferredHash.cs" />
     <Compile Include="src\crypto\tls\DigestInputBuffer.cs" />
     <Compile Include="src\crypto\tls\DigitallySigned.cs" />
+    <Compile Include="src\crypto\tls\DtlsClientProtocol.cs" />
+    <Compile Include="src\crypto\tls\DtlsEpoch.cs" />
+    <Compile Include="src\crypto\tls\DtlsHandshakeRetransmit.cs" />
+    <Compile Include="src\crypto\tls\DtlsProtocol.cs" />
+    <Compile Include="src\crypto\tls\DtlsReassembler.cs" />
+    <Compile Include="src\crypto\tls\DtlsRecordLayer.cs" />
+    <Compile Include="src\crypto\tls\DtlsReliableHandshake.cs" />
+    <Compile Include="src\crypto\tls\DtlsReplayWindow.cs" />
+    <Compile Include="src\crypto\tls\DtlsServerProtocol.cs" />
+    <Compile Include="src\crypto\tls\DtlsTransport.cs" />
     <Compile Include="src\crypto\tls\ECBasisType.cs" />
     <Compile Include="src\crypto\tls\ECCurveType.cs" />
     <Compile Include="src\crypto\tls\ECPointFormat.cs" />
diff --git a/crypto/BouncyCastle.csproj b/crypto/BouncyCastle.csproj
index 86c57df0c..c7199a1bc 100644
--- a/crypto/BouncyCastle.csproj
+++ b/crypto/BouncyCastle.csproj
@@ -902,6 +902,7 @@
     <Compile Include="src\crypto\tls\CompressionMethod.cs" />
     <Compile Include="src\crypto\tls\ConnectionEnd.cs" />
     <Compile Include="src\crypto\tls\ContentType.cs" />
+    <Compile Include="src\crypto\tls\DatagramTransport.cs" />
     <Compile Include="src\crypto\tls\DefaultTlsAgreementCredentials.cs" />
     <Compile Include="src\crypto\tls\DefaultTlsCipherFactory.cs" />
     <Compile Include="src\crypto\tls\DefaultTlsClient.cs" />
@@ -911,6 +912,16 @@
     <Compile Include="src\crypto\tls\DeferredHash.cs" />
     <Compile Include="src\crypto\tls\DigestInputBuffer.cs" />
     <Compile Include="src\crypto\tls\DigitallySigned.cs" />
+    <Compile Include="src\crypto\tls\DtlsClientProtocol.cs" />
+    <Compile Include="src\crypto\tls\DtlsEpoch.cs" />
+    <Compile Include="src\crypto\tls\DtlsHandshakeRetransmit.cs" />
+    <Compile Include="src\crypto\tls\DtlsProtocol.cs" />
+    <Compile Include="src\crypto\tls\DtlsReassembler.cs" />
+    <Compile Include="src\crypto\tls\DtlsRecordLayer.cs" />
+    <Compile Include="src\crypto\tls\DtlsReliableHandshake.cs" />
+    <Compile Include="src\crypto\tls\DtlsReplayWindow.cs" />
+    <Compile Include="src\crypto\tls\DtlsServerProtocol.cs" />
+    <Compile Include="src\crypto\tls\DtlsTransport.cs" />
     <Compile Include="src\crypto\tls\ECBasisType.cs" />
     <Compile Include="src\crypto\tls\ECCurveType.cs" />
     <Compile Include="src\crypto\tls\ECPointFormat.cs" />
diff --git a/crypto/BouncyCastle.iOS.csproj b/crypto/BouncyCastle.iOS.csproj
index cc3de9e55..0dcb9c9af 100644
--- a/crypto/BouncyCastle.iOS.csproj
+++ b/crypto/BouncyCastle.iOS.csproj
@@ -902,6 +902,7 @@
     <Compile Include="src\crypto\tls\CompressionMethod.cs" />
     <Compile Include="src\crypto\tls\ConnectionEnd.cs" />
     <Compile Include="src\crypto\tls\ContentType.cs" />
+    <Compile Include="src\crypto\tls\DatagramTransport.cs" />
     <Compile Include="src\crypto\tls\DefaultTlsAgreementCredentials.cs" />
     <Compile Include="src\crypto\tls\DefaultTlsCipherFactory.cs" />
     <Compile Include="src\crypto\tls\DefaultTlsClient.cs" />
@@ -911,6 +912,16 @@
     <Compile Include="src\crypto\tls\DeferredHash.cs" />
     <Compile Include="src\crypto\tls\DigestInputBuffer.cs" />
     <Compile Include="src\crypto\tls\DigitallySigned.cs" />
+    <Compile Include="src\crypto\tls\DtlsClientProtocol.cs" />
+    <Compile Include="src\crypto\tls\DtlsEpoch.cs" />
+    <Compile Include="src\crypto\tls\DtlsHandshakeRetransmit.cs" />
+    <Compile Include="src\crypto\tls\DtlsProtocol.cs" />
+    <Compile Include="src\crypto\tls\DtlsReassembler.cs" />
+    <Compile Include="src\crypto\tls\DtlsRecordLayer.cs" />
+    <Compile Include="src\crypto\tls\DtlsReliableHandshake.cs" />
+    <Compile Include="src\crypto\tls\DtlsReplayWindow.cs" />
+    <Compile Include="src\crypto\tls\DtlsServerProtocol.cs" />
+    <Compile Include="src\crypto\tls\DtlsTransport.cs" />
     <Compile Include="src\crypto\tls\ECBasisType.cs" />
     <Compile Include="src\crypto\tls\ECCurveType.cs" />
     <Compile Include="src\crypto\tls\ECPointFormat.cs" />