-
Notifications
You must be signed in to change notification settings - Fork 34
/
Copy path.nuspec
39 lines (39 loc) · 1.83 KB
/
.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>
<metadata>
<id>SketchUpNET</id>
<version>1.7.2.0</version>
<authors>moethu</authors>
<owners>moethu</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>SketchUp C#.NET API - A C++/CLI API Wrapper for the Trimble(R) SketchUp(R) C API</description>
<projectUrl>https://github.com/moethu/SketchUpNET</projectUrl>
<references>
<reference file="SketchUpNET.dll" />
</references>
<contentFiles>
<files include="**/SketchUpAPI.dll" buildAction="None" copyToOutput="true" flatten="true"/>
<files include="**/SketchUpAPI.lib" buildAction="None" copyToOutput="true" flatten="true"/>
<files include="**/SketchUpCommonPreferences.dll" buildAction="None" copyToOutput="true" flatten="true"/>
<files include="**/sketchup.lib" buildAction="None" copyToOutput="true" flatten="true"/>
</contentFiles>
<dependencies>
<group targetFramework=".NETFramework4.0" />
</dependencies>
<tags>sketchup</tags>
<license type="expression">MIT</license>
</metadata>
<files>
<file src="x64\Debug\SketchUpNET.dll" target="lib/net40" />
<file src="x64\Debug\SketchUpNET.xml" target="lib/net40" />
<file src="x64\Debug\SketchUpNET.pdb" target="lib/net40" />
<file src="API\SketchUpAPI.lib" target="contentFiles/any/any" />
<file src="API\SketchUpAPI.dll" target="contentFiles/any/any" />
<file src="API\SketchUpCommonPreferences.dll" target="contentFiles/any/any" />
<file src="API\sketchup.lib" target="contentFiles/any/any" />
<file src="API\SketchUpAPI.lib" target="content" />
<file src="API\SketchUpAPI.dll" target="content" />
<file src="API\SketchUpCommonPreferences.dll" target="content" />
<file src="API\sketchup.lib" target="content" />
</files>
</package>