Why does Visual Studio generates the following file .NETFramework,Version=v4.5.AssemblyAttributes.cs
in the temp folder C:\Users\[USERNAME]\AppData\Local\Temp
of the current user when building a solution?
The content of the file looks like that:
// <autogenerated />
using System;
using System.Reflection;
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.5", FrameworkDisplayName = ".NET Framework 4.5")]
This question came into my mind because I've a problem when restarting my PC that this file is missing, see Visual Studio Rebuilds unmodified projects sometimes after a PC reboot.