Charles Weld
-
2010-05-12
There is currently a bug where projects in embedded solutions are not 'cleaned'. The attached patch fixes this for VS Generic targets only (VS2005,VS2008,VS2010).
Example:
<Solution name="SharpDebug" activeConfig="Debug">
<EmbeddedSolution name="Main">
<Project name="TestApp">
....
</Project>
</EmbeddedSolution>
</Solution>
In this example the project 'TestApp' will not be cleaned (project files are not removed).