[RESOLVED] [2005] Creating a new project
When I created a new VB project with Windows Application, I can do documenting with <summary>,<param>,etc.
But why I can't documenting when I choose Empty Project ? Does it have to add a reference or something ?
When I started a project, I'd prefer an Empty Project because it doesn't generate anything (forms, unused reference, etc). So, how can I add documentation feature within an Empty Project ?
Regards
Michael
Re: [2005] Creating a new project
Check the "Generate XML documentation file" option on the Compile tab of the project properties.
The thing to do would have been to create a Windows Application project and a Blank project and see what the differences were in the properties. You'd have been able to narrow it down pretty quickly as most options would be obviously not applicable.
Re: [2005] Creating a new project
Ah, so that's the problem.
Yes, I have seen all difference between 2 project, but since I tought it nothing to do with compile options, I just pass the compile options, and keep look at reference (since it based on XML).
Thanks for your help