Type of .sln file

  • Thread starter Thread starter Curious
  • Start date Start date
C

Curious

Hi,

When I save a solution file, there are three options:

UTF-8 Solution File (*.sln);
Unicode Solution File (*.sln);
ANSI Solution File (*.sln).

Which type shall I choose?

Thanks,
-Emily
 
You would only see those choices if you had made changes via Notepad. And,
you shouldn't be modifying an .sln file with Notepad in the first place.

..sln files are used by VS.NET and, as such, are created and modified by that
program. There should be no reason for you to make manual changes to it.
 
Back
Top