I have C# WinForms App in VS 2020.
How do I change generated EXE icon?
All information I found over the net says about going into proect preferences, bu when I do that I see XML with
<Project Sdk="Microsoft.NET.Sdk">
(and so on).
I think that my project might be somehow broken, if that is so, how can I fix it?
1