forked from xBimTeam/XbimEssentials
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Xbim.Essentials.nuspec
49 lines (48 loc) · 3.38 KB
/
Xbim.Essentials.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
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
<metadata>
<id>Xbim.Essentials</id>
<version>3.0.23</version>
<title>xBIM Essentials</title>
<authors>xBIM team</authors>
<owners>Steve Lockley</owners>
<licenseUrl>http://xbim.codeplex.com/license</licenseUrl>
<projectUrl>http://xbim.codeplex.com/</projectUrl>
<iconUrl>http://download-codeplex.sec.s-msft.com/Download?ProjectName=xbim&DownloadId=373774&Build=20335</iconUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>
xBIM Essentials is the core part of the toolkit that deals with reading and writing IFC data files. It does not contain support for geometric operations and 3D visualisation.
Use xBIM 3D if you need support for geometry and presentation, its also open source.
xBIM is an Open Source Toolkit for developing IFC based applications (BuildingSmart Data model).
3.0 contains a new geometry engine that has a full API to allow geometry constructions, boolean operations and meshing.
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>Minor changes to geometry interface definitions
Minor fixes with normal calculations and packing.
All Ifc2x3 class are now supported.</releaseNotes>
<language>en-GB</language>
<tags>BIM, IFC, IfcXml, IfcZip, COBie, .Net, C#, BuildingSmart</tags>
<dependencies>
<dependency id="log4net" version="2.0.3" />
<dependency id="ManagedEsent" version="1.9.2.0" />
<dependency id="SharpZipLib" version="0.86.0" />
</dependencies>
</metadata>
<files>
<file src="Output\Release\Xbim.Common.dll" target="lib\net45\Xbim.Common.dll" />
<file src="Output\Release\Xbim.Ifc.Extensions.dll" target="lib\net45\Xbim.Ifc.Extensions.dll" />
<file src="Output\Release\Xbim.Ifc2x3.dll" target="lib\net45\Xbim.Ifc2x3.dll" />
<file src="Output\Release\Xbim.IO.dll" target="lib\net45\Xbim.IO.dll" />
<file src="Output\Release\Xbim.Common.xml" target="lib\net45\Xbim.Common.xml" />
<file src="Output\Release\Xbim.Ifc.Extensions.xml" target="lib\net45\Xbim.Ifc.Extensions.xml" />
<file src="Output\Release\Xbim.Ifc2x3.xml" target="lib\net45\Xbim.Ifc2x3.xml" />
<file src="Output\Release\Xbim.IO.xml" target="lib\net45\Xbim.IO.xml" />
<file src="Output\Release\Xbim.Common.pdb" target="lib\net45\Xbim.Common.pdb" />
<file src="Output\Release\Xbim.Ifc.Extensions.pdb" target="lib\net45\Xbim.Ifc.Extensions.pdb" />
<file src="Output\Release\Xbim.Ifc2x3.pdb" target="lib\net45\Xbim.Ifc2x3.pdb" />
<file src="Output\Release\Xbim.IO.pdb" target="lib\net45\Xbim.IO.pdb" />
</files>
</package>