forked from xBimTeam/XbimGltf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
XbimPlugin.Gltf.nuspec
34 lines (34 loc) · 1.73 KB
/
XbimPlugin.Gltf.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>XbimPlugin.Gltf.Exporter</id>
<version>5.1.100-develop</version>
<title>XbimPlugin.Gltf.Exporter</title>
<authors>Claudio Benghi</authors>
<owners>xBIM team</owners>
<license type="expression">CDDL-1.1</license>
<projectUrl>https://github.com/xBimTeam/</projectUrl>
<icon>icon.ico</icon>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>Integration with Xplorer UI for GLTF model export.</description>
<summary>.</summary>
<language>en-GB</language>
<!-- the XplorerPlugin tag is used to identify plugins available for download from XbimXplorer-->
<tags>gltf, XplorerPlugin</tags>
<!-- dependencies need to be worked out, at this stage they will be ignored during install -->
<dependencies>
<group targetFramework="net45">
<dependency id="Xbim.WindowsUI" version="[5.1,5.2)" />
</group>
</dependencies>
</metadata>
<files>
<file src="xbim.ico" target="icon.ico" />
<file src="XbimPlugin.Gltf.IO\bin\Release\net47\XbimPlugin.Gltf.IO.exe" target="lib\net45\XbimPlugin.Gltf.Exporter.exe" />
<file src="XbimPlugin.Gltf.IO\bin\Release\net47\glTFLoader.dll" target="lib\net45\glTFLoader.dll" />
<file src="XbimPlugin.Gltf.IO\bin\Release\net47\Xbim.Properties.dll" target="lib\net45\Xbim.Properties.dll" />
<file src="XbimPlugin.Gltf.IO\bin\Release\net47\Newtonsoft.Json.dll" target="lib\net45\Newtonsoft.Json.dll" />
<file src="XbimPlugin.Gltf.IO\bin\Release\net47\Xbim.GLTF.IO.dll" target="lib\net45\Xbim.GLTF.IO.dll" />
<file src="glTF-CSharp-LoaderLICENSE.md" target="lib\net45\glTF-CSharp-LoaderLICENSE.md" />
</files>
</package>