project-template

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 some directories and custom projects already in place. I want this because it would mak...

Visual Studio Project Template and Private Assembly Referencing

Hello, 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 reference an assembly in the Program Files, the template project itself will build fine, but any projects built off of it cannot find th...

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? ...

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? ...

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 that could have been added by default using a Project Template. Also, is there a project connector for TFS 2008 for MASM projects as I ha...

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 the existing templates (like, Custom, Browser, Utility, RSS, and Podcast). I can not, howev...

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 is no test project created. When I create a new mvcapplication.nunit.tests template it fails with the error. Error: this template atte...

custom template Logo & 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 have logo - "create new project" screen. ( I don't know, how to place the default lo...

Visual Studio Solution Template - Link Source Control Projects

Hello, 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 solution. The basics work nicely. However, as well as defining folder structure (etc.) it would be nice to be able to import a number of p...

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 asking on how to make a new project template like in the New Project dialog under a new folder. ...

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? ...

A realistic and usable (VS2010) MVC2 project template?

Hello. everybody. 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 customizabile (and maybe multilingual) error messages an interface to man...

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 Skin' projects. Did something go wrong with my installation? Where can I get a template for a DotNetNuke 5 Skin project? ...

Where is the visual studio 2010 setup and deployment project template

In VS 2008, when I create a project I can add a setup project easily. File->Add->New Project... then in Project types: select Other Project Types->Setup and Deployment - and there are a whole load of installed templates - including Setup Project to create an MSI installer. But in VS 2010 - there are no templates in the Setup and Deploy...

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 project, I would still want to put them in user directory when new project is created. However,...

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 a group under "user templates" ? ...

Visual Studio 2008 ProjectTemplates

Is there anywhere I can download the ProjectTemplates folder for Visual Studio 2008? I accidently deleted it and the cache folder so need to get a copy of it! ...

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 the library assembly, but would prefer not to have to deploy the assembly to the GAC, or to depend on the assembly residing in some specific ...

Visual Studio 2010 and WPF: Creating a special template

Hi! :-) 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 view model invoker, all in one? Create a project template that gives me a view and a full view model in App.OnStartup(...) instead ...

Visual Studio 2010 MVC Project type Disappeared

I have been working with visual studio 2010 Premium RTM for over a month. When I installed it I had a fresh install of windows. (No betas or previous versions of VS) I have been creating new ASP.NET MVC2 C# projects since I installed it. I went to create a new mvc project today and I don't have that as an option anymore. I went in unde...