1 This is the future home of YOURLIBNAME.
\r
3 To customize it for a library:
\r
4 1. Find & Replace in Files with case sensitive search:
\r
5 YOURLIBNAME -> YourLibrary
\r
6 2. Do a dir /s *YOURLIBNAME* in the root of the project and rename all files/directories to *YourLibrary*.
\r
7 dir -rec . *YOURLIBNAME* |% { ren $_.fullname $_.name.replace("YOURLIBNAME", "YourLibrary") }