views:

78

answers:

0

my solution is in vs 2003 and using many projects and when i have taken latest from source safe(perforce) and build the project it has given some library not finding error i.e. some porjects which are used in the solution are missing because those assemblies are not at those particular location. so in all csproj files where the hard coded path was there i have updated those with the project id and when i build the solution the error has gone and the application is running perfactly but In some of the csproj files ProductVersion = "7.10.3077" is updated with "7.10.6030" but not in all csproj files

another thing i observed that change is happened in only those files in which files tab got changed from SubType = "Code" to SubType = "UserControl"

if i will submit that code and what will be impact of that ??

why this some of csproj files are only affected with this change.. why not all ?