Missing csproj file - Recreate/regenerate one

2.2k Views Asked by At

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.

0

There are 0 best solutions below