Copy content files to build direcotry in VB.NET?

S

Samuel R. Neff

Is there a way to copy content files to the build directory in vb.net?
In C# you can use build-events but I don't see them anywhere in a VB
project.

Thanks,

Sam

B-Line is now hiring one Washington D.C. area VB.NET
developer for WinForms + WebServices position.
Seaking mid to senior level developer. For
information or to apply e-mail resume to
sam_blinex_com.
 
P

Philip Rieck

In theory, setting "Build Action" to "Content" in the file's properties
would do it, but alas, that is not the case.

VB does not have build actions like C#, so with a vs.net build there's no
way to do this short of using a vs.net macro or add-in.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top