From: Griffin C. <gc...@us...> - 2005-02-05 21:13:04
|
Update of /cvsroot/dotnetmock/dotnetmock/DotNetMock In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2065/DotNetMock Modified Files: DotNetMock.csproj Removed Files: AssemblyInfo.cs Log Message: - Re-added nunit.framework for direct unit tests - Removed individual AssemblyInfo files - Added CommonAssemblyInfo files. - Moved strong naming into release & debug builds Index: DotNetMock.csproj =================================================================== RCS file: /cvsroot/dotnetmock/dotnetmock/DotNetMock/DotNetMock.csproj,v retrieving revision 1.31 retrieving revision 1.32 diff -C2 -d -r1.31 -r1.32 *** DotNetMock.csproj 29 Jan 2005 09:13:32 -0000 1.31 --- DotNetMock.csproj 5 Feb 2005 21:12:50 -0000 1.32 *************** *** 105,113 **** /> <File - RelPath = "AssemblyInfo.cs" - SubType = "Code" - BuildAction = "Compile" - /> - <File RelPath = "Assertion.cs" SubType = "Code" --- 105,108 ---- --- AssemblyInfo.cs DELETED --- |