When i create a .net 4.5 project in visual studio i directly get the following warning:
The "FullFrameworkReferenceAssemblyPaths" parameter is not supported by the "GetReferenceAssemblyPaths" task. Verify the parameter exists on the task, and it is a gettable public instance property.
When i try to compile it i gets flagged as a error.
If i change to .net 4.0 the error goes away, and if i change back to .net 4.5 the error comes back again.
While having this problem all my references are marked with a yellow triangle.
Im using Visual Studio 2012 Update 2 (11.0.60315.01).








