diff options
author | aunsane <aunsane@gmail.com> | 2018-09-23 00:17:09 +0300 |
---|---|---|
committer | aunsane <aunsane@gmail.com> | 2018-09-23 00:17:09 +0300 |
commit | 96fb67177a90fb3ce4e18cad0ef1a3c7409e4f2d (patch) | |
tree | 8217dfeb2fe25a1f43e19e0290b3feb90c7e61b3 /plugins/Dbx_sqlite/res/version.rc | |
parent | dafbc9f884d3c696ecaadb9e32b90e831b04427a (diff) |
dbx_sqlite: initial commit (not for use)
Diffstat (limited to 'plugins/Dbx_sqlite/res/version.rc')
-rw-r--r-- | plugins/Dbx_sqlite/res/version.rc | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/plugins/Dbx_sqlite/res/version.rc b/plugins/Dbx_sqlite/res/version.rc new file mode 100644 index 0000000000..5a5ddd63ed --- /dev/null +++ b/plugins/Dbx_sqlite/res/version.rc @@ -0,0 +1,9 @@ +// Microsoft Visual C++ generated resource script. +// +#ifdef APSTUDIO_INVOKED +#error this file is not editable by Microsoft Visual C++ +#endif //APSTUDIO_INVOKED + +#include "..\src\version.h" + +#include "..\..\build\Version.rc" |