Update of /cvsroot/dotnetmock/dotnetmock/DotNetMock.Examples
In directory sc8-pr-cvs1:/tmp/cvs-serv16826/DotNetMock.Examples
Modified Files:
DotNetMock.Examples.csproj
Log Message:
Updated Solutions & Projects to VS.NET 2003
Removed NotImplemented exception from MockCommand.ExecuteReader( CommandBehavior )
Index: DotNetMock.Examples.csproj
===================================================================
RCS file: /cvsroot/dotnetmock/dotnetmock/DotNetMock.Examples/DotNetMock.Examples.csproj,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** DotNetMock.Examples.csproj 31 Dec 2003 19:28:57 -0000 1.3
--- DotNetMock.Examples.csproj 8 Jan 2004 19:38:41 -0000 1.4
***************
*** 2,7 ****
<CSHARP
ProjectType = "Local"
! ProductVersion = "7.0.9466"
! SchemaVersion = "1.0"
ProjectGuid = "{80B98B32-57CB-4989-B506-0F2B0AD94DBA}"
>
--- 2,7 ----
<CSHARP
ProjectType = "Local"
! ProductVersion = "7.10.3077"
! SchemaVersion = "2.0"
ProjectGuid = "{80B98B32-57CB-4989-B506-0F2B0AD94DBA}"
>
***************
*** 17,21 ****
--- 17,24 ----
DelaySign = "false"
OutputType = "Library"
+ PreBuildEvent = ""
+ PostBuildEvent = ""
RootNamespace = "DotNetMock.Examples"
+ 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\"
|