Frans,
I have built some templates which generate a new project with all the new code... BLOODY COOL TOOL... Sorry have to say that again...
^2
The only stumbling block I have now is how to get this new project to reference the other 2 LLBLGen projects.
I have copied the vsnet2003ProjectFileAdapter.template and created a new one for my new project. How can I get hold of the name and Project Guid / Package Guid of the other (previously generated) LLBLGen projects?
I'm trying to end up with:
<Reference
Name = "Sds.ModernArk.Services.Ark.Data"
Project = "{83A1E5F6-55EF-497A-9261-1C7D894DBC70}"
Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}"
/>
<Reference
Name = "Sds.ModernArk.Services.Ark.DataDBSpecific"
Project = "{00C1EF1E-2E44-418B-9C50-6E7B95BB1F7F}"
Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}"
/>
Obviously <[ProjectName]> refers to "this" project and I'm not sure if variables exist for the others projects in this content...
Any ideas
?
Marcus