You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when attempting to open in Visual Studio 2015, I see several of these errors:
error : The imported project "C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v14.0\DotNet\Microsoft.DotNet.Props" was not found. Confirm that the path in the declaration is correct, and that the file exists on disk.
indeed I don't even have a DotNet directory, let alone any Microsoft.DotNet.Props files in C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v14.0for VS 2015\
I tried manually commenting the line in the .xproj files, but then Visual Studio just explodes with a "fatal error" message when attempting to open the solution.
I assume you are using the not-yet-fully released VS2017? :)
The text was updated successfully, but these errors were encountered:
when attempting to open in Visual Studio 2015, I see several of these errors:
error : The imported project "C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v14.0\DotNet\Microsoft.DotNet.Props" was not found. Confirm that the path in the declaration is correct, and that the file exists on disk.
indeed I don't even have a DotNet directory, let alone any Microsoft.DotNet.Props files in C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v14.0for VS 2015\
I tried manually commenting the line in the .xproj files, but then Visual Studio just explodes with a "fatal error" message when attempting to open the solution.
I assume you are using the not-yet-fully released VS2017? :)
The text was updated successfully, but these errors were encountered: