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...
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...
When I was installing some new templates for VS, I deleted built-in test project template by mistake. How can I restore it?
...
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?
...
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...
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...
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...
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...
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...
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 an official Visual Studio test project template for NUnit? If not, what might one look like?
...
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...
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?
...
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...
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,...
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" ?
...
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!
...
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 ...
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 ...
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...