1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <package >
3
+ <metadata minClientVersion =" 2.8" >
4
+ <id >GoogleTestAdapter</id >
5
+ <version >0.7.1</version >
6
+ <title >Google Test Adapter</title >
7
+ <authors >Christian Soltenborn, Jonas Gefele</authors >
8
+ <owners >Christian Soltenborn, Jonas Gefele</owners >
9
+ <description >Visual studio extension that adds support for the C++ testing framework Google Test.</description >
10
+ <language >en-US</language >
11
+ <projectUrl >https://github.com/csoltenborn/GoogleTestAdapter</projectUrl >
12
+ <iconUrl >https://raw.githubusercontent.com/csoltenborn/GoogleTestAdapter/master/GoogleTestAdapter/VsPackage/Resources/gtest-logo.png</iconUrl >
13
+ <licenseUrl >https://raw.githubusercontent.com/csoltenborn/GoogleTestAdapter/master/LICENSE.md</licenseUrl >
14
+ <requireLicenseAcceptance >true</requireLicenseAcceptance >
15
+ <developmentDependency >true</developmentDependency >
16
+ <copyright >Copyright 2015, 2016 Christian Soltenborn, Jonas Gefele</copyright >
17
+ <tags >native gtest Google Test adapter C++ unit integration testing</tags >
18
+ </metadata >
19
+ <files >
20
+ <file src =" Microsoft.VisualStudio.TestPlatform.ObjectModel.dll" target =" lib\native\" />
21
+ <file src =" Microsoft.VisualStudio.TestWindow.Interfaces.dll" target =" lib\native\" />
22
+ <file src =" Microsoft.VisualStudio.TestWindow.dll" target =" lib\native\" />
23
+ <file src =" CommonMark.dll" target =" lib\native\" />
24
+
25
+ <file src =" GoogleTestAdapter.Common.dll" target =" lib\native\" />
26
+ <file src =" GoogleTestAdapter.Core.dll" target =" lib\native\" />
27
+ <file src =" GoogleTestAdapter.DiaResolver.dll" target =" lib\native\" />
28
+ <file src =" GoogleTestAdapter.TestAdapter.dll" target =" lib\native\" />
29
+ <file src =" GoogleTestAdapter.VsPackage.dll" target =" lib\native\" />
30
+
31
+ <file src =" Resources\gtest-logo.gif" target =" lib\native\Resources\" />
32
+ <file src =" Resources\Preview.png" target =" lib\native\Resources\" />
33
+
34
+ <file src =" VsPackage.targets" target =" build\native\" />
35
+
36
+ <file src =" LICENSE.txt" target =" \" />
37
+ </files >
38
+ </package >
0 commit comments