Moved the place where loggers are named.
[CSharpLibraryStarterKit.git] / readme.txt
blob24ccdf0e9839e58b9bb8237f4603bbb2bfb6ab8a
1 This is the future home of YOURLIBNAME.\r
2 \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") }