Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio - can't find "export template" option

I want to port a Phonegap app to Windows Phone 8. I need to open a Microsoft Visual Studio Solution File in Visual Studio 2012 for Windows Phone 8 and choose File -> Export Template.

However this menu entry doesn't exist. I googled a bit and find I can create a Hotkey pointing to File.ExportTemplate by using Tools -> Options -> Keyboard. But there is no File.ExportTemplate Entry in the List.

Second troubleshoot I found was looking in Tools -> Customize -> Command Tab -> Category "File", but again, no entry for File.ExportTemplate.

EDIT: I should mention I'm running Windows 8 on a virtual Machine, VMWare Player 5.0.0.

EDIT 2: I got myself a trial version Visual Studio 2012 and I can`t find the option there either.

like image 515
最白目 Avatar asked Jan 15 '23 17:01

最白目


2 Answers

Export Template can be found under the "Project" Category in VS 2017.

like image 75
Joe Arrowood Avatar answered Feb 08 '23 14:02

Joe Arrowood


You can add the Export template option manually from the Tools->Customize menu.

First choose the location where you want to add the menu item (i.e. File menu):

Customize window

Locate the Export template option and add it:

Add command window

like image 25
Vedran Avatar answered Feb 08 '23 12:02

Vedran