How to make notepad++ treat csproj files as XML automatically?
csproj, file-extension, notepad++, text-editor
Solution
Open Settings -> Style Configurator, select "XML" in "Language" list, add "csproj" (without quotes) to "User ext" box.
Problem
I often use notepad++ for editing of the csproj files. And I always need to go to the Language menu and select XML in order to get syntax highlighting. Is it possible to configure notepad++ to treat csproj files as XML automatically?