Questions tagged [project-template]

For questions regarding working with project templates in an IDE, such as those visible in Visual Studio's New Project dialog.

292 questions
0
votes
0 answers

How to add conditions in Visual Studio Template Schema and generate projects based on conditions

I have a requirement to generate a custom project template using vsix and IWizard. Wizard will show three check boxes. for example (Bot, Tab , Chat). The output solution must have projects only for checkboxes selected in the wizard i.e if both Bot…
0
votes
1 answer

How does this project home page lands up when we create an mvc project in visual studio? Where is this code resides?

Where is this html markup (I guess it is html, it can be something else too) code is written and how does this html is shown as a tab whenever the project is loaded.?
0
votes
1 answer

Visual Studio Word WebAddin won't load

I am trying to make the Word Web Addin project template (that came with Visual Studio) to work. When starting the project, without modifying anything, I am stuck with the following message : I have no clue how to troubleshoot this. I've searched…
Carl Verret
  • 576
  • 8
  • 21
0
votes
1 answer

Handle MongoDB scripts in Visual Studio

I use NoSQLBooster for MongoDB to handle DDL and DCL scripts like scripts for creating database and users, collection validators, initializing some collections and so on; but I use .NET CORE to develop the software and therefore I mainly use the…
Achilles
  • 1,554
  • 1
  • 28
  • 36
0
votes
1 answer

Why won't my Visual Studio project template's description show up?

In Visual Studio 2017 I created a Console App (.NET Framework) project as a base and didn't change anything after creating the project before using the Export Template Wizard. I gave it a name and description, exported it, and then imported it into…
inejwstine
  • 678
  • 1
  • 10
  • 30
0
votes
1 answer

File referenced by ProjectItem is not created when new Project created

Trying to create my first Project Template for a simple VS2015 C# project. But when I try to create a Project with it, one of the files - post_build.bat - is missing. The content of the project template ZIP file is: AssemblyInfo.cs …
0
votes
2 answers

Create multi projects template from command line

I create .template.config/template.json file in solution directory and run this command dotnet new --install {Solution Path}, it create template but when i create new project from this template it only changed the name of web project not changed the…
Muhammad Ali
  • 173
  • 1
  • 6
0
votes
1 answer

Visual Studio Community 2017 - ASP.Net Web Application (.NET Framework) Template broken?

When I go to create a new Project in VS Community 2017 and choose the project type "ASP.NET Web Application (.NET Framework)": clicking ok only gives me an 'Empty' template option, and I can't add authentication or select to add references for Web…
0
votes
0 answers

Does the Community Edition built-in Java project template ignore Language Level?

I'm using IntelliJ Idea Community 2018.1.5 I've altered the default project structure to use Language Level 10 (Using JDK 10). When I create a new project with no additional libraries or frameworks selected and select project template (only default…
SnowInferno
  • 449
  • 3
  • 9
0
votes
1 answer

Project templates in Intellij Idea

I have been trying to create a project template as per my infra guidelines. I am able to create the template from an existing project and can create a new project. The only issue I am facing is, one file content is not getting copied in the new…
0
votes
1 answer

Creating a plugin bundle for iOS using XCode

How do I create a plugin bundle for iOS in XCode? When I try to create a new project, in "choose your template for new project" under iOS I can see only the types "Application" and "Library". There is only one template under "Library", the "Cocoa…
341008
  • 9,862
  • 11
  • 52
  • 84
0
votes
1 answer

Visual Studio 2017 Project Template + VSIX: Image not included when creating a new project?

Working on my first VS 2017 project template, following these steps: Created an empty class library project, the project includes an image in the root Exported template - verified that the .zip file contains the image Created a VSIX project and…
0
votes
1 answer

Create an empty database project programmatically using C#

I wanted to create an empty database project from Visual Studio 2017 programmatically. I tried creating a console application programmatically and was successful. Here is the code with which I tried creating a Console Application. Solution2 soln =…
0
votes
1 answer

How to set project template location in New Project window in TemplateData element

I'm creating a new project template as a Visual Studio extension project and want it to be displayed in my custom group, that does exist before project template is installed, under Visual C# node. I was hoping it is possible to setup project…
Dmytro
  • 16,668
  • 27
  • 80
  • 130
0
votes
1 answer

Add WIN32 Console Project Template To Visual Studio Community 2017 15.5.2?

I recently installed Visual Studio Community 2017 15.5.2 version for C++ basically and I am unable to find the option of Win32 Console Application. I have already read many post to fix it but can't. Yes, I have installed C++ in VS. I have installed…