daelmo wrote:
- What task or task group did you change (for instance, VsNetDbGenericProjectFileCreator...)
SD.Tasks.Adapter.VsNetDbGenericProjectFileCreator
daelmo wrote:
-
- What parameter of that task did you change (destinationFolder, for intance?) ?
destinationFolder
daelmo wrote:
-
- Why did you change it? I mean, where would you like to put the generated files, for example?
Because the LLBLGen project defines our "Contract" project/asssembly which has service contracts,etc. So we wanted to have an "Entities" folder with all the LLBLGen dbGeneric files in that folder.
Another reason is we wanted to not have all the files for both dbGeneric & dbSpecific outputted to the same root folder because when you view all files in VS.NET, you would see the other project's files.