I have inherited a C# Visual Studio solution.
There is a ProjectName.csdproj file as well as a ProjectName.csproj file.
What is a csdproj file? Do I need it? Can/should I delete it?
P.S. I really do mean csDproj. I know what csproj is.
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.
Its a smart device project from earlier releases of VS. I would guess that the .csproj is just the converted version of the same project. You can verify that with its content.
Keeping it around would mean someone is using VS2003 and later versions too. If not then keeping just the .csproj should be the way to go.