Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我使用以下命令生成 Uid 后:
msbuild /t:updateuid MyProject.csproj
我怎样才能将它们全部删除。
我知道如何检查生成的 Uid,但我想真正删除它们:
msbuild /t:checkuid Myproject.csproj
解决方案是这样的:
msbuild /t:removeuid MyProject.csproj