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