How to build
Requirements:
- .Net Framework 3.5
- Visual Studio 2008 or Windows SDK 6.0a+
- MSBuild Community Tasks
- NUnit 2.4.6
Other requirements (Not mandatory):
BuildBuild files:
- SpoolFileLibrary.conf (Tools configuration)
- You need to change the paths for the tools (NUnit, ...)
- SpoolFileLibrary.proj (Main build file)
- SpoolFileLibrary.targets (Basic targets and properties)
Targets:
- Clean
- Build
- Test (Includes Clean, Build)
- Dist (Includes Clean, Build, Test)
- Analyze (FxCop) (Includes Clean, Build)
- VersionInfo (Change library version to the current changeset)
- msbuild SpoolFileLibrary.proj /t:<Clean|Build|Test|Dist|Analyse|VersionInfo> /p:Configuration=<Debug|Release>*
- Default is "Build" and "Debug"