--- !ruby/object:Gem::Specification
name: albacore
version: !ruby/object:Gem::Version
  version: 0.3.0
  prerelease: 
platform: ruby
authors:
- Henrik Feldt
- Anthony Mastrean
autorequire: 
bindir: bin
cert_chain: []
date: 2012-09-05 00:00:00.000000000 Z
dependencies:
- !ruby/object:Gem::Dependency
  name: nokogiri
  requirement: &25040940 !ruby/object:Gem::Requirement
    none: false
    requirements:
    - - ! '>='
      - !ruby/object:Gem::Version
        version: '0'
  type: :development
  prerelease: false
  version_requirements: *25040940
- !ruby/object:Gem::Dependency
  name: jekyll
  requirement: &25040568 !ruby/object:Gem::Requirement
    none: false
    requirements:
    - - ! '>='
      - !ruby/object:Gem::Version
        version: '0'
  type: :development
  prerelease: false
  version_requirements: *25040568
- !ruby/object:Gem::Dependency
  name: guard
  requirement: &25040184 !ruby/object:Gem::Requirement
    none: false
    requirements:
    - - ! '>='
      - !ruby/object:Gem::Version
        version: '0'
  type: :development
  prerelease: false
  version_requirements: *25040184
- !ruby/object:Gem::Dependency
  name: guard-rspec
  requirement: &25039752 !ruby/object:Gem::Requirement
    none: false
    requirements:
    - - ! '>='
      - !ruby/object:Gem::Version
        version: '0'
  type: :development
  prerelease: false
  version_requirements: *25039752
- !ruby/object:Gem::Dependency
  name: rake
  requirement: &25039488 !ruby/object:Gem::Requirement
    none: false
    requirements:
    - - ! '>='
      - !ruby/object:Gem::Version
        version: '0'
  type: :development
  prerelease: false
  version_requirements: *25039488
- !ruby/object:Gem::Dependency
  name: rspec
  requirement: &25039200 !ruby/object:Gem::Requirement
    none: false
    requirements:
    - - ! '>='
      - !ruby/object:Gem::Version
        version: '0'
  type: :development
  prerelease: false
  version_requirements: *25039200
- !ruby/object:Gem::Dependency
  name: rubyzip
  requirement: &25038804 !ruby/object:Gem::Requirement
    none: false
    requirements:
    - - ! '>='
      - !ruby/object:Gem::Version
        version: '0'
  type: :runtime
  prerelease: false
  version_requirements: *25038804
description: Easily build your .Net or Mono project using this collection of Rake
  tasks.
