-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update projects to support editing/building with VS 2019 #2997
Conversation
...oolkit.UWP.Input.GazeInteraction/Microsoft.Toolkit.Uwp.Input.GazeInteraction.vcxproj.filters
Outdated
Show resolved
Hide resolved
4040318
to
0b0f12e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
I did a git clean and tried to build in VS 2019 16.3 Preview 3 and got this:
@onovotny which VS version did you use? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Built for me in VS 16.3 Preview 3 after a msbuild /restore
Merge away when ready |
Yup @onovotny, @azchohfi was just trying again on his machine, and @Kyaa-dost was building on a fresh 16.2 instance so we could get more info on the NuGet issue, but will merge before the end of the day. Thanks! |
As a separate issue, we should probably move the controls/design projects to SDK-style projects. I resisted doing so as part of this PR 😁. Is there a reason they're legacy project types? |
AFAIK, they are still legacy because nobody did the work yet. Is this on your backlog @michael-hawker ? |
Issue: #2996
PR Type
What kind of change does this PR introduce?
Updates to support building with VS 2019
What is the current behavior?
VS 2019 is not supported
What is the new behavior?
VS 2019 is supported / required for editing/building.
PR Checklist
Please check if your PR fulfills the following requirements:
Other information