Files
LuaCsForBarotraumaEP/Libraries/MonoGame.Framework/Src/NuGetPackages/MonoGame.Framework.Android.nuspec
2019-06-25 16:00:44 +03:00

28 lines
1.5 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
<metadata>
<id>MonoGame.Framework.Android</id>
<version>0.0.0.0</version>
<title>MonoGame.Framework.Android</title>
<authors>MonoGame Team</authors>
<owners>MonoGame Team</owners>
<licenseUrl>https://github.com/mono/MonoGame/blob/develop/LICENSE.txt</licenseUrl>
<projectUrl>http://monogame.net/</projectUrl>
<iconUrl>https://pbs.twimg.com/profile_images/487954549441691649/O3KsHAsb_400x400.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>MonoGame is an open source implementation of the Microsoft XNA 4.x Framework. The goal is to make it easy for XNA developers to create cross-platform games with extremely high code reuse.
This package provides you with MonoGame Framework that works on Android.</description>
<summary>This package provides you with MonoGame Framework that works on Android.</summary>
<copyright>Copyright © 2009-2017 The MonoGame Team</copyright>
<language>en-US</language>
</metadata>
<files>
<file src="..\..\NuGetPackages\build\Android\MonoGame.Framework.Android.targets" target="build\MonoGame.Framework.Android.targets" />
<!-- C# Assemblies -->
<file src="Android\AnyCPU\Release\MonoGame.Framework.dll" target="lib\MonoAndroid\MonoGame.Framework.dll" />
<file src="Android\AnyCPU\Release\MonoGame.Framework.xml" target="lib\MonoAndroid\MonoGame.Framework.xml" />
</files>
</package>