Advertisement
Guest User

Untitled

a guest
Jan 15th, 2019
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. [Xml]$xml = Get-Content -Path .\XYZ.MyApp.Model.csproj
  2. $node = $xml.SelectSingleNode("//ItemGroup") | % {
  3.     $_.RemoveChild("//Compile")
  4. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement