We have developed a library in C#, and now I wish to create a project template to aid in using the library correctly.
I\'m creating a VS2010 multi project template and I\'m trying to make add a file (.hgignore) to the solution (not into a project) from the vstemplate.
I have a server with something called Visual Studio 2008 Shell (integrated mode) - ENU which only provides templates for SSIS work. I did not remove that before installing the VS 2008 Standard Edition
Can anyone point me in the right direction on how to create a Sol开发者_C百科ution Template in VS2010?
There is some software I want to write a plugin for. The software includes some sample plugins. I want to create a new fresh project but I want to use one of the sample plugin vsproj\'s project settin
http://teamcity.codebetter.com/viewLog.html?buildId=11047&tab=artifacts&buildTypeId=bt21 CodeCampServer has two download packages: VisualStudioTemplate and CodeCampServerPackage.
When exporting a Visual Studio project to a Template (File/Export Template...) I get the following error upon clicking the Finish button:
In Visual Studio 2005, 2008, and 2010, is it possible to define an Item Template that only appears in the Add Item dialog for projects of a particular ProjectFlavor?I\'d rather not clutter all of the
I\'ve written a multi-project .vstemplate file, which works alright, except that the projects have some external dependencies (.dll\'s) that I want to include with the template, as a peer directory to