How can I create visual studio 2012 template from Office App template? - visual-studio-2013

How can I create my custom visual studio template based on Office App template?

You can locate the Office Add-in templates in the following directory, then you modify the template as you see fit and then put them in your own template folder.
C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\ProjectTemplates\CSharp\Office\Addins\1033
The template for the Visual Studio App for Office is located in the following directory:
C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\ProjectTemplates\CSharp\Office SharePoint\Apps\1033\SharePoint15OfficeApp

Related

Azure functions and Web Jobs Tools extension update failed

Visual studio 2017 entreprise (15.9.5) display a notification for an update to "Azure function and Web Jobs extension tools".
I tried to update the Azure functions and Web Jobs Tools extension (current version 15.0.30923.0 to 15.10.2046.0) from the menu tools/extensions and updates. The update is downloaded but the visx installer fails with the message
"This extension is already installed to all applicable products"
I already uninstall/reinstall the azure workload from the visual studio installer.
I also tried to delete the folder : C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\Common7\IDE\Extensions\Microsoft\Web Tools Azure\WebJobs
Any clue on how to fix this and get the latest version of the extension ?
I was finally able to update by deleting two directories containing the extension:
C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\Common7\IDE\Extensions\Microsoft\Web Tools Azure\WebJobs
and another folder located in C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\Common7\IDE\Extensions.
The extension was no longer present in visual studio and I was able to manually add it from the menu extension tools/market place in visual studio.

Export BizTalk orchestration as template

I have a BizTalk 2010 orchestration which I want to export as a template in Visual Studio 2010, to be used in other BizTalk projects. The template file is created in \My Documents\Visual Studio 2010\Templates\ItemTemplates folder.
I have closed and restarted all instances of Visual Studio. When I try to add a new item to a BizTalk project the new template is not listed.
When I export a C# class though, it works as expected and I can see the new C# template.
Any ideas on what else I need to do to see my new BizTalk Orchestration template?
Try extracting the ODX file from the zip file and putting it in C:\Program Files (x86)\Microsoft BizTalk Server 2010\Developer Tools\BizTalkProjectItems

After uninstalling Visual Studio 2012, cannot open Azure cloud projects in Visual Studio 2010

Getting a message box saying The imported project "C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v11.0\Windows Azure Tools\1.4\Microsoft.WindowsAzure.targets" was not found. Confirm that the path in the <Import> declaration is correct, and that the file exists on disk. C:\MyProject\MyProject.ccproj when trying to load a cloud project. This is after uninstalling Visual Studio 2012.
The Visual Studio 2012 uninstaller left behind a settings file in C:\Program Files (x86)\MSBuild\4.0\ that just needs to be deleted.

Visual Studio 2010 - C++ - External Dependencies - Hiding files in selected folders

Visual Studio 2010, C++ project.
Is it possible to hide files in the External Dependencies list based on their folder?
I would like to hide all files that are stored in
X:\Microsoft Visual Studio 10.0\vc\include
X:\Program files\microsoft sdks\windows\v.7.0a\include
So I could have a 'clean' view of files that I really forgot to add to my project.

How do I alter Database Item templates in VS 2010?

I'd like to alter the "New Stored Procedure" template in VS 2010 so that it checks for the existence of the stored proc, deletes it if it exists, then does the Create.
Where do I find that template in VS 2010? It seems like it was easy in previous versions to just alter the template.
I found a template in "C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\Tools\Templates\Database Project Items", but that is not the one the IDE is using. (That one, in fact, matches what I want to do. Probably moved over from VS 2008 during the upgrade.)
I can't find a plausible candidate under "C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\ItemTemplates"
Any ideas?
Answered here: Visual Studio 2010: How to change stored procedure template.
Have you looked in My Documents\Visual Studio 2010\Templates\ItemTemplates
Try
C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\ItemTemplates
or
C:\Program Files\Microsoft Visual Studio 10.0\Common7\IDE\ItemTemplates if you're NOT on a 64bit machine.

Resources