I cannot build a project with CC and signing because the path in CodeContracts\Microsoft.Research\ManagedContract.Setup\MSBuild\v14.0\Microsoft.CodeContracts.targets seems to be wrong:
$(MSBuildProgramFiles32)\Microsoft SDKs\Windows\v8.1A\bin\NETFX 4.6 Tools\sn.exe
If I check this path on my system, the sn.exe is either in
$(MSBuildProgramFiles32)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.6 Tools\sn.exe
or
$(MSBuildProgramFiles32)\Microsoft SDKs\Windows\v8.1A\bin\NETFX 4.5.1 Tools\sn.exe
Do I need to install something or is this a problem in the targets file?
(Running VS 2015 RTM with 10240 Windows SDK)