forked from xBimTeam/XbimExchange
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathXplorerPlugin.CobieExport.plugin.nuspec
34 lines (34 loc) · 2.38 KB
/
XplorerPlugin.CobieExport.plugin.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
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
<metadata>
<id>XplorerPlugin.CobieExport</id>
<version>4.0.4</version>
<title>XplorerPlugin.CobieExport</title>
<authors>xBIM team</authors>
<owners>xBIM team</owners>
<licenseUrl>https://raw.githubusercontent.com/xBimTeam/XbimEssentials/master/LICENCE.md</licenseUrl>
<projectUrl>https://github.com/xBimTeam/</projectUrl>
<iconUrl>https://avatars1.githubusercontent.com/u/2284875?v=3&s=240</iconUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>Integration with Xplorer UI for CobieExport functions.</description>
<summary>.</summary>
<language>en-GB</language>
<!-- the XplorerPlugin tag is used to identify plugins available for donwload from XbimXplorer-->
<tags>Cobie Export, XplorerPlugin</tags>
<!-- dependencies need to be worked out, at this stage they will be ignored during install -->
<dependencies>
<dependency id="Xbim.WindowsUI" version="4.0.10" />
</dependencies>
</metadata>
<files>
<file src="XplorerPlugin.CobieExport\bin\Release\XplorerPlugin.CobieExport.exe" target="lib\net45\XplorerPlugin.CobieExport.exe" />
<file src="XplorerPlugin.CobieExport\bin\Release\Xbim.Cobie.dll" target="lib\net45\Xbim.Cobie.dll" />
<file src="XplorerPlugin.CobieExport\bin\Release\Xbim.Exchanger.dll" target="lib\net45\Xbim.Exchanger.dll" />
<file src="XplorerPlugin.CobieExport\bin\Release\Xbim.COBieLite.dll" target="lib\net45\Xbim.COBieLite.dll" />
<file src="XplorerPlugin.CobieExport\bin\Release\Xbim.DPoW.dll" target="lib\net45\Xbim.DPoW.dll" />
<file src="XplorerPlugin.CobieExport\bin\Release\Xbim.COBieLiteUK.dll" target="lib\net45\Xbim.COBieLiteUK.dll" />
<file src="XplorerPlugin.CobieExport\bin\Release\Xbim.Properties.dll" target="lib\net45\Xbim.Properties.dll" />
<file src="XplorerPlugin.CobieExport\bin\Release\Xbim.CobieExpress.IO.dll" target="lib\net45\Xbim.CobieExpress.IO.dll" />
<file src="XplorerPlugin.CobieExport\bin\Release\Xbim.IO.TableStore.dll" target="lib\net45\Xbim.IO.TableStore.dll" />
</files>
</package>