Project DescriptionThe DDF Generator is a SharePoint helper tool to help developers build Diamond Directive Files for solution packages and cabs.
Hey Folks,
I figured to make building solution packs a little easier I'd take the time to write a DDF Generator. It's a really straight forward little console application.
The only parameter it needs is a directory and it builds a DDF file based on the directory structure.
DDFGenerator "C:/
path/SolutionFolder"
Operation Completed Successfully.
That's about it.
Hope this helps.
~:)