After some “games” with the Visual Studio configuration manager, I found that every new C # / VB.NET project created in my Visual Studio has an “x86” solution platform. This should be “Any processor,” and I would have to choose x86 or x64 if necessary. How to reset these options for all new projects?
source
share