Hi,
I have a solution which contains many dll and exe.
I set the Copy Local properties to each of References of all projects (it depends, some must be true, and some must be false).
I build and save the solution, everything is in the right place.
The csproj files seem to be good with <Private>False</Private> or <Private>True</Private> in every section.
If I close VS and re-open my solution, all References are set to true, despite the value of the csproj.
I don't understand what happens, and this is very unconvenient, because I have to re-set Copy Local in each Reference manually.
My collegue, who works on the same VSS base, don't have the problem.
I have not VS SP1 installed, but I have not seen any improvment in that way.
Thanks for any help or suggestion.