Application Build Help

  • Thread starter Thread starter OmegaGeneral
  • Start date Start date
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

1497569.png

App.Publish Sub-Folder:

1497570.png


Thanks for any guidance.

Continue reading...
 
Back
Top