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

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -