Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add VCTargetsPath to VerifyVSDistributionPath (#10554)
This changes the experience for trying to `dotnet msbuild` vcxproj from ``` ConsoleApplication3.vcxproj(28,3): error MSB4019: The imported project "C:\Microsoft.Cpp.Default.props" was not found. Confirm that the expression in the Import declaration "\Microsoft.Cpp.Default.props" is correct, and that the file exists on disk. ``` to ``` ConsoleApplication3.vcxproj(28,3): error MSB4278: The imported file "$(VCTargetsPath)\Microsoft.Cpp.Default.props" does not exist and appears to be part of a Visual Studio component. This file may require MSBuild.exe in order to be imported successfully, and so may fail to build in the dotnet CLI. ```
- Loading branch information