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
1 answer

Custom message not working for C++ Project template with Wizard

I have followed the tutorial here http://msdn.microsoft.com/en-us/library/ms185301.aspx to produce a template project that lets me substitute parameters in my code using a wizard. This works for all my C# projects for example if I have the…
Harry Boy
  • 4,159
  • 17
  • 71
  • 122
0
votes
1 answer

Visual Studio C++ Extensibility Template Project?

I am able to generate C# template projects using the File--> New-->Visual C#-->Extensibility-->C# Project Template option in Visual Studio 2012. But I need to do the same for a C++ dll project. How can I do it for C++?? I dont see any option for…
Harry Boy
  • 4,159
  • 17
  • 71
  • 122
0
votes
1 answer

Rename classes using Visual Studio Project Template

I have created a Visual Studio template using this link: http://msdn.microsoft.com/en-us/library/ms185301.aspx. I am able to create a dialog where the user enters a custom message and it gets displayed: namespace TemplateProject { class…
Harry Boy
  • 4,159
  • 17
  • 71
  • 122
0
votes
1 answer

Creating a Project Template Wizard in Visual Studio not allowing me to manually design the Form control

I have followed the steps here http://msdn.microsoft.com/en-us/library/ms185301.aspx to create a wizard that allows me to use a custom string when creating a new project from my Visual Studio Template. But this example adds a textbox to the wizards…
Harry Boy
  • 4,159
  • 17
  • 71
  • 122
0
votes
0 answers

What is the best way to deploy a Template project in C#?

Heyy all =) We create a custom project template in C# following This topic to force all developers to develop uniformly, all inherit from the same class and receive the same development tools we developed in four separate DLLs and all have the…
oCcSking
  • 888
  • 21
  • 43
0
votes
1 answer

xcode 5: Custom Project Template:How to add Documentation target?

I would like to add Documentation target to .xctemplate for custom xcode project template. What key-value pair should one add to templateInfo.plist in order to get Documentation target in place ?
user2788672
  • 245
  • 4
  • 15
0
votes
1 answer

Multi-Project Template creates only empty folder

I have created a multi-project template. But I'm not able to get it working. It creates only empty folders for solution. Could not find useful info on google. Here is the template…
Andy
  • 321
  • 1
  • 3
  • 11
0
votes
1 answer

Custom template Logo and description in iPhone Application Templates

I am trying to create a custom "Application template". I tried to learn, "How to create template?" from the sample templates of "Cocos2d iPhone Game development". The problems that I am facing are as follows. Cocos2d custom application templates…
sagarkothari
  • 24,520
  • 50
  • 165
  • 235
0
votes
1 answer

Using roxygen2 outside RStudio project

I am trying to generate roxygen2 comments inside my R code and I am currently NOT using an R Project but rather using ProjectTemplate (http://projecttemplate.net/). My problem is roxygen2 only seems to work within a Project (hopefully I am wrong…
mike1886
  • 133
  • 4
0
votes
1 answer

To put Solutionwide settings-file in Solution-Root with a Project-Template

I've a problm where I can't seem to find (or I use the wrong search terms) the answer to. My Problem: I want to create a Project-Template in VisualStudio (2013) which also have to put a settings-file (*.jcsettings.xml-File for…
Stelzi79
  • 585
  • 3
  • 12
0
votes
1 answer

Project Template to be placed under "Test Projects" Node

I have created a project template that comes under the node 'CSharp'. What changes i should make to .vstemplate file or any other files such that i can place my Template under "Test Projects" Node (5th Node in the list shown below.)..??! In Visual…
0
votes
1 answer

Dashcode: How to create a custom/new Project Template?

I'm trying to customize the javascript that Dashcode uses. So that I won't step on Apple's Project Templates, I want to make a custom project template that would appear as a choice after you click "New Project." I have been able to modify one of…
JJ Rohrer
  • 2,671
  • 5
  • 29
  • 37
0
votes
1 answer

Issues in creating custom multi project MVC 4 web application template vs2012

I am working on custom multi solution project structure having 1. 4 class library projects 2. One MVC 4 Web application. I have built multi solution structure into VSIX package.Till here everything is fine. Upon VSIX installation,I can see my multi…
0
votes
1 answer

How to restore VS project template for test if I deleted it by mistake?

When I was installing some new templates for VS, I deleted built-in test project template by mistake. How can I restore it?
chester89
  • 8,328
  • 17
  • 68
  • 113
0
votes
2 answers

Visual Studio 2010 Macro to Create folders in a C# project

We have a big C# project in Visual Studio with multiple applications under it. Developers add their application in the project by creating folders manually. I was wondering if we can automate this using templates or macro. I guess adding folders and…
1 2 3
19
20