required files to distribute a c# .net application

Posted by Jeff on Stack Overflow See other posts from Stack Overflow or by Jeff
Published on 2010-04-07T19:18:51Z Indexed on 2010/04/07 19:23 UTC
Read the original article Hit count: 269

Filed under:
|
|
|

I'm trying to figure out what files are needed when I distribute an application that I have written. In the release folder after I have built the application I have the following:

app.exe (obviously needed)

app.exe.config (obviously needed for my config settings)

app.pdb

app.vshost.exe

app.vshost.exe.config

app.vshost.exe.manifest

© Stack Overflow or respective owner

Related posts about .NET

Related posts about c#