Mono/C#: Add option to export assemblies outside of PCK

When using this options, assemblies will be saved in the Assemblies folder of the  data directory: 'data_AppName/Assemblies/'.
This commit is contained in:
Ignacio Etcheverry 2019-11-28 23:42:37 +01:00
parent 7735af7e76
commit 66de28eda8
8 changed files with 148 additions and 74 deletions

View file

@ -56,6 +56,8 @@ String get_project_csproj_path();
String get_data_editor_tools_dir();
String get_data_editor_prebuilt_api_dir();
#else
String get_data_game_assemblies_dir();
#endif
String get_data_mono_etc_dir();