From 771dc69f56fdf4a00b083a1c1ebc169bf7f6c765 Mon Sep 17 00:00:00 2001 From: Peter Dettman Date: Fri, 30 Oct 2020 20:51:15 +0700 Subject: Add new files to projects --- crypto/BouncyCastle.Android.csproj | 5 ++++ crypto/BouncyCastle.csproj | 5 ++++ crypto/BouncyCastle.iOS.csproj | 5 ++++ crypto/crypto.csproj | 48 ++++++++++++++++++++++++++++++++++---- crypto/test/UnitTests.csproj | 3 +++ 5 files changed, 62 insertions(+), 4 deletions(-) diff --git a/crypto/BouncyCastle.Android.csproj b/crypto/BouncyCastle.Android.csproj index 7b40965f7..11ff7d951 100644 --- a/crypto/BouncyCastle.Android.csproj +++ b/crypto/BouncyCastle.Android.csproj @@ -325,6 +325,8 @@ + + @@ -748,6 +750,7 @@ + @@ -778,6 +781,7 @@ + @@ -886,6 +890,7 @@ + diff --git a/crypto/BouncyCastle.csproj b/crypto/BouncyCastle.csproj index 099c57d87..30077e1ef 100644 --- a/crypto/BouncyCastle.csproj +++ b/crypto/BouncyCastle.csproj @@ -319,6 +319,8 @@ + + @@ -742,6 +744,7 @@ + @@ -772,6 +775,7 @@ + @@ -880,6 +884,7 @@ + diff --git a/crypto/BouncyCastle.iOS.csproj b/crypto/BouncyCastle.iOS.csproj index 95d9a0a14..451411bb2 100644 --- a/crypto/BouncyCastle.iOS.csproj +++ b/crypto/BouncyCastle.iOS.csproj @@ -320,6 +320,8 @@ + + @@ -743,6 +745,7 @@ + @@ -773,6 +776,7 @@ + @@ -881,6 +885,7 @@ + diff --git a/crypto/crypto.csproj b/crypto/crypto.csproj index 0ae1681fc..dd49214f8 100644 --- a/crypto/crypto.csproj +++ b/crypto/crypto.csproj @@ -1483,6 +1483,16 @@ SubType = "Code" BuildAction = "Compile" /> + + + + + @@ -11762,6 +11787,11 @@ SubType = "Code" BuildAction = "Compile" /> + + + + @@ -171,6 +172,7 @@ + @@ -216,6 +218,7 @@ + -- cgit 1.4.1