- Removed "Any CPU" target
- Added acceptance specs project to VS2008 SLN file.
- Updated build batch file to pass on arguments to rake
- Removed :build namespace from rakefile to make it easier to call tasks
- Updated standard build to exclude acceptance tests (as they might be unimplemented -- need a better solution here)
- Introduced acceptance tests task to rake file.
- Can run acceptance tests using "./build acceptance" or "rake acceptance"