Skip to content

Commit

Permalink
Remove <Natvis> element from vcxproj.filters
Browse files Browse the repository at this point in the history
Deleted the <ItemGroup> containing the <Natvis> element from the Microsoft.Management.Deployment.vcxproj.filters file. This change removes the inclusion of the wil.natvis file, which provided custom visualizations for native types in Visual Studio.
  • Loading branch information
Madhusudhan-MSFT committed Oct 18, 2024
1 parent 69462af commit 016c618
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,4 @@
<UniqueIdentifier>{9c3907ed-84d9-4485-9b15-04c50717f0ab}</UniqueIdentifier>
</Filter>
</ItemGroup>
<ItemGroup>
<Natvis Include="$(MSBuildThisFileDirectory)..\..\natvis\wil.natvis" />
</ItemGroup>
</Project>

0 comments on commit 016c618

Please sign in to comment.