Update of /cvsroot/adapdev/Adapdev/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10621/src
Modified Files:
AdapdevAssemblyInfo.cs AdapdevFramework.sln
AdapdevFramework.suo
Log Message:
MIgrated reusable Perseus components
Added SmartTreeView
Added new caching framework
Several Sql fixes
Added business rule validation classes
Added FieldAccessor for IL generation
Index: AdapdevAssemblyInfo.cs
===================================================================
RCS file: /cvsroot/adapdev/Adapdev/src/AdapdevAssemblyInfo.cs,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** AdapdevAssemblyInfo.cs 23 Apr 2005 04:54:13 -0000 1.4
--- AdapdevAssemblyInfo.cs 25 May 2005 05:17:48 -0000 1.5
***************
*** 27,31 ****
// by using the '*' as shown below:
! [assembly: AssemblyVersion("0.8.1.0")]
//
--- 27,31 ----
// by using the '*' as shown below:
! [assembly: AssemblyVersion("0.8.1.*")]
//
Index: AdapdevFramework.suo
===================================================================
RCS file: /cvsroot/adapdev/Adapdev/src/AdapdevFramework.suo,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
Binary files /tmp/cvsAkhySW and /tmp/cvsuo7Aez differ
Index: AdapdevFramework.sln
===================================================================
RCS file: /cvsroot/adapdev/Adapdev/src/AdapdevFramework.sln,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** AdapdevFramework.sln 17 Mar 2005 12:50:12 -0000 1.3
--- AdapdevFramework.sln 25 May 2005 05:17:48 -0000 1.4
***************
*** 64,67 ****
--- 64,71 ----
EndProjectSection
EndProject
+ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Adapdev.Mock", "Adapdev.Mock\Adapdev.Mock.csproj", "{7F1E28A3-0AC7-409A-BEC4-A8F39AB23022}"
+ ProjectSection(ProjectDependencies) = postProject
+ EndProjectSection
+ EndProject
Global
GlobalSection(SolutionConfiguration) = preSolution
***************
*** 134,137 ****
--- 138,145 ----
{250B6F4B-3256-4DEB-84B6-8C919058FDDC}.Release.ActiveCfg = Release|.NET
{250B6F4B-3256-4DEB-84B6-8C919058FDDC}.Release.Build.0 = Release|.NET
+ {7F1E28A3-0AC7-409A-BEC4-A8F39AB23022}.Debug.ActiveCfg = Debug|.NET
+ {7F1E28A3-0AC7-409A-BEC4-A8F39AB23022}.Debug.Build.0 = Debug|.NET
+ {7F1E28A3-0AC7-409A-BEC4-A8F39AB23022}.Release.ActiveCfg = Release|.NET
+ {7F1E28A3-0AC7-409A-BEC4-A8F39AB23022}.Release.Build.0 = Release|.NET
EndGlobalSection
GlobalSection(SolutionItems) = postSolution
|