View previous topic :: View next topic |
Author |
Message |
terragile
Joined: 22 Mar 2012 Posts: 4
|
Posted: Thu Mar 22, 2012 1:32 am Post subject: Winforms Application with a configuration file |
|
|
How do I include my app.config file with the encrypted executable?
Thanks,
Ed |
|
Back to top |
|
|
Infralution
Joined: 28 Feb 2005 Posts: 5027
|
Posted: Thu Mar 22, 2012 2:04 am Post subject: |
|
|
You just copy your app.config file to the bootstrap project. If you include the same app.config in the bootstrap project then Visual Studio will copy the app.config to MyApp.exe.config when you compile the project (if your bootstrap application assembly is called MyApp for instance). _________________ Infralution Support |
|
Back to top |
|
|
|