diff options
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 b80a3fec0..b147fa9c7 100644 --- a/crypto/crypto.csproj +++ b/crypto/crypto.csproj @@ -3084,17 +3084,17 @@ BuildAction = "Compile" /> <File - RelPath = "src\crypto\ISignatureCalculator.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" /> |