├── KeePass └── Plugins │ └── PlgxCsprojLoader.cs ├── LICENSE ├── NewDatabase.kdbx └── README.md /KeePass/Plugins/PlgxCsprojLoader.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmevel/KeePassPluginsSourceCode/HEAD/KeePass/Plugins/PlgxCsprojLoader.cs -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmevel/KeePassPluginsSourceCode/HEAD/LICENSE -------------------------------------------------------------------------------- /NewDatabase.kdbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmevel/KeePassPluginsSourceCode/HEAD/NewDatabase.kdbx -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmevel/KeePassPluginsSourceCode/HEAD/README.md --------------------------------------------------------------------------------