(0032730)
|
dmytro_ovdiienko
|
2013-03-29 17:44
|
|
Below is message from the developer:
Hello Dmitriy, After some investigation, I have noticed some inconsistencies in the log file. CurrentSolutionConfigurationContents field holds a snap shot of the building solution. This field appears to be incorrect as the AbsolutePath="test_bug\folder\subfolder\..\..\ZERO_CHECK.vcxproj" is not a full path. The task AssignProjectConfiguration would use this information to match project and their configuration. In the case when a project isn't on the list, it would cause use the default configuration of Debug. Thus, C:/test_bug/ZERO_CHECK.vcxproj matches, but not "D:/doc/Downloads/test_bug/ZERO_CHECK.vcxproj" reset to Debug. I could not reproduce the error in the AbsolutePath, so I would need your help to figure out why that is happening. Thanks Felix Huang VC Project & Build |
|