diff options
author | ROM-Knowledgeware <tal@kmrom.com> | 2017-11-22 18:30:41 +0200 |
---|---|---|
committer | ROM-Knowledgeware <tal@kmrom.com> | 2017-11-22 18:30:41 +0200 |
commit | a7a6aba45084e98996551712458b9e38ead2593c (patch) | |
tree | ce7d13442cea2d0e73ca47c72780a025ff6b33bc | |
parent | Perf. opts. in GCMBlockCipher (diff) | |
download | BouncyCastle.NET-ed25519-a7a6aba45084e98996551712458b9e38ead2593c.tar.xz |
BouncyCastle.csproj: Added trailing slash to OutputPath for compatibility with MSBuild v2
Without this fix, MSBuild will name the output file 'net20BouncyCastle.dll'. This change is 100% compatible with newer versions of MSBuild. p.s. When setting the output path with the Visual Studio GUI (any version I tested) a trailing slash is being used.
-rw-r--r-- | crypto/BouncyCastle.csproj | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/crypto/BouncyCastle.csproj b/crypto/BouncyCastle.csproj |