MSBuild ProjectReference:private (“Copy Local”) - what are the allowed values and behaviour?
- 阅读更多 关于 MSBuild ProjectReference:private (“Copy Local”) - what are the allowed values and behaviour?
问题 TL;DR Is there any official documentation that describes in detail how the <private> / "Copy Local" option works with MSBuild ? And what values are supposed to go into it? When you add a project reference from one project in Visual Studio to another, it will add a <ProjectReference Include=".....csproj"> to the .csproj MSBuild file. When you add a file reference from one project in Visual Studio to an assembly file in the file system, it will add a <Reference Include="Foo"> <HintPath>....Foo