summaryrefslogtreecommitdiff
path: root/vcproj-12/plugin-sample.vcxproj
AgeCommit message (Collapse)AuthorFilesLines
2016-02-23Added pcre include path to the sample plugin VS projectsHaru1-2/+2
This is so the file can be used again as template for third party plugins. Thanks to Michi Signed-off-by: Haru <haru@dotalux.com>
2016-01-21Remove unused PCRE_SUPPORT define.Andrei Karas1-2/+2
2015-12-12Renamed plugin-sample.dll to sample.dllHaru1-2/+2
- Fixes #909. Thanks to AnnieRuru Signed-off-by: Haru <haru@dotalux.com>
2015-12-02Fixed an issue with the HPMDataCheck when PCRE is enabledHaru1-2/+2
- Follow-up to 300668d, thanks to AnnieRuru Signed-off-by: Haru <haru@dotalux.com>
2015-06-19Removed ".." from include directivesHaru1-2/+2
- Include directives are now directory-independent. - This will allow building plugins from other directories in future. Signed-off-by: Haru <haru@dotalux.com>
2013-11-07Added Visual Studio 2013 files.Shido1-0/+120
Signed-off-by: Shido <the.keikun@gmail.com>
2013-11-07Renamed Hercules-12.sln and vcproj-12.Shido1-120/+0
* Instead of -12 used for Visual Studio 2013. Signed-off-by: Shido <the.keikun@gmail.com>
2013-07-29* Added project 'plugin-sample' for Visual Studio 2012;Matheus Macabu1-0/+120
* Few changes to travis build-slave. Signed-off-by: Matheus Macabu <mkbu95@gmail.com>