forked from xBimTeam/XbimGeometry
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Xbim.Geometry.nuspec
42 lines (42 loc) · 2.78 KB
/
Xbim.Geometry.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
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
<metadata>
<id>Xbim.Geometry</id>
<version>4.0.14</version>
<title>xBIM Geometry</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 Geometry is the Geometry processing component of the Xbim libraries.
Release 4 provides full support for all Ifc2x3 and Ifc4 Geometries.
Support includes conversion to Boundary Representation and model triangulation.
</description>
<summary>The .Net toolkit for developing BIM applications based on the IFC standard. Essential support for the Ifc2x4 and 4 data model</summary>
<releaseNotes>
4.0.0 The first release that fully supports all Ifc4 and Design Transfer View
All Ifc2x3 and Ifc4 geometry classes are now supported.
Also includes support for the WexBIM format which brings xBIM geometry to WebGL clients
Target .Net 4.0, Visual Studio 2012, 2013 and 2015, C Runtime 10, 11 and 12
Nuget target imports fixed
</releaseNotes>
<language>en-GB</language>
<tags>BIM, IFC, IfcXml, IfcZip, Ifc4, COBie, .Net, C#, BuildingSmart, Geometry, Brep</tags>
<dependencies>
<dependency id="Xbim.Essentials" version="4.0.15" />
</dependencies>
</metadata>
<files>
<file src="Output\Release\Xbim.Geometry.Engine.Interop.dll" target="lib\net40\Xbim.Geometry.Engine.Interop.dll" />
<file src="Output\Release\Xbim.Geometry.Engine.Interop.xml" target="lib\net40\Xbim.Geometry.Engine.Interop.xml" />
<file src="Output\Release\Xbim.ModelGeometry.Scene.dll" target="lib\net40\Xbim.ModelGeometry.Scene.dll" />
<file src="Output\Release\Xbim.ModelGeometry.Scene.xml" target="lib\net40\Xbim.ModelGeometry.Scene.xml" />
<file src="Output\Release\x86\Xbim.Geometry.Engine32.dll" target="build\x86\Xbim.Geometry.Engine32.dll" />
<file src="Output\Release\x64\Xbim.Geometry.Engine64.dll" target="build\x64\Xbim.Geometry.Engine64.dll" />
<file src="Output\Release\Xbim.Geometry.targets" target="build\Xbim.Geometry.targets" />
<file src="Output\Release\Xbim.Geometry.Engine.Interop.pdb" target="lib\net40\Xbim.Geometry.Engine.Interop.pdb" />
<file src="Output\Release\Xbim.ModelGeometry.Scene.pdb" target="lib\net40\Xbim.ModelGeometry.Scene.pdb" />
</files>
</package>