We have a C# ASP.NET 3.5 project with VS 2008.
We also have a VB6 DLL that we call via Interop (yuck...I know).
We use a Web Deployment project with MsBuild and run a batch file to build the project on a build machine.
My question is:
Is there a way to modify the MSBuild project to have the VB6 DLL and interop files created and moved to the proper folders as a part of the build process?
Currently we have to manually build the VB6 DLL and interop file and move them to the appropriate folders first then run the MSBuild batch file.
Any ideas?