email: henrik@haf.se
executables: []
extensions: []
extra_rdoc_files: []
files:
- .autotest
- .gitignore
- .rvmrc
- .travis.yml
- Gemfile
- README.markdown
- Rakefile
- albacore.gemspec
- lib/albacore.rb
- lib/albacore/albacoretask.rb
- lib/albacore/aspnetcompiler.rb
- lib/albacore/assemblyinfo.rb
- lib/albacore/assemblyinfolanguages/assemblyinfoengine.rb
- lib/albacore/assemblyinfolanguages/cppcliengine.rb
- lib/albacore/assemblyinfolanguages/csharpengine.rb
- lib/albacore/assemblyinfolanguages/fsharpengine.rb
- lib/albacore/assemblyinfolanguages/vbnetengine.rb
- lib/albacore/config/aspnetcompilerconfig.rb
- lib/albacore/config/assemblyinfoconfig.rb
- lib/albacore/config/config.rb
- lib/albacore/config/cscconfig.rb
- lib/albacore/config/docuconfig.rb
- lib/albacore/config/execconfig.rb
- lib/albacore/config/fluentmigratorrunnerconfig.rb
- lib/albacore/config/ilmergeconfig.rb
- lib/albacore/config/msbuildconfig.rb
- lib/albacore/config/msdeployconfig.rb
- lib/albacore/config/mspectestrunnerconfig.rb
- lib/albacore/config/mstesttestrunnerconfig.rb
- lib/albacore/config/nantconfig.rb
- lib/albacore/config/nchurnconfig.rb
- lib/albacore/config/ncoverconsoleconfig.rb
- lib/albacore/config/ncoverreportconfig.rb
- lib/albacore/config/ndependconfig.rb
- lib/albacore/config/netversion.rb
- lib/albacore/config/nugetpackconfig.rb
- lib/albacore/config/nugetpublishconfig.rb
- lib/albacore/config/nugetpushconfig.rb
- lib/albacore/config/nugetupdateconfig.rb
- lib/albacore/config/nunittestrunnerconfig.rb
- lib/albacore/config/specflowreportconfig.rb
- lib/albacore/config/sqlcmdconfig.rb
- lib/albacore/config/unzipconfig.rb
- lib/albacore/config/vssgetconfig.rb
- lib/albacore/config/xbuildconfig.rb
- lib/albacore/config/xunittestrunnerconfig.rb
- lib/albacore/config/zipdirectoryconfig.rb
- lib/albacore/csc.rb
- lib/albacore/docu.rb
- lib/albacore/exec.rb
- lib/albacore/fluentmigratorrunner.rb
- lib/albacore/ilmerge.rb
- lib/albacore/msbuild.rb
- lib/albacore/msdeploy.rb
- lib/albacore/mspectestrunner.rb
- lib/albacore/mstesttestrunner.rb
- lib/albacore/nant.rb
- lib/albacore/nchurn.rb
- lib/albacore/ncoverconsole.rb
- lib/albacore/ncoverreport.rb
- lib/albacore/ncoverreports/assemblyfilter.rb
- lib/albacore/ncoverreports/branchcoverage.rb
- lib/albacore/ncoverreports/classfilter.rb
- lib/albacore/ncoverreports/codecoveragebase.rb
- lib/albacore/ncoverreports/cyclomaticcomplexity.rb
- lib/albacore/ncoverreports/documentfilter.rb
- lib/albacore/ncoverreports/fullcoveragereport.rb
- lib/albacore/ncoverreports/methodcoverage.rb
- lib/albacore/ncoverreports/methodfilter.rb
- lib/albacore/ncoverreports/namespacefilter.rb
- lib/albacore/ncoverreports/reportfilterbase.rb
- lib/albacore/ncoverreports/summaryreport.rb
- lib/albacore/ncoverreports/symbolcoverage.rb
- lib/albacore/ndepend.rb
- lib/albacore/nugetpack.rb
- lib/albacore/nugetpublish.rb
- lib/albacore/nugetpush.rb
- lib/albacore/nugetupdate.rb
- lib/albacore/nunittestrunner.rb
- lib/albacore/nuspec.rb
- lib/albacore/output.rb
- lib/albacore/plink.rb
- lib/albacore/specflowreport.rb
- lib/albacore/sqlcmd.rb
- lib/albacore/support/attrmethods.rb
- lib/albacore/support/createtask.rb
- lib/albacore/support/failure.rb
- lib/albacore/support/logging.rb
- lib/albacore/support/openstruct.rb
- lib/albacore/support/runcommand.rb
- lib/albacore/support/supportlinux.rb
- lib/albacore/support/updateattributes.rb
- lib/albacore/support/yamlconfig.rb
- lib/albacore/unzip.rb
- lib/albacore/vssget.rb
- lib/albacore/xbuild.rb
- lib/albacore/xunittestrunner.rb
- lib/albacore/zipdirectory.rb
- lib/version.rb
- samples/Rakefile
- spec/README.md
- spec/albacoremodel_spec.rb
- spec/assemblyinfo_contexts.rb
- spec/assemblyinfo_spec.rb
- spec/attrmethods_spec.rb
- spec/config_spec.rb
- spec/createtask_spec.rb
- spec/csc_spec.rb
- spec/docu_spec.rb
- spec/exec_spec.rb
- spec/fluentmigratorrunner_spec.rb
- spec/ilmerge_spec.rb
- spec/msbuild_spec.rb
- spec/msdeploy_spec.rb
- spec/mspec_spec.rb
- spec/mstesttestrunner_spec.rb
- spec/nant_spec.rb
- spec/nchurn_spec.rb
- spec/ncoverconsole_spec.rb
- spec/ncoverreport_spec.rb
- spec/ndepend_spec.rb
- spec/nugetupdate_spec.rb
- spec/nunittestrunner_spec.rb
- spec/nuspec_spec.rb
- spec/output_spec.rb
- spec/patches/docu_patch.rb
- spec/patches/fail_patch.rb
- spec/patches/system_patch.rb
- spec/plink_spec.rb
- spec/runcommand_spec.rb
- spec/spec.opts
- spec/spec_helper.rb
- spec/specflowreport_spec.rb
- spec/sqlcmd_spec.rb
- spec/support/AssemblyInfo/AssemblyInfo.test
- spec/support/AssemblyInfo/AssemblyInfoInput.test
- spec/support/AssemblyInfo/assemblyinfo.yml
- spec/support/CodeCoverage/mspec/assemblies/Machine.Specifications.dll
- spec/support/CodeCoverage/mspec/assemblies/TestSolution.MSpecTests.dll
- spec/support/CodeCoverage/mspec/assemblies/TestSolution.dll
- spec/support/CodeCoverage/mspec/assemblies/nunit.framework.dll
- spec/support/CodeCoverage/mstest/TestSolution.MSTestTests.NET40.dll
- spec/support/CodeCoverage/mstest/TestSolution.MSTestTests.dll
- spec/support/CodeCoverage/nunit/assemblies/TestSolution.Tests.dll
- spec/support/CodeCoverage/nunit/assemblies/TestSolution.dll
- spec/support/CodeCoverage/nunit/assemblies/nunit.framework.dll
- spec/support/CodeCoverage/nunit/assemblies/with spaces/TestSolution.Tests.dll
- spec/support/CodeCoverage/nunit/assemblies/with spaces/TestSolution.dll
- spec/support/CodeCoverage/nunit/assemblies/with spaces/nunit.framework.dll
- spec/support/CodeCoverage/nunit/failing_assemblies/TestSolution.FailingTests.dll
- spec/support/CodeCoverage/nunit/failing_assemblies/nunit.framework.dll
- spec/support/CodeCoverage/report/coverage.xml
- spec/support/CodeCoverage/xunit/assemblies/TestSolution.XUnitTests.dll
- spec/support/CodeCoverage/xunit/assemblies/TestSolution.dll
- spec/support/CodeCoverage/xunit/assemblies/xunit.dll
- spec/support/CodeCoverage/xunit/assemblies/xunit.xml
- spec/support/FluentMigrator/FluentMigrator.dll
- spec/support/FluentMigrator/TestSolution.FluentMigrator.dll
- spec/support/SpecFlow/TechTalk.SpecFlow.dll
- spec/support/SpecFlow/TestSolution.SpecFlow.dll
- spec/support/SpecFlow/TestSolution.SpecFlow.pdb
- spec/support/SpecFlow/TestSolution.dll
- spec/support/SpecFlow/TestSolution.pdb
- spec/support/SpecFlow/nunit.framework.dll
- spec/support/TestSolution/LocalTestRun.testrunconfig
- spec/support/TestSolution/NDependProject.xml
- spec/support/TestSolution/TestSolution.5.0.ReSharper.user
- spec/support/TestSolution/TestSolution.FailingTests/FailingTestFixture.cs
- spec/support/TestSolution/TestSolution.FailingTests/Properties/AssemblyInfo.cs
- spec/support/TestSolution/TestSolution.FailingTests/TestSolution.FailingTests.csproj
- spec/support/TestSolution/TestSolution.FluentMigrator/M001_SampleMigration.cs
- spec/support/TestSolution/TestSolution.FluentMigrator/Properties/AssemblyInfo.cs
- spec/support/TestSolution/TestSolution.FluentMigrator/TestSolution.FluentMigrator.csproj
- spec/support/TestSolution/TestSolution.MSDeploy/TestSolution.MSDeploy.sln
- spec/support/TestSolution/TestSolution.MSDeploy/TestSolution.MSDeploy/About.aspx
- spec/support/TestSolution/TestSolution.MSDeploy/TestSolution.MSDeploy/About.aspx.cs
- spec/support/TestSolution/TestSolution.MSDeploy/TestSolution.MSDeploy/About.aspx.designer.cs
- spec/support/TestSolution/TestSolution.MSDeploy/TestSolution.MSDeploy/Account/ChangePassword.aspx
- spec/support/TestSolution/TestSolution.MSDeploy/TestSolution.MSDeploy/Account/ChangePassword.aspx.cs
- spec/support/TestSolution/TestSolution.MSDeploy/TestSolution.MSDeploy/Account/ChangePassword.aspx.designer.cs
- spec/support/TestSolution/TestSolution.MSDeploy/TestSolution.MSDeploy/Account/ChangePasswordSuccess.aspx
- spec/support/TestSolution/TestSolution.MSDeploy/TestSolution.MSDeploy/Account/ChangePasswordSuccess.aspx.cs
- spec/support/TestSolution/TestSolution.MSDeploy/TestSolution.MSDeploy/Account/ChangePasswordSuccess.aspx.designer.cs
- spec/support/TestSolution/TestSolution.MSDeploy/TestSolution.MSDeploy/Account/Login.aspx
- spec/support/TestSolution/TestSolution.MSDeploy/TestSolution.MSDeploy/Account/Login.aspx.cs
- spec/support/TestSolution/TestSolution.MSDeploy/TestSolution.MSDeploy/Account/Login.aspx.designer.cs
- spec/support/TestSolution/TestSolution.MSDeploy/TestSolution.MSDeploy/Account/Register.aspx
- spec/support/TestSolution/TestSolution.MSDeploy/TestSolution.MSDeploy/Account/Register.aspx.cs
- spec/support/TestSolution/TestSolution.MSDeploy/TestSolution.MSDeploy/Account/Register.aspx.designer.cs
- spec/support/TestSolution/TestSolution.MSDeploy/TestSolution.MSDeploy/Account/Web.config
- spec/support/TestSolution/TestSolution.MSDeploy/TestSolution.MSDeploy/Default.aspx
- spec/support/TestSolution/TestSolution.MSDeploy/TestSolution.MSDeploy/Default.aspx.cs
- spec/support/TestSolution/TestSolution.MSDeploy/TestSolution.MSDeploy/Default.aspx.designer.cs
- spec/support/TestSolution/TestSolution.MSDeploy/TestSolution.MSDeploy/Global.asax
- spec/support/TestSolution/TestSolution.MSDeploy/TestSolution.MSDeploy/Global.asax.cs
- spec/support/TestSolution/TestSolution.MSDeploy/TestSolution.MSDeploy/Properties/AssemblyInfo.cs
- spec/support/TestSolution/TestSolution.MSDeploy/TestSolution.MSDeploy/Scripts/jquery-1.4.1-vsdoc.js
- spec/support/TestSolution/TestSolution.MSDeploy/TestSolution.MSDeploy/Scripts/jquery-1.4.1.js
- spec/support/TestSolution/TestSolution.MSDeploy/TestSolution.MSDeploy/Scripts/jquery-1.4.1.min.js
- spec/support/TestSolution/TestSolution.MSDeploy/TestSolution.MSDeploy/Site.Master
- spec/support/TestSolution/TestSolution.MSDeploy/TestSolution.MSDeploy/Site.Master.cs
- spec/support/TestSolution/TestSolution.MSDeploy/TestSolution.MSDeploy/Site.Master.designer.cs
- spec/support/TestSolution/TestSolution.MSDeploy/TestSolution.MSDeploy/Styles/Site.css
- spec/support/TestSolution/TestSolution.MSDeploy/TestSolution.MSDeploy/TestSolution.MSDeploy.Publish.xml
- spec/support/TestSolution/TestSolution.MSDeploy/TestSolution.MSDeploy/TestSolution.MSDeploy.csproj
- spec/support/TestSolution/TestSolution.MSDeploy/TestSolution.MSDeploy/Web.Debug.config
- spec/support/TestSolution/TestSolution.MSDeploy/TestSolution.MSDeploy/Web.Release.config
- spec/support/TestSolution/TestSolution.MSDeploy/TestSolution.MSDeploy/Web.config
- spec/support/TestSolution/TestSolution.MSTestTests.NET40/Properties/AssemblyInfo.cs
- spec/support/TestSolution/TestSolution.MSTestTests.NET40/TestSolution.MSTestTests.NET40.csproj
- spec/support/TestSolution/TestSolution.MSTestTests.NET40/Tests.cs
- spec/support/TestSolution/TestSolution.MSTestTests/Properties/AssemblyInfo.cs
- spec/support/TestSolution/TestSolution.MSTestTests/TestSolution.MSTestTests.csproj
- spec/support/TestSolution/TestSolution.MSTestTests/Tests.cs
- spec/support/TestSolution/TestSolution.MSpecTests/Properties/AssemblyInfo.cs
- spec/support/TestSolution/TestSolution.MSpecTests/SomeSpecTest.cs
- spec/support/TestSolution/TestSolution.MSpecTests/TestSolution.MSpecTests.csproj
- spec/support/TestSolution/TestSolution.SpecFlow/OneFeature.feature
- spec/support/TestSolution/TestSolution.SpecFlow/OneFeature.feature.cs
- spec/support/TestSolution/TestSolution.SpecFlow/Properties/AssemblyInfo.cs
- spec/support/TestSolution/TestSolution.SpecFlow/StepDefinition.cs
- spec/support/TestSolution/TestSolution.SpecFlow/TestSolution.SpecFlow.csproj
- spec/support/TestSolution/TestSolution.Tests/Properties/AssemblyInfo.cs
- spec/support/TestSolution/TestSolution.Tests/SomeTestFixture.cs
- spec/support/TestSolution/TestSolution.Tests/TestSolution.Tests.csproj
- spec/support/TestSolution/TestSolution.XUnitTests/Class1.cs
- spec/support/TestSolution/TestSolution.XUnitTests/FailingTestFixture.cs
- spec/support/TestSolution/TestSolution.XUnitTests/Properties/AssemblyInfo.cs
- spec/support/TestSolution/TestSolution.XUnitTests/TestSolution.XUnitTests.csproj
- spec/support/TestSolution/TestSolution.build
- spec/support/TestSolution/TestSolution.sln
- spec/support/TestSolution/TestSolution.vsmdi
- spec/support/TestSolution/TestSolution/Class1.cs
- spec/support/TestSolution/TestSolution/Properties/AssemblyInfo.cs
- spec/support/TestSolution/TestSolution/TestSolution.csproj
- spec/support/Tools/FluentMigrator-0.9/FluentMigrator.MSBuild.dll
- spec/support/Tools/FluentMigrator-0.9/FluentMigrator.NAnt.dll
- spec/support/Tools/FluentMigrator-0.9/FluentMigrator.Runner.dll
- spec/support/Tools/FluentMigrator-0.9/FluentMigrator.Runner.pdb
- spec/support/Tools/FluentMigrator-0.9/FluentMigrator.Tests.dll
- spec/support/Tools/FluentMigrator-0.9/FluentMigrator.Tests.pdb
- spec/support/Tools/FluentMigrator-0.9/FluentMigrator.dll
- spec/support/Tools/FluentMigrator-0.9/FluentMigrator.pdb
- spec/support/Tools/FluentMigrator-0.9/Migrate.exe
- spec/support/Tools/FluentMigrator-0.9/Migrate.exe.config
- spec/support/Tools/FluentMigrator-0.9/Moq.dll
- spec/support/Tools/FluentMigrator-0.9/Moq.xml
- spec/support/Tools/FluentMigrator-0.9/MySql.Data.dll
- spec/support/Tools/FluentMigrator-0.9/NAnt.Core.dll
- spec/support/Tools/FluentMigrator-0.9/NAnt.Core.xml
- spec/support/Tools/FluentMigrator-0.9/Oracle.DataAccess.dll
- spec/support/Tools/FluentMigrator-0.9/System.Data.SQLite.DLL
- spec/support/Tools/FluentMigrator-0.9/log4net.dll
- spec/support/Tools/FluentMigrator-0.9/nunit.framework.dll
- spec/support/Tools/FluentMigrator-0.9/nunit.should.dll
- spec/support/Tools/FluentMigrator-0.9/testscript.sql
- spec/support/Tools/MSTest-2008/MSTest.exe
- spec/support/Tools/MSTest-2008/Microsoft.VisualStudio.QualityTools.CommandLine.dll
- spec/support/Tools/MSTest-2008/Microsoft.VisualStudio.QualityTools.Common.dll
- spec/support/Tools/MSTest-2008/Microsoft.VisualStudio.QualityTools.ControllerObject.dll
- spec/support/Tools/MSTest-2008/Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll
- spec/support/Tools/MSTest-2008/Microsoft.VisualStudio.QualityTools.TMI.dll
- spec/support/Tools/MSTest-2008/Microsoft.VisualStudio.QualityTools.Tips.UnitTest.Adapter.dll
- spec/support/Tools/MSTest-2008/Microsoft.VisualStudio.QualityTools.Tips.UnitTest.AssemblyResolver.dll
- spec/support/Tools/MSTest-2008/Microsoft.VisualStudio.QualityTools.Tips.UnitTest.ObjectModel.dll
- spec/support/Tools/MSTest-2008/Microsoft.VisualStudio.QualityTools.Tips.UnitTest.Tip.dll
- spec/support/Tools/MSTest-2010/MSTest.exe
- spec/support/Tools/MSTest-2010/MSTest.exe.config
- spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.AgentObject.dll
- spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.AgentProcessManager.dll
- spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.CMI.dll
- spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.CheckinPolicies.dll
- spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.CodeCoverage.dll
- spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.CodedUITest.Controls.dll
- spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.CodedUITestFramework.dll
- spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.CodedUITestPackage.dll
- spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.CommandLine.dll
- spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.Common.dll
- spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.Controller.SpooledJob.dll
- spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.ControllerObject.dll
- spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.DataCollectionAgentObject.dll
- spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll
- spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.HostAdapters.ASPNETAdapter.dll
- spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.HostAdapters.ASPNETAgent.dll
- spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.Linking.dll
- spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.LoadTest.dll
- spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.LoadTestExcelAddIn.dll
- spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.LoadTestExcelAddIn.dll.manifest
- spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.LoadTestExcelAddIn.vsto
- spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.LoadTestExcelCommon.dll
- spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.LoadTestExcelCommon.tlb
- spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.LoadTestExec.dll
- spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.LoadTestFramework.dll
- spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.LoadTestPackage.dll
- spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.LoadTestUI.dll
- spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.NICServices.dll
- spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.NetworkEmulation.dll
- spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.OperationalStore.ClientHelper.dll
- spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.RecorderBar.dll
- spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.RecorderBarBHO100.dll
- spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.Resource.dll
- spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.Sqm.dll
- spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.TMI.dll
- spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.TestCaseManagement.dll
- spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.Tips.GenericTest.Adapter.dll
- spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.Tips.GenericTest.ObjectModel.dll
- spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.Tips.GenericTest.Tip.dll
- spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.Tips.ManualTest.Adapter.dll
- spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.Tips.ManualTest.ObjectModel.dll
- spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.Tips.ManualTest.Tip.dll
- spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.Tips.OrderedTest.Adapter.dll
- spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.Tips.OrderedTest.ObjectModel.dll
- spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.Tips.OrderedTest.Tip.dll
- spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.Tips.TuipPackage.dll
- spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.Tips.UnitTest.Adapter.dll
- spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.Tips.UnitTest.AssemblyResolver.dll
- spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.Tips.UnitTest.ObjectModel.dll
- spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.Tips.UnitTest.Tip.dll
- spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.Tips.WebLoadTest.Tip.dll
- spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll
- spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.Vsip.dll
- spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.WarehouseCommon.dll
- spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.WebTestFramework.dll
- spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.WebTestPlayback.dll
- spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.Wizard.TestProjectWizards.dll
- spec/support/Tools/MSTest-2010/mstest.reg
- spec/support/Tools/Machine.Specifications-0.5.3/lib/Machine.Specifications.TDNetRunner.dll
- spec/support/Tools/Machine.Specifications-0.5.3/lib/Machine.Specifications.dll
- spec/support/Tools/Machine.Specifications-0.5.3/lib/Machine.Specifications.dll.tdnet
- spec/support/Tools/Machine.Specifications-0.5.3/tools/CommandLine.dll
- spec/support/Tools/Machine.Specifications-0.5.3/tools/CommandLine.xml
- spec/support/Tools/Machine.Specifications-0.5.3/tools/InstallResharperRunner.4.1.bat
- spec/support/Tools/Machine.Specifications-0.5.3/tools/InstallResharperRunner.4.5.bat
- spec/support/Tools/Machine.Specifications-0.5.3/tools/InstallResharperRunner.5.0
  - VS2008.bat
