marb2000 / XamlIslands

Repository with several XAML Islands v1 samples (Win32, WPF, and WinForms) to demonstrate how to use it.
MIT License
47 stars 18 forks source link

3rd party control #2

Closed ocalvo closed 5 years ago

ocalvo commented 5 years ago

This expands the navtive C++ sample to use a 3rd party WinRT Xaml Control.

TODO: Still investigating how to better automate the creating of the manifest file for WinRT registration.

ocalvo commented 5 years ago

Can you do no push the auto generate files?

I think they provide value as the use will be able to see what has changed when making IDL changes. Also, the default VS ignore file does NOT exclude the WinRT generated files.

@Kenny.Kerr@microsoft.com what is your take here?

ocalvo commented 5 years ago

Can you do no push the auto generate files?

I think they provide value as the use will be able to see what has changed when making IDL changes. Also, the default VS ignore file does NOT exclude the WinRT generated files.

@Kenny.Kerr@microsoft.com what is your take here?

Resolved in latest iteration.