How do i add media files/folder to a winform app .NET
Posted
by acidzombie24
on Stack Overflow
See other posts from Stack Overflow
or by acidzombie24
Published on 2010-04-19T07:36:59Z
Indexed on
2010/04/19
7:43 UTC
Read the original article
Hit count: 274
I am making an example app of a game. I have a folder i set as the current directory from within visual studios which includes pngs,ogg,config.json,etc.
When i 'publish' these files are not included. How do i properly add a media files/folders into the project?
© Stack Overflow or respective owner