So for those of you that do not know, Splendid CRM is a (sorta) free CRM product based on Sugar CRM (another sorta free).  Both products are great CRM codebases.  The SplendidCRM version is re-written in C# and .NET.  The community version which is a free download contains the source tree.

I had some problems getting the csproj file included in the source tree to work so I figured I would help out the community by publishing my final conversion that builds properly.  I had to manually edit the project file in order to get it into a workable 2008 project.  I also had to fix some VS2005 reference issues to make the project work with .NET 3.5.

Here is the link to SugarCRM:

http://www.sugarcrm.com/crm/

…and Splendid CRM

http://www.splendidcrm.com/

…and finally, the Project file.  Replace the csproj file in the community edition with this one and you should be ok.

http://davidsandor.com/Content/SplendidCRM7.rar