CSPROJ names, with the Game name or not?
#2
SimonDarksideJ
started this conversation in
Polls
Replies: 1 comment 2 replies
|
IMHO... Semantically it makes no sense to omit the game name from the project. It quite literally is the project/build of that game, for that platform. Everything inherits/references this name as well, including the resulting built binaries that absolutely should be named something more descriptive than "DesktopGL.exe". Furthermore, especially now even with just the ContentBuilder project, there are often sibling projects to just the actual game's projects that are not game builds. Dev tools and such. Keeping the game name in the projects serves to identify them as actual game builds and not just some other thing (like ContentBuilder, some dev tool, etc) that also happens to fall within the same solution. |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
It is a personal preference as to whether each project name should also contain the name of the game (even though it is also the solution name) or not, or whether "by default" it should just list the platform.
Either approach works and has no effect on the building or running of the title, it is just a matter of personal preference.
So, we are gathering feedback on how the "default" template should name the projects "out of the box"
3 votes ·
All reactions