Godot Version
4.3
Question
Is there a way to move the .csproj file to a subfolder within the project and still have godot recognize it?
I’m using source generators and Id like to organize my project so I have a main “scripts” folder with the main csproj (the one godot uses), and a sibling “generators” folder with the source generators csproj.
Ideally the .sln file would still be in the root folder.
Thanks in advance.