Is there a way to switch on Visual Studio's Solution Explorer 'Show All Files' setting by default?
Not a Visual Studio setting, but helps if you use version control.
Insert following lines in ".vcxproj" or solution wide ".props" file.
<PropertyGroup Label = "MySettings">
<ShowAllFiles>true</ShowAllFiles>
</PropertyGroup>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With