From: Griffin C. <gc...@us...> - 2005-02-05 21:13:03
|
Update of /cvsroot/dotnetmock/dotnetmock/DotNetMock.Framework In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2065/DotNetMock.Framework Modified Files: DotNetMock.Framework.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.Framework.csproj =================================================================== RCS file: /cvsroot/dotnetmock/dotnetmock/DotNetMock.Framework/DotNetMock.Framework.csproj,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** DotNetMock.Framework.csproj 1 Jan 2005 01:49:07 -0000 1.16 --- DotNetMock.Framework.csproj 5 Feb 2005 21:12:49 -0000 1.17 *************** *** 90,98 **** <Include> <File - RelPath = "AssemblyInfo.cs" - SubType = "Code" - BuildAction = "Compile" - /> - <File RelPath = "ComponentModel\MockMarshalByValueComponent.cs" SubType = "Code" --- 90,93 ---- --- AssemblyInfo.cs DELETED --- |