A couple of days ago I installed Visual Studio 2010 on my machine. In general it seems to be a fine release, especially when beefed up with Resharper V5 (I very, very much like the new Ctrl + Shift +
Yesterday I thought that it would be a good idea to check out ASP.NET MVC (MVC) on my "on-the-edge" rig with Visual Studio 2010 running on Windows 7.
It shouldn't have surprised me then, that AS
Project references
Consider the following situation: You want to test an application that uses plugins. The dependencies look as such:
RF.CsProjTests.Console
- RF.CsProjTests.PluginA
-
In my first post on csproj-fun I had an example where after every build, the resulting assemblies lying in e.g. bin/debug would be merged into one and copied out to some other place. Maybe you do n