Christian Hornung's Software Development Pages


Menu

ResourceToolkit addin for SharpDevelop - Source code

Note:
On 2006-10-03, the ResourceToolkit addin has been integrated into the Subversion repository for SharpDevelop 2.1 ("Serralongue") in revision 1866.
The documentation and the old versions will remain available here, but new development will take place exclusively in the SharpDevelop repository.

The source code of the old stand-alone version of the ResourceToolkit addin can be accessed using Subversion similar to the source code of SharpDevelop itself (see the SharpDevelop wiki for instructions about using Subversion).

You can view the old change log entries online without having to use Subversion:

If you have already checked out a copy of the source code from the old website (OpenSVN), I recommend deleting the old working copy and doing a fresh checkout from the new website instead of using the "relocate" command because the repository layout has been changed on the server side (the msbuild-svn tool is now in a seperate repository to simplify reusing it in other projects).

Version 2.0

The repository URL for the 2.0 branch is:

http://hornung.dynalias.com/svn/resourcetoolkit/branches/2.0

Version 2.1

The repository URL for the 2.1 branch is:

http://hornung.dynalias.com/svn/resourcetoolkit/trunk

Directory structure

If you lay out your local directory structure so that the ResourceToolkit directory is in a subdirectory of the directory which contains the SharpDevelop20 or SharpDevelop21 directory, the relative paths of the references to SharpDevelop libraries will be correct for the respective version (see the following screenshot).

Recommended source code directory layout

Output paths

The release configuration will build to the bin\Release directory as usual and the debug configuration will build to the SharpDevelop20\AddIns\AddIns\3rdparty\Hornung\ResourceToolkit directory for the 2.0.x version and to the SharpDevelop21\AddIns\AddIns\3rdparty\Hornung\ResourceToolkit directory for the 2.1.x version to simplify testing.


Modified: 2008-07-22 Copyright © 2006-2009 Christian Hornung - chhornung@googlemail.com