kitsilanosoftware / MonoDevelop.Tizen

MonoDevelop add-in which adds support for developing and deploying LGPLv2-compliant applications using Mono for Tizen
GNU General Public License v3.0
4 stars 0 forks source link

Host main application assembly in *.dll, not .exe #15

Open ztzg opened 10 years ago

ztzg commented 10 years ago

The Tizen SDK compiles the native binary to a file with suffix .exe, which looks like a duplicate from the main application assembly. Additionally, the latter is in a Debug/ or Release/ subdirectory.

It would be nicer to compile the main assembly to a .dll, and to put it alongside the native executable.