Vinko Vrsalovic
Vinko Vrsalovic

Reputation: 340191

Converting Console Application to Windows Application in Visual Studio 2008?

I found this solution which works, but I find it hard to believe there isn't a one-click solution to this problem.

Do you know a better way?

Upvotes: 3

Views: 5762

Answers (2)

Filip Frącz
Filip Frącz

Reputation: 5947

This is the only way. You could, I guess, edit the project files by hand to add references, but I would stick with the IDE.

Upvotes: 1

OJ.
OJ.

Reputation: 29401

No, there isn't a "better" way. This is really the only way :) (unless you create your own project converter).

Upvotes: 2

Related Questions