forked from xBimTeam/XbimExchange
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathXbim.Exchange.package.nuspec
60 lines (58 loc) · 4.17 KB
/
Xbim.Exchange.package.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
55
56
57
58
59
60
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
<metadata>
<id>Xbim.Exchange</id>
<!-- note: development versions are generally in the form 4.0.0-V0001, use 4 digits for consistency next time -->
<version>4.0.6-V0001</version>
<title>xBIM Exchange</title>
<authors>xBIM Team</authors>
<owners>Steve Lockley</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>xBIM Exchange is the COBie, COBieLite and other Exchange based Xbim libraries. These suppport interoperation with other BIM Standards.
xBIM is an Open Source Toolkit for developing IFC based applications (BuildingSmart Data model).
It provides full support for reading and writing geometry, topology and data in accordance with the Ifc2x3 schema.
xBIM reads and writes Ifc, IfcXMl and IfcZip formats.
The xBIM project provides packages to convert IFC models to COBie spreadsheets in both UK and US cultures as well as a range of 3D viewing controls for use with Windows forms, WPF, WEBGL and OpenGL platforms.
IOS and Android versions are under development.</description>
<summary>The .Net toolkit for developing BIM applications based on the IFC standard. Essential support for the Ifc data model</summary>
<releaseNotes>
4.0 contains the code ported to the multiple schema infrastructure of Xbim.Essentials 4.
</releaseNotes>
<language>en-GB</language>
<tags>BIM, IFC, IfcXml, IfcZip, COBie, COBieLite, .Net, C#, BuildingSmart</tags>
<dependencies>
<dependency id="log4net" version="2.0.5" />
<dependency id="ManagedEsent" version="1.9.4" />
<dependency id="Newtonsoft.Json" version="9.0.1" />
<dependency id="NPOI" version="2.2.1" />
<dependency id="SharpZipLib" version="0.86.0" />
<dependency id="Xbim.Essentials" version="4.0.13" />
<!-- note: Xbim.Cobie is currently only used in the test project; this is strange and needs to be verified. -->
<dependency id="Xbim.Cobie" version="4.0.13" />
<dependency id="Xbim.Geometry" version="4.0.11" />
</dependencies>
</metadata>
<files>
<file src="Output\Release\Xbim.COBie.dll" target="lib\net40\Xbim.COBie.dll" />
<file src="Output\Release\Xbim.COBieLite.dll" target="lib\net40\Xbim.COBieLite.dll" />
<file src="Output\Release\Xbim.COBieLiteUK.dll" target="lib\net40\Xbim.COBieLiteUK.dll" />
<file src="Output\Release\Xbim.COBieLiteUK.Validation.dll" target="lib\net40\Xbim.COBieLiteUK.Validation.dll" />
<file src="Output\Release\Xbim.DPoW.dll" target="lib\net40\Xbim.DPoW.dll" />
<file src="Output\Release\Xbim.Exchanger.dll" target="lib\net40\Xbim.Exchanger.dll" />
<file src="Output\Release\Xbim.COBie.xml" target="lib\net40\Xbim.COBie.xml" />
<file src="Output\Release\Xbim.COBieLite.xml" target="lib\net40\Xbim.COBieLite.xml" />
<file src="Output\Release\Xbim.COBieLiteUK.xml" target="lib\net40\Xbim.COBieLiteUK.xml" />
<file src="Output\Release\Xbim.COBieLiteUK.Validation.xml" target="lib\net40\Xbim.COBieLiteUK.Validation.xml" />
<file src="Output\Release\Xbim.DPoW.xml" target="lib\net40\Xbim.DPoW.xml" />
<file src="Output\Release\Xbim.Exchanger.xml" target="lib\net40\Xbim.Exchanger.xml" />
<file src="Output\Release\Xbim.COBie.pdb" target="lib\net40\Xbim.COBie.pdb" />
<file src="Output\Release\Xbim.COBieLite.pdb" target="lib\net40\Xbim.COBieLite.pdb" />
<file src="Output\Release\Xbim.COBieLiteUK.pdb" target="lib\net40\Xbim.COBieLiteUK.pdb" />
<file src="Output\Release\Xbim.COBieLiteUK.Validation.pdb" target="lib\net40\Xbim.COBieLiteUK.Validation.pdb" />
<file src="Output\Release\Xbim.DPoW.pdb" target="lib\net40\Xbim.DPoW.pdb" />
<file src="Output\Release\Xbim.Exchanger.pdb" target="lib\net40\Xbim.Exchanger.pdb" />
</files>
</package>