-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
Milestone
Description
To support this, we migrate/author instance_rt/reactControl_rt/ module_rt in a new way. Here are some details we need to pay attention to:
- Update CppWinRT nuget from 1.0 to 2.0
- Remove all term of ABI
- Remove all Microsoft::WRL::ComPtr and replace then with winrt:: namespace.
- vcxproj change and target changes. for example, remove midlrt.targets
- It's possible that we don't need mdmerge target
- Remove OLD_CPPWINRT
- Check with other workstream who use make.inc
Some document about cppwinrt
move-to-winrt-from-wrl
author-apis