microsoft / Windows-Packaging-Samples

Windows Application Packaging Project Samples.
MIT License
55 stars 37 forks source link

Office Interop - packaging Office addin library #15

Open jozefizso opened 2 years ago

jozefizso commented 2 years ago

How can we package Office add-in library written in .NET Framework?

rido-min commented 2 years ago

this sample shows how to create an APPX/MSIX package with Win32 and UWP artifacts. What's the reason to use it for Office AddIns? Are you using UWP?

jozefizso commented 2 years ago

Because we are developing Office COM add-in using .NET and we want to package them for Windows Store.