Software Blog: Visual Studio

Posted under: Uncategorized

As I mentioned in my recent post announcing the Sitefinity Toolkit 1.2, adding support to all of the different platforms and versions for Sitefinity 3.7 was an interesting challenge. In the end it required a total of 22 projects (one for each version/platform) organized into one solution. Today I'm going to walk you through the process I took in setting this solution up.

Sitefinity DLLs

It's important to note that if you are not doing any kind of deep integration with Sitefinity's inner core, you will probably never need to setup an elaborate project like this. The multiple projects ...

Full story