Adding a plugin to the the Visual Studio project
-
In Visual Studio create a GUID of type registry with Tools > Create GUID
-
in
win32/msvc2015/Scribus.sln
add after the last plugin (Project):
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "pluginname", "pluginname\pluginname.vcxproj", "{GUID-GENERATED-BY-VISUAL-STUDIO}"
ProjectSection(ProjectDependencies) = postProject
{B17FCD80-7978-4544-93C4-2FE1AC6FE9F3} = {B17FCD80-7978-4544-93C4-2FE1AC6FE9F3}