Is there a way to easily modify a pre-existing (empty) C# Class Library project to be recognized by Visual Studio as a Web Application project?
Asked
Active
Viewed 757 times
1
-
2You would need to change a bunch of GUIDs in the .csproj and add/remove some elements to it. Better to just make a new project from scratch. – vcsjones Apr 23 '15 at 21:20