Tagged Questions
The project-template tag has no wiki summary.
7
votes
2answers
749 views
How to make a new eclipse project template?
I am using a kind of framework where every time I make a new java project, I have to arrange the files in the appropriate packages and reference the appropriate external jar libraries. So now I am ...
6
votes
1answer
385 views
installing asp.mvc 2 beta nunit project templates untrusted component error
I've been trying to get nunit 2.5 to work with mvc 2 (VS2008) after following some guides and updating registries. I though I was done. I can select nunit when choosing my testing frame work but there ...
5
votes
1answer
453 views
What does Apple use for XCode 4 template generation?
Xcode 4 completely changed the (project) template system. There's a lot more you can do now, but it comes at a price. Take a look in the TemplateInfo.plist files scattered around your ...
5
votes
1answer
172 views
What is the best way to include references to my own assemblies in a project template?
Guess the question says it all.
We have developed a library in C#, and now I wish to create a project template to aid in using the library correctly.
I want new projects to include a reference to ...
5
votes
1answer
137 views
Visual Studio Solution Template - Link Source Control Projects
My team is creating some standard VS solution templates. We have a well-defined project structure, resources, etc. that we need to use every time we start a new project and this is the perfect ...
3
votes
3answers
992 views
Remove Custom Project Template that was Automatically Imported
I deleted the exported zip file that was placed in my exported templates folder and of course it still shows in Visual Studio's "Add New Project" dialog. I expected that but I'm having a difficult ...
3
votes
2answers
982 views
Visual Studio Project Template and Private Assembly Referencing
I noticed someone else asked a similar, if not exactly the same, question before, but the answer to it didn't help (me, anyway).
I have a project that I'm building a template from. When I go to ...
2
votes
1answer
179 views
Create a Visual Studio project programmatically
As my question say I want to create a new project based in a template which already created an tested and works fine, but i have two problems when i tried to do it in C# code (in a mvc3 project).
...
2
votes
2answers
96 views
Install NuGet packages automatically in VS 2010 project template
Can anyone share with me how to (or where I can find how to) install NuGet packages automatically when I create a new project based on my custom project template in Visual Studio 2010?
I am creating ...
2
votes
1answer
168 views
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 ...
2
votes
1answer
517 views
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 ...
2
votes
2answers
4k views
MVVM visual studio project template for VS2010?
I am running VS2010 and Windows 7. I have seen many people with the template for MVVM. Where can I get this template? I already have WPFToolkit installed, but the template does not appear. I tried to ...
2
votes
5answers
112 views
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?
1
vote
1answer
83 views
Use local IWizard assembly as WizardExtension in Project Template
I have a very simple IWizard implementation with sole the purpose of adding a parameter variable to the dictionary (no user interaction is required).
I don't want to have to add this to the GAC if ...
1
vote
1answer
35 views
Edit the default VS 2010 Silverlight Project Template
Does anyone know where I can find the default Silverlight Project Template used in Visual Studio 2010. Every time I create a new SL project I need to add one namespace in MainPage.xaml, so I thought ...
1
vote
1answer
113 views
Can a ProjectTemplate archive be stored within a Visual Studio solution, similar to the way CodeTemplates (.tt) files work?
There are many blog posts out there that show you how to create and include T4 (Text Template Transformation Toolkit) files (.tt) in your solution and have them override those stored in the default ...
1
vote
0answers
142 views
Visual Studio Project/Item Template Parameter Logic
Since I have only seen a few posts on the topic but no in-depth explanation of the logic for parameters in templates for Visual Studio, I figured I'd post this here.
Following the MSDN article you ...
1
vote
0answers
136 views
Xcode 4 project template adds extra folder
When I make a new project with xc4 I don't want it to create a folder with the same name as the project. I want the source files associated with a project template to get copied into several other ...
1
vote
3answers
161 views
How do I create a Visual Studio project template that includes linked files?
In visual studio (2010), I would like to create a project template that includes links to two files that should already exist on the system prior to creating the project. One of them is a common ...
1
vote
5answers
297 views
Using a relative import in a csproj file contained in a project template
I've create a project template which contains a csproj which contains an Import pointing to a project file where I list all the third party project locations. I'm always using this project template to ...
1
vote
2answers
412 views
Cloud service project template not getting listed
I have installed Windows Azure SDK on my machine on top of VS 2010 SP1. "Windows Azure project" template is listed (file->new project) but "Cloud Service Project" template is not getting listed. Do I ...
1
vote
1answer
404 views
Visual Studio multi-project templates rename namespaces and project names
I've successfully created a multi-project solution template. What I would like to do, however, is to rename the beginning of each project with the name of the solution.
So my projects:
ProjectOne.A
...
1
vote
2answers
257 views
Cancel VS2010 project creation from wizard
I created a wizard for a custom template in VS2010
And it works like a charm.
But since the wizard contains a form required to finish the creation of the project, i feel that the user should be able ...
1
vote
1answer
162 views
Visual Studio 2010 and WPF: Creating a special template
Is it possible to do the following in VS 2010:
Create a new template (or something similar) so I get a XAML - view and a view model, completely with the INotifyPropertyChanged implementation and a ...
1
vote
0answers
178 views
iphone sdk Creating custom Templates
Cocos Provides a .sh file to install cocos2d templates.
My task is very much similar to that.
I have to create One User Template Group. Similar to screen shot.
My question is how ? How to create ...
1
vote
1answer
542 views
DotNetNuke Visual Studio Projects
I downloaded the DotNetNuke Visual Studio Installer, and the only project template I got was a Compiled Module. I've seen screen shots and examples where people had 'DNN Project' projects, and 'DNN ...
1
vote
2answers
500 views
Is there a Visual Studio Test Project template for NUnit?
Is there an official Visual Studio test project template for NUnit? If not, what might one look like?
1
vote
2answers
903 views
Assembly Programming in Visual Studio 2008
Does anyone have a best practice Project Template for Visual Studio 2008 MASM projects? I don't know why Microsoft shipped VS with MASM but epxect you to use a blank C++ project when there is so much ...
0
votes
0answers
6 views
Visual Studio 2010 isolated shell web application project template
Does anybody develop web application project template for visual studio 2010 isolated shell. I am try to develop that and have some problems about web designer of isolated shell.
In my isolated shell ...
0
votes
0answers
10 views
No project template for a ‘WPF Ribbon Application’ in VS 2010 after Microsoft Ribbon for WPF installation
I installed Microsoft Ribbon for WPF from the following page:
http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=11877
But there is no project template for a ‘WPF Ribbon ...
0
votes
1answer
22 views
Azure Cloud Template Missing
After running the command devenv.exe /InstallVSTemplates (as detailed here), the Azure Cloud Template remains missing.
I'm running VS2010 Ultimate SP1 and install afterwards Azure SDK using WPI. I ...
0
votes
0answers
10 views
How could I specify a conditional compilation symbol within a MonoDevelop 2.8 project template (.xpt.xml)?
Something similar to (picked from a .csproj)
<DefineConstants>DEBUG; ANDROID</DefineConstants>
0
votes
0answers
14 views
How could I add a <Reference /> *specifying a path*, within a MonoDevelop 2.8 project template (.xpt.xml)?
For instance, instead of
<References>
<Reference type="Gac" refto="System, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" />
</References>
something similar ...
0
votes
0answers
27 views
custom path to create programmatically projects
It's there a way that I can create an specific project with custom path different that Program Files\Microsoft Visual Studio 10.0\Common7\IDE\ItemTemplates\ or other defined by hand in tools option of ...
0
votes
0answers
17 views
How to create IWizard assembly for VS2008 project template
I have created an IWizard assembly that should take in parameter values (via Windows Form) and insert them where called for by the code contained in a VS 2008 Project template. Here is the article I ...
0
votes
0answers
32 views
Multiproject Template - Adding solution folder and assemblies in a solution
I am able to create a multiple project using vstemplate and using IWizard to implement project name name conversion but I cannot able to add a solution folder and assemblies into it in RunCompleted ...
0
votes
1answer
21 views
Conditionally exclude project creation in a multi-project Visual Studio project template
I have a multi-project Visual Studio project template. I want to be able to, conditionally, exclude specific projects from the created solution.
I've looked into the ProjectFinishedGenerating method ...
0
votes
2answers
90 views
Updating XCode project template details
Previously All file headers were being displayed as follows.
// Created by ABC_User_Name on 10/31/11.
I have modified user name from ABC_User_Name to XYZ_User_Name.
Now, even after logging out ...
0
votes
1answer
27 views
When installing a custom Visual Studio template, do you have to install the interop stuff?
I want to install a custom project template with my tool. The template uses a Wizard, so I'm including an assembly and putting it into the GAC on the target machine. Now, this assembly has lots of ...
0
votes
1answer
178 views
Can't make Visual Studio 2010 XNA Windows Game project?
I can't make a Visual Studio 2010 XNA Windows Game project. When I do, I receive the following error message:
Now, I already tried running "devenv.exe /InstallVSTemplates" with no luck. This ...
0
votes
0answers
41 views
Getting an error “File already exists ” when linking a file in vs project template
I have created a project template (in VS2010) and in this project I have linked a file MyFile.txt which exists at C:\MyFolder location. Now, when I am trying to load this template while creating a new ...
0
votes
1answer
53 views
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 ...
0
votes
1answer
51 views
Copy Files to Project Folder with Visual Studio Project Template
I'm making a custom Visual Studio Project Template for a CSharp project and was wondering if there was a way to copy a dll from the template zip file to the new project file without including the dll ...
0
votes
1answer
106 views
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 ...
0
votes
1answer
180 views
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 ...
0
votes
1answer
344 views
How to add folder reference in XCode 4 Project Template
i have some problems about adding folder reference in xcode 4 project template, i just can add Groups and Sub Groups to project. does anyone successed doing this? please share here..
here's the code ...
0
votes
1answer
362 views
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 ...
0
votes
1answer
202 views
How to control, in TFS, updates to work item definitions\project templates on users with admin rights?
Can you prevent a user with project admin or project collection admin rights from updating a project's work item definition or its project template?
Basically we have a TFS instance with multiple ...
0
votes
1answer
38 views
Project template with three projects?
Is it possible to create a project template containing three projects?
I've built a sample project for my client which contains the basic structure for all their new applications. It would be sweet ...
0
votes
1answer
148 views
Visual Studio Gallery - MVC Project Template Failing to Upload
I've created a Visual Studio 2010 ASP.NET MVC Project Template as a VSIX package that I'd like to upload to the Visual Studio Gallery, but every time I try it tells me the path is too long...
...