Project Template Awareness for Auto-Generated Code?

JaedenRuiner

Well-known member
Joined
Aug 13, 2007
Messages
340
Programming Experience
10+
Well,

In the process of changing some things and developing others, I am curious about the nature of the Code Generator. Simply put:
How does the Code Generator know which template was used for the creation of the Project?

Example:
I create a full Project Template that modifies come of the "Designer.vb" code design. I use the "My New Windows Project" template to create an application, and then I add a few Settings in the GUI. How does the IDE know to use the "My New Windows Project\Settings.Designer.vb" template to modify the code, instead of using the default Windows Application template?

Thanks
 
Back
Top