I want to pack the project into a zip-file and have the build date time (or the current date time) as part of the zip-filename.
Is there anyway to use compiler constants in Build Events in Visual Studio - VB.NET? (especially in Post-Build events)
In Visual Studio postbuild, 开发者_Python百科I need to run a batch file. The solution is potentially on a different drive to that which Visual Studio is running from. In postbuild, how do I determine
I\'m running into an issue where I need to be able to change the target directory path that my IIS 5.0 virtual directory is pointing to from within a Post-Build block in Visual Studio 2008.
I\'ve got this ASP.NET 2.0 project that开发者_StackOverflow社区 I\'ve been working on for a while now.Over time the project grew little by little and in the end I ended up with quite a few steps that