forked from xBimTeam/XbimWindowsUI
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathXbim.WindowsUI.nuspec
34 lines (34 loc) · 2.16 KB
/
Xbim.WindowsUI.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
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
<metadata>
<id>Xbim.WindowsUI</id>
<version>3.1.21</version>
<title>xBIM WindowsUI</title>
<authors>xBIM team</authors>
<owners>xBIM team</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 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>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>3.1 produces net40 signed DLLs.
3.0 contains the first Nuget release of the BIM Query Language aligned with revamped geometry engine.</releaseNotes>
<language>en-GB</language>
<tags>BIM, IFC, IfcXml, IfcZip, .Net, C#, BuildingSmart</tags>
<dependencies>
<dependency id="Xbim.Geometry" version="[3.1.17,4.0.0)" />
<dependency id="HelixToolkit.Wpf" version="2015.1.629" />
<dependency id="PropertyTools.Wpf" version="2015.1.66" />
</dependencies>
</metadata>
<files>
<file src="Output\Release\Xbim.Presentation.dll" target="lib\net40\Xbim.Presentation.dll" />
<file src="Output\Release\Xbim.Presentation.xml" target="lib\net40\Xbim.Presentation.xml" />
<file src="Output\Release\Xbim.Presentation.pdb" target="lib\net40\Xbim.Presentation.pdb" />
</files>
</package>