So I have this web application solution. I also want to include Google Chrome Portable in the solution, but I want it to be a separate project to help organizing my code. Is there anyway to create a project to just include a bunch of files without any programming files? When the project is built, I would also like a BAT file to be ran.
EDIT: I would also like to include a file result from the Google Chrome Portable project into my web application everytime it is built.
You should be able to create a new empty project (I chose to make an Win32 Console Application as a library). Then, under
Project Properties -> Custom Build Stepyou can provide aCommand Lineto run.