For questions regarding working with project templates in an IDE, such as those visible in Visual Studio's New Project dialog.
Questions tagged [project-template]
292 questions
0
votes
0 answers
Why I cannot install the project templates that I created in dotnet?
I have created C# projet template with a Vsix project inside it (for wizards). But when I try to pack it with other templates and install it, It didn't work.
My project folder looks like following:
project template folder
I have included a…

Kalpani Ranasinghe
- 111
- 1
- 1
- 11
0
votes
1 answer
Ready-To-Go .NET Project Templates
Can anyone point me towards .NET 3.5 or 4.0 project templates for desktop development (WPF and/or WinForms) that have today's most commonly used libraries/frameworks already setup? The template would include things like:
Logging (e.g.…

Chad
- 3,159
- 4
- 33
- 43
0
votes
1 answer
add project template in xcode 4.0.1
I have created one project template and I am able to place it in xcode 3 but its now showing up in the xcode 4. Please let me know if is there any difference in placing the template.
I have copied my project template in the…

Satish
- 1,012
- 2
- 15
- 32
0
votes
1 answer
How to hide sub project templates in visual studio?
I created multiple project template and rename .vstemplate files. And I created VSIX extensions.
screenshot
But I want to show only multiple project template. How can I hide other sub templates ?

Murat Kurtboğan
- 23
- 1
- 4
0
votes
1 answer
How to add correct reference in VS Project Template with multiple projects
I am trying to create a project template in Visual Studio that has multiple projects within the solution.
In the main it works well and the only issue I am facing is referencing the other projects within the solution.
As you can see in the image…

Simon Price
- 3,011
- 3
- 34
- 98
0
votes
2 answers
get project template id jira
I'm trying to use the jira API's to create a project with a custom project template for the "projectTemplateKey" key.
The only thing I have to go on is the following…

TheMan68
- 1,429
- 6
- 26
- 48
0
votes
1 answer
Is there a way to make Premake use Visual-Studio Project templates?
I am trying to create a premake5.lua file for a Visual-Studio C# MonoGame project. I want to be able to make premake use the MonoGame project-template, instead of me having to manually dig through all the stuff that template creates for me and then…

Moritz Schäfer
- 189
- 1
- 7
0
votes
1 answer
C# How to prepare project template/skeleton
I'm currently building in work a Base code structure for C# API microservices. In future, we will surely make more of these, so I would like create something like "base project or something like this".
I am aware there is system of Project Templates…

Zechy
- 45
- 12
0
votes
1 answer
Is Xamarin Master-Detail Template Broken When used with Azure Backing?
The Master-Detail template in Xamarin has typically been a great starting point for many of my apps that work with .Net Core Backing Service. For review it has a Dependency service in the Client that allows Mocking of the Azure Backing Service or…

Mark Wardell
- 493
- 7
- 25
0
votes
0 answers
Adding new Nuget Package Source by code within Visual Studio
I have created a project template and a VSIX including a wizard which will do some additional stuff before creating the project. Actually we have some custom nugets included in the project which urges the user to restore the nugets after the project…

Paul Richardson
- 165
- 17
0
votes
1 answer
where is the template (zip file) for WCF Rest Service
I've been working on a process for programmatically generating Visual Studio projects using GetProjectTemplate. You provide GetProjectTemplate the name of the template (a .zip file like "MvcWebApplicationProjectTemplatev3.01.cshtml.zip") and the…

Tom Schreck
- 5,177
- 12
- 68
- 122
0
votes
1 answer
How to fetch the path of current solution opened in visual studio?
I created a tool window as part of VSIX project and installed an extension to test it. So, the tool window need access to the current solution/project opened in visual studio. When the user created the project for the first time, We can fetch the…

Diksha Mundhra
- 121
- 2
- 12
0
votes
0 answers
Custom XAML Applications (non-WPF and non-WWF)
This question is likely a particular XAML application. XAML is a custom markup to instantiate objects and, as such, define custom applications. Note that, it serves to both declare WPF user interfaces and WWF workflows. It would also help to…

jawilliam
- 1
- 2
0
votes
1 answer
DirectX Visual Studio templates don't Work
I installed a bunch of visual studio directx templates and none of them seems to work. They all throw an error like: "Error: this template attempted to load component assembly 'Microsoft.VisualStudio.Universal.TemplateWizards, Version=14.0.0.0,…

Ekim
- 3
- 2
0
votes
2 answers
Easily (GUI?) creating custom VS project template?
Is there an easy way to create custom project templates?
I did a quick google, but it seems I have to fuzz around with all kinds of zip files, xml documents etc..
What I ultimately want to make is something like the Empty Solution template, but with…

Boris Callens
- 90,659
- 85
- 207
- 305