From: Choy R. <ch...@us...> - 2005-02-12 09:10:18
|
Update of /cvsroot/dotnetmock/dotnetmock/DotNetMock.Framework In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18905/DotNetMock.Framework Modified Files: .cvsignore DotNetMock.Framework.csproj Log Message: Compile xml docs with builds. Index: DotNetMock.Framework.csproj =================================================================== RCS file: /cvsroot/dotnetmock/dotnetmock/DotNetMock.Framework/DotNetMock.Framework.csproj,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** DotNetMock.Framework.csproj 5 Feb 2005 21:12:49 -0000 1.17 --- DotNetMock.Framework.csproj 12 Feb 2005 09:10:09 -0000 1.18 *************** *** 30,34 **** ConfigurationOverrideFile = "" DefineConstants = "DEBUG;TRACE" ! DocumentationFile = "" DebugSymbols = "true" FileAlignment = "4096" --- 30,34 ---- ConfigurationOverrideFile = "" DefineConstants = "DEBUG;TRACE" ! DocumentationFile = "DotNetMock.Framework.xml" DebugSymbols = "true" FileAlignment = "4096" *************** *** 50,54 **** ConfigurationOverrideFile = "" DefineConstants = "TRACE" ! DocumentationFile = "" DebugSymbols = "false" FileAlignment = "4096" --- 50,54 ---- ConfigurationOverrideFile = "" DefineConstants = "TRACE" ! DocumentationFile = "DotNetMock.Framework.xml" DebugSymbols = "false" FileAlignment = "4096" Index: .cvsignore =================================================================== RCS file: /cvsroot/dotnetmock/dotnetmock/DotNetMock.Framework/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** .cvsignore 20 Jan 2004 15:45:38 -0000 1.1 --- .cvsignore 12 Feb 2005 09:10:09 -0000 1.2 *************** *** 1,3 **** ! DotNetMock.Framework.csproj.user bin ! obj \ No newline at end of file --- 1,4 ---- ! DotNetMock.Framework.xml ! *.csproj.user bin ! obj |