Embed all files from folder when application compiles
Hi,
I want the VB.net to embed the files from a folder when it compiles.
Now the thing is the files in the folder can be changed whenever i wish.
I want a command that embed each & every file existing in that folder. IS this possible in any way?
Any advice?
Re: Embed all files from folder when application compiles
I think this can be done with the help of MSBuild script.
Right now i can only this of this.
Lets see if some one comes up with any better idea.
Re: Embed all files from folder when application compiles
Hey here is the answer you need.
We can directly build vbproj or csproj by msbuild command line:
msbuild /property:Configuration=Release|Debug <File.vbproj | csproj>