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
2
votes
0 answers

Is there a way to create a project template for an unmanaged C++?

I've been looking at the MS site How to: Create Project Templates trying to figure out how to make a project template based on a sample project that I wish to deploy to my company. However in this page: How to: Create Item Templates, it…
Adrian
  • 10,246
  • 4
  • 44
  • 110
2
votes
0 answers

Is it possible to create a workspace with an Xcode Project Template?

Is it possible to create a workspace using a TemplateInfo.plist option? I haven't found any documentation1, so I suspect that it's not possible. However, if it is possible, how are multiple projects added to that workspace please? 1. Project…
James Webster
  • 31,873
  • 11
  • 70
  • 114
2
votes
1 answer

How do I add a file to VS2010 template that is not in the project?

I built a new VS2010 project template (based on MVC2, but it's not important). Most of the files are, of course in the project, but there are a few that are not. For example, T4MVC.setting.t4 and instructions.pdf. Although they are not in the…
Felix
  • 9,248
  • 10
  • 57
  • 89
2
votes
0 answers

Visual Studio Project Template With Glob Folder Links

I'm trying to create a Visual Studio 2013 custom project template that creates multiple projects. I'm having an issue because one of the projects has a glob include path to the other:
Nathan Roe
  • 844
  • 1
  • 8
  • 22
2
votes
1 answer

Does MonoGame 3.3 still have content template projects

I am getting started with using MonoGame and having downloaded version 3.3 in the process of getting my first game setup I've hit an immediate roadblock. In all the tutorials I have seen such as…
Maxim Gershkovich
  • 45,951
  • 44
  • 147
  • 243
2
votes
1 answer

Automate removal of TFS project template customization

Background We're currently looking to migrate our TFS projects over to VSO. To do this we're making use of the OpsHub tool. VSO doesn't support custom templates (not until Summer at least, which is too late for us), and OpsHub can't migrate projects…
JohnLBevan
  • 22,735
  • 13
  • 96
  • 178
2
votes
1 answer

A realistic and usable (VS2010) MVC2 project template?

The default MVC2 web project template which VS2010 creates when you select "ASP.NET MVC2 Web Application" is quite a nice start... but nowhere near a realistic app framework. E.G.: user accounts without such features as password recover easily…
pomarc
  • 2,194
  • 3
  • 23
  • 30
2
votes
1 answer

$safeprojectname$ throwing errors in VSIX Package

I'm attempting to create a VSIX package to deploy for some common application layouts that I use, however when I create the Project Template then put the template files in my VSIX package and build it, I get a lot of Unexpected character '$'…
Ben Black
  • 3,751
  • 2
  • 25
  • 43
2
votes
1 answer

Using multiple IWizard implementations in ProjectTemplates

I am creating a multi-project solution template for my organization that requires both Nuget packages to be installed and some custom parameters to be set using a Windows Form upon creation. I am deploying it using a VSIX. I have both these features…
2
votes
1 answer

Visual Studio Project Template with Custom HTML Element Intellisense

Is there a way to create a Visual Studio project template that provides Intellisense for custom HTML elements? I know I can add the xsd to the commonHTML schema, but i'd prefer it only be available for my project type. Thanks for the help!
Matt Landers
  • 219
  • 2
  • 7
2
votes
1 answer

How to debug IWizard-based project template

I have exported a Visual Studio Template using the Export Template Wizard. The template requires some user input, so I added a Wizard assembly, which gets invoked the way it should, except for some minor things, so I need to debug. I found a rather…
Sebastian Edelmeier
  • 4,095
  • 3
  • 39
  • 60
2
votes
0 answers

Visual Studio Makefile Project Template

I have a custom compiler for my projects, and I really like Visual Studio as a development environment. So, for my projects, I create a Makefile project and make it use my custom compiler. However, the setup for this is very time consuming, and I…
2
votes
0 answers

Sharing dll in visual studio project templates

I am working on multi project templates having one web application, 5 class library projects exported from VS2012. We have custom framework dll(xxx.dll) thats need to referred in all the 6 project templates. I would like to have a common folder…
SCP
  • 63
  • 1
  • 7
2
votes
5 answers

Ready configurations for Spring + Hibernate

Sometimes, it's very tediously to make own configuration, find all libraries, check it ... So, is there any ready typical (template) config for appropriative task?
ziftech
  • 747
  • 1
  • 10
  • 22
2
votes
0 answers

Adding files to VS2012 project template?

I am creating a VS2012 project template for a C++ console app, that is customized to the companies needs. One of the things is that it needs to have a custom .props file, which I added to the .zip file that VS creates when you export a template…
Tony The Lion
  • 61,704
  • 67
  • 242
  • 415