I have a project in Visual Studio. I need to deploy some 3rd party files along with my code. Typically I would put this files in a \"Resources\" directory and set the Buil
Edit your *.csproj or .vbproj file
Add this tag
the final file must look like this:
<---some more tags--->