System to automatically add new projects to solution in content #5610
Labels
Area: Tooling
Difficulty: 3-Hard
Extensive codebase knowledge required.
Issue: Feature
This issue is a feature request
Issue: Needs Cleanup
This issue needs general code cleanup.
Priority: 2-Important
Status: Help Wanted
With the way RT and content assemblies are configured, any addition of a new project in RT is a breaking change that needs the solution to be updated in content. This sucks!
The solution format does not support any form of "import this other file" like MSBuild does. So that really leaves us no option for doing this with "standard" tooling.
My current idea is to make
RUN_THIS.py
automatically splice things into the solution file. Given thatgit_helper.py
already runs every time you run agit checkout
by default, this should be able to work? But it might be annoying.The text was updated successfully, but these errors were encountered: