Chris
Chris

Reputation: 6760

.NET Solution Viewer

Does anyone know of a program which works like a Adobe PDF Reader except for .NET solutions?

I develop in a virtual machine but there are times when I just want to open a solution and browse the files. I have no intention of doing any development, I just want to view them.

Does this app exist, or is Notepad++ my best option?

Thanks!

Upvotes: 0

Views: 146

Answers (2)

Quintin Robinson
Quintin Robinson

Reputation: 82325

You might want to consider making a simple XSL Transform that can read the SLN and create pretty little list of files for you.. if that's what you mean, otherwise the XML is probably the best you are going to get.

Upvotes: 1

Dave Swersky
Dave Swersky

Reputation: 34810

Never heard of a "solution reader." When viewing source files on a system without VS.NET I use Notepad.

Upvotes: 0

Related Questions