Hi!
I've created custom task performer that generates one c#-coded file with a lot of class/enums and placed it into generated directory with root namespace.
Please tell me most simple and correct way to add my file to Generic.csproj file (Adapter template).
I know tha I can use vsnet2008ProjectFileAdapter.template but it is not suitable in my case.
Can I do this any other way (by specialized task ..) ?
Or Can I do this in my generation task (best solution)?