我对一个VS2012项目有一个奇怪的问题。我们正在尝试将第三方项目引用重定向到与main.exe文件夹不同的文件夹(例如\ bin)(如此Can Visual Studio compile project references into a different folder then the main .exe)
每当我将CopyLocal属性设置为False时,当我重建解决方案时,属性将返回True。
编辑csproj时,在每个<Reference Include="...">
下我可以将<Private>
标记设置为False,但是当构建开始时,属性将返回True。
我搜索过高低,但找不到此属性持续存在的原因。我缺少什么?
非常感谢,