forked from xBimTeam/XbimWindowsUI
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Xbim.WindowsUI.package.nuspec
39 lines (39 loc) · 2.27 KB
/
Xbim.WindowsUI.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
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
<metadata>
<id>Xbim.WindowsUI</id>
<version>4.0.11</version>
<title>xBIM WindowsUI</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>
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, Ifc4 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>xBIM Windows UI contains a set of MS Windows controls that can be used to build Windows Xaml or forms based applications that can display the geometry and semantic data in IFC models.</summary>
<releaseNotes>
Minor change to xPlorer project to resolve problems with including geometry build targets
Support for Ifc4 and Ifc4Xml added. All Ifc geometries supported.
Export to Cobie and WexBim included
</releaseNotes>
<language>en-GB</language>
<tags>BIM, IFC, IfcXml, IfcZip, Ifc4, Cobie, .Net, C#, BuildingSmart</tags>
<dependencies>
<dependency id="Xbim.Geometry" version="4.0.11" />
<dependency id="HelixToolkit.Wpf" version="2015.1.715" />
<dependency id="PropertyTools.Wpf" version="2015.1.66" />
</dependencies>
</metadata>
<files>
<file src="Output\Release\Xbim.Presentation.dll" target="lib\net45\Xbim.Presentation.dll" />
<file src="Output\Release\Xbim.Presentation.xml" target="lib\net45\Xbim.Presentation.xml" />
<file src="Output\Release\Xbim.Presentation.pdb" target="lib\net45\Xbim.Presentation.pdb" />
</files>
</package>