After installing Visual Studio 2012 with .NET 4.5 I started to get the following errors while building using msbuild:
- error MSB4064:
The "SdkToolsPath" parameter is not supported by the "GenerateResource" task. Verify the parameter exists on the task, and it is a settable public instance property.
- error MSB4063:
The "GenerateResource" task could not be initialized with its input parameters. Project file header is as follows:
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
Any ideas what changes have been made in .NET 4.5 that could cause the abover errors?