MSBuild delete generated UIds

229 Views Asked by At

After I generated the Uid's with the following command:

msbuild /t:updateuid MyProject.csproj

How can I delete them all.

I know how I can check the generated Uid's like this but I want to really delete them:

msbuild /t:checkuid Myproject.csproj
1

There are 1 best solutions below

0
On BEST ANSWER

The solution is this:

msbuild /t:removeuid MyProject.csproj