If you create a "Windows Application" project, that's a Windows.Forms project.
System.Windows.Media is part of WPF. You'll have to add references to the WPF assemblies.
Help>About just names the version of the .NET runtime. All .NET 3.x apps still use the .NET 2.0 runtime, the newer .NET versions only added libraries but didn't change the runtime.