To Anyone familiar with both, is Eclipse working set equivalent to solution in the visual studio?
To Anyone familiar with both, is Eclipse working set equivalent to solution in the
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
No.
A Visual Studio solution is about grouping related projects together.
If anything, it could be equivalent to a collection of Eclipse
.projectfiles (provided that those projects declare dependencies to other projects within that group).An Eclipse WorkingSet is about resource filtering (which view/commands/actions are displayed in a given working set): it can contains any number of projects, which can be completely unrelated one with another.