What is ResolveAssemblyReference.cache?
It is a file produced by the ResolveAssemblyReference build target. MSDN has this to say about it: Visual Studio attempts to execute targets with certain names when it loads a project. These targets include Compile, ResolveAssemblyReferences, ResolveCOMReferences, GetFrameworkPaths, and CopyRunEnvironmentFiles. Visual Studio runs these targets so that the compiler can be initialized to provide IntelliSense, … Read more