✅ .csproj – how to generate nodes dynamically by iterating over a string array ?
how can i generate xml code in the .csproj file? i dont want to repeat my actions 10000 times...
so i got a list of strings i want to insert in some xml nodes:
1 Reply
i want to include some folders of the project in the build folder, like Utils/<all files&folders in all subdirectories>
is actually doing what i want, but it puts the files/folders in the root of the project, i want to have them in their parent folder such as Utils, Settings
chatgpt has done it...