Added message that kdb-support is readonly

This commit is contained in:
Philipp Crocoll
2014-03-25 06:15:05 +01:00
parent fd08518270
commit 59525f8378
9 changed files with 15 additions and 9 deletions

View File

@@ -11,5 +11,6 @@ namespace KeePassLib
byte[] HashOfLastStream { get; }
bool CanWrite { get; }
string SuccessMessage { get; }
}
}

View File

@@ -20,7 +20,7 @@
<DebugType>full</DebugType>
<Optimize>False</Optimize>
<OutputPath>bin\Debug</OutputPath>
<DefineConstants>DEBUG;EXCLUDE_TWOFISH;EXCLUDE_KEYBOARD;INCLUDE_FILECHOOSER;INCLUDE_JAVAFILESTORAGE;INCLUDE_KEYTRANSFORM</DefineConstants>
<DefineConstants>DEBUG;EXCLUDE_TWOFISH;EXCLUDE_KEYBOARD;EXCLUDE_FILECHOOSER;EXCLUDE_JAVAFILESTORAGE;INCLUDE_KEYTRANSFORM</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<ConsolePause>False</ConsolePause>