How to selectivly compile C# projects in Visual Studio 2005? -
i have following setup:
- project a
- project b depends on a
each project has pre , post build events. of time make changes in project b. every time tell vs compile project b other project compiled too. happens despite facts no changes done , date dll present.
how tell vs compile project b in case?
thanks in advance
if right click on solution , select configuration manager can tell projects not build.
Comments
Post a Comment