-
Notifications
You must be signed in to change notification settings - Fork 289
/
Microsoft.Test.Pict.nuspec
25 lines (22 loc) · 1.08 KB
/
Microsoft.Test.Pict.nuspec
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
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>Microsoft.Test.Pict</id>
<version>3.7.0</version>
<authors>Jacek Czerwonka</authors>
<license type="file">contents/LICENSE.TXT</license>
<projectUrl>http://github.com/microsoft/pict</projectUrl>
<repository type="git" url="https://github.com/microsoft/pict.git" />
<description>PICT - Combinatorial Testing Tool</description>
</metadata>
<files>
<file src="Release/cli/pict.exe" target="contents/win-x64/exe" />
<file src="Release/cli/pict.pdb" target="contents/win-x64/exe" />
<file src="Release/api/pict.lib" target="contents/win-x64/api" />
<file src="api/pictapi.h" target="contents/win-x64/api" />
<file src="Release/clidll/pict.dll" target="contents/win-x64/dll" />
<file src="Release/clidll/pict.pdb" target="contents/win-x64/dll" />
<file src="doc/pict.md" target="contents" />
<file src="LICENSE.txt" target="contents" />
</files>
</package>