简体   繁体   中英

Add custom Item Template to Visual Studio Solution

I have created a Custom Item Template within Visual Studio using ASPX and C#.

I understand how to export and import the template. However this gets saved locally within my PC's C:\\ drive.

C:\\Users[USERNAME]\\Documents\\Visual Studio 2017\\Templates\\ItemTemplates

I am wondering how i would attach it to the website's solution and make it accessible for whoever opens the solution on their PC. Without having to import or export it.

Any ideas?

I had the same problem ,you have to add the item template to Assets, in source.extension.vsixmanifest.

That should already work.

在此处输入图片说明

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM