This is the first time I'm testing Netbeans to do some Linux C / C ++ development work. But, having a strong Visual Studio background, it's hard for me to find the equivalent of a VS solution file .
A solution is a grouping of one or more projects that create an application.
The closest I see is the Project Group , which is defined as:
The group is an ongoing set of IDE projects. Persistence in the user directory and thus for each user (not shared with another user IDE). The group has a display name. If one of the projects in it as the main project, this information is saved and.
What makes this, apparently, a tool for organizing what I'm working on now, and not a means of organizing relationships between projects (and which are stored together with the projects themselves)
So, Projects equivalent of Netbeans VS solution files ?
visual-studio netbeans solution
Peter M
source share