Tagged Questions
The projecttemplate tag has no wiki summary.
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 ...
2
votes
1answer
73 views
VS 2010 SDK. Templates
If you try and create an MVC3 project, you’ll see that you have an ability to add Controller or View with rc. And context menu you get on Controller folder with rc will magically suggest to add ...
1
vote
1answer
472 views
Changing namespace of the WPF Project Template
When I modify the xaml's cs's I will have to go in and manually modify the corresponding *.g.cs file. And it seems to get overwritten every time I rebuild.
So my question is, what is the proper way ...
0
votes
1answer
47 views
Visual Studio Templates and environment variables
I have created a project template for Visual Studio 2010, and I have an environment variable I setted up in every machine I use. The template references some resources which are located in the ...
0
votes
1answer
142 views
In what order are projects returned using ActiveSolutionProjects?
Im using this code, inside a project template wizard.
DTE dte = project.DTE;
VSProject vsProj = (VSProject)project.Object;
Array projects = (Array)dte.ActiveSolutionProjects;
Project activeProject = ...
0
votes
2answers
99 views
Where is the Visual Basic COM project template?
I was at a class recently, and the instructor started a new Visual Studio 2008 project using a "COM project" template. Now that I'm back, I tried finding that template in my installation of VS2008 ...