Developers Section
Requirements / Environment
- Microsoft Visual Studio 2005
- .NET 2.0 Framework
- C#
- Visual Studio Team Explorer
Coding Standard/Formatting
Team Settings
To use the same code formatting troughout the project you should use the
Team Settings.vssettings file from the repository. This file is configured to automatically comply with the coding standard.
You can load this file into Visual Studio 2005 by going to
Tools > Options... > Environment > Import and Export Settings. Select the
Use team settings file check box and specify the path to the team settings file.
File Headers
In all C# code files the following header will be placed:
/// This file is part of the Alcatech BPM-Studio Archive Manager Project. This project is subjected to the GNU
/// General Public License (GPL) v2. More information about this license can be found at the following website:
/// http://www.codeplex.com/BPMStudioArchiveMngr/Project/License.aspx
/// See also the general project website: http://www.codeplex.com/BPMStudioArchiveMngr