Let's say I carry out the following steps immediately after first installing and opening Microsoft Visual Studio 2010:
File
->New
->Project
->Win32 Console App
->Finish
.Go to the
Property Manager
pane -> ExpandDebug | Win32
-> Right clickMicrosoft.Cpp.Win32.user
-> SelectProperties
.Wildly change settings in a clueless manner, and generally act like a fool.
Click
Apply
, save the project, and close Visual Studio.
How do I restore the Microsoft.Cpp.Win32.user
property sheet to its default, "factory" settings?
Microsoft.Cpp.[Platform].user.props
files contain no settings, so this does this job just fine. – Snowslide