Search code examples
visual-studiovisual-studio-2008

Target "build" does not exist in the project for Visual Studio


I'm checking out code for a project where contributors use different dev tools for coding in C sharp (C#). My .csproj file was manipulated by someone using Sharp develop and now I get 'The target "build" does not exist in the project'.

  • How can I correct this?

I am using Visual Studio 2008 SP 1.


Solution

  • If you were to do it manually, I would take all the files and add them back to a new project file one by one.