-
Notifications
You must be signed in to change notification settings - Fork 4
/
i18n.nuspec
49 lines (44 loc) · 3.04 KB
/
i18n.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
43
44
45
46
47
48
49
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<!-- Required elements-->
<id>Naxam.I18n</id>
<version>1.0.2.2</version>
<description>Xamarin Forms - Localization</description>
<authors>Vu Duc Tuyen</authors>
<owners>NAXAM CO.,LTD</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<!-- Optional elements -->
<title>Naxam - Xamarin.Forms Localization</title>
<licenseUrl>https://opensource.org/licenses/MIT</licenseUrl>
<projectUrl>https://github.com/NAXAM/xam-i18n</projectUrl>
<copyright>(c) 2017 NAXAM</copyright>
<tags>Xamarin.Forms, Xamarin.Android, Xamarin.iOS, Localization</tags>
<dependencies>
<dependency id="Xamarin.Forms" version="2.5.1.527436" />
</dependencies>
</metadata>
<!-- Optional 'files' node -->
<files>
<!--PCL-->
<file src="Naxam.I18n/bin/Release/netstandard2.0/Naxam.I18n.dll" target="lib/netstandard2.0/Naxam.I18n.dll" />
<file src="Naxam.I18n.Forms/bin/Release/netstandard2.0/Naxam.I18n.Forms.dll" target="lib/netstandard2.0/Naxam.I18n.Forms.dll" />
<!--Android-->
<file src="Naxam.I18n/bin/Release/netstandard2.0/Naxam.I18n.dll" target="lib/MonoAndroid10/Naxam.I18n.dll" />
<file src="Naxam.I18n.Forms/bin/Release/netstandard2.0/Naxam.I18n.Forms.dll" target="lib/MonoAndroid10/Naxam.I18n.Forms.dll" />
<file src="Naxam.I18n.Platform.Droid/bin/Release/Naxam.I18n.Platform.Droid.dll" target="lib/MonoAndroid10/Naxam.I18n.Platform.Droid.dll" />
<file src="Naxam.I18n.Platform.Droid/bin/Release/Naxam.I18n.Platform.Droid.xml" target="lib/MonoAndroid10/Naxam.I18n.Platform.Droid.xml" />
<!--iOS-->
<file src="Naxam.I18n/bin/Release/netstandard2.0/Naxam.I18n.dll" target="lib/Xamarin.iOS10/Naxam.I18n.dll" />
<file src="Naxam.I18n.Forms/bin/Release/netstandard2.0/Naxam.I18n.Forms.dll" target="lib/Xamarin.iOS10/Naxam.I18n.Forms.dll" />
<file src="Naxam.I18n.Platform.iOS/bin/Release/Naxam.I18n.Platform.iOS.dll" target="lib/Xamarin.iOS10/Naxam.I18n.Platform.iOS.dll" />
<file src="Naxam.I18n.Platform.iOS/bin/Release/Naxam.I18n.Platform.iOS.xml" target="lib/Xamarin.iOS10/Naxam.I18n.Platform.iOS.xml" />
<!--UWP-->
<!-- <file src="Naxam.I18n/bin/Release/Naxam.I18n.dll" target="lib/UAP10/Naxam.I18n.dll" />
<file src="Naxam.I18n/bin/Release/Naxam.I18n.xml" target="lib/UAP10/Naxam.I18n.xml" />
<file src="Naxam.I18n.Forms/bin/Release/Naxam.I18n.Forms.dll" target="lib/UAP10/Naxam.I18n.Forms.dll" />
<file src="Naxam.I18n.Forms/bin/Release/Naxam.I18n.Forms.xml" target="lib/UAP10/Naxam.I18n.Forms.xml" />
<file src="Naxam.I18n.Platform.Uwp/bin/Release/Naxam.I18n.Platform.Uwp.dll" target="lib/UAP10/Naxam.I18n.Platform.Uwp.dll" />
<file src="Naxam.I18n.Platform.Uwp/bin/Release/Naxam.I18n.Platform.Uwp.xml" target="lib/UAP10/Naxam.I18n.Platform.Uwp.xml" /> -->
</files>
</package>