MSBuild ProjectReference:private (“Copy Local”) – what are the allowed values and behaviour?
For Reference and ProjectReference items, the accepted values for Private are: True or False This property in msbuild corresponds with the project reference property in VS as Copy Local. I got the above answer by manually setting the reference properties in VS and viewing the xml. I couldn’t find official documentation of the Private item … Read more