Update of /cvsroot/dotnetmock/dotnetmock/DotNetMock.Core
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2065/DotNetMock.Core
Modified Files:
DotNetMock.Core.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.Core.csproj
===================================================================
RCS file: /cvsroot/dotnetmock/dotnetmock/DotNetMock.Core/DotNetMock.Core.csproj,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** DotNetMock.Core.csproj 1 Jan 2005 01:44:38 -0000 1.4
--- DotNetMock.Core.csproj 5 Feb 2005 21:12:48 -0000 1.5
***************
*** 85,93 ****
<Include>
<File
- RelPath = "AssemblyInfo.cs"
- SubType = "Code"
- BuildAction = "Compile"
- />
- <File
RelPath = "ITestFramework.cs"
SubType = "Code"
--- 85,88 ----
--- AssemblyInfo.cs DELETED ---
|