In Visual Studio, I know that any given file can be saved as UTF-16 by using 'File - Save <filename> as' and selecting the 'Unicode - Codepage 1200' encoding, but doing this for each and every file is a pain and remembering to do it each and every time is error-prone.
Is there a way to have Visual Studio use UTF-16, by default, for all files (source and otherwise) that it creates so that using 'File - Save ... as' is unnecessary?