I have created a nuget out of some reusable code and frameworks that I have created for other developers to leverage and develop solutions faster. The nuget is hosted on our private nuget feed. Our application is a WPF application with clickonce deployment strategy. Now I would like to give the developers the mainwindow.xaml that I use as a template so that I can create a standardization. Is there any way I can package the mainwindow.xaml as a reusable template in the same nuget package that I have hosted in my private feed or atleast can I create a new nuget and host it for the same purpose?