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 you try to load any of the solutions in the /csharp/build folder with anything other than VS2015 (or, perhaps, without at least having VS2015 installed), you'll see a bunch of errors like this for each project:
The imported project "C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\MSBuild\15.0\Microsoft.VisualStudioVersion.v14.Common.props" was not found.
This would seem to come from the following import line that most of the projects have:
That appears to be a VS2015-specific thing. Would it be possible to replace that with Microsoft.Common.props instead? Should be backwards-compatible, and would make it easier to work on the project outside of VS2015. I'll submit a PR for that, but I'm open to alternatives.
The text was updated successfully, but these errors were encountered:
When you try to load any of the solutions in the
/csharp/build
folder with anything other than VS2015 (or, perhaps, without at least having VS2015 installed), you'll see a bunch of errors like this for each project:This would seem to come from the following import line that most of the projects have:
That appears to be a VS2015-specific thing. Would it be possible to replace that with
Microsoft.Common.props
instead? Should be backwards-compatible, and would make it easier to work on the project outside of VS2015. I'll submit a PR for that, but I'm open to alternatives.The text was updated successfully, but these errors were encountered: