-
Notifications
You must be signed in to change notification settings - Fork 150
/
Xbim.WindowsUI.package.nuspec
40 lines (40 loc) · 2.26 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
40
?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
<metadata>
<id>Xbim.WindowsUI</id>
<version>5.0.0</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.
</description>
<summary>Xbim.WindowsUI contains a set of Windows Presentation 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>
Migrated to v5 of XBIM toolkit. Many improvements to IFC loading and visualisation
StrongNaming disabled.
Migrated from log4net to Microsoft.Extensions.Logging
</releaseNotes>
<language>en-GB</language>
<tags>BIM, IFC, IfcXml, IfcZip, Ifc4, Cobie, .Net, C#, BuildingSmart</tags>
<dependencies>
<dependency id="Xbim.Geometry" version="5.0.156" />
<dependency id="Xbim.Essentials" version="5.0.204" />
<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>