Revert release/2.0.0 back to 1bcee43995

There were incorrect merges from release/15.5 to release/2.0.0 since then
This commit is contained in:
Nick Guerrera 2017-10-09 13:55:13 -07:00
parent da92efce24
commit ddae0875cf
31 changed files with 247 additions and 221 deletions

View file

@ -29,6 +29,9 @@
<Error Condition=" '$(MSBuildExtensionsPath)' == '' "
Text="Expected MSBuildExtensionsPath to be set, but it is not." />
<Error Condition=" '$(CscToolExe)' == '' "
Text="Expected CscToolExe to be set, but it is not." />
<Error Condition=" '$(MSBuildSDKsPath)' == '' "
Text="Expected MSBuildSDKsPath to be set, but it is not." />