cookiecutter-rimworld-mod-development icon indicating copy to clipboard operation
cookiecutter-rimworld-mod-development copied to clipboard

Add ability for user to specify assembly folder

Open lilwhitemouse opened this issue 4 years ago • 1 comments

It would be nice if the user could specify what assembly folder to use instead of "Common" - they may prefer a different directory structure (e.g., 1.1/Assemblies, Assemblies, etc).

lilwhitemouse avatar Apr 28 '20 07:04 lilwhitemouse

It would be nice if the user could specify what assembly folder to use instead of "Common" - they may prefer a different directory structure (e.g., 1.1/Assemblies, Assemblies, etc).

Late reply but this can be set in VS 2019 in Solution > properties > build > output - output path. For example for 1.3 it can be set to ..\Assemblies\ rather than common.

Peptide90 avatar Aug 04 '21 20:08 Peptide90