0

I took over an ASP.Net application from a co-worker. It is not MVC; it is a web pages application. There is no *.csproj file in the application at all. How can I create one? The solution has a line like this:

Project("{guid}") = "AdminSite", ".", "{guid}"

The *.* in the middle is where the AdminSite.csproj should be written. The file does not exist on disk or in source control.

Paul
  • 5,700
  • 5
  • 43
  • 67
  • Why does right click -> add new project then add in all the files not work? – Becuzz Feb 17 '16 at 20:51
  • Honestly I thought if I added a new project and dragged files around I'd break NuGet mappings, etc. And the new project would have a different name and hence possibly mess up name spaces. I'll give this a shot though. – Paul Feb 17 '16 at 21:01
  • Yeah - that fubared the whole thing. Had to revert from source control. – Paul Feb 17 '16 at 22:52

0 Answers0