I like the fact that this is an option, but it doesn't behave the way I expect it to, so please help me understand.
I had a project today that I generated and I unkowningly included some tables (entities) which I didn't want. However, I didn't know that until after I generated my code and loaded the project into .NET. So, I went back to the LLBLGen designer, deleted those entities, set the CleanUpVsNetProjects to true (in both default prefs and current project prefs) and regenerated. I got the prompt in .NET about reloading a project that had been modified outside of itslef and chose to reload. I went to verify that those entity files had been removed but they were still in the project. I had to manually select them and exclude from project.
Now, I read in the docs that "When set to true, the VS.NET project file task performer will first remove all file references for files from an existing VS.NET project file, before adding the files generated. " It then goes on to say something abou the Generator flag in 2005 being different. Does the fact that I have NOT set the generator flag in my 2003 project have something to do with the file references not being removed?
Thanks.