O
OmegaGeneral
Guest
When I build my application using Visual Studio I get a sub-folder called app.publish which contains a singular exe, this exe works on my machine.
The parent folder contains the same application but also includes a manifest file, a config file, and a dll file in a folder called pa-Guru.
I'm a little confused as to if I can use the singular exe or If I have to provide the manifest, dll, config with my exe for compatibility purposes?
Note: Ideally I wanted the app to ensure it is compatible with .Net 4.5
Parent Build Folder
App.Publish Sub-Folder:
Thanks for any guidance.
Continue reading...
The parent folder contains the same application but also includes a manifest file, a config file, and a dll file in a folder called pa-Guru.
I'm a little confused as to if I can use the singular exe or If I have to provide the manifest, dll, config with my exe for compatibility purposes?
Note: Ideally I wanted the app to ensure it is compatible with .Net 4.5
Parent Build Folder
App.Publish Sub-Folder:
Thanks for any guidance.
Continue reading...