From: Michael D. <mik...@us...> - 2005-01-15 21:18:04
|
Update of /cvsroot/nhibernate/nhibernate/src/NHibernate In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18653/NHibernate Modified Files: NHibernate-1.1.csproj Log Message: configured documentation file so if bad xml comments get in there we'll know when its compiled for NUnit Test. Index: NHibernate-1.1.csproj =================================================================== RCS file: /cvsroot/nhibernate/nhibernate/src/NHibernate/NHibernate-1.1.csproj,v retrieving revision 1.66 retrieving revision 1.67 diff -C2 -d -r1.66 -r1.67 *** NHibernate-1.1.csproj 16 Dec 2004 21:52:56 -0000 1.66 --- NHibernate-1.1.csproj 15 Jan 2005 21:17:55 -0000 1.67 *************** *** 30,34 **** ConfigurationOverrideFile = "" DefineConstants = "DEBUG;TRACE" ! DocumentationFile = "" DebugSymbols = "true" FileAlignment = "4096" --- 30,34 ---- ConfigurationOverrideFile = "" DefineConstants = "DEBUG;TRACE" ! DocumentationFile = "bin\Debug\NHibernate.xml" DebugSymbols = "true" FileAlignment = "4096" |