forked from MarkerMetro/MarkerMetro.Unity.WinIntegration
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMarkerMetro.Unity.WinIntegration.NuSpec
30 lines (27 loc) · 1.85 KB
/
MarkerMetro.Unity.WinIntegration.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
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>MarkerMetro.Unity.WinIntegration</id>
<version>$version$</version>
<title>MarkerMetro.Unity.WinIntegration</title>
<description>WinIntegration Windows Store and Windows Phone Unity Plugin - Implements platform integration features</description>
<authors>MarkerMetro</authors>
<owners>MarkerMetro</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<copyright>Copyright Marker Metro © 2015</copyright>
<projectUrl>https://github.com/MarkerMetro/MarkerMetro.Unity.WinIntegration</projectUrl>
<iconUrl>http://www.markermetro.com/wp-content/uploads/2015/01/mm-boxlogo-128px.png</iconUrl>
<licenseUrl>https://raw.githubusercontent.com/MarkerMetro/MarkerMetro.Unity.WinIntegration/master/LICENSE</licenseUrl>
<dependencies/>
</metadata>
<files>
<file src="MarkerMetro.Unity.WinIntegrationUnity\bin\Release\MarkerMetro.Unity.WinIntegration.dll" target="lib\net35\"/>
<file src="MarkerMetro.Unity.WinIntegrationUnity\bin\Release\Facebook.dll" target="lib\net35\"/>
<file src="MarkerMetro.Unity.WinIntegrationUnity\bin\Release\MarkerMetro.Unity.WinIntegration.dll" target="lib\"/>
<file src="MarkerMetro.Unity.WinIntegrationMetro\bin\Release\MarkerMetro.Unity.WinIntegration.dll" target="lib\netcore45\"/>
<file src="MarkerMetro.Unity.WinIntegrationMetro\bin\Release\Facebook.dll" target="lib\netcore45\"/>
<file src="MarkerMetro.Unity.WinIntegrationWP81\bin\Release\MarkerMetro.Unity.WinIntegration.dll" target="lib\wpa81\"/>
<file src="MarkerMetro.Unity.WinIntegrationWP81\bin\Release\Facebook.dll" target="lib\wpa81\"/>
<file src="MarkerMetro.Unity.WinIntegrationWP81\bin\Release\Facebook.Client.dll" target="lib\wpa81\"/>
</files>
</package>