-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathDummyLoader.redist.nuspec
41 lines (33 loc) · 1.9 KB
/
DummyLoader.redist.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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<?xml version="1.0"?>
<package >
<metadata>
<id>DummyLoader.redist</id>
<tags>dummyloader, native</tags>
<authors>GE Vingmed Ultrasound (GE Healthcare)</authors>
<projectUrl><<SOURCE-URL>></projectUrl>
<licenseUrl>http://PROPRIETARY_LICENSE</licenseUrl>
<iconUrl>http://www.ge.com/sites/all/themes/ge_2012/favicon.ico</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Dummy implementation of COM APIs for cross-vendor exchange of 3D ultrasound image data.</description>
<!-- information that changes with each release -->
<owners>Fredrik Orderud</owners>
<version><<GIT-VERSION>></version>
<releaseNotes>changelog in docs/changelog.txt</releaseNotes>
<copyright>Copyright 2015-2018</copyright>
<dependencies>
<dependency id="Image3dAPI" version="<<GIT-VERSION>>" />
</dependencies>
</metadata>
<files>
<file src="DummyLoader.redist.targets" target="build\native\"/>
<file src="..\changelog.txt" target="build\native\docs\"/>
<file src="..\x64\Debug\DummyLoaderD.dll" target="build\native\bin\x64\Debug\"/>
<file src="..\x64\Debug\DummyLoaderD.pdb" target="build\native\bin\x64\Debug\"/>
<file src="..\x64\Release\DummyLoader.dll" target="build\native\bin\x64\Release\"/>
<file src="..\x64\Release\DummyLoader.pdb" target="build\native\bin\x64\Release\"/>
<file src="..\Win32\Debug\DummyLoaderD.dll" target="build\native\bin\Win32\Debug\"/>
<file src="..\Win32\Debug\DummyLoaderD.pdb" target="build\native\bin\Win32\Debug\"/>
<file src="..\Win32\Release\DummyLoader.dll" target="build\native\bin\Win32\Release\"/>
<file src="..\Win32\Release\DummyLoader.pdb" target="build\native\bin\Win32\Release\"/>
</files>
</package>