descriptionA starting point for C# library development, including logging, tests and build system
ownerandrewarnott@gmail.com
last changeSun, 16 Aug 2009 05:25:49 +0000 (15 22:25 -0700)
content tags
add:
readme.txt
This is the future home of YOURLIBNAME.

To customize it for a library:
1. Find & Replace in Files with case sensitive search: 
	YOURLIBNAME -> YourLibrary
2. Do a dir /s *YOURLIBNAME* in the root of the project and rename all files/directories to *YourLibrary*.
	 dir -rec . *YOURLIBNAME* |% { ren $_.fullname $_.name.replace("YOURLIBNAME", "YourLibrary") }
shortlog
2009-08-16 Andrew ArnottMoved the place where loggers are named.master
2008-09-07 Andrew ArnottAdded capability to construct additional loggers for...
2008-09-01 Andrew ArnottRemoved strings.resx.
2008-09-01 Andrew ArnottAdded more StyleCop rules.
2008-09-01 Andrew ArnottAdded StyleCop settings with some suppressed, and accom...
2008-08-31 Andrew ArnottFixed placeholder name in .sln file.
2008-08-31 Andrew ArnottAdded Windows PowerShell script to quickly rename all...
2008-08-31 Andrew ArnottInitial build system version.
heads
14 years ago master