# Monday, January 07, 2008
« Finding the Root Source Control Folder U... | Main | Console Application Help Pages »

I have no proof of this other than my changes weren't showing up, but it seems like MSBuild project files that are directly imported into a project are cached in Visual Studio between builds.  I had to make changes to my imported build script, exit Visual Studio, then restart VS before my changes would take affect.  Luckily if you build from the command line this doesn't happen.

Comments are closed.