forked from xBimTeam/XbimExchange
-
Notifications
You must be signed in to change notification settings - Fork 0
/
XplorerPlugin.CobieExport.plugin.nuspec
42 lines (40 loc) · 3.25 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
35
36
37
38
39
40
41
42
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
<metadata>
<id>XplorerPlugin.CobieExport</id>
<version>5.0.0</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.12-V0069" />
</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" />
<file src="XplorerPlugin.CobieExport\bin\Release\NPOI.dll" target="lib\net45\NPOI.dll" />
<file src="XplorerPlugin.CobieExport\bin\Release\NPOI.OOXML.dll" target="lib\net45\NPOI.OOXML.dll" />
<file src="XplorerPlugin.CobieExport\bin\Release\NPOI.OpenXml4Net.dll" target="lib\net45\NPOI.OpenXml4Net.dll" />
<file src="XplorerPlugin.CobieExport\bin\Release\NPOI.OpenXmlFormats.dll" target="lib\net45\NPOI.OpenXmlFormats.dll" />
<file src="XplorerPlugin.CobieExport\bin\Release\Newtonsoft.Json.dll" target="lib\net45\Newtonsoft.Json.dll" />
<file src="XplorerPlugin.CobieExport\COBie-UK-2012-template.xls" target="lib\net45\COBie-UK-2012-template.xls" />
</files>
</package>