diff options
author | David Hook <dgh@cryptoworkshop.com> | 2015-10-24 16:33:48 +1100 |
---|---|---|
committer | David Hook <dgh@cryptoworkshop.com> | 2015-10-24 16:33:48 +1100 |
commit | ac3b5b9b2f0e2f5946916b9b8790c2b1767d18f6 (patch) | |
tree | 898218aabbc22b2100581414dff3e3e2aa1ae08e /crypto/crypto.csproj | |
parent | comment update (diff) | |
download | BouncyCastle.NET-ed25519-ac3b5b9b2f0e2f5946916b9b8790c2b1767d18f6.tar.xz |
added changed files
Diffstat (limited to 'crypto/crypto.csproj')
-rw-r--r-- | crypto/crypto.csproj | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/crypto/crypto.csproj b/crypto/crypto.csproj index 7c070e9b0..b147fa9c7 100644 --- a/crypto/crypto.csproj +++ b/crypto/crypto.csproj @@ -3084,17 +3084,17 @@ BuildAction = "Compile" /> <File - RelPath = "src\crypto\ISignatureCalculatorFactory.cs" + RelPath = "src\crypto\ISignatureFactory.cs" SubType = "Code" BuildAction = "Compile" /> <File - RelPath = "src\crypto\ISignatureVerifier.cs" + RelPath = "src\crypto\IVerifierFactory.cs" SubType = "Code" BuildAction = "Compile" /> <File - RelPath = "src\crypto\ISignatureVerifierProvider.cs" + RelPath = "src\crypto\IVerifierFactoryProvider.cs" SubType = "Code" BuildAction = "Compile" /> |