-
Notifications
You must be signed in to change notification settings - Fork 6
/
Xbim.Analysis.nuspec
33 lines (32 loc) · 1.98 KB
/
Xbim.Analysis.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
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
<metadata>
<id>Xbim.Analysis</id>
<version>3.1.11</version>
<title>xBIM Analysis</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 Analysis allows comparison and differencing of IFC based data.
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>3.0 contains an implementation of the COBieLite protocol as weel as the COBieLite Spreadsheet format.</releaseNotes>
<language>en-GB</language>
<tags>BIM, IFC, IfcXml, IfcZip, .Net, C#, BuildingSmart</tags>
<dependencies>
<dependency id="NPOI" version="2.1.3" />
<dependency id="Xbim.Geometry" version="3.1.11" />
</dependencies>
</metadata>
<files>
<file src="Output\Release\Xbim.Analysis.dll" target="lib\net40\Xbim.Analysis.dll" />
<file src="Output\Release\Xbim.Analysis.pdb" target="lib\net40\Xbim.Analysis.pdb" />
</files>
</package>