adding files to the publish

I would like to add some extra files to the publish, but have been unable to find where to do so. I have some text files that my program will read, and need to know how to include those in the published application so they will be installed with everything else.

thanks,

Dan



Answer this question

adding files to the publish

  • Cryo75

    You can add them to the resources (with Visual Basic 2005 only).


  • litewoheat

    aha! this is great, thank you very much. it took me a few minutes to determine you could add more than strings, but this will work great.


  • cuetumayu

    From the solution explorer...Right CLick on the Project Name and then select "Add Existing Item"... This will automatically include the file in the distribution!

  • adding files to the publish