-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathMarkerMetro.WindowsPhone.AppResLibGenerator.NuSpec
24 lines (24 loc) · 1.38 KB
/
MarkerMetro.WindowsPhone.AppResLibGenerator.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
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>MarkerMetro.WindowsPhone.AppResLibGenerator</id>
<version>$version$</version>
<title>AppResLib Generator</title>
<description>Helps with localization of Windows Phone 8 Silverlight projects, by auto-generating from .resx files and including AppResLib.dll and .mui files.</description>
<authors>MarkerMetro</authors>
<owners>MarkerMetro</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<copyright>Copyright Marker Metro © 2014</copyright>
<projectUrl>https://github.com/MarkerMetro/AppResLibGenerator/</projectUrl>
<iconUrl>http://www.markermetro.com/wp-content/uploads/2015/01/mm-boxlogo-128px.png</iconUrl>
<licenseUrl>https://raw.githubusercontent.com/MarkerMetro/AppResLibGenerator/master/LICENSE</licenseUrl>
<dependencies/>
</metadata>
<files>
<file src="readme.txt" target=""/>
<file src="MarkerMetro.WindowsPhone.AppResLibGenerator.props" target="build\windowsphone8"/>
<file src="MarkerMetro.WindowsPhone.AppResLibGenerator.targets" target="build\windowsphone8"/>
<file src="AppResLibGenerator\bin\Release\AppResLibGenerator.exe" target="build\windowsphone8"/>
<file src="AppResLibGenerator\bin\Release\LocaleMappings.csv" target="build\windowsphone8"/>
</files>
</package>