-
Notifications
You must be signed in to change notification settings - Fork 41
/
Copy pathXplorerPlugin.CobieExport.plugin.nuspec
54 lines (49 loc) · 3.74 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
43
44
45
46
47
48
49
50
51
52
53
54
<?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.1.101-develop</version>
<title>XplorerPlugin.CobieExport</title>
<authors>xBIM team</authors>
<owners>xBIM team</owners>
<license type="expression">CDDL-1.1</license>
<projectUrl>https://github.com/xBimTeam/</projectUrl>
<icon>Icon.png</icon>
<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 are used to determine the compatibiliy with the xplorer version... choose carefully -->
<dependencies>
<group targetFramework="net45">
<dependency id="Xbim.WindowsUI" version="[5.1.177-develop, 6)" />
</group>
</dependencies>
</metadata>
<files>
<file src="Icon.png" target="Icon.png" />
<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.COBieLiteUK.dll" target="lib\net45\Xbim.COBieLiteUK.dll" />
<file src="XplorerPlugin.CobieExport\bin\Release\XbimExchanger.dll" target="lib\net45\XbimExchanger.dll" />
<file src="XplorerPlugin.CobieExport\bin\Release\Xbim.COBieLite.dll" target="lib\net45\Xbim.COBieLite.dll" />
<!-- XbimExchanger requirements -->
<file src="XplorerPlugin.CobieExport\bin\Release\Xbim.CobieExpress.dll" target="lib\net45\Xbim.CobieExpress.dll" />
<file src="XplorerPlugin.CobieExport\bin\Release\Xbim.IO.CobieExpress.dll" target="lib\net45\Xbim.IO.CobieExpress.dll" />
<file src="XplorerPlugin.CobieExport\bin\Release\Xbim.DPoW.dll" target="lib\net45\Xbim.DPoW.dll" />
<file src="XplorerPlugin.CobieExport\bin\Release\Xbim.IO.Table.dll" target="lib\net45\Xbim.IO.Table.dll" />
<!-- NPOI -->
<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" />
<!-- NPOI requirements -->
<file src="XplorerPlugin.CobieExport\bin\Release\ICSharpCode.SharpZipLib.dll" target="lib\net45\ICSharpCode.SharpZipLib.dll" />
<!-- COBieLite requirements -->
<file src="XplorerPlugin.CobieExport\bin\Release\Newtonsoft.Json.Bson.dll" target="lib\net45\Newtonsoft.Json.Bson.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>