I'm trying to add a custom project template to Visual Studio Preview for Mac, but can't find the right place or folder to add it.
Any idea where I should but the template?
I'm trying to add a custom project template to Visual Studio Preview for Mac, but can't find the right place or folder to add it.
Any idea where I should but the template?
For Visual Studio Preview for Mac the project templates can be placed in
~/Library/Application Support/VisualStudio/7.0/LocalInstall/Addins
Visual Studio Preview for Mac is forked from Xamarin Studio, which in turn is based on MonoDevelop. Creating 'project templates' for MonoDevelop is done with Add-ins, the instructions for which are outlined in the Documentation.
I did a quick experiment by copying a project template (Add-in) from Xamarin Studio and dropping it in the above location and it appeared in the 'New Project' dialog.