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.
 

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

Similar Threads


Back
Top