i do create an addin for pro 3.6, .net 8
the current project started as a configuration so when i build the artifact is a .proconfigx-file.
i have now added buttons to the module as well so i would like the project to be an addin.
how do i change the artifact type from my current project to .addinx and can i still use the configuration?
Or can't you package an addin and configuration in the same project?