Instead of appending directly the prefix (e.g. "RudeBuild_") to project reference, I'm using
Settings.ModifyFileName to append correctly the prefix.
So, if includeAttribute.Value contains : "..\StatisticsDisplay\StatisticsDisplay.vcxproj"
Before modification : "RudeBuild_..\StatisticsDisplay\StatisticsDisplay.vcxproj"
After modification : "..\StatisticsDisplay\RudeBuild_StatisticsDisplay.vcxproj"
Let me know if it is correct or if it should be done otherwise.
Instead of appending directly the prefix (e.g. "RudeBuild_") to project reference, I'm using Settings.ModifyFileName to append correctly the prefix.
So, if includeAttribute.Value contains : "..\StatisticsDisplay\StatisticsDisplay.vcxproj"
Before modification : "RudeBuild_..\StatisticsDisplay\StatisticsDisplay.vcxproj" After modification : "..\StatisticsDisplay\RudeBuild_StatisticsDisplay.vcxproj"
Let me know if it is correct or if it should be done otherwise.