build/JetBrains.ExternalAnnotations.props (8 lines of code) (raw):

<?xml version="1.0" encoding="utf-8"?> <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <ItemGroup> <JetContent Include="$(MSBuildThisFileDirectory)..\DotFiles\**\*.*"> <TargetPath>%(RecursiveDir)%(Filename)%(Extension)</TargetPath> </JetContent> </ItemGroup> </Project>