mshwf
mshwf

Reputation: 7469

How to install a template in Visual Studio 2017 manually?

I want to install the CocosSharp Templates into VS 2017, but for some reason the download is so slow (1KB/s), I downloaded the template from outside VS as a zip file on my machine, and I need to install it in VS.. any help?

Upvotes: 1

Views: 4537

Answers (1)

Ken Tucker
Ken Tucker

Reputation: 4156

You can put the zip file in the templates folder

\My Documents\Visual Studio Version\Templates\ItemTemplates\Language\

https://msdn.microsoft.com/en-us/library/y3kkate1.aspx

Upvotes: 2

Related Questions