I'm attempting to create a project based on the VSITemplate project, and it works perfectly fine ..
But I want to implement a wizard (based on IWizard, as MSDN tutorials suggest) in the project so I have more control over the creation of the website.
Problem is that, if I use IWizard .. then the TemplateVSI project needs to output a library that can be put into the global assembly cache. Right now, the project file (csproj) doesn't contain any of the items needed to build the project as a library. I've added what I think is needed to get the Build target .. but still, no dll is being outputted.
Is there a better way to do this? Is this even possible? Is there another way I can do this?
Kori
No comments:
Post a Comment