1

Is there any way but copying the .cs files?

Changing the .csproj file? But how?

There is a related question, but I'm not satisfied with the answer: link

Community
  • 1
  • 1
Bertvan
  • 4,943
  • 5
  • 40
  • 61

2 Answers2

1

You may not be satisfied with the answer, but it's still the right one and this is still a dupe I'm afraid.

Honestly, it would take no more than an hour to refactor.

annakata
  • 74,572
  • 17
  • 113
  • 180
  • It seems I *could* be changing the project file, but recreating the projects will probably be the fastest and most eye-friendly solution. Thanks! – Bertvan Feb 16 '09 at 20:52
0

You need to manually edit the .proj file and remove the <ProjectTypeGuids> element.

You might also want to remove the other elements relating to IIS. Do a compare on this .proj file and one from a properly set up class library.