From: <gc...@us...> - 2004-01-08 19:38:45
|
Update of /cvsroot/dotnetmock/dotnetmock/DotNetMock.Tests In directory sc8-pr-cvs1:/tmp/cvs-serv16826/DotNetMock.Tests Modified Files: DotNetMock.Tests.csproj Log Message: Updated Solutions & Projects to VS.NET 2003 Removed NotImplemented exception from MockCommand.ExecuteReader( CommandBehavior ) Index: DotNetMock.Tests.csproj =================================================================== RCS file: /cvsroot/dotnetmock/dotnetmock/DotNetMock.Tests/DotNetMock.Tests.csproj,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** DotNetMock.Tests.csproj 31 Dec 2003 19:28:58 -0000 1.4 --- DotNetMock.Tests.csproj 8 Jan 2004 19:38:42 -0000 1.5 *************** *** 2,7 **** <CSHARP ProjectType = "Local" ! ProductVersion = "7.0.9466" ! SchemaVersion = "1.0" ProjectGuid = "{0FBE418F-86AF-4E83-B66F-C0177CE582BC}" > --- 2,7 ---- <CSHARP ProjectType = "Local" ! ProductVersion = "7.10.3077" ! SchemaVersion = "2.0" ProjectGuid = "{0FBE418F-86AF-4E83-B66F-C0177CE582BC}" > *************** *** 17,21 **** --- 17,24 ---- DelaySign = "false" OutputType = "Library" + PreBuildEvent = "" + PostBuildEvent = "" RootNamespace = "DotNetMock.Tests" + RunPostBuildEvent = "OnBuildSuccess" StartupObject = "" > *************** *** 31,34 **** --- 34,39 ---- FileAlignment = "4096" IncrementalBuild = "true" + NoStdLib = "false" + NoWarn = "" Optimize = "false" OutputPath = "bin\Debug\" *************** *** 49,52 **** --- 54,59 ---- FileAlignment = "4096" IncrementalBuild = "false" + NoStdLib = "false" + NoWarn = "" Optimize = "true" OutputPath = "bin\Release\" *************** *** 144,152 **** <File RelPath = "Dynamic\DynamicMockTests.cs" - SubType = "Code" - BuildAction = "Compile" - /> - <File - RelPath = "Dynamic\DynamicTests.cs" SubType = "Code" BuildAction = "Compile" --- 151,154 ---- |