You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

41 lines
2.0 KiB

<?xml version="1.0"?>
<package >
<metadata>
<id>QRCoder</id>
<version>$version$</version>
<title>QRCoder</title>
<authors>Raffael Herrmann</authors>
<owners>Raffael Herrmann</owners>
<licenseUrl>https://github.com/codebude/QRCoder/blob/master/LICENSE.txt</licenseUrl>
<projectUrl>https://github.com/codebude/QRCoder/</projectUrl>
<iconUrl>http://code-bude.net/downloads/qrcoder-logo.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>QRCoder is a simple library, written in C#.NET, which enables you to create QR Codes. It's licensed under the MIT-license.</description>
<releaseNotes/>
<copyright>Copyright &#x00A9; www.code-bude.net / Raffael Herrmann. All rights reserved.</copyright>
<tags>c# csharp qr qrcoder qrcode qr-generator qr-code-generator</tags>
<dependencies>
<group targetFramework="netstandard1.6">
<dependency id="System.Drawing.Common" version="4.5.0-preview1-25914-04" />
</group>
<group targetFramework="netstandard2.0">
<dependency id="System.Drawing.Common" version="4.5.0-preview1-25914-04" />
</group>
</dependencies>
</metadata>
<files>
<file src="Build\lib\net35\QRCoder.dll" target="lib\net35\" />
<file src="Build\lib\net40\QRCoder.dll" target="lib\net40\" />
<file src="Build\lib\netcore\QRCoder.dll" target="lib\portable-net45+wpa81+wp81+wp8+uap\" />
<file src="Build\lib\netcore\QRCoder.dll" target="lib\portable-net45+win8+wpa81\" />
<file src="Build\lib\netcore\QRCoder.dll" target="lib\uap\" />
<file src="Build\lib\netcore\QRCoder.dll" target="lib\uap10.0\" />
<file src="Build\lib\netcore\QRCoder.dll" target="lib\netcore\" />
<file src="Build\lib\netcore\QRCoder.dll" target="lib\monotouch\" />
<file src="Build\lib\netcore\QRCoder.dll" target="lib\monoandroid\" />
<file src="Build\lib\netcore\QRCoder.dll" target="lib\xamarinios\" />
<file src="Build\lib\netstandard2.0\QRCoder.dll" target="lib\netstandard1.6\" />
<file src="Build\lib\netstandard2.0\QRCoder.dll" target="lib\netstandard2.0\" />
</files>
</package>