There is currently no existing addon. Since project files are XML (see below), theoretically you can write an application to analyze it, and then compare it with the contents of the project directory; and list each of them, collecting a list of items that are not included.
<ItemGroup> <Content Include="rootFile.html" /> <Content Include="Directory1\File1.xml" /> <Content Include="Directory2\File2.xml" /> <ItemGroup>
As for the integration of this behavior in Visual Studio, either a function request file with Microsoft , or write this addon.
simbolo
source share