KeePassLib bumped to 2.37, compilation ok.

WIP tests
This commit is contained in:
bg45
2017-10-21 13:25:54 -04:00
committed by BONNEVILLE Geoffroy
parent d5b7845242
commit c82d6d001d
15 changed files with 414 additions and 91 deletions

View File

@@ -0,0 +1,10 @@
namespace ModernKeePassLib.Utility
{
public static class MonoWorkarounds
{
public static bool IsRequired(int i)
{
throw new System.NotImplementedException();
}
}
}