How do I make a Visual Studio 2010 solution read-only?
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.
You have to set the solution (and all other files that you want to protect) to read-only on the operating system level. So for windows select the files, then right click, select properties and then check the read-only check box. The read-only annotation shows up when you are reloading the project. To make the solution/project writeable just uncheck the read-only checkbox.
Note: When setting the solution to read-only, you cannot add any new projects to it, however, the projects remain writeable.