I’m making a new project wizard for VS 2008. I’m using a .vstemplate file
that describes the project and solution files that should be used as
templates for the project I’m creating. In my solution template file, I’ve
set the HideSolutionNode=TRUE in the GlobalSection(SolutionProperties) =
preSolution section because my project will always be the only project in
it’s solution. When Visual Studio creates my new project, it ignores my
setting and creates the solution file with it’s HideSolutionNode=FALSE. How
can I fix this?
Thanks.