PageRenderTime 46ms CodeModel.GetById 16ms RepoModel.GetById 0ms app.codeStats 0ms

/ripple.config

https://github.com/machine/machine.specifications
ASP.NET | 34 lines | 34 code | 0 blank | 0 comment | 0 complexity | d963d754da90e15ed49df2d902ec0bf7 MD5 | raw file
Possible License(s): MIT, CC-BY-SA-3.0
  1. <?xml version="1.0"?>
  2. <ripple xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  3. <Name>.\Machine.Specifications.sln</Name>
  4. <NugetSpecFolder>Misc</NugetSpecFolder>
  5. <SourceFolder>Source</SourceFolder>
  6. <BuildCommand>rake target=Release</BuildCommand>
  7. <FastBuildCommand>rake target=Debug</FastBuildCommand>
  8. <DefaultFloatConstraint>Current</DefaultFloatConstraint>
  9. <DefaultFixedConstraint>Current,NextMajor</DefaultFixedConstraint>
  10. <Feeds>
  11. <Feed Url="http://nuget.org/api/v2" Mode="Fixed" Stability="ReleasedOnly" />
  12. <Feed Url="https://teamcity.bbv.ch/guestAuth/app/nuget/v1/FeedService.svc" Mode="Float" Stability="ReleasedOnly" />
  13. </Feeds>
  14. <Nugets>
  15. <Dependency Name="CommandLine" Version="1.9.7.0" Mode="Fixed" />
  16. <Dependency Name="FluentAssertions" Version="2.2.0.0" Mode="Float" />
  17. <Dependency Name="Fody" Version="1.18.0.0" Mode="Float" />
  18. <Dependency Name="NUnit" Version="2.6.3" Mode="Fixed" />
  19. <Dependency Name="NUnit.Runners" Version="2.6.3" Mode="Fixed" />
  20. <Dependency Name="Obsolete.Fody" Version="3.0.0.0" Mode="Float" />
  21. <Dependency Name="RhinoMocks" Version="3.6.1" Mode="Fixed" />
  22. <Dependency Name="Selenium.RC" Version="2.37.0" Mode="Fixed" />
  23. <Dependency Name="Selenium.WebDriver" Version="2.37.0" Mode="Fixed" />
  24. <Dependency Name="Spark" Version="1.7.5.3" Mode="Fixed" />
  25. <Dependency Name="WatiN" Version="2.1.0" Mode="Fixed" />
  26. </Nugets>
  27. <Groups />
  28. <References>
  29. <IgnoreAssemblies />
  30. </References>
  31. <Nuspecs>
  32. <Nuspec File="machine.specifications.nuspec" Project="machine.specifications" />
  33. </Nuspecs>
  34. </ripple>