Been using it for a few days… seems to work ok. Not as good as tortise but when I delete file through VS 2k5 it doesn’t mess up my subversion folders… which is nice.
Can get it here. <Link>
Been using it for a few days… seems to work ok. Not as good as tortise but when I delete file through VS 2k5 it doesn’t mess up my subversion folders… which is nice.
Can get it here. <Link>
I’m building other projects with my .net project. (Adobe Flex) and I wanted a way to be able to integrate msbuild script to compile flex with the .net ide. I was hoping to find an add-in like Eclipse has for Ant but the only solution I found was to add it as an external tool. (I guess that will have to work for now.)
http://en.csharp-online.net/MSBuild:_By_Example%E2%80%94Integrating_MSBuild_into_Visual_Studio
I’ve always wished that MS would have left the web app project in vs 2005. Found this while searching for a way to integrate MSBuild with VS 2005. More info is available HERE.
Basically you go
HERE and install the prerequiste. Then you go HERE and click the “Download Now” link and install that.
Then start VS 2005 and when you go to create a new project… “Web Applicaton Project” will be a new choice.
I also found a tutorial on how to migrate an existing VS 2005 Website to a Web Application Project <Link>