- spec/support/Tools/Machine.Specifications-0.5.3/tools/InstallResharperRunner.5.0
  - VS2010.bat
- spec/support/Tools/Machine.Specifications-0.5.3/tools/InstallResharperRunner.5.1
  - VS2008.bat
- spec/support/Tools/Machine.Specifications-0.5.3/tools/InstallResharperRunner.5.1
  - VS2010.bat
- spec/support/Tools/Machine.Specifications-0.5.3/tools/InstallResharperRunner.6.0
  - VS2008.bat
- spec/support/Tools/Machine.Specifications-0.5.3/tools/InstallResharperRunner.6.0
  - VS2010.bat
- spec/support/Tools/Machine.Specifications-0.5.3/tools/InstallResharperRunner.6.1
  - VS2008.bat
- spec/support/Tools/Machine.Specifications-0.5.3/tools/InstallResharperRunner.6.1
  - VS2010.bat
- spec/support/Tools/Machine.Specifications-0.5.3/tools/InstallTDNetRunner.bat
- spec/support/Tools/Machine.Specifications-0.5.3/tools/InstallTDNetRunnerSilent.bat
- spec/support/Tools/Machine.Specifications-0.5.3/tools/License.txt
- spec/support/Tools/Machine.Specifications-0.5.3/tools/Machine.Specifications.GallioAdapter.3.1.dll
- spec/support/Tools/Machine.Specifications-0.5.3/tools/Machine.Specifications.GallioAdapter.plugin
- spec/support/Tools/Machine.Specifications-0.5.3/tools/Machine.Specifications.ReSharperRunner.4.1.dll
- spec/support/Tools/Machine.Specifications-0.5.3/tools/Machine.Specifications.ReSharperRunner.4.5.dll
- spec/support/Tools/Machine.Specifications-0.5.3/tools/Machine.Specifications.ReSharperRunner.5.0.dll
- spec/support/Tools/Machine.Specifications-0.5.3/tools/Machine.Specifications.ReSharperRunner.5.1.dll
- spec/support/Tools/Machine.Specifications-0.5.3/tools/Machine.Specifications.ReSharperRunner.6.0.dll
- spec/support/Tools/Machine.Specifications-0.5.3/tools/Machine.Specifications.ReSharperRunner.6.1.dll
- spec/support/Tools/Machine.Specifications-0.5.3/tools/Machine.Specifications.Reporting.Templates.dll
- spec/support/Tools/Machine.Specifications-0.5.3/tools/Machine.Specifications.Reporting.dll
- spec/support/Tools/Machine.Specifications-0.5.3/tools/Machine.Specifications.SeleniumSupport.dll
- spec/support/Tools/Machine.Specifications-0.5.3/tools/Machine.Specifications.TDNetRunner.dll
- spec/support/Tools/Machine.Specifications-0.5.3/tools/Machine.Specifications.WatinSupport.dll
- spec/support/Tools/Machine.Specifications-0.5.3/tools/Machine.Specifications.dll
- spec/support/Tools/Machine.Specifications-0.5.3/tools/Machine.Specifications.dll.tdnet
- spec/support/Tools/Machine.Specifications-0.5.3/tools/Spark.dll
- spec/support/Tools/Machine.Specifications-0.5.3/tools/TestDriven.Framework.dll
- spec/support/Tools/Machine.Specifications-0.5.3/tools/install.ps1
- spec/support/Tools/Machine.Specifications-0.5.3/tools/mspec-clr4.exe
- spec/support/Tools/Machine.Specifications-0.5.3/tools/mspec-clr4.exe.config
- spec/support/Tools/Machine.Specifications-0.5.3/tools/mspec-x86-clr4.exe
- spec/support/Tools/Machine.Specifications-0.5.3/tools/mspec-x86-clr4.exe.config
- spec/support/Tools/Machine.Specifications-0.5.3/tools/mspec-x86.exe
- spec/support/Tools/Machine.Specifications-0.5.3/tools/mspec.exe
- spec/support/Tools/NAnt-0.85/COPYING.txt
- spec/support/Tools/NAnt-0.85/README.txt
- spec/support/Tools/NAnt-0.85/bin/NAnt.CompressionTasks.dll
- spec/support/Tools/NAnt-0.85/bin/NAnt.CompressionTasks.xml
- spec/support/Tools/NAnt-0.85/bin/NAnt.Core.dll
- spec/support/Tools/NAnt-0.85/bin/NAnt.Core.xml
- spec/support/Tools/NAnt-0.85/bin/NAnt.DotNetTasks.dll
- spec/support/Tools/NAnt-0.85/bin/NAnt.DotNetTasks.xml
- spec/support/Tools/NAnt-0.85/bin/NAnt.MSNetTasks.dll
- spec/support/Tools/NAnt-0.85/bin/NAnt.MSNetTasks.xml
- spec/support/Tools/NAnt-0.85/bin/NAnt.NUnit.dll
- spec/support/Tools/NAnt-0.85/bin/NAnt.NUnit.xml
- spec/support/Tools/NAnt-0.85/bin/NAnt.NUnit1Tasks.dll
- spec/support/Tools/NAnt-0.85/bin/NAnt.NUnit1Tasks.xml
- spec/support/Tools/NAnt-0.85/bin/NAnt.NUnit2Tasks.dll
- spec/support/Tools/NAnt-0.85/bin/NAnt.NUnit2Tasks.xml
- spec/support/Tools/NAnt-0.85/bin/NAnt.SourceControlTasks.dll
- spec/support/Tools/NAnt-0.85/bin/NAnt.SourceControlTasks.xml
- spec/support/Tools/NAnt-0.85/bin/NAnt.VSNetTasks.dll
- spec/support/Tools/NAnt-0.85/bin/NAnt.VSNetTasks.xml
- spec/support/Tools/NAnt-0.85/bin/NAnt.VisualCppTasks.dll
- spec/support/Tools/NAnt-0.85/bin/NAnt.VisualCppTasks.xml
- spec/support/Tools/NAnt-0.85/bin/NAnt.Win32Tasks.dll
- spec/support/Tools/NAnt-0.85/bin/NAnt.Win32Tasks.xml
- spec/support/Tools/NAnt-0.85/bin/NAnt.exe
- spec/support/Tools/NAnt-0.85/bin/NAnt.exe.config
- spec/support/Tools/NAnt-0.85/bin/NAnt.xml
- spec/support/Tools/NAnt-0.85/bin/NDoc.Documenter.NAnt.dll
- spec/support/Tools/NAnt-0.85/bin/lib/ICSharpCode.SharpCvsLib.Console.dll
- spec/support/Tools/NAnt-0.85/bin/lib/ICSharpCode.SharpCvsLib.dll
- spec/support/Tools/NAnt-0.85/bin/lib/ICSharpCode.SharpZipLib.dll
- spec/support/Tools/NAnt-0.85/bin/lib/NUnitCore.dll
- spec/support/Tools/NAnt-0.85/bin/lib/mono/1.0/NDoc.Core.dll
- spec/support/Tools/NAnt-0.85/bin/lib/mono/1.0/NDoc.Documenter.Msdn.dll
- spec/support/Tools/NAnt-0.85/bin/lib/mono/1.0/NDoc.ExtendedUI.dll
- spec/support/Tools/NAnt-0.85/bin/lib/mono/1.0/nunit.core.dll
- spec/support/Tools/NAnt-0.85/bin/lib/mono/1.0/nunit.framework.dll
- spec/support/Tools/NAnt-0.85/bin/lib/mono/1.0/nunit.util.dll
- spec/support/Tools/NAnt-0.85/bin/lib/mono/2.0/NDoc.Core.dll
- spec/support/Tools/NAnt-0.85/bin/lib/mono/2.0/NDoc.Documenter.Msdn.dll
- spec/support/Tools/NAnt-0.85/bin/lib/mono/2.0/NDoc.ExtendedUI.dll
- spec/support/Tools/NAnt-0.85/bin/lib/mono/2.0/nunit.core.dll
- spec/support/Tools/NAnt-0.85/bin/lib/mono/2.0/nunit.framework.dll
- spec/support/Tools/NAnt-0.85/bin/lib/mono/2.0/nunit.util.dll
- spec/support/Tools/NAnt-0.85/bin/lib/net/1.0/NDoc.Core.dll
- spec/support/Tools/NAnt-0.85/bin/lib/net/1.0/NDoc.Documenter.Msdn.dll
- spec/support/Tools/NAnt-0.85/bin/lib/net/1.0/NDoc.ExtendedUI.dll
- spec/support/Tools/NAnt-0.85/bin/lib/net/1.0/nunit.core.dll
- spec/support/Tools/NAnt-0.85/bin/lib/net/1.0/nunit.framework.dll
- spec/support/Tools/NAnt-0.85/bin/lib/net/1.0/nunit.util.dll
- spec/support/Tools/NAnt-0.85/bin/lib/net/1.1/NDoc.Core.dll
- spec/support/Tools/NAnt-0.85/bin/lib/net/1.1/NDoc.Documenter.Msdn.dll
- spec/support/Tools/NAnt-0.85/bin/lib/net/1.1/NDoc.ExtendedUI.dll
- spec/support/Tools/NAnt-0.85/bin/lib/net/1.1/nunit.core.dll
- spec/support/Tools/NAnt-0.85/bin/lib/net/1.1/nunit.framework.dll
- spec/support/Tools/NAnt-0.85/bin/lib/net/1.1/nunit.util.dll
- spec/support/Tools/NAnt-0.85/bin/lib/net/2.0/NDoc.Core.dll
- spec/support/Tools/NAnt-0.85/bin/lib/net/2.0/NDoc.Documenter.Msdn.dll
- spec/support/Tools/NAnt-0.85/bin/lib/net/2.0/NDoc.ExtendedUI.dll
- spec/support/Tools/NAnt-0.85/bin/lib/net/2.0/nunit.core.dll
- spec/support/Tools/NAnt-0.85/bin/lib/net/2.0/nunit.framework.dll
- spec/support/Tools/NAnt-0.85/bin/lib/net/2.0/nunit.util.dll
- spec/support/Tools/NAnt-0.85/bin/log4net.dll
- spec/support/Tools/NAnt-0.85/bin/scvs.exe
- spec/support/Tools/NChurn-v0.4/LICENSE.txt
- spec/support/Tools/NChurn-v0.4/NChurn.exe
- spec/support/Tools/NChurn-v0.4/README.md
- spec/support/Tools/NChurn-v0.4/VERSION
- spec/support/Tools/NChurn-v0.4/churn-0.4.0.0.txt
- spec/support/Tools/NCover-v3.3/ActiproEULA.hml
- spec/support/Tools/NCover-v3.3/ActiproSoftware.Shared.Wpf30.dll
- spec/support/Tools/NCover-v3.3/ActiproSoftware.SyntaxEditor.Addons.DotNet.Wpf30.dll
- spec/support/Tools/NCover-v3.3/ActiproSoftware.SyntaxEditor.Wpf30.dll
- spec/support/Tools/NCover-v3.3/ActiproSoftware.Text.Net20.dll
- spec/support/Tools/NCover-v3.3/AdminBootstrapper.exe
- spec/support/Tools/NCover-v3.3/Build Task Plugins/MSBuildNCoverExample.proj
- spec/support/Tools/NCover-v3.3/Build Task Plugins/MSBuildReportingExample.proj
- spec/support/Tools/NCover-v3.3/Build Task Plugins/NAntNCoverExample.build
- spec/support/Tools/NCover-v3.3/Build Task Plugins/NAntReportingExample.build
- spec/support/Tools/NCover-v3.3/Build Task Plugins/NCover.MSBuildTasks.dll
- spec/support/Tools/NCover-v3.3/Build Task Plugins/NCover.NAntTasks.dll
- spec/support/Tools/NCover-v3.3/Build Task Plugins/NCoverExplorer.MSBuildTasks.dll
- spec/support/Tools/NCover-v3.3/Build Task Plugins/NCoverExplorer.NAntTasks.dll
- spec/support/Tools/NCover-v3.3/CC.Net/NCoverReporting30.xsl
- spec/support/Tools/NCover-v3.3/CC.Net/dashboard.config
- spec/support/Tools/NCover-v3.3/CC.Net/excanvas.js
- spec/support/Tools/NCover-v3.3/CC.Net/g.png
- spec/support/Tools/NCover-v3.3/CC.Net/jquery-1.3.2.min.js
- spec/support/Tools/NCover-v3.3/CC.Net/r.png
- spec/support/Tools/NCover-v3.3/CC.Net/readme.txt
- spec/support/Tools/NCover-v3.3/CC.Net/trends.js
- spec/support/Tools/NCover-v3.3/CC.Net/y.png
- spec/support/Tools/NCover-v3.3/MSVCM90.dll
- spec/support/Tools/NCover-v3.3/MSVCP90.dll
- spec/support/Tools/NCover-v3.3/MSVCR90.dll
- spec/support/Tools/NCover-v3.3/Microsoft.VC90.CRT.manifest
- spec/support/Tools/NCover-v3.3/Mindscape.LightSpeed.Linq.dll
- spec/support/Tools/NCover-v3.3/Mindscape.LightSpeed.dll
- spec/support/Tools/NCover-v3.3/NCover.Console.exe
- spec/support/Tools/NCover-v3.3/NCover.Console.exe.config
- spec/support/Tools/NCover-v3.3/NCover.Data.x86.dll
- spec/support/Tools/NCover-v3.3/NCover.Explorer.Framework.dll
- spec/support/Tools/NCover-v3.3/NCover.Explorer.exe
- spec/support/Tools/NCover-v3.3/NCover.Explorer.exe.config
- spec/support/Tools/NCover-v3.3/NCover.Framework.XmlSerializers.dll
- spec/support/Tools/NCover-v3.3/NCover.Framework.dll
- spec/support/Tools/NCover-v3.3/NCover.Interfaces.Core.dll
- spec/support/Tools/NCover-v3.3/NCover.Interfaces.dll
- spec/support/Tools/NCover-v3.3/NCover.Legacy.Configuration.dll
- spec/support/Tools/NCover-v3.3/NCover.Lib.x86.dll
- spec/support/Tools/NCover-v3.3/NCover.Registration.exe
- spec/support/Tools/NCover-v3.3/NCover.Reporting.exe
- spec/support/Tools/NCover-v3.3/NCover.Runner.dll
- spec/support/Tools/NCover-v3.3/NCover.UpConvert.exe
- spec/support/Tools/NCover-v3.3/NCover.Utilities.dll
- spec/support/Tools/NCover-v3.3/NCoverEULA.pdf
- spec/support/Tools/NCover-v3.3/NCoverExplorer.Console.exe
- spec/support/Tools/NCover-v3.3/ReportingExample.config
- spec/support/Tools/NCover-v3.3/System.Data.SQLite.dll
- spec/support/Tools/NDepend-v2.12/EULA_NDepend.txt
- spec/support/Tools/NDepend-v2.12/Lib/DevExpress.Data.v8.2.dll
- spec/support/Tools/NDepend-v2.12/Lib/DevExpress.OfficeSkins.v8.2.dll
- spec/support/Tools/NDepend-v2.12/Lib/DevExpress.Utils.v8.2.dll
- spec/support/Tools/NDepend-v2.12/Lib/DevExpress.XtraBars.v8.2.dll
- spec/support/Tools/NDepend-v2.12/Lib/DevExpress.XtraEditors.v8.2.dll
- spec/support/Tools/NDepend-v2.12/Lib/DevExpress.XtraNavBar.v8.2.dll
- spec/support/Tools/NDepend-v2.12/Lib/EnvDTE.dll
- spec/support/Tools/NDepend-v2.12/Lib/Microsoft.Msagl.Drawing.dll
- spec/support/Tools/NDepend-v2.12/Lib/Microsoft.Msagl.GraphViewerGdi.dll
- spec/support/Tools/NDepend-v2.12/Lib/Microsoft.Msagl.GraphViewerGdi.dll.config
- spec/support/Tools/NDepend-v2.12/Lib/Microsoft.Msagl.dll
- spec/support/Tools/NDepend-v2.12/Lib/Microsoft.VisualStudio.OLE.Interop.dll
- spec/support/Tools/NDepend-v2.12/Lib/Microsoft.VisualStudio.Shell.Interop.dll
- spec/support/Tools/NDepend-v2.12/Lib/Microsoft.VisualStudio.Shell.dll
- spec/support/Tools/NDepend-v2.12/Lib/Mono.Cecil.Pdb.dll
- spec/support/Tools/NDepend-v2.12/Lib/Mono.Cecil.dll
- spec/support/Tools/NDepend-v2.12/Lib/NDepend.AddIn.dll
- spec/support/Tools/NDepend-v2.12/Lib/NDepend.Analysis.dll
- spec/support/Tools/NDepend-v2.12/Lib/NDepend.CQL.dll
- spec/support/Tools/NDepend-v2.12/Lib/NDepend.Framework.dll
- spec/support/Tools/NDepend-v2.12/Lib/NDepend.Platform.DotNet.dll
- spec/support/Tools/NDepend-v2.12/Lib/NDepend.Skins.dll
- spec/support/Tools/NDepend-v2.12/Lib/NDepend.UI.dll
- spec/support/Tools/NDepend-v2.12/Lib/msvcp71.dll
- spec/support/Tools/NDepend-v2.12/Lib/msvcr71.dll
- spec/support/Tools/NDepend-v2.12/NDepend.Console.exe
- spec/support/Tools/NDepend-v2.12/NDepend.Console.exe.config
- spec/support/Tools/NDepend-v2.12/QuickStartTutorial_NDepend.txt
- spec/support/Tools/NDepend-v2.12/VisualNDepend.exe
- spec/support/Tools/NUnit-v2.5/NUnitFitTests.html
- spec/support/Tools/NUnit-v2.5/NUnitTests.config
- spec/support/Tools/NUnit-v2.5/NUnitTests.nunit
- spec/support/Tools/NUnit-v2.5/TestResult.xml
- spec/support/Tools/NUnit-v2.5/agent.conf
- spec/support/Tools/NUnit-v2.5/agent.log.conf
- spec/support/Tools/NUnit-v2.5/clr.bat
- spec/support/Tools/NUnit-v2.5/framework/nunit.framework.dll
- spec/support/Tools/NUnit-v2.5/framework/nunit.framework.xml
- spec/support/Tools/NUnit-v2.5/framework/nunit.mocks.dll
- spec/support/Tools/NUnit-v2.5/framework/pnunit.framework.dll
- spec/support/Tools/NUnit-v2.5/launcher.log.conf
- spec/support/Tools/NUnit-v2.5/lib/Failure.png
- spec/support/Tools/NUnit-v2.5/lib/Ignored.png
- spec/support/Tools/NUnit-v2.5/lib/Inconclusive.png
- spec/support/Tools/NUnit-v2.5/lib/Skipped.png
- spec/support/Tools/NUnit-v2.5/lib/Success.png
- spec/support/Tools/NUnit-v2.5/lib/fit.dll
- spec/support/Tools/NUnit-v2.5/lib/log4net.dll
- spec/support/Tools/NUnit-v2.5/lib/nunit-console-runner.dll
- spec/support/Tools/NUnit-v2.5/lib/nunit-gui-runner.dll
- spec/support/Tools/NUnit-v2.5/lib/nunit.core.dll
- spec/support/Tools/NUnit-v2.5/lib/nunit.core.interfaces.dll
- spec/support/Tools/NUnit-v2.5/lib/nunit.fixtures.dll
- spec/support/Tools/NUnit-v2.5/lib/nunit.uiexception.dll
- spec/support/Tools/NUnit-v2.5/lib/nunit.uikit.dll
- spec/support/Tools/NUnit-v2.5/lib/nunit.util.dll
- spec/support/Tools/NUnit-v2.5/nunit-agent.exe
- spec/support/Tools/NUnit-v2.5/nunit-agent.exe.config
- spec/support/Tools/NUnit-v2.5/nunit-console-x86.exe
- spec/support/Tools/NUnit-v2.5/nunit-console-x86.exe.config
- spec/support/Tools/NUnit-v2.5/nunit-console.exe
- spec/support/Tools/NUnit-v2.5/nunit-console.exe.config
- spec/support/Tools/NUnit-v2.5/nunit-x86.exe
- spec/support/Tools/NUnit-v2.5/nunit-x86.exe.config
- spec/support/Tools/NUnit-v2.5/nunit.exe
- spec/support/Tools/NUnit-v2.5/nunit.exe.config
- spec/support/Tools/NUnit-v2.5/nunit.framework.dll
- spec/support/Tools/NUnit-v2.5/pnunit-agent.exe
- spec/support/Tools/NUnit-v2.5/pnunit-agent.exe.config
- spec/support/Tools/NUnit-v2.5/pnunit-launcher.exe
- spec/support/Tools/NUnit-v2.5/pnunit-launcher.exe.config
- spec/support/Tools/NUnit-v2.5/pnunit.framework.dll
- spec/support/Tools/NUnit-v2.5/pnunit.tests.dll
- spec/support/Tools/NUnit-v2.5/runFile.exe
- spec/support/Tools/NUnit-v2.5/runFile.exe.config
- spec/support/Tools/NUnit-v2.5/runpnunit.bat
- spec/support/Tools/NUnit-v2.5/test.conf
- spec/support/Tools/PartCover-v2.3/Interop.PartCover.dll
- spec/support/Tools/PartCover-v2.3/PartCover Browser Manual.rtf
- spec/support/Tools/PartCover-v2.3/PartCover Console Manual.rtf
- spec/support/Tools/PartCover-v2.3/PartCover.Browser.Api.dll
- spec/support/Tools/PartCover-v2.3/PartCover.Browser.exe
- spec/support/Tools/PartCover-v2.3/PartCover.Browser.exe.config
- spec/support/Tools/PartCover-v2.3/PartCover.CorDriver.dll
- spec/support/Tools/PartCover-v2.3/PartCover.Framework.dll
- spec/support/Tools/PartCover-v2.3/PartCover.exe
- spec/support/Tools/PartCover-v2.3/PartCover.exe.config
- spec/support/Tools/PartCover-v2.3/PartViewer.dll
- spec/support/Tools/PartCover-v2.3/app.ico
- spec/support/Tools/PartCover-v2.3/log4net.dll
- spec/support/Tools/PartCover-v2.3/xslt/Report By Assembly.xslt
- spec/support/Tools/PartCover-v2.3/xslt/Report By Class.xslt
- spec/support/Tools/SpecFlow/Antlr3.Runtime.dll
- spec/support/Tools/SpecFlow/Interop.SHDocVw.dll
- spec/support/Tools/SpecFlow/TechTalk.SpecFlow.Generator.dll
- spec/support/Tools/SpecFlow/TechTalk.SpecFlow.Parser.dll
- spec/support/Tools/SpecFlow/TechTalk.SpecFlow.Reporting.dll
- spec/support/Tools/SpecFlow/TechTalk.SpecFlow.VsIntegration.dll
- spec/support/Tools/SpecFlow/TechTalk.SpecFlow.dll
- spec/support/Tools/SpecFlow/TechTalk.SpecFlow.targets
- spec/support/Tools/SpecFlow/TechTalk.SpecFlow.tasks
- spec/support/Tools/SpecFlow/changelog.txt
- spec/support/Tools/SpecFlow/specflow.exe
- spec/support/Tools/XUnit-v1.9/EULA.txt
- spec/support/Tools/XUnit-v1.9/HTML.xslt
- spec/support/Tools/XUnit-v1.9/NUnitXml.xslt
- spec/support/Tools/XUnit-v1.9/xunit.console.clr4.exe
- spec/support/Tools/XUnit-v1.9/xunit.console.clr4.exe.config
- spec/support/Tools/XUnit-v1.9/xunit.console.clr4.x86.exe
- spec/support/Tools/XUnit-v1.9/xunit.console.clr4.x86.exe.config
- spec/support/Tools/XUnit-v1.9/xunit.console.exe
- spec/support/Tools/XUnit-v1.9/xunit.console.exe.config
- spec/support/Tools/XUnit-v1.9/xunit.console.x86.exe
- spec/support/Tools/XUnit-v1.9/xunit.console.x86.exe.config
- spec/support/Tools/XUnit-v1.9/xunit.dll
- spec/support/Tools/XUnit-v1.9/xunit.dll.tdnet
- spec/support/Tools/XUnit-v1.9/xunit.extensions.dll
- spec/support/Tools/XUnit-v1.9/xunit.extensions.xml
- spec/support/Tools/XUnit-v1.9/xunit.gui.clr4.exe
- spec/support/Tools/XUnit-v1.9/xunit.gui.clr4.x86.exe
- spec/support/Tools/XUnit-v1.9/xunit.gui.exe
- spec/support/Tools/XUnit-v1.9/xunit.gui.x86.exe
- spec/support/Tools/XUnit-v1.9/xunit.installer.exe
- spec/support/Tools/XUnit-v1.9/xunit.runner.msbuild.dll
- spec/support/Tools/XUnit-v1.9/xunit.runner.tdnet.dll
- spec/support/Tools/XUnit-v1.9/xunit.runner.utility.dll
- spec/support/Tools/XUnit-v1.9/xunit.runner.utility.xml
- spec/support/Tools/XUnit-v1.9/xunit.xml
- spec/support/assemblyinfotester.rb
- spec/support/csc/File1.cs
- spec/support/csc/File2.cs
- spec/support/csc/output/ignorethis.txt
- spec/support/ironruby_validator.rb
- spec/support/msbuildtestdata.rb
- spec/support/nanttestdata.rb
- spec/support/ncoverconsoletestdata.rb
- spec/support/ncoverreporttestdata.rb
- spec/support/nokogiri_validator.rb
- spec/support/nuspec/nuspec.xsd
- spec/support/outputtestdata.rb
- spec/support/test.yml
- spec/support/yamlconfig/msbuild.yml
- spec/support/yamlconfig/yaml_autoconfig_test.yml
- spec/support/zip/files/subfolder/sub file.txt
- spec/support/zip/files/testfile.txt
- spec/support/ziptestdata.rb
- spec/unzip_spec.rb
- spec/xbuild_spec.rb
- spec/xunit_spec.rb
- spec/yamlconfig_spec.rb
- spec/zip_spec.rb
homepage: http://albacorebuild.net
licenses: []
post_install_message: 
rdoc_options: []
require_paths:
- lib
required_ruby_version: !ruby/object:Gem::Requirement
  none: false
  requirements:
  - - ! '>='
    - !ruby/object:Gem::Version
      version: '0'
required_rubygems_version: !ruby/object:Gem::Requirement
  none: false
  requirements:
  - - ! '>='
    - !ruby/object:Gem::Version
      version: '0'
requirements: []
rubyforge_project: albacore
rubygems_version: 1.8.16
signing_key: 
specification_version: 3
summary: Dolphin-safe and awesome Mono and .Net Rake-tasks
test_files: []