Microsoft C# Solution File Format

  • Thread starter Thread starter Reporter
  • Start date Start date
R

Reporter

Where can I find documentation on the Microsoft C# Solution File
Format?

Thank you very much.
 
Where can I find documentation on the Microsoft C# Solution File
Format?

Thank you very much.

Reporter:

Are you referring to the solution file created when you make a new
project in Visual Studio? If so, do you mean the .suo or .sln file and
what version of Visual Studio are you running? I know if you use VS
2005 to open a solution created in an older version you have to go
through a conversion wizard which makes me think there's a good chance
that file format changes with each version.

Either way, you might find the information you are looking for here.

http://www.ondotnet.com/pub/a/dotnet/excerpt/vshacks_chap1/index.html?page=4

Hope that helps. If it doesn't please post the version of VS you are
using and maybe a little about what you are trying to do. Good luck!

~ Justin Creasy
www.immergetech.com
www.immergecomm.com
 
Reporter said:
Where can I find documentation on the Microsoft C# Solution File
Format?

Try look at the source for the nant slingshot tool - it can convert
..sln files to .build files, so it must now the format.

Arne
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top