-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathGallio.BoostAdapter.plugin
73 lines (61 loc) · 2.54 KB
/
Gallio.BoostAdapter.plugin
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<?xml version="1.0" encoding="utf-8" ?>
<plugin pluginId="Gallio.BoostAdapter"
recommendedInstallationPath="Boost"
xmlns="http://www.gallio.org/">
<traits>
<name>Boost.Test Adapter</name>
<version>0.0.0.0</version>
<description>Provides support for running Boost.Test tests.</description>
<icon>plugin://Gallio.BoostAdapter/Resources/boost.ico</icon>
</traits>
<dependencies>
<dependency pluginId="Gallio" />
</dependencies>
<files>
<file path="Gallio.BoostAdapter.plugin" />
<file path="Gallio.BoostAdapter.dll" />
<file path="x86\Debug\Gallio.BoostAdapter.Native.dll" />
<file path="x86\Debug\boost_unit_test_framework-vc90-mt-gd-1_42.dll" />
<file path="x86\Release\Gallio.BoostAdapter.Native.dll" />
<file path="x86\Release\boost_unit_test_framework-vc90-mt-1_42.dll" />
<file path="amd64\Debug\Gallio.BoostAdapter.Native.dll" />
<file path="amd64\Debug\boost_unit_test_framework-vc90-mt-gd-1_42.dll" />
<file path="amd64\Release\Gallio.BoostAdapter.Native.dll" />
<file path="amd64\Release\boost_unit_test_framework-vc90-mt-1_42.dll" />
<file path="Readme.txt" />
<file path="Resources\boost.ico" />
</files>
<assemblies>
<assembly fullName="Gallio.BoostAdapter, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null"
codeBase="Gallio.BoostAdapter.dll"
qualifyPartialName="true" />
</assemblies>
<components>
<component componentId="Gallio.FileTypeRecognizers.BoostTestDll"
serviceId="Gallio.FileTypeRecognizer"
componentType="Gallio.BoostAdapter.Utils.BoostTestFileTypeRecognizer, Gallio.BoostAdapter">
<traits>
<id>BoostTestDll</id>
<description>A Boost.Test Dll</description>
<superTypeId>Executable</superTypeId>
</traits>
</component>
<component componentId="BoostAdapter.TestFramework"
serviceId="Gallio.TestFramework"
componentType="Gallio.BoostAdapter.Model.BoostTestFramework, Gallio.BoostAdapter">
<traits>
<name>Boost.Test</name>
<fileTypes>BoostTestDll</fileTypes>
<icon>plugin://Gallio.BoostAdapter/Resources/boost.ico</icon>
</traits>
</component>
<component componentId="BoostAdapter.TestKinds.BoostTestDll"
serviceId="Gallio.TestKind">
<traits>
<name>Boost.Test Dll</name>
<description>Boost.Test Dll</description>
<icon>plugin://Gallio.BoostAdapter/Resources/boost.ico</icon>
</traits>
</component>
</components>
</plugin>