0
|
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.3.0</version>
|
|
8 <description>Provides support for running MSpec within Gallio. Requires the assemblies from MSpec.</description>
|
|
9 </traits>
|
|
10
|
|
11 <dependencies>
|
|
12 <dependency pluginId="Gallio" />
|
|
13 </dependencies>
|
|
14
|
|
15 <files>
|
|
16 <file path="Machine.Specifications.dll" />
|
|
17 <file path="Machine.Specifications.GallioAdapter.plugin" />
|
|
18 <file path="Machine.Specifications.GallioAdapter.3.1.dll" />
|
|
19 <!--<file path="Readme.txt" />-->
|
|
20 </files>
|
|
21
|
|
22 <assemblies>
|
|
23 <assembly fullName="Machine.Specifications.GallioAdapter.3.1, Version=0.5.3.0, Culture=neutral, PublicKeyToken=null"
|
|
24 codeBase="Machine.Specifications.GallioAdapter.3.1.dll"
|
|
25 qualifyPartialName="true" />
|
|
26
|
|
27 <assembly fullName="Machine.Specifications, Version=0.5.3.0, Culture=neutral, PublicKeyToken=5c474de7a495cff1"
|
|
28 codeBase="Machine.Specifications.dll" />
|
|
29 </assemblies>
|
|
30
|
|
31 <components>
|
|
32 <component componentId="Machine.Specifications"
|
|
33 serviceId="Gallio.TestFramework"
|
|
34 componentType="Machine.Specifications.GallioAdapter.MachineSpecificationsFramework, Machine.Specifications.GallioAdapter.3.1">
|
|
35 <traits>
|
|
36 <name>Machine Specifications</name>
|
|
37 <frameworkAssemblies>Machine.Specifications, Version=0.5.3.0</frameworkAssemblies>
|
|
38 <version>0.5.3.0</version>
|
|
39 <fileTypes>Assembly</fileTypes>
|
|
40 </traits>
|
|
41 </component>
|
|
42 </components>
|
|
43 </plugin> |