/Tools/MSpec/Machine.Specifications.GallioAdapter.plugin

# · Unknown · 43 lines · 38 code · 5 blank · 0 comment · 0 complexity · 1b47dfa9fc0c9a2d63871aaa650bbb7c MD5 · raw file

  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <plugin pluginId="Gallio.MSpecAdapter"
  3. recommendedInstallationPath="MSpec"
  4. xmlns="http://www.gallio.org/">
  5. <traits>
  6. <name>Machine Specifications Adapter Plugin</name>
  7. <version>0.5.0.0</version>
  8. <description>Provides support for running MSpec within Gallio. Requires the assemblies from MSpec.</description>
  9. </traits>
  10. <dependencies>
  11. <dependency pluginId="Gallio" />
  12. </dependencies>
  13. <files>
  14. <file path="Machine.Specifications.dll" />
  15. <file path="Machine.Specifications.GallioAdapter.plugin" />
  16. <file path="Machine.Specifications.GallioAdapter.3.1.dll" />
  17. <!--<file path="Readme.txt" />-->
  18. </files>
  19. <assemblies>
  20. <assembly fullName="Machine.Specifications.GallioAdapter.3.1, Version=0.5.0.0, Culture=neutral, PublicKeyToken=null"
  21. codeBase="Machine.Specifications.GallioAdapter.3.1.dll"
  22. qualifyPartialName="true" />
  23. <assembly fullName="Machine.Specifications, Version=0.5.0.0, Culture=neutral, PublicKeyToken=5c474de7a495cff1"
  24. codeBase="Machine.Specifications.dll" />
  25. </assemblies>
  26. <components>
  27. <component componentId="Machine.Specifications"
  28. serviceId="Gallio.TestFramework"
  29. componentType="Machine.Specifications.GallioAdapter.MachineSpecificationsFramework, Machine.Specifications.GallioAdapter.3.1">
  30. <traits>
  31. <name>Machine Specifications</name>
  32. <frameworkAssemblies>Machine.Specifications, Version=0.5.0.0</frameworkAssemblies>
  33. <version>0.5.0.0</version>
  34. <fileTypes>Assembly</fileTypes>
  35. </traits>
  36. </component>
  37. </components>
  38. </plugin>