summaryrefslogtreecommitdiff
path: root/vcproj-11/plugin-sample.vcxproj
AgeCommit message (Collapse)AuthorFilesLines
2018-07-15replace msvc11 build files with msvc15Asheraf1-120/+0
a minimum windows sdk version (10.0.15063.0) aka Windows 10 v.1703 is required for the new builds
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-07Renamed Hercules-12.sln and vcproj-12.Shido1-0/+120
* Instead of -12 used for Visual Studio 2013. Signed-off-by: Shido <the.keikun@gmail.